Skip to main content
GET
/
v1
/
scrape
/
threads
/
profile
Profile
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/threads/profile \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "pk": "63496592589",
  "text_post_app_is_private": false,
  "has_onboarded_to_text_post_app": true,
  "friendship_status": null,
  "profile_pic_url": "https://scontent-atl3-2.cdninstagram.com/v/t51.2885-19/483433564_655589117415062_7541542786235693538_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QHDtD3999Ou4pcMMH7DERwg7b_8MUH39VGHj-ZYaqdB2I3m-ESqs1jnoXQnYBB1LuxmAKVJiGexqr1KcbyKld_3&_nc_ohc=jnD03vDTtYoQ7kNvwH8q9Xl&_nc_gid=El4dvFdafrjTWXuQgkba9Q&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfGGVFQMzxW19jgaoPNQhfTiZt4Hrkmgq1cnt5iWpEGqxA&oe=67FFAFC8&_nc_sid=10d13b",
  "username": "sportsillustrated",
  "text_post_app_remove_mention_entrypoint": null,
  "show_text_post_app_replies_tab": true,
  "text_app_custom_feeds": null,
  "gating": null,
  "follower_count": 551296,
  "profile_context_facepile_users": null,
  "hd_profile_pic_versions": [
    {
      "height": 320,
      "url": "https://scontent-atl3-2.cdninstagram.com/v/t51.2885-19/483433564_655589117415062_7541542786235693538_n.jpg?stp=dst-jpg_s320x320_tt6&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QHDtD3999Ou4pcMMH7DERwg7b_8MUH39VGHj-ZYaqdB2I3m-ESqs1jnoXQnYBB1LuxmAKVJiGexqr1KcbyKld_3&_nc_ohc=jnD03vDTtYoQ7kNvwH8q9Xl&_nc_gid=El4dvFdafrjTWXuQgkba9Q&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfFikDi79lRI5uOb6TB0xYEkQwPWwZ1haHqpW4B-uDFVMw&oe=67FFAFC8&_nc_sid=10d13b",
      "width": 320
    }
  ],
  "is_verified": true,
  "biography": "Sports, sports and more sports.",
  "text_app_biography": {
    "text_fragments": {
      "fragments": [
        {
          "fragment_type": "plaintext",
          "link_fragment": null,
          "mention_fragment": null,
          "plaintext": "Sports, sports and more sports.",
          "tag_fragment": null,
          "linkified_web_url": null
        }
      ]
    }
  },
  "full_name": "Sports Illustrated",
  "bio_links": [
    {
      "url": "https://lnk.bio/sportsillustrated",
      "is_verified": false,
      "link_id": "17882982429146262"
    }
  ],
  "transparency_label": null,
  "is_threads_only_user": false,
  "show_text_post_app_badge": true,
  "id": "63496592589"
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

handle
string
required

Threads username

Example:

"trendspider"

Response

Successful response

success
boolean
required
Example:

true

pk
string
required
Example:

"63496592589"

text_post_app_is_private
boolean
required
Example:

false

has_onboarded_to_text_post_app
boolean
required
Example:

true

profile_pic_url
string
required
Example:

"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-19/483433564_655589117415062_7541542786235693538_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QHDtD3999Ou4pcMMH7DERwg7b_8MUH39VGHj-ZYaqdB2I3m-ESqs1jnoXQnYBB1LuxmAKVJiGexqr1KcbyKld_3&_nc_ohc=jnD03vDTtYoQ7kNvwH8q9Xl&_nc_gid=El4dvFdafrjTWXuQgkba9Q&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfGGVFQMzxW19jgaoPNQhfTiZt4Hrkmgq1cnt5iWpEGqxA&oe=67FFAFC8&_nc_sid=10d13b"

username
string
required
Example:

"sportsillustrated"

show_text_post_app_replies_tab
boolean
required
Example:

true

follower_count
integer
required
Example:

551296

hd_profile_pic_versions
object[]
required
is_verified
boolean
required
Example:

true

biography
string
required
Example:

"Sports, sports and more sports."

text_app_biography
object
required
full_name
string
required
Example:

"Sports Illustrated"

is_threads_only_user
boolean
required
Example:

false

show_text_post_app_badge
boolean
required
Example:

true

id
string
required
Example:

"63496592589"

friendship_status
null
text_post_app_remove_mention_entrypoint
null
text_app_custom_feeds
null
gating
null
profile_context_facepile_users
null
transparency_label
null