Skip to main content
POST
Get X profile

POST /api/v1/platform/scrapers/x/profile

Get an X (Twitter) profile and recent posts by username.
Retrieve public profile details and recent posts for an X username.

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
username
string
required
Example:

"elonmusk"

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

Response

Successful response.

data
object
required
meta
object
required