Threads Scraper API
The **Threads Scraper API** provides fast and reliable access to public data from Meta’s Threads platform. Whether you’re building analytics tools, social dashboards, or research apps, this API makes it easy to collect structured data from Threads without the hassle of manual scraping. With clean RESTful endpoints and JSON responses, you can: * 🔍 **Search Threads Content** * `search-recent` –…
Threads Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Post | ||
| GET |
Post Details /api/v1/posts/details |
Get a Post Details |
| GET |
Post Comments /api/v1/posts/comments |
Get a Post Comments |
| GET |
Post Related /api/v1/posts/related |
Get Related Posts |
| GET |
Post Id by URL /api/v1/posts/id-by-url |
Get a Post Id by It's URL |
| User | ||
| GET |
User Id by Username /api/v1/users/id-by-username |
Get User Id by Username. This id will be used for the rest of the endpoints that need user_id |
| GET |
User Info by Id /api/v1/users/info-by-id |
Get User Info by Id |
| GET |
User Info /api/v1/users/info |
Get User Info |
| GET |
User Posts /api/v1/users/posts |
Get User Posts |
| GET |
User Replies /api/v1/users/replies |
Get Use Replies |
| GET |
User Reposts /api/v1/users/reposts |
Get User Reposts |
| Search | ||
| GET |
Search Profiles /api/v1/search/profiles |
Search for a Profile |
| GET |
Search Recent /api/v1/search/recent |
Search for Recents |
| GET |
Search Top /api/v1/search/top |
Search for The Top ones |
Threads Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $14.99 / month | 60 / minute |
|
| ULTRA | $29.99 / month | 120 / minute |
|
| MEGA | $89.99 / month | 360 / minute |
|