Instagram Scraper avatar
Instagram Scraper

Pricing

from $1.50 / 1,000 results

Go to Store
Instagram Scraper

Instagram Scraper

Developed by

Apify

Apify

Maintained by Apify

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

GL

ERROR Calling Actor from MAKE with JSON Input

Closed

glh280 opened this issue
a year ago

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"}

CP

clever_puma

a year ago

I have the same issue

AW

adaptive_watermill

a year ago

same here

jakubkonecny avatar

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.

misa avatar

Hey guys, just wanted to check if you still experiencing this issue with the MAKE integration. Thank you!

CP

clever_puma

a year ago

Going to check in about an hour or 2

TO

tomelius

a year ago

I'm getting the same error

alexey avatar

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.

ST

storyfiltr

8 months ago

experiencing the same issue

drobnikj avatar

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.

drobnikj avatar

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!