Instagram Mentions Scraper avatar

Instagram Mentions Scraper

Try for free

Pay $2.30 for 1,000 posts

View all Actors
Instagram Mentions Scraper

Instagram Mentions Scraper

apify/instagram-tagged-scraper
Try for free

Pay $2.30 for 1,000 posts

Extract data from tagged posts and mentions on Instagram. Just add one or more Instagram usernames and get post text, 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.

Do you want to learn more about this Actor?

Get a demo
EP

The date picker doesn't work correctly

Closed

epsilontec opened this issue
5 months ago

I'm trying to launch an api upload of a profile of several days, for example from day 2024-04-10 to 2024-04-17. What happens is that I still get back the posts from day 17, but not the days backwards. Or for example if I put from day 2024-04-10 to 2024-04-14, it still returns only one post, when the profile has many of those days. The input I'm putting in is: { "fromDate": "2024-04-10", "untilDate": "2024-04-14", "username": [ "zarahome" ] }

alexey avatar

Hi! Date range for mentions not expected to work, because mentions not ordered by date, see sample run https://console.apify.com/view/runs/cHlZnJ8dmTJ3dHZZ8 - aborted since current dataset is clear enough to illustrate the issue https://api.apify.com/v2/datasets/VV6oncDHVt5HVKQu9/items?clean=true&fields=shortCode,timestamp&format=json dates mixed, so even "untilDate" is not recommended to use, its allowed in json input because internally dates range was implemented for other type of data In other words due limitations of UI date is allowed in main actor https://apify.com/apify/instagram-scraper but not expected to be used with mentions You can see it directly in IG: https://www.instagram.com/zarahome/tagged/ At the moment of writing https://www.instagram.com/p/C5z428oBXKR/ and https://www.instagram.com/p/C5z4CiEBN_B/ at the top posted 1 day ago, when scrolled down you can see bunch of results posted few hours ago In second row https://www.instagram.com/p/C5XoVkhhbzy/ and https://www.instagram.com/p/C5Xn4ZxBbCC/ from 5 of April etc

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
  • 279 monthly users
  • 11 stars
  • 99.7% runs succeeded
  • 22 hours response time
  • Created in Nov 2022
  • Modified 4 days ago