Threads Scraper avatar

Threads Scraper

Pricing

$2.00 / 1,000 results

Go to Apify Store
Threads Scraper

Threads Scraper

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Sourabh Kumar

Sourabh Kumar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Threads Scraper — 100 Free | Profiles, Posts, Search & Replies

Scrape Meta Threads profiles, posts, search results, and replies. Extract follower counts, engagement metrics (likes, reposts, quotes), images, and timestamps. HTTP-only, fast, reliable. The only all-in-one Threads scraper on Apify.

💰 Pricing

  • 100 free results — lifetime, no credit card needed
  • After that: $2 per 1,000 results (pay-per-event)
  • Profile mode: 1 result = 1 full profile with posts
  • Posts/Search/Replies mode: 1 result = 1 post or reply
ResultsCost
100Free
1,000$2
10,000$20
100,000$200

🔍 What can you scrape?

Profile Mode

  • Username, full name, bio, follower count
  • Verified status, profile picture URL
  • Recent posts with engagement metrics

Posts Mode

  • Individual posts from a user's feed
  • Text content, likes, reposts, quotes, reply counts
  • Image URLs, timestamps, direct post URLs

Search Mode

  • Find posts by keyword across all of Threads
  • Post text, engagement metrics, author info

Replies Mode

  • Extract replies/comments on a specific post
  • Parent post + all server-rendered replies

📥 Input

FieldTypeDefaultDescription
urlsstring[]["https://www.threads.com/@zuck"]URLs, @usernames, or search keywords
modeenumauto-detectOverride: profile, posts, search, replies
maxResultsinteger50Max results. 0 = unlimited

Auto-Detection

  • https://threads.com/@zuck → profile
  • https://threads.com/@zuck/post/ABC123 → replies
  • @username or username → profile
  • AI startups → search

Example Input

{
"urls": ["@zuck", "@instagram"],
"mode": "profile",
"maxResults": 10
}

📤 Output

Profile Record

{
"type": "profile",
"username": "zuck",
"fullName": "Mark Zuckerberg",
"bio": "Mostly superintelligence and MMA takes",
"followerCount": 5453639,
"isVerified": true,
"profilePicUrl": "https://...",
"posts": [...],
"scrapedAt": "2026-04-06T12:00:00Z",
"url": "https://www.threads.com/@zuck"
}

Post Record

{
"type": "post",
"username": "zuck",
"postCode": "DVrwsE5EdSz",
"text": "Post text here...",
"likeCount": 12345,
"repostCount": 678,
"quoteCount": 90,
"replyCount": 456,
"postedAt": "2026-04-05T14:30:00Z",
"imageUrls": ["https://..."],
"postUrl": "https://www.threads.com/@zuck/post/DVrwsE5EdSz",
"scrapedAt": "2026-04-06T12:00:00Z"
}

💡 Use Cases

  • Social media monitoring — Track brand mentions and competitor activity
  • Influencer research — Analyze engagement rates and content strategies
  • Content curation — Find trending posts by topic
  • Market research — Monitor industry conversations and sentiment
  • Lead generation — Identify active users in your niche
  • Academic research — Study social media engagement patterns

⚡ Tips

  • Combine multiple usernames in one run for bulk scraping
  • Use search mode to discover relevant accounts, then scrape their profiles
  • The actor auto-detects mode from URLs — just paste Threads links
  • Empty input defaults to @zuck profile (for Apify daily health checks)
  • Replies mode extracts server-rendered replies (typically 5-15 per post)