🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper avatar
🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper
Try for free

Pay $0.30 for 1,000 tweets

View all Actors
🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper

🏯 Tweet Scraper V2 (Pay Per Result) - X / Twitter Scraper

apidojo/tweet-scraper
Try for free

Pay $0.30 for 1,000 tweets

⚡️ Lightning-fast search, URL, list, and profile scraping, with customizable filters. At $0.30 per 1000 tweets, and 30-80 tweets per second, it is ideal for researchers, entrepreneurs, and businesses! Get comprehensive insights from Twitter (X) now!

User avatar

Wrong dates

Closed

citrine_oratory opened this issue
18 days ago

I filtered in the way staеed below and got excessive data. For example, there were tweets of April 2024 and January 2023 but the limit dates were "end": "2024-02-24" and "start": "2023-02-24"

{ "customMapFunction": "(object) => { return {...object} }", "end": "2024-02-24", "includeSearchTerms": false, "onlyImage": false, "onlyQuote": false, "onlyTwitterBlue": false, "onlyVerifiedUsers": false, "onlyVideo": false, "start": "2023-02-24", "twitterHandles": [ "EmbRusCuba" ] }

Is it ok behaviour?

User avatar

Hey hey!

Thank you very much for using our actor. The problem is happening due to the twitterHandles attribute. If you use that, it will get User Timeline only. If you want to retrieve User Tweets in a certain time window you have to do the following:

  1. Remove all the attributes of since, author, twitterHandles etc.
  2. Put your query into searchTerms: from:XXXX since:2024-01-01 until:2024-01-01. To how to build your query, you can check this: https://github.com/igorbrigadir/twitter-advanced-search

Cheers!

Developer
Maintained by Community
Actor metrics
  • 1k monthly users
  • 95.9% runs succeeded
  • 0.29 days response time
  • Created in Nov 2023
  • Modified about 9 hours ago