Skip to main content
POST
Get X conversation thread

POST /api/v1/platform/scrapers/x/conversation

Get an X (Twitter) conversation thread by post ID.
Retrieve the posts in a conversation thread starting from a post ID.

Example

Authorizations

X-Access-Key
string
header
required

The public API key from the Credentials page.

X-Secret-Key
string
header
required

The API secret shown when the credential is created.

Body

application/json
postId
string
required
Example:

"1234567890123456789"

maxTweets
number
Required range: 1 <= x <= 500

Response

Successful response.

data
object[]
required
meta
object
required