Threads Search Post Scraper
Pricing
$24.00/month + usage
Go to Apify Store
Threads Search Post Scraper
Enter a search query and get the latest posts from Threads. Perfect for regular media monitoring.
Pricing
$24.00/month + usage
Rating
2.8
(3)
Developer
Da Coder
Maintained by CommunityActor stats
21
Bookmarked
567
Total users
7
Monthly active users
15 days ago
Last modified
Categories
Share
What It Does
Enter a search query and retrieve the latest posts from Threads. This scraper gathers the most recent posts related to your query, returning approximately 10-20 posts per search.
Why Use It?
Ideal for media monitoring - track mentions of an individual, company, product, or any keyword of your choice. Run it on a schedule to keep an eye on new posts as they appear.
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
searchQueries | array | Yes | One or more terms to search. Each term returns its own results, tagged with search_query. |
sort | string | No | recent (newest first, default) or top (most relevant). |
searchType | string | No | posts (keyword search, default) or hashtag (posts under a tag). |
dateFrom / dateTo | string | No | YYYY-MM-DD. Keep only posts within the date window (filters the returned results by timestamp). |
lastDays | integer | No | Keep only posts from the last N days. |
monitorMode | boolean | No | Return only posts not seen in previous runs. Ideal for scheduled monitoring. |
proxyConfiguration | object | No | Optional proxy settings. Residential proxies help avoid IP rate-limiting on larger or frequent runs. |
Sample Output
The scraper returns the full post data from Threads:
{"post_url": "https://www.threads.com/@cnbc/post/DSPPJWfjhVx","pk": "3787312424966559089","user": {"pk": "63466771125","username": "cnbc","full_name": "CNBC","profile_pic_url": "https://scontent-lhr6-1.cdninstagram.com/...","is_verified": true},"caption": {"text": "The average American now holds onto their smartphone for 29 months..."},"text_post_app_info": {"direct_reply_count": 29,"repost_count": 0,"quote_count": 2,"share_info": { ... },"link_preview_attachment": {"title": "Americans are holding onto devices longer than ever","url": "https://cnb.cx/...","image_url": "https://..."}},"code": "DSPPJWfjhVx","like_count": 6,"taken_at": 1765702858,"media_type": 19,"image_versions2": { ... },"video_versions": null}
Troubleshooting
"No search results found"
- The query may genuinely have no recent results — try a broader term.
- Threads may be rate-limiting the IP. Enable residential proxies via
proxyConfiguration, or space out your runs.
Limitations
- Returns approximately 10-20 of the most recent posts per search (Threads only exposes one page of results to logged-out visitors). For continuous coverage, run the scraper on a schedule and collect new posts over time.