Threads User Posts Scraper avatar

Threads User Posts Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Threads User Posts Scraper

Threads User Posts Scraper

Scrape public Threads posts from one or more profiles. Get text, engagement metrics, media, and profile details in structured JSON.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Collect public posts from Threads profiles — text, engagement metrics, media, and available profile details. No login required.

✨ Key Features

  • 👤 Scrape posts from one or more Threads profiles
  • 💬 Post text, hashtags, mentions, and links
  • 📊 Engagement: likes, replies, reposts, quotes, shares, views
  • 🖼️ Media URLs when available
  • 🏷️ Optional keyword flagging without dropping unmatched posts
  • 📋 Structured JSON output, streamed while the run is in progress

💪 Why Choose This Actor?

  • Focused: User posts mode only
  • Simple: Profiles + max posts per profile
  • Structured: Renamed, integration-friendly field names
  • Flexible: Accepts bare usernames, @handle, or profile URLs

🎯 Perfect For

  • 📢 Brand and competitor monitoring
  • 📈 Creator engagement analysis
  • 🧠 Content research and topic tracking
  • 🤖 CRM / enrichment pipelines

📝 Input Requirements

  • profiles (required): Threads usernames or profile URLs (max 20)
  • maxPostsPerProfile (optional): Max posts per profile (minimum 10)
  • matchKeywords (optional): Flag matching posts without filtering them out

Input Example

{
"profiles": ["zuck", "@nike"],
"maxPostsPerProfile": 50,
"matchKeywords": ["AI"]
}

Output Example

{
"handle": "zuck",
"displayName": "Mark Zuckerberg",
"postUrl": "https://www.threads.com/@zuck/post/...",
"text": "Example post text",
"likes": 1200,
"replies": 80,
"reposts": 40,
"views": 50000,
"publishedAt": "2026-07-30T10:00:00.000Z",
"scrapedAt": "2026-07-30T11:00:00.000Z"
}

🚀 How to Use

  1. Add one or more Threads profiles
  2. Set maxPostsPerProfile
  3. Optionally add matchKeywords to flag relevant posts
  4. Click Start
  5. Download results as JSON, CSV, Excel, or HTML

📌 Notes

  • Only public posts are available
  • Very high limits require enough public posts on the target account
  • This actor covers User Posts mode only