X (Twitter) scraper API

Fetches public X posts from the logged-out syndication endpoint.

Social & content 1 capability stable 83.3% success rate

Capabilities

Every capability is one POST /execute call that returns structured JSON.

Get Tweet (Syndication)

x.tweet.syndication
10 credits / request

Get a public post from X's logged-out syndication API without an account.

Request

curl -X POST https://data.upscrape.com/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"tweet_id":"1911516207322439730"},"capability":"x.tweet.syndication"}'

Input

Field Type Required Description
tweet_id string required Numeric tweet ID

Run X (Twitter) in under a minute

Sign in, create an API key, and try any capability in the playground before you write code.

Get an API key