Instagram Post Scraper avatar
Instagram Post Scraper

Pricing

from $1.60 / 1,000 posts

Go to Store
Instagram Post Scraper

Instagram Post Scraper

Developed by

Apify

Apify

Maintained by Apify

Scrape Instagram posts. Just add one or more Instagram usernames and get your data in seconds including text, hashtags, mentions, comments, images, URLs, likes, locations, and metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

4.5 (32)

Pricing

from $1.60 / 1,000 posts

441

Total users

41K

Monthly users

5.6K

Runs succeeded

>99%

Issues response

2.7 days

Last modified

21 hours ago

DN

Will not return json data request

Closed

danvant opened this issue
10 days ago

Hi, I am passing the following json to the actor from make, but it is not using the data i pass.

{

"onlyPostsNewerThan": "4 days",
"resultsLimit": 10, "skipPinnedPosts": true, "username": ["billesleymanor"], "posts": ["https://www.instagram.com/p/DLNcgCivNut/"] }

It is returning everything but the post url data i am asking it.

please advise if i am doing something wrong.

Dan

weuts avatar

Hi 😊

This scraper has not posts input - if you want to give direct post urls you need to do it in the username array:

{
"username": ["https://www.instagram.com/p/DLNcgCivNut/"]
}

should be enough for this case (leading to this run).

I'll close this issue now, but if you have other questions/issues, feel free to reach out again 😊