
Instagram Scraper
Pricing
from $1.50 / 1,000 results

Instagram Scraper
Scrape and download Instagram posts, profiles, places, hashtags, photos, and comments. Get data from Instagram using one or more Instagram URLs or search queries. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.
3.8 (59)
Pricing
from $1.50 / 1,000 results
1613
Total users
103K
Monthly users
12K
Runs succeeded
>99%
Issues response
3 days
Last modified
13 hours ago
ERROR Calling Actor from MAKE with JSON Input
Closed
I am using MAKE AI to call the Intagram Scraper Apify Task. When I create the run actor module in MAKE I am adding the input JSON from the input of the Apify task.
I am receiving the following error message: "IMLError Function 'if' finished with error! Function 'validateInputJSON' finished with error! Please check that your input is a valid JSON.
Origin Make
Automatic error handler If you want to handle this error automatically, choose one of the following options. This will create a new error-handler route in your scenario. You can then expand the route in any way you like."
I have ran the input through a JSON verification and it verified the JSON was indeed valid.
JSON: { "addParentData": false, "directUrls": [ "https://www.instagram.com/reel/C7MPKsqLklw/?igsh=MTRwZTF0ejBpN3psbg%3D%3D" ], "enhanceUserSearchWithFacebookPage": false, "isUserTaggedFeedURL": false, "resultsLimit": 1, "resultsType": "posts", "searchLimit": 1, "searchType": "hashtag"}
clever_puma
I have the same issue
adaptive_watermill
same here
Hello, the input you provided works on this actor without any problems, so I suspect this may be a problem on the side of Make and their text parsing. I'll investigate this further and get back to you once I know more.
Hey guys, just wanted to check if you still experiencing this issue with the MAKE integration. Thank you!
clever_puma
Going to check in about an hour or 2
tomelius
I'm getting the same error

Hi!
Integration fixed.
I´m going to close the issue now, but if there would be anything else we could help with, please let us know.
storyfiltr
experiencing the same issue

Hey there,
sadly I have no idea why your JSON does not work. But when I tried to parse it and stringify it again, it started to work. Can you try this JSON:
{"addParentData":false,"directUrls":["https://www.instagram.com/reel/C7MPKsqLklw/?igsh=MTRwZTF0ejBpN3psbg%3D%3D"],"enhanceUserSearchWithFacebookPage":false,"isUserTaggedFeedURL":false,"resultsLimit":1,"resultsType":"posts","searchLimit":1,"searchType":"hashtag"}
It should work.

Hey there,
We found the issue and fixed it. There were some non-breakable spaces in your JSON. We fixed it in a way that these spaces will be removed so the parsing of JSON will work.
Have a nice day!