🏯 Tweet Scraper V2 - X / Twitter Scraper avatar
🏯 Tweet Scraper V2 - X / Twitter Scraper

Pricing

from $0.40 / 1,000 tweets

Go to Store
🏯 Tweet Scraper V2 - X / Twitter Scraper

🏯 Tweet Scraper V2 - X / Twitter Scraper

Developed by

API Dojo

API Dojo

Maintained by Community

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

3.9 (83)

Pricing

from $0.40 / 1,000 tweets

763

Total users

18K

Monthly users

2.6K

Runs succeeded

>99%

Issues response

4.8 hours

Last modified

8 hours ago

EL

Accept time in start date?

Closed

enviable_lighter opened this issue
a year ago

In the start field, it seems only a date is accepted without a time, do you have any plans to extend it so that actual time can be passed in with the date? like 2024-06-24 13:15:00

apidojo avatar

Hey hey,

You can use Twitter queries in order to work with times. Here is an example:

"searchTerms": [
"from:NASA since:2021-12-31_23:59:59_UTC",
"from:NASA until:2021-12-31_23:59:59_UTC",
"from:elonmusk until_time:1142974215",
]

You can learn more about the Twitter queries here https://github.com/igorbrigadir/twitter-advanced-search

Cheers!