Threads
6 Threads endpoints on one API key.
Profiles, posts, replies and search on Threads.
Base path: /v1/threads/...
Quickstart
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.
| Endpoint | Credits | What it returns | Key parameters |
|---|---|---|---|
/profile | 20 | Returns a Threads account's public profile: bio, the external link set in that bio, follower count, profile picture URL, and verification status. | handle |
/user/posts | 20–3300 | Returns a Threads user's most recent posts, usually about 15. | handle |
/post | 20 | Returns 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 |
/search | 20–680 | Returns 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/comments | 20–200 | Returns the replies Threads bundles with a post, usually about 20. | url |
/search/users | 20–260 | Returns Threads accounts matching a query, with handle, display name, avatar and verification status. | query |