π§΅ Threads User Posts Scraper
Pricing
from $2.99 / 1,000 results
π§΅ Threads User Posts Scraper
π§΅ Threads User Posts Scraper pulls public posts from Threads profiles β text, timestamps, engagement, media, links, hashtags & post IDs. π Great for social listening, competitor analysis, research & archiving. β‘ Fast, reliable, API-ready exports (CSV/JSON).
Pricing
from $2.99 / 1,000 results
Rating
0.0
(0)
Developer
SimpleAPI
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Threads User Posts Scraper
Apify actor that collects public posts from Threads profiles using the same GraphQL + HTML token strategy as the reference scripts (helper.py, main.py, extract_output.py).
Behavior
- Requests start without a proxy (direct to
threads.com). - If Threads blocks or rejects traffic, the actor switches to an Apify datacenter proxy and keeps using that tier for the rest of the run (until another escalation is needed).
- If datacenter is unavailable or still blocked, it switches to an Apify residential proxy and performs up to three attempts per profile with rotated residential sessions.
- Posts are pushed to the dataset as they are parsed (live saving).
Input
| Field | Description |
|---|---|
urls | Profile URLs (https://www.threads.com/@user) or usernames; bulk supported. |
maxPostsPerProfile | Max posts per profile (1β500, default 100). |
proxyConfiguration | Optional. Omit it or use No proxy in the console; backup routing still uses your Apify account proxies when needed. |
Field taken_at uses the actor containerβs local timezone (same as the original scriptβs default).
Output
Dataset items match the reference output.json shape: profile_pic_url, username, id, pk, code, caption, engagement fields, audio, medias, tags, mentions, taken_at, url, etc.
Local run
pip install -r requirements.txtexport APIFY_LOCAL_STORAGE_DIR=./storage# Put INPUT.json in storage/key_value_stores/default/INPUT.jsonpython -m src
Legal
Data is taken from publicly visible Threads content only. You are responsible for compliance with applicable laws and Metaβs terms.