Tweet Scraper|$0.25/1K Tweets | Pay-Per Result | No Rate Limits avatar
Tweet Scraper|$0.25/1K Tweets | Pay-Per Result | No Rate Limits

Pricing

$0.25 / 1,000 tweets

Go to Store
Tweet Scraper|$0.25/1K Tweets | Pay-Per Result | No Rate Limits

Tweet Scraper|$0.25/1K Tweets | Pay-Per Result | No Rate Limits

Developed by

Kaito Easy API

Kaito Easy API

Maintained by Community

Only $0.25/1000 tweets for Twitter scraping, 100% reliability, swift data retrieval.This incredible low price is almost too good to be true.Thanks to our large-scale operations and efficient servers, we can offer you rock-bottom prices that no competitors can match. Don't miss this opportunity !

4.4 (14)

Pricing

$0.25 / 1,000 tweets

118

Total users

2k

Monthly users

741

Runs succeeded

>99%

Response time

1.9 hours

Last modified

2 days ago

GC

The query returned tweets outside of the specified time parameters.

Open

gczybtc opened this issue
2 days ago

The query returned tweets outside of the specified time parameters.How can I ensure the query only returns tweets within the specified time range?

KaitoEasyApi avatar

Hi, this is because you are trying to obtain the tweets of Trump. Twitter has made some special arrangements for Trump and his account, which leads to the returned data being a bit abnormal. For example, if you put this query condition in the Twitter client for retrieval, you will find that the result you get is the same as the result obtained by our actor. Ah, if you change to another name, say Elon Musk, you will find that the tweets we return are from the time period you set.

Best regards.

GC

gczybtc

2 days ago

Thank you for your answer.Is this issue specific to Trump's Twitter account? Is there any way to avoid or bypass this problem? I need to periodically fetch the latest tweets from a list of followed accounts (including Trump), but when passing multiple usernames as parameters, Trump's historical tweets keep overriding others' new tweets in the results.My json is like this: { "searchTerms": [ "from:elonmusk since:2025-05-02_08:47:00_UTC until:2025-05-02_09:37:00_UTC -filter:replies -filter:nativeretweets -filter:quote", "from:realDonaldTrump since:2025-05-02_08:47:00_UTC until:2025-05-02_09:37:00_UTC -filter:replies -filter:nativeretweets -filter:quote", "from:cz_binance since:2025-05-02_08:47:00_UTC until:2025-05-02_09:37:00_UTC -filter:replies -filter:nativeretweets -filter:quote" ] }

KaitoEasyApi avatar

According to the data I've currently counted based on the statistics, only the tweets of Trump are like this. Then I've observed your request parameters and they seem to be fine. It's likely that only the tweets of Trump in the results you got have problems, but it won't affect the tweets of other people. Because of the "set terms" field, you currently have three query conditions. These three query conditions will be requested and processed separately to obtain data, and they won't affect each other. So, what do you mean by "overwriting the tweets of other people"?