Threads Scraper - Profiles, Posts, Replies & Leads avatar

Threads Scraper - Profiles, Posts, Replies & Leads

Pricing

from $3.00 / 1,000 profiles

Go to Apify Store
Threads Scraper - Profiles, Posts, Replies & Leads

Threads Scraper - Profiles, Posts, Replies & Leads

Scrape Threads (Meta): full profiles (followers, bio, verified, links), posts with likes/replies/reposts/quotes & media, post replies, plus creator/brand leads with emails & socials. Monitor for new posts.

Pricing

from $3.00 / 1,000 profiles

Rating

0.0

(0)

Developer

Scrape Sage

Scrape Sage

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 days ago

Last modified

Share

Threads Scraper — Profiles, Posts, Replies & Creator Leads

Extract complete data from Threads (Meta) — the fastest-growing text social network (500M+ monthly actives). Pull full profiles (followers, bio, verified badge, links), posts with real engagement (likes, replies, reposts, quotes), all media (images, video, carousels), and post replies — then optionally turn any creator or brand into a ready-to-contact lead with emails, phone and social handles.

No login, no API key, no browser — fast JSON extraction straight from Threads' server-rendered data.

Why this Threads scraper?

Most Threads scrapers return a thin slice — a handle and a follower count. This actor ships the richest record in the category, with the engagement, media and contact fields that actually matter:

DataTypical scrapersThis actor
Follower count, verified, private flagpartial
Full bio + parsed links, @mentions, #hashtags
Bio links / external website
HD profile picture
Post text + likespartial
Replies, reposts and quote counts✅ all four
Images, video URL & carousels
Link cards & quoted/reposted posts
Parsed hashtags / mentions / links per post
Post replies (whole thread)
Creator contact emails / phone / socials✅ opt-in
Lead score (0–100)
Only-new monitor mode

Use cases

  • Creator & brand lead generation — Threads creators and brands are active buyers and partners. Score them by audience size and turn each profile into a contactable lead (emails, phones, website, socials, leadScore) for influencer outreach, sponsorships and B2B sales.
  • Social listening & brand monitoring — track what creators, competitors and brands post, with full engagement metrics, and run it on a schedule to catch only new posts.
  • Engagement & sentiment analysis — pull a thread with all its replies for conversation mining, sentiment, and community research.
  • Influencer discovery & vetting — verify follower counts, verified status, posting cadence and engagement before partnering.
  • Content & trend research — collect posts by hashtag/mention from creators you track and analyze what performs.

How to use

  1. Sign up for Apify — the free plan is enough to try this actor.
  2. Open the Threads Scraper, pick a mode, and enter usernames or paste Threads URLs.
  3. Click Start and watch results stream into the dataset.
  4. Export as JSON, CSV, Excel, XML or RSS — or pull results via the Apify API.

Modes

  • Profiles — one full profile per username/URL (followers, bio, verified, links, HD picture), with recent posts inline and optional contact-lead enrichment.
  • User posts — a profile's recent posts as individual records. Pull from the threads, replies and/or media tabs for more depth.
  • Post — a single post/thread by URL, plus its replies (each as its own record).

Input

{
"mode": "profiles",
"usernames": ["zuck", "mosseri", "nike"],
"includePosts": true,
"postTabs": ["threads"],
"maxPostsPerProfile": 20,
"enrichLeads": true,
"leadsOnly": false
}

Single-post example:

{
"mode": "post",
"postUrls": ["https://www.threads.com/@zuck/post/DZpPDXbCeTt"],
"includeReplies": true,
"maxRepliesPerPost": 50
}
  • usernames@handle, handle, or a profile URL (https://www.threads.com/@zuck). Used in Profiles and User posts modes.
  • includePosts (default true) — attach recent posts to each profile record.
  • postTabs (default ["threads"]) — which profile tabs to collect posts from: threads (own posts), replies, media. Combine for more depth.
  • maxPostsPerProfile — cap recent posts per profile.
  • enrichLeads (default false) — parse emails/phone from the bio, classify linked socials, crawl the linked website (home + contact/about, max 3 pages) for contacts, and compute a 0–100 leadScore.
  • leadsOnly (default false) — only output profiles that yielded at least one contact email.
  • postUrls — Threads post URLs or codes for Post mode.
  • includeReplies / maxRepliesPerPost — control reply collection in Post mode.
  • startUrls — paste any mix of profile and post URLs; each is auto-routed.
  • monitorMode / monitorStoreName — output only records not seen on previous runs.
  • maxResults — overall cap (0 = no limit).

Output

Profile record (recordType: "profile", or "profileLead" when enriched):

{
"recordType": "profileLead",
"username": "examplecreator",
"userId": "1234567890",
"fullName": "Example Creator",
"biography": "Designer & founder. Bookings: hello@example.com",
"bioLinks": [{ "url": "https://example.com", "title": null }],
"externalUrl": "https://example.com",
"followerCount": 184203,
"isVerified": true,
"isPrivate": false,
"profilePicUrl": "https://...150x150.jpg",
"hdProfilePicUrl": "https://...640x640.jpg",
"profileUrl": "https://www.threads.com/@examplecreator",
"postsCount": 4,
"recentPosts": [{ "code": "DZ...", "text": "…", "likeCount": 1203, "replyCount": 88, "mediaType": "image" }],
"emails": ["hello@example.com"],
"phones": ["+1 415 555 0199"],
"website": "https://example.com",
"socials": { "instagram": "https://instagram.com/examplecreator", "youtube": "https://youtube.com/@examplecreator" },
"leadScore": 88,
"scrapedAt": "2026-06-18T12:00:00.000Z"
}

Post record (recordType: "post", replies use "reply"):

{
"recordType": "post",
"postId": "3920731152608519405",
"code": "DZpPDXbCeTt",
"url": "https://www.threads.com/@zuck/post/DZpPDXbCeTt",
"username": "zuck",
"authorFullName": "Mark Zuckerberg",
"authorIsVerified": true,
"text": "500M monthly actives on Threads in less than 3 years…",
"likeCount": 17183,
"replyCount": 4608,
"repostCount": 534,
"quoteCount": 259,
"mediaType": "image",
"images": ["https://...jpg"],
"videoUrl": null,
"hashtags": [],
"mentions": [],
"links": [],
"language": "en",
"takenAt": "2026-06-16T10:59:56.000Z",
"takenAtTimestamp": 1781607596,
"scrapedAt": "2026-06-18T12:00:00.000Z"
}

Automate & schedule

Run this actor on autopilot and pull results into your own stack:

  • Apify API — start runs, fetch datasets and manage schedules over REST.
  • apify-client for JavaScript and apify-client for Python — official SDKs.
  • Schedules — run it hourly/daily to monitor tracked creators for new posts; combine with Monitor mode for new-only output.
  • Webhooks — trigger downstream actions (CRM import, Slack alert, email sequence) the moment a run finishes.
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });
const run = await client.actor('scrapesage/threads-scraper').call({
mode: 'profiles',
usernames: ['zuck', 'mosseri'],
includePosts: true,
enrichLeads: true,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} Threads records`);

Monitor mode (only new data)

Turn on Monitor mode and the actor remembers what it has already returned (in a named key-value store) and outputs only new posts or profiles on the next run — perfect for new-post alerts on the creators you track. It is independent of Apify Schedules, so you can pair them: schedule the run, get only the deltas. Use different monitorStoreName values to track different watchlists separately.

Integrate with any app

Connect the dataset to 5,000+ apps — no code required:

  • Make — multi-step automation scenarios.
  • Zapier — push new creator leads straight into your CRM.
  • Slack — get notified when a monitored creator posts.
  • Google Drive / Sheets — auto-export every run to a spreadsheet.
  • Airbyte — pipe results into your data warehouse.
  • GitHub — trigger runs from commits or releases.

Use with AI assistants (MCP)

The output is clean, LLM-ready JSON. Call this actor from Claude, ChatGPT or any agent framework through the Apify MCP server — ask your assistant to "get the Threads profile and recent posts for @nike and list the contact details" and let it run this scraper for you.

More scrapers from scrapesage

Build a complete social & creator-economy lead-gen stack:

Tips

  • Datacenter proxy is fine — Threads renders public profiles on Apify's datacenter proxy (fast & cheap). Switch to residential only if your region is blocked.
  • More posts per profile: add replies and media to postTabs to widen the recent-post window.
  • Lead enrichment only crawls the creator's own linked website — emails come from there or the bio, never invented.
  • Recurring monitoring: combine Schedules with Monitor mode to get only new posts.

FAQ

Do I need a Threads or Instagram login? No. This actor reads the same public, server-rendered data a logged-out visitor sees — no login, cookies or API key.

Can I scrape a specific post and its replies? Yes. Use Post mode with the post URL (/@user/post/CODE or /t/CODE); set includeReplies to also collect the replies.

Why did a profile return no data? A small number of Threads profiles are login-gated by their owner (not viewable on the web logged-out), private, or simply don't exist on Threads — the actor logs a clear reason and skips them. Public profiles return full data.

How many recent posts do I get per profile? Threads server-renders the most recent posts per tab. Add replies and media tabs (and raise maxPostsPerProfile) to widen the window.

Where do the emails come from? Never invented — from the public bio and the creator's own linked website (home + contact/about). Tracking/placeholder addresses are filtered out.

Can I export to Google Sheets, CSV or Excel? Yes — one click in the dataset view, or automatically on every run via the Google Drive integration.

Is scraping Threads legal? This actor collects publicly available data only. You are responsible for using it in compliance with applicable laws (GDPR/CCPA for personal data) and Threads' terms.

Need help?

Open an issue on the actor's Issues tab, or visit the Apify help center. Feature requests are welcome — this actor is actively maintained.