Threads Scraper — Posts, Profiles & Replies
Pricing
from $2.43 / 1,000 posts
Go to Apify Store

Threads Scraper — Posts, Profiles & Replies
Scrape Meta Threads posts by username or keyword. Returns post text, author handle, timestamp, like/reply/repost counts, media URLs, post URL/code, and ID. No login required.
Pricing
from $2.43 / 1,000 posts
Rating
0.0
(0)
Developer
Vitalii Bondarev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Threads Scraper — Posts, Profiles, Replies | from $1.50/1K
Scrape Meta Threads posts by username or keyword — no login, no API key, just results.
What you get
| Field | Description |
|---|---|
post_id | Unique numeric post ID |
code | Short code (appears in post URL) |
post_url | Direct link to the post |
author_username | Author's handle |
author_id | Numeric author ID |
author_verified | Verified badge |
text | Full post text |
taken_at | Posted timestamp (ISO-8601 UTC) |
like_count | Number of likes |
reply_count | Number of replies |
repost_count | Number of reposts |
quote_count | Number of quotes |
is_reply | Whether this is a reply to another post |
reply_to_username | Who this post replies to (if applicable) |
media_urls | List of image/video URLs |
media_types | Media type per URL (image/video/carousel_image) |
has_media | Quick boolean — does this post have media? |
link_preview_url | External URL if the post has a link preview |
Modes
User mode (default)
Scrapes the latest posts from a specific Threads profile.
- Returns up to 25 most recent posts
- Input:
username(e.g.zuck)
Keyword mode
Searches Threads for posts matching a keyword or phrase.
- Returns 10–30 results from Threads search
- Reply/repost counts included
- Input:
keyword(e.g.AI tools,python tutorial)
Pricing
Pay-per-result: $1.50 per 1,000 posts. You only pay for posts actually returned.
Technical notes
- No authentication required — uses Threads' public web surface
- Rung 1 access — embedded GraphQL/relay JSON, no HTML parsing
- Residential proxy recommended for best reliability (included via Apify proxy)
- User mode: calls
POST /api/graphqlwith the public session token extracted from the page - Keyword mode: parses the embedded Relay preloader from the search results page
Limitations
- User mode returns up to ~25 most recent posts per profile (Threads API limit on public endpoint)
- Keyword mode returns what Threads surfaces on the search page (10–30 posts)
- Private profiles return 0 posts (as expected — no login)
- Reply/repost counts are populated in keyword mode; in user mode they are 0 unless the post detail page is fetched separately