Tweet Scraper 2024 | $0.25/1000 Tweets | Pay-Per-Result API
Pay $0.25 for 1,000 Tweets
Tweet Scraper 2024 | $0.25/1000 Tweets | Pay-Per-Result API
Pay $0.25 for 1,000 Tweets
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 !
Tweet IDs
tweetIDs
arrayOptional
Enter the tweet ids you want to scrape. Case1: 1857066170161021269,1857066170161021269. Note: When this field has a value, all other filter conditions will be ignored.
Tweet Content
twitterContent
stringOptional
Enter the content of the tweet you want to scrape.case 1:nasa esa=>Containing both "nasa" and "esa". Spaces are implicit AND. Brackets can be used to group individual words if using other operators. case 2:nasa OR esa =>Either "nasa" or "esa". OR must be in uppercase. case 3:"state of the art" => The complete phrase "state of the art". Will also match "state-of-the-art". Also use quotes to prevent spelling correction. case 4:"this is the * time this week"=>A complete phrase with a wildcard. * does not work outside of a quoted phrase or without spaces. case 5:+radiooooo =>Force a term to be included as-is. Useful to prevent spelling correction. case 6:-love => - is used for excluding "love". Also applies to quoted phrases and other operators. case 7:-"live laugh love" => - also applies to quoted phrases and other operators. case 8:#tgif => A hashtag. case 9:$TWTR => A cashtag, like hashtags but for stock symbols. case 10:What ? =>Question marks are matched. case 11: :) OR :( => Some emoticons are matched, positive :) :-) :P :D or negative :-( :(. case 12: 👀 => Emoji searches are also matched. Usually needs another operator to work.
Maximum number of items on output
maxItems
integerRequired
Maximum number of items that you want as output.
Default value of this property is 200
Query Type, support Latest,Top,Photos,Videos
queryType
EnumOptional
This field determines the type of Twitter search to be performed. The options are 'Latest', 'Top', 'Photos', 'Photos', Videos'. 'Latest' will return the most recent tweets. 'Top' will return the most popular or relevant tweets according to Twitter's algorithm. 'Photos' will return tweets containing photos. 'Videos' will return tweets containing photos videos.
Value options:
"Latest": string"Top": string"Photos": string"Videos": string
Default value of this property is "Latest"
Language
lang
EnumOptional
Search for tweets in specified language, not always accurate.Language is specified as https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes.
Value options:
"ar": string"bn": string"zh": string"en": string"es": string"hi": string"ja": string"pa": string"pt": string"ru": string
From User
from
stringOptional
Sent by a particular @username e.g. "NASA" .https://twitter.com/search?q=dogs%20from%3Anasa&src=typed_query&f=live
To User
to
stringOptional
Replying to a particular @username. eg. "NASA".https://twitter.com/search?q=%23MoonTunes%20to%3Anasa&src=typed_query&f=live
Mention User
@
stringOptional
Mentioning a particular @username. Combine with -from:username to get only mentions.Eg.https://twitter.com/search?q=%40cern%20-from%3Acern&src=typed_query&f=live
List
list
stringOptional
Tweets from members of this public list. Use the list ID from the API or with urls like twitter.com/i/lists/715919216927322112. List slug is for old list urls like twitter.com/esa/lists/astronauts.
Filter Verified
filter:verified
booleanOptional
Filter tweets from verified users only.Eg.https://twitter.com/search?q=filter%3Averified&src=typed_query&f=live
Default value of this property is false
Filter Blue Verified
filter:blue_verified
booleanOptional
Filter tweets from blue verified users only.However, I found that using filter:blue_verified alone causes issues and needs to be used together with filter:verified, possibly due to a Twitter bug.Eg.https://twitter.com/search?q=filter%3Ablue_verified%20-filter%3Averified&src=typed_query&f=live
Default value of this property is false
Near
near
stringOptional
Geotagged in this place. Also supports Phrases, eg: near:"The Hague" . eg https://twitter.com/search?q=near%3A%22The%20Hague%22&src=typed_query&f=live
Within
within
stringOptional
Within specific radius of the "near" operator, to apply a limit. Can use km or mi. e.g. fire near:san-francisco within:10km.eg:https://twitter.com/search?q=fire%20near%3Asan-francisco%20within%3A10km&src=typed_query&f=live
Geo Code
geocode
stringOptional
Search within a specific radius of a coordinate. E.g. to get tweets 10km around twitters hq, use geocode:37.7764685,-122.4172004,10km.Eg.https://twitter.com/search?q=geocode%3A37.7764685%2C-122.4172004%2C10km&src=typed_query&f=live
Since
since
stringOptional
On or after (inclusive) a specified date and time in the specified timezone. 4 digit year, 2 digit month, 2 digit day separated by - dashes, an _ underscore separating the 24 hour clock format hours:minutes:seconds and timezone abbreviation.Eg.https://twitter.com/search?q=since%3A2019-06-12%20until%3A2019-06-28%20%23nasamoontunes&src=typed_query&f=live
Until
until
stringOptional
Before (NOT inclusive) a specified date and time in the specified timezone. Combine with a "since" operator for dates between.Eg.https://twitter.com/search?q=%22%23NASA%22%20since%3A2022-10-13_00%3A00%3A00_UTC%20until%3A2022-10-14_00%3A02%3A00_UTC&src=typed_query&f=live
Since Time
since_time
stringOptional
On or after a specified unix timestamp in seconds. Combine with the "Until Time" operator for dates between. Maybe easier to use than since_id below.Eg.https://twitter.com/search?q=since_time%3A1561720321%20until_time%3A1562198400%20%23nasamoontunes&src=typed_query&f=live
Until Time
until_time
stringOptional
Before a specified unix timestamp in seconds. Combine with a "Since Time" operator for dates between. Maybe easier to use than max_id below.Eg.https://twitter.com/search?q=since_time%3A1561720321%20until_time%3A1562198400%20%23nasamoontunes&src=typed_query&f=live
Since ID
since_id
stringOptional
On or after a specified tweet ID. Combine with the "Until ID" operator for dates between. Maybe easier to use than since_time above.Eg.https://twitter.com/search?q=since_id%3A1138872932887924737%20max_id%3A1144730280353247233%20%23nasamoontunes&src=typed_query&f=live
Max ID
max_id
stringOptional
Before a specified tweet ID. Combine with a "Since ID" operator for dates between. Maybe easier to use than until_time above.Eg.https://twitter.com/search?q=since_id%3A1138872932887924737%20max_id%3A1144730280353247233%20%23nasamoontunes&src=typed_query&f=live
Within Time
within_time
stringOptional
Search within the last number of days, hours, minutes, or seconds, eg: within:1h, within:1d, within:1m, within:1s.Eg.https://twitter.com/search?q=nasa%20within_time%3A30s&src=typed_query&f=live
Filter Native Retweets
filter:nativeretweets
booleanOptional
Only retweets created using the retweet button. Works well combined with from: to show only retweets. Only works within the last 7-10 days or so.Eg.https://twitter.com/search?q=from%3Anasa%20filter%3Anativeretweets&src=typed_query&f=live
Default value of this property is false
Include Native Retweets
include:nativeretweets
booleanOptional
Native retweets are excluded by default. This shows them. In contrast to filter:, which shows only retweets, this includes retweets in addition to other tweets. Only works within the last 7-10 days or so.Eg.https://twitter.com/search?q=from%3Anasa%20include%3Anativeretweets%20&src=typed_query&f=live
Default value of this property is false
Filter Retweets
filter:replies
booleanOptional
Tweet is a reply to another Tweet. good for finding conversations, or threads if you add or remove to:user.eg.https://twitter.com/search?q=from%3Anasa%20filter%3Areplies%20-to%3Anasa&src=typed_query&f=live
Default value of this property is false
Conversation ID
conversation_id
stringOptional
Tweets that are part of a thread (direct replies and other replies).Eg.https://twitter.com/search?q=conversation_id%3A1140437409710116865%20lang%3Aen&src=typed_query&f=live
Filter Quote
filter:quote
booleanOptional
Contain Quote Tweets.Eg.https://twitter.com/search?q=from%3Anasa%20filter%3Aquote&src=typed_query&f=live
Default value of this property is false
Quoted Tweet ID
quoted_tweet_id
stringOptional
Search for quotes of a specific tweet.Eg.https://twitter.com/search?q=quoted_user_id%3A11348282&src=typed_query&f=live
Quoted User ID
quoted_user_id
stringOptional
Search for all quotes of a specific user, by numeric User ID.Eg.https://twitter.com/search?q=quoted_user_id%3A11348282&src=typed_query&f=live
Tweets containing polls type
card_name
EnumOptional
Tweets containing polls. For polls containing 2, 3, 4 choices, or image Polls.Eg.https://twitter.com/search?q=lang%3Aen%20card_name%3Apoll4choice_text_only%20OR%20card_name%3Apoll3choice_text_only%20OR%20card_name%3Apoll2choice_text_only&src=typed_query&f=live
Value options:
"poll2choice_text_only": string"poll3choice_text_only": string"poll4choice_text_only": string"poll2choice_image": string"poll3choice_image": string"poll4choice_image": string
Filter Has Engagement
filter:has_engagement
booleanOptional
Has some engagement (replies, likes, retweets). Can be negated to find tweets with no engagement. Note all of these are mutually exclusive with filter:nativeretweets or include:nativeretweets, as they apply to the retweet, not the original tweet, so they won't work as expected.Eg.https://twitter.com/search?q=breaking%20filter%3Anews%20-filter%3Ahas_engagement&src=typed_query&f=live
Default value of this property is false
Minimum Retweets
min_retweets
integerOptional
Minimum number of retweets.Eg.https://twitter.com/search?q=min_retweets%3A5000%20nasa&src=typed_query&f=live
Default value of this property is 0
Minimum Faves
min_faves
integerOptional
Minimum number of favorites.Eg.https://twitter.com/search?q=min_faves%3A5000%20nasa&src=typed_query&f=live
Default value of this property is 0
Minimum Replies
min_replies
integerOptional
Minimum number of replies.Eg.https://twitter.com/search?q=min_replies%3A5000%20nasa&src=typed_query&f=live
Default value of this property is 0
Maximum Retweets
-min_retweets
integerOptional
A maximum number of Retweets.Eg.https://twitter.com/search?q=-min_retweets%3A5000%20nasa&src=typed_query&f=live
Default value of this property is 0
Minimum Faves
-min_faves
integerOptional
A maximum number of Faves.Eg.https://twitter.com/search?q=-min_faves%3A5000%20nasa&src=typed_query&f=live
Default value of this property is 0
Minimum Replies
-min_replies
integerOptional
A maximum number of Replies.Eg.https://twitter.com/search?q=-min_replies%3A5000%20nasa&src=typed_query&f=live
Default value of this property is 0
Filter Media
filter:media
booleanOptional
Filter tweets with media,All media types.Eg.https://twitter.com/search?q=filter%3Amedia%20%23nasamoontunes&src=typed_query&f=live
Default value of this property is false
Filter twimg
filter:twimg
booleanOptional
Native Twitter images (pic.twitter.com links).Eg.https://twitter.com/search?q=filter%3Atwimg%20%23nasamoontunes&src=typed_query&f=live
Default value of this property is false
Filter Images
filter:images
booleanOptional
Filter tweets with images.Eg.https://twitter.com/search?q=filter%3Aimages%20%23nasamoontunes&src=typed_query&f=live
Default value of this property is false
Filter Videos
filter:videos
booleanOptional
All video types, including native Twitter video and external sources such as Youtube.Eg.https://twitter.com/search?q=filter%3Avideos%20%23nasamoontunes&src=typed_query&f=live
Default value of this property is false
Filter Native Video
filter:native_video
booleanOptional
All Twitter-owned video types (native video, vine, periscope).Eg.https://twitter.com/search?q=filter%3Anative_video%20%23nasamoontunes&src=typed_query&f=live
Default value of this property is false
Consumer Video
filter:consumer_video
booleanOptional
Twitter native video only.Eg.https://twitter.com/search?q=filter%3Aconsumer_video%20%23nasamoontunes&src=typed_query&f=live
Default value of this property is false
Pro Video
filter:pro_video
booleanOptional
Twitter pro video (Amplify) only.Eg.https://twitter.com/search?q=filter%3Apro_video%20%23nasamoontunes&src=typed_query&f=live
Default value of this property is false
Twitter Spaces only
filter:spaces
booleanOptional
Twitter Spaces only.Eg.https://twitter.com/search?q=filter%3Aspaces%20%23nasamoontunes&src=typed_query&f=live
Default value of this property is false
Filter Links
filter:links
booleanOptional
Only containing some URL, includes media. use -filter:media for urls that aren't media.Eg.https://twitter.com/search?q=filter%3Alinks%20%23nasamoontunes&src=typed_query&f=live
Default value of this property is false
Filter Mentions
filter:mentions
booleanOptional
Containing any sort of @mentions.Eg.https://twitter.com/search?q=filter%3Amentions%20%23nasamoontunes&src=typed_query&f=live
Default value of this property is false
Filter News
filter:news
booleanOptional
Containing link to a news story. Combine with a list operator to narrow the user set down further. Matches on a list of Domains.(See Note for full list :https://github.com/igorbrigadir/twitter-advanced-search?tab=readme-ov-file#news-sites)
Default value of this property is false
Filter Videos
filter:safe
booleanOptional
Excluding NSFW content. Excludes content that users have marked as "Potentially Sensitive". Doesn't always guarantee SFW results.
Default value of this property is false
Filter Hashtags
filter:hashtags
booleanOptional
Containing any sort of hashtags.Eg.https://twitter.com/search?q=filter%3Ahashtags%20%23nasamoontunes&src=typed_query&f=live
Default value of this property is false
Search for Tweets Containing Specific URLs.
url
stringOptional
urls are tokenized and matched, works very well for subdomains and domains, not so well for long urls, depends on url. Youtube ids work well. Works for both shortened and canonical urls, eg: gu.com shortener for theguardian.com. When searching for Domains with hyphens in it, you have to replace the hyphen by an underscore (like url:t_mobile.com) but underscores _ are also tokenized out, and may not match.Eg. https://twitter.com/search?q=url%3Agu.com&src=typed_query&f=live
- 68 monthly users
- 4 stars
- 99.9% runs succeeded
- 21 hours response time
- Created in Oct 2024
- Modified 30 minutes ago