Upscrape 2.0 is here. Live platform data for agents, apps, and workflows. Upscrape 2.0 is here. REST API and MCP, one connection. Explore capabilities

X (Twitter) scraper API

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

Social & content 1 capability stable 99.6% success rate

Capabilities

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

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