Threads API
Extract public Threads profiles, tag metrics, 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 post links from the logged-out Threads home page.
threads.post
Fetch public metadata and candidate links for a Threads post.
threads.post.replies
Fetch public metadata and candidate reply links for a Threads post.
threads.profile
Fetch public profile summary fields from a Threads handle page.
threads.profile.feed
Extract publicly visible Threads, replies, media, or repost links for a profile.
threads.search
Fetch a public Threads search page and extract lightweight result metadata.
threads.search.users
Discover public Threads profile links from a search page.
threads.tag
Fetch public Threads tag metadata, including observed total and recent thread volumes.
threads.user.threads
Compatibility alias that extracts public media-post links from a Threads profile media page.
Common uses
- Profile enrichment and creator discovery
- Search, timeline, and post monitoring
- Tag popularity and trend qualification
- 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.