InsightSocial API

Threads

6 Threads endpoints on one API key.

Profiles, posts, replies and search on Threads.

Base path: /v1/threads/...

Quickstart

cURL
curl "https://api.insightsocial.app/v1/threads/profile?handle=zuck" \
  -H "x-api-key: $INSIGHTSOCIAL_API_KEY"

Endpoints

4 of these are metered: the price depends on how much the call reads. See Credits.

EndpointCreditsWhat it returnsKey parameters
/profile20Returns a Threads account's public profile: bio, the external link set in that bio, follower count, profile picture URL, and verification status.handle
/user/posts20–3300Returns a Threads user's most recent posts, usually about 15.handle
/post20Returns one Threads post's text, like, reply and repost counts, every carousel slide or video URL, author, creation time, and topic tag at post.ext.topic_tag.url
/search20–680Returns Threads posts matching a keyword, each with its text, like count, author, creation time, and the topic tag it was filed under at post.ext.topic_tag, plus a cursor for the next window.query
/post/comments20–200Returns the replies Threads bundles with a post, usually about 20.url
/search/users20–260Returns Threads accounts matching a query, with handle, display name, avatar and verification status.query

On this page