Apify Actor Error: Invalid JSON Input Body Explained
i am trying to run an apify actor and on json input I provide the raw json sent by apify actor in apify's webapp's json input section. which is this { "deepScrape": true, "limitPerSource": 10, "rawData": false, "urls": [ "https://www.linkedin.com/posts/linkedin_no-is-a-complete-sentence-activity-7247998907798978560-J_hB?utm_source=share&utm_medium=member_desktop", "https://www.linkedin.com/company/amazon" ] } { "error": { "type": "invalid-input", "message": "Cannot parse input JSON body: Expected property name or '}' in JSON at position 2 (line 2 column 1)" } } when I run the apify actor even with that example format given by apify in clay.com's raw json input I get above error. why is that?