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

1666

Total users

105K

Monthly users

13K

Runs succeeded

>99%

Issues response

3 days

Last modified

an hour ago

ME

"no_items" error while scraping Instagram accounts

Closed

meetu.gupta opened this issue
3 months ago

My runs are returning the following error. I couldn't find information on what this means. I am looking for data for known accounts that I checked manually.

{
"error": "no_items",
"errorDescription": "Empty or private data for provided input"
}
alexey avatar

Hi!

Your JSON input is corrupted, inside it contains another "input" key and nested values from it are ignored by the actor:

{
"input": {
"directUrls": [
"https://www.instagram.com/humansofny/",
"https://www.instagram.com/natgeo/",
"https://www.instagram.com/instagram/"
],
"resultsType": "posts",
"resultsLimit": 30,
"searchLimit": 1
},
"resultsType": "posts",
"searchType": "hashtag",
"addParentData": false
}

I will close the issue now, but if there is anything else we can help with, please let us know.