All sites
Data API
X Data API
Posts, profiles, search and trends from X (formerly Twitter).
34endpointsRate Limit · TLS Fingerprint · login_wall handled for you
Example
x.com
ExampleJSON responseclick the page to trace a field
{
"results": [
{
"id": "1823456789012345678",
"scraped_at": "2026-08-10T21:05:13.482911+00:00",
"text": "Excited to share what we've been building. Full thread below.",
"created_at": "Wed Aug 06 14:22:31 +0000 2026",
"likes": 1284,
"retweets": 213,
"replies": 88,
"quotes": 41,
"views": 98214,
"bookmarks": 64,
"lang": "en",
"conversation_id": "1823456789012345678",
"is_reply": false,
"is_retweet": false,
"is_quote": false,
"reply_to_username": null,
"source": "Twitter Web App",
"possibly_sensitive": false,
"display_text_range": [
0,
61
],
"hashtags": [
"build"
],
"urls": [
],
"mentions": [
],
"symbols": [
],
"media": [
{
"type": "photo",
"url": "https://pbs.twimg.com/media/GabcDEfXcAA0001.jpg",
"alt_text": "A slide titled 'What we built' on a dark background.",
"width": 1600,
"height": 900
}
],
"author": {
"id": "2244994945",
"username": "dev_advocate",
"name": "Dev Advocate",
"verified": true,
"avatar": "https://pbs.twimg.com/profile_images/2244000000000000000/avatar_normal.jpg",
"profile_image": "https://pbs.twimg.com/profile_images/2244000000000000000/avatar_normal.jpg"
},
"url": "https://x.com/dev_advocate/status/1823456789012345678"
},
{
"id": "1823450012345678901",
"scraped_at": "2026-08-10T21:05:13.482911+00:00",
"text": "Slides from last week's talk are now public.",
"created_at": "Wed Aug 06 14:22:31 +0000 2026",
"likes": 209,
"retweets": 33,
"replies": 9,
"quotes": 2,
"views": 15044,
"bookmarks": 10,
"lang": "en",
"conversation_id": "1823450012345678901",
"is_reply": false,
"is_retweet": false,
"is_quote": false,
"reply_to_username": null,
"source": "Twitter Web App",
"possibly_sensitive": false,
"display_text_range": [
0,
44
],
"hashtags": [
],
"urls": [
"https://example.com/slides"
],
"mentions": [
],
"symbols": [
],
"media": [
],
"author": {
"id": "2244994945",
"username": "dev_advocate",
"name": "Dev Advocate",
"verified": true,
"avatar": "https://pbs.twimg.com/profile_images/2244000000000000000/avatar_normal.jpg",
"profile_image": "https://pbs.twimg.com/profile_images/2244000000000000000/avatar_normal.jpg"
},
"url": "https://x.com/dev_advocate/status/1823450012345678901"
}
],
"id": "2244994945"
}
GET
/v1/data/twitter/users/{id}/tweets1 credit / runUser Tweets
A user's tweets.
Handled for you:Rate LimitTLS Fingerprintlogin_wall
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | User rest id. |
| Advanced filters | |||
| count | integer | no | Results per page, 1-100. (default: 20) |
| cursor | string | no | Pagination cursor. |