Threads Profile Scraper - $4/1000 Profiles avatar

Threads Profile Scraper - $4/1000 Profiles

Pricing

from $4.00 / 1,000 profiles

Go to Apify Store
Threads Profile Scraper - $4/1000 Profiles

Threads Profile Scraper - $4/1000 Profiles

Scrape public Threads (Meta) profiles as structured JSON: full name, bio, followers, thread count, avatar, and recent posts with like/comment/repost/share counts. No login or cookies. Powered by ScrapeUnblocker.

Pricing

from $4.00 / 1,000 profiles

Rating

0.0

(0)

Developer

Scrapeunblocker

Scrapeunblocker

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Threads Profile Scraper

Scrape public Threads (Meta) profiles as clean structured JSON - display name, bio, followers, thread count, avatar, and the profile's recent posts with their engagement counts - without any login, cookies, proxies or CAPTCHA setup.

Powered by ScrapeUnblocker's anti-bot bypass, which renders each profile behind Meta's bot checks and returns it already parsed. You just pass a handle.

Features

  • Profile fields: fullName, bio, followers, threadsCount, avatar, profileUrl.
  • Recent posts with text, url, age, and likes, comments, reposts, shares.
  • Batch: pass many usernames in one run.
  • Public only - no login, no cookies, no account needed.

Input

FieldTypeDefaultDescription
usernamesarrayrequiredHandles (zuck, @zuck) or profile URLs.
max_postsinteger25Recent posts per profile (1-100).
proxy_countrystringRandomCountry to fetch from (e.g. US, DE).

Example input

{
"usernames": ["zuck", "mosseri"],
"max_posts": 10
}

Output

One dataset item per profile:

{
"username": "zuck",
"fullName": "Mark Zuckerberg",
"bio": "Mostly superintelligence and MMA takes.",
"followers": 5700000,
"threadsCount": 158,
"profileUrl": "https://www.threads.com/@zuck",
"avatar": "https://...",
"posts": [
{"text": "...", "url": "...", "age": "2h", "likes": 1200, "comments": 34, "reposts": 5, "shares": 2}
],
"postsCollected": 10
}

How it works

The actor calls ScrapeUnblocker's dedicated /social/threads-profile endpoint, which handles rendering, proxy rotation and Meta's bot detection, then parses the profile and posts server-side. Only public profiles are read.


Built by ScrapeUnblocker - anti-bot bypass API for Cloudflare, DataDome, PerimeterX, Akamai and more.