Threads Profile Scraper avatar

Threads Profile Scraper

Pricing

from $4.50 / 1,000 results

Go to Apify Store
Threads Profile Scraper

Threads Profile Scraper

Scrape Threads profiles and posts. Extract Bio, User ID, Full Name, Follower Count, Profile Picture — plus post content, like/reply/repost counts, and timestamps. Key Advantage: Accurate follower counts – a metric most competitors fail to provide.

Pricing

from $4.50 / 1,000 results

Rating

0.0

(0)

Developer

Lazy Scraper

Lazy Scraper

Maintained by Community

Actor stats

5

Bookmarked

7

Total users

5

Monthly active users

3 days ago

Last modified

Share

Threads Profile & Posts Scraper

What is Threads Profile & Posts Scraper?

A specialized data extraction tool that retrieves structured profile and post data from Threads accounts using:

  • Usernames (e.g. @lilbieber, @joemanweng)

Captures publicly available data including profile details, audience metrics, and post engagement — with precise follower counts that most competitors fail to provide reliably.

Why Scrape Threads Profiles?

Collected data enables:

  • 📩 Lead Generation from public profile information
  • Influencer Vetting with verified follower metrics
  • 🔍 Competitor Analysis through bio and post content patterns
  • 📊 Engagement Research via like, reply, and repost counts
  • 🚫 Fake Account Identification

Key Features

FeatureDescription
Profile ExtractionFull Name, Username, Bio, User ID, Profile Picture URL
Verified Follower MetricsAccurate follower counts for public accounts
Post Data CollectionContent, timestamps, like/reply/repost counts, post URLs
Replies CollectionNested replies under each post with full engagement data
Structured ExportsJSON, CSV, Excel, XML formats
Multi-Account SupportScrape multiple usernames in a single run
Compliance FocusedStrict adherence to Threads' public data policies

Output Data Structure

Note: The sample below has been trimmed for readability — in practice, each account may return significantly more posts and replies depending on the account's activity level.

[
{
"username": "lilbieber",
"profile": {
"pk": "67027868801",
"username": "lilbieber",
"full_name": "Justin Bieber",
"biography": "",
"follower_count": 15474288,
"is_verified": true,
"profile_pic_url": "https://scontent.cdninstagram.com/..."
},
"total_threads": 4,
"total_replies": 87,
"threads": [
{
"id": "3880572356579202158_67027868801",
"username": "lilbieber",
"text": "skylrk paradise",
"like_count": 10582,
"reply_count": 135,
"repost_count": 468,
"created_at": "2026-04-22T01:11:35Z",
"url": "https://www.threads.com/@lilbieber/post/DXaj_-HGpRu",
"replies": [
{
"id": "3880578695447101518_67652599985",
"username": "n_ys_m",
"text": "JB Please come to Taiwan on your world tour!!",
"like_count": 40,
"reply_count": 0,
"repost_count": 0,
"created_at": "2026-04-22T01:24:11Z",
"url": "https://www.threads.com/@n_ys_m/post/DXalcNpEsBO",
"in_reply_to_id": "3880572356579202158_67027868801",
"in_reply_to_url": "https://www.threads.com/@lilbieber/post/DXaj_-HGpRu"
}
]
}
]
},
{
"username": "joemanweng",
"profile": {
"pk": "63441725658",
"username": "joemanweng",
"full_name": "Joeman 九妹",
"biography": "台灣Youtuber\nINFP 短髮控",
"follower_count": 383236,
"is_verified": true,
"profile_pic_url": "https://scontent.cdninstagram.com/..."
},
"total_threads": 18,
"total_replies": 351,
"threads": [
{
"id": "3857491285318275279_63441725658",
"username": "joemanweng",
"text": "脆為什麼這麼好看?因為本質上它就是一台免費的多巴胺拉霸機",
"like_count": 14890,
"reply_count": 173,
"repost_count": 555,
"created_at": "2026-03-21T04:53:37Z",
"url": "https://www.threads.com/@joemanweng/post/DWIj-LZj5DP",
"replies": [
{
"id": "3857550301860176365_68765111426",
"username": "drtai.casual",
"text": "中醫師路過,數位斷捨離以後,提升多巴胺的方法:...",
"like_count": 1762,
"reply_count": 4,
"repost_count": 93,
"created_at": "2026-03-21T06:50:52Z",
"url": "https://www.threads.com/@drtai.casual/post/DWIxY-1k6Ht",
"in_reply_to_id": "3857491285318275279_63441725658",
"in_reply_to_url": "https://www.threads.com/@joemanweng/post/DWIj-LZj5DP"
}
]
}
]
}
]