Instagram Reel Scraper avatar

Instagram Reel Scraper

Try for free

Pay $2.30 for 1,000 reels

Go to Store
Instagram Reel Scraper

Instagram Reel Scraper

apify/instagram-reel-scraper
Try for free

Pay $2.30 for 1,000 reels

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

CR

Issue with date filter

Closed
colorful_redwood opened this issue
7 months ago

I want to create a "newer than" filter input, to only scrape reels newer than a certain date. Is this possible in the JSON?

alexey avatar

Hi!

Yes, i.e.

1{
2  "onlyPostsNewerThan": "2024-05-25",
3  "resultsLimit": 30,
4  "username": [
5    "tagthai.official"
6  ]
7}

Sample run https://console.apify.com/view/runs/UUeNz0BfBcxWL9Yw0

3 results, same as https://www.instagram.com/tagthai.official/reels/ at the moment of writing.

Ordering is not accurate because actor doing concurrent calls to get full post details and results saved as soon as details returned, however date range is exact.

In other words you will get all reels just in a bit different order.

I´m going to close the issue now, but if there would be anything else we could help with, please let us know.

Developer
Maintained by Apify

Actor Metrics

  • 3.8k monthly users

  • 231 bookmarks

  • >99% runs succeeded

  • 13 days response time

  • Created in Nov 2022

  • Modified 8 hours ago