Twitter(X) Data Tweet Scraper (Pay Per Result&Cheapest) avatar

Twitter(X) Data Tweet Scraper (Pay Per Result&Cheapest)

Try for free

Pay $0.25 for 1,000 Tweets

View all Actors
Twitter(X) Data Tweet Scraper (Pay Per Result&Cheapest)

Twitter(X) Data Tweet Scraper (Pay Per Result&Cheapest)

kaitoeasyapi/twitter-x-data-tweet-scraper-pay-per-result-cheapest
Try for free

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 Content

twitterContentstringOptional

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

maxItemsintegerRequired

Maximum number of items that you want as output.

Default value of this property is 200

Query Type, support Latest,Top,Photos,Videos

queryTypeEnumOptional

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

langEnumOptional

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

fromstringOptional

To User

tostringOptional

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

liststringOptional

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:verifiedbooleanOptional

Default value of this property is false

Filter Blue Verified

filter:blue_verifiedbooleanOptional

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

nearstringOptional

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

withinstringOptional

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

geocodestringOptional

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

sincestringOptional

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

untilstringOptional

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_timestringOptional

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_timestringOptional

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_idstringOptional

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_idstringOptional

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_timestringOptional

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:nativeretweetsbooleanOptional

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:nativeretweetsbooleanOptional

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:repliesbooleanOptional

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_idstringOptional

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:quotebooleanOptional

Default value of this property is false

Quoted Tweet ID

quoted_tweet_idstringOptional

Quoted User ID

quoted_user_idstringOptional

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_nameEnumOptional

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_engagementbooleanOptional

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_retweetsintegerOptional

Default value of this property is 0

Minimum Faves

min_favesintegerOptional

Default value of this property is 0

Minimum Replies

min_repliesintegerOptional

Default value of this property is 0

Maximum Retweets

-min_retweetsintegerOptional

Default value of this property is 0

Minimum Faves

-min_favesintegerOptional

Default value of this property is 0

Minimum Replies

-min_repliesintegerOptional

Default value of this property is 0

Filter Media

filter:mediabooleanOptional

Default value of this property is false

Filter twimg

filter:twimgbooleanOptional

Default value of this property is false

Filter Images

filter:imagesbooleanOptional

Default value of this property is false

Filter Videos

filter:videosbooleanOptional

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_videobooleanOptional

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

Vines (RIP)

filter:vinebooleanOptional

Default value of this property is false

Consumer Video

filter:consumer_videobooleanOptional

Default value of this property is false

Pro Video

filter:pro_videobooleanOptional

Default value of this property is false

Twitter Spaces only

filter:spacesbooleanOptional

Default value of this property is false

filter:linksbooleanOptional

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:mentionsbooleanOptional

Default value of this property is false

Filter News

filter:newsbooleanOptional

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:safebooleanOptional

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:hashtagsbooleanOptional

Default value of this property is false

Search for Tweets Containing Specific URLs.

urlstringOptional

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

Developer
Maintained by Community
Actor metrics
  • 7 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified about 12 hours ago