Instagram Scraper avatar
Instagram Scraper

Pricing

$2.30 / 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.

4.1 (57)

Pricing

$2.30 / 1,000 results

1566

Total users

100K

Monthly users

12K

Runs succeeded

>99%

Issues response

3 days

Last modified

2 days ago

SF

"onlyPostsNewerThan" parameter ignored

Closed

sf0xs83 opened this issue
a month ago

By executing the request with the onlyPostsNewerThan parameter set, items that do not fall within the time range are still returned

weuts avatar

Hi 😊

Can you share a run with us where you've had the issue?

SF

sf0xs83

a month ago

Hi and thanks for the prompt reply :)

input: { "addParentData": false, "enhanceUserSearchWithFacebookPage": false, "isUserReelFeedURL": false, "isUserTaggedFeedURL": false, "onlyPostsNewerThan": "2025-05-07", "resultsLimit": 2, "search": "#cybersecurity", "searchLimit": 1, "searchType": "hashtag" }

output : [ { "name": "cybersecurity", "postsCount": 4660000, "url": "https://www.instagram.com/explore/tags/cybersecurity", "id": "cybersecurity", "posts": "4.66 M", "postsPerDay": "3021", "difficulty": "", "topPosts": [ { ... "timestamp": "2025-05-06T01:00:59.000Z", ... }, { ... "timestamp": "2025-05-01T16:51:19.000Z", ... },

alexey avatar

Hi!

You are searching, the output is the hashtag details. Please use direct hashtag URL(s) to scrape posts.

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

SF

sf0xs83

a month ago

OK, thanks a lot.