Threads Scraper

ENDPOINTS
GET/users/profile

User Profile

Get a full profile: bio, bio links, follower count, verified badge, avatar and topics.

QUERY PARAMS

Threads username, numeric user ID or any threads.com profile link.

Examples:

  • Username: selenagomez
  • With @: @selenagomez
  • URL: https://www.threads.com/@selenagomez
{
  "id": "63031310061",
  "username": "selenagomez",
  "full_name": "Selena Gomez",
  "link": "https://www.threads.com/@selenagomez",
  "biography": "“I Said I Love You First” Out Now 🖤\nFounder @rarebeauty \nFounder/CIO @officialwondermind",
  "follower_count": 20804582,
  "is_verified": true,
  "is_private": false,
  "profile_picture": "https://scontent-ord5-2.cdninstagram.com/v/t51.2885-19/368086617_547068480861202_4257620770302587062_n.jpg?stp=dst-jpg_s640x640_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDAxLmMyIn0&_nc_ht=scontent-ord5-2.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gGhRA56U8raQboxBkUgON4sWlMOct-zE_o5sV2fWQEGyv4l6Ov5dDr6MgIoUfQEhkg&_nc_ohc=usjEVZ9GP40Q7kNvwGF-Kx4&_nc_gid=OVnoZWzyU_yAsXAXeWIR5A&edm=AAZTMJEBAAAA&ccb=7-5&oh=00_AQI4ioz750GG2Szqm4-PJCRnXupOGV6nPJMEfM4gQ1CEDw&oe=6AB714CD&_nc_sid=49cb7f",
  "bio_links": [
    {
      "link": "https://linktr.ee/selenagomez",
      "title": null,
      "is_verified": false
    }
  ],
  "bio_mentions": [
    {
      "id": "63463176497",
      "username": "rarebeauty",
      "link": "https://www.threads.com/@rarebeauty"
    },
    {
      "id": "63478769713",
      "username": "officialwondermind",
      "link": "https://www.threads.com/@officialwondermind"
    }
  ],
  "topics": [],
  "transparency_label": null
}