Threads Scraper API
## Overview Threads API gives developers access to public Threads data across profiles, posts, comments, and search endpoints. It is built for social listening, creator research, engagement tracking, and trend discovery workflows that need structured Threads data without building custom collection logic. ## Main Capabilities - Retrieve public Threads profile information for a specific user…
Threads Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getThreadsUserPosts /user/posts |
Get Threads posts by user. Sadly, Threads only allows you to see the last 20-30ish posts of the user. |
| GET |
getThreadsPost /post |
Get a post by URL. Also returns comments and related posts. |
| GET |
getThreadsProfile /profile |
Get Threads profile information for a specific user. |
| GET |
searchThreadsPosts /search |
Search for posts by keyword. Sadly Threads only returns 20-30 results at a time. |
| GET |
searchThreadsUsers /search/users |
Search for users by username on Threads. |
| GET |
/system/state /system/state |
System state |
Threads Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 500 / minute |
|
| ULTRA Recommended | $50 / month | 500 / minute |
|
| MEGA | $200 / month | 500 / minute |
|