Search X / Twitter with one call.
Read X / Twitter, search tweets with engagement metrics, without building or maintaining a scraper. Same response shape as every other platform here, so one parser handles all of them.
1-3 credits a call
50 free credits on signup, no card
failed calls: 0 credits
50 free credits on signup, no card
failed calls: 0 credits
1The call
curl -H "x-api-key: $SS_KEY" \ "https://api.socialsearchapi.com/v1/x/search?query=cloudflare+workers"
This call costs 3 credits. A new account starts with 50 free credits on any platform: create a key in the dashboard and this command runs as-is.
2Why not build this yourself
X's official API is pay-per-use at roughly $0.005 per post read with the flat tiers closed to new signups, so a search-heavy workload gets expensive fast. Maintained third-party access at sustainable per-post pricing is the practical alternative for reading public tweets.
3What comes backcaptured 2026-08-27
{
"success": true,
"platform": "x",
"data": {
"total": 20,
"items": [
{
"id": "2093018344387670335",
"platform": "x",
"type": "post",
"text": "Cloudflare Workers Tech Talks in Tokyo https://t.co/2rOm3CH19g @YouTubeより 宮本佳林ちゃんのプレゼン動画(1:40:56から)。 確かに面白い。「誰も悲しまないを...",
"url": "https://x.com/2zFmeEtqaqoBm9c/status/2093018344387670335",
"author": "2zFmeEtqaqoBm9c",
"author_name": "ぽっぷ(POPPIN’ DEBU)🐈⬛🪷",
"created_at": "2026-08-27T16:50:34Z",
"metrics": {
"comments": 0,
"likes": 0,
"views": 14,
"reposts": 0,
"quotes": 0
},
"extra": {
"author_followers": 404,
"lang": "ja",
"is_reply": false
}
}
]
},
"credits_used": 5
}Items from X / Twitter carry: author, author_name, created_at, extra, id, metrics, platform, text, type, url.
4Characteristics
| Parameter | Value |
|---|---|
| /v1/x/post | 1 credit a call |
| /v1/x/post/comments | 3 credits a call |
| /v1/x/profile | 1 credit a call |
| /v1/x/profile/posts | 3 credits a call |
| /v1/x/search | 3 credits a call |
| Typical latency | 2,654 ms, measured 2026-08-27 |
| Coverage | Public tweets only. No protected accounts, no DMs, no deleted posts. |
| Data | Publicly available content only, nothing behind a login. See the public data notice. |
| Reference | Every X / Twitter endpoint, its parameters and its price: API reference |
5If you got here from an error
6Other platforms
Get a key50 free credits · no card