GET
/v1/resultsGet Results
Retrieve scraped Twitter search resultsRetrieve scraped tweets from your Twitter search queries. Each result contains tweet content, engagement metrics, media attachments, and user information.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Core Result Fields
id
integer
Example: 53557759
object
string
Example: result
squid
string
Example: 72d18e4c94534b829877bb7c092b1f80
run
string
Example: 3ff48bb8ef19426e87fbb3e102dd4531
Tweet Information
content
string
Example: This is the tweet text...
name
string
Example: Elon Musk
username
string
Example: elonmusk
user_id
string
Example: 44196397
tweet_url
string
Example: https://x.com/elonmusk/status/...
internal_unique_id
string
Example: 1234567890123456789
published_at
string
Example: 2025-07-04T04:05:30Z
Engagement Metrics
likes
integer
Example: 15000
retweet_count
integer
Example: 5000
reply_count
integer
Example: 1000
quote_count
integer
Example: 500
bookmarks_count
integer
Example: 2000
views_count
integer
Example: 1000000
Tweet Type Flags
is_retweeted
boolean
Example: false
is_quoted
boolean
Example: false
original_tweet_id
string
Example: 1234567890123456780
original_tweet_url
string
Example: https://x.com/user/status/...
Media Attachments
media_N_thumbnail
string
Example: https://pbs.twimg.com/...
media_N_type
string
Example: photo
media_N_url
string
Example: https://pbs.twimg.com/...
Twitter Card Fields
binded_media_title
string
Example: Article Title
binded_media_description
string
Example: Article description...
binded_media_url
string
Example: https://example.com/article
binded_media_domain
string
Example: example.com
binded_media_thumbnail_url
string
Example: https://example.com/image.jpg
Timestamps
scraping_time
string
Example: 2025-07-04T04:08:09.340Z
Parameters
squidstring
RequiredExample:
72d18e4c94534b829877bb7c092b1f80runstring
OptionalExample:
3ff48bb8ef19426e87fbb3e102dd4531pageinteger
OptionalExample:
1page_sizeinteger
OptionalExample:
50Pro Tip
Use `views_count` to identify viral tweets in your search results.
Pro Tip
Check `is_retweeted` and `is_quoted` to filter out reposts from original content.
Note
Media fields use N as a placeholder for 0-3 (e.g., `media_0_url`, `media_1_url`).