scrappy / x / tweets

X Data API

Profiles, tweets, followers, and search over plain HTTP.

tweets

GET/scrappy/x/v1/tweets1 credit / call

Batch tweets by id, up to 20 per call.

Parameters

ids
required · comma-separated, up to 20

Request

curl "https://sfaie.com/api/scrappy/x/v1/tweets?ids=1462305720000000001%2C1462305720000000002" \
  -H "Authorization: Bearer $SFAIE_API_KEY"

Response

{
  "data": [
    {
      "id": "1462305720000000001",
      "text": "New loop added to the Presidio route map. Full details on the site.",
      "created_at": "2026-05-14T16:20:11.000Z",
      "author_id": "1462305718290034688",
      "lang": "en",
      "public_metrics": {
        "retweet_count": 12,
        "reply_count": 4,
        "like_count": 118,
        "quote_count": 1
      },
      "url": "https://x.com/citytrailsf/status/1462305720000000001"
    },
    {
      "id": "1462305720000000002",
      "text": "Golden Gate Park at dawn is worth the early alarm.",
      "created_at": "2026-05-16T13:02:45.000Z",
      "author_id": "1462305718290034688",
      "lang": "en",
      "public_metrics": {
        "retweet_count": 31,
        "reply_count": 9,
        "like_count": 214,
        "quote_count": 3
      },
      "url": "https://x.com/citytrailsf/status/1462305720000000002"
    }
  ]
}

Try it

comma-separated, up to 20

Sign in to try this endpoint.

Calls are real. Accepted calls cost 1 credit.