scrappy / truthsocial / account

Truth Social Data API

Accounts and posts from Truth Social over plain HTTP.

account

GET/scrappy/truthsocial/v1/account1 credit / call

Profile for a handle: bio, counts, avatar.

Parameters

acct
required · 1 to 30 letters, digits, or underscores

Request

curl "https://sfaie.com/api/scrappy/truthsocial/v1/account?acct=citytrailsf" \
  -H "Authorization: Bearer $SFAIE_API_KEY"

Response

{
  "data": {
    "id": "109348271094835712",
    "username": "citytrailsf",
    "acct": "citytrailsf",
    "display_name": "City Trails SF",
    "note": "Walking routes and small parks in San Francisco.",
    "followers_count": 1824,
    "following_count": 86,
    "statuses_count": 412,
    "verified": false,
    "avatar": "https://cdn.sfaie.com/samples/citytrailsf.jpg",
    "created_at": "2023-02-11T18:40:19.000Z",
    "url": "https://truthsocial.com/@citytrailsf"
  }
}

Try it

1 to 30 letters, digits, or underscores

Sign in to try this endpoint.

Calls are real. Accepted calls cost 1 credit.