Skip to main content
GET
Get tweets by IDs

Authorizations

x-api-key
string
header
required

Your ScrapeBadger API key. You can find this in your dashboard at https://scrapebadger.com/dashboard/api-keys.

Query Parameters

tweets
string
required

Comma-separated list of tweet IDs to retrieve.

Example:

"1234567890,9876543210"

Response

Successfully retrieved tweets.

Paginated list of tweets.

data
object[] | null

Array of tweet objects.

next_cursor
string | null

Cursor for fetching the next page. Null if no more results.