Threads API
Extract public Threads profiles, search results, timelines, posts, and replies.
threads
Capabilities
Every capability uses the same POST /execute envelope. Open an endpoint for
its exact ID, input contract, code samples, cost, runtime, and illustrative output.
threads.home.feed
Extract publicly visible home-feed post links with opaque pagination metadata.
1 credit per requestthreads.post
Fetch public metadata and candidate links for a Threads post.
1 credit per requestthreads.post.replies
Fetch public metadata and candidate reply links for a Threads post.
1 credit per requestthreads.profile
Fetch public profile summary fields from a Threads handle page.
1 credit per requestthreads.profile.feed
Extract publicly visible Threads, replies, media, or repost links for a profile.
1 credit per requestthreads.search
Fetch a public Threads search page and extract lightweight result metadata.
1 credit per requestthreads.search.users
Discover public Threads profile links from a search page.
1 credit per requestthreads.user.threads
Extract public post links from a Threads profile media page.
1 credit per requestCommon uses
- Profile enrichment and creator discovery
- Search, timeline, and post monitoring
- Reply-link collection for conversation analysis
Integration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.