Threads Metrics Scraper
Pricing
from $1.75 / 1,000 threads post metric snapshots
Threads Metrics Scraper
Track public Threads post views, likes, replies, reposts, quotes, and shares from known post URLs. Get one clean snapshot row per attempted URL. No login required.
Pricing
from $1.75 / 1,000 threads post metric snapshots
Rating
0.0
(0)
Developer
Chronometrica
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
π What does Threads Metrics Scraper do?
Threads Metrics Scraper collects current public engagement counts from known Threads post URLs. It returns clean snapshot rows for monitoring, reporting, research, and scheduled data work.
Each dataset row is one attempted public Threads post URL. Successful rows include stable post identity, public reply and quote links when available, text, author, date, media facts, views, likes, replies, reposts, quotes, shares, and precision labels. Failed inputs return a clear status row.
The Actor reads logged-out public Threads pages. It does not log in, use account details, access private posts, or bypass access controls.
With Threads Metrics Scraper, you can:
- π Track public post engagement over time.
- π Resolve stable post IDs and canonical URLs.
- π Collect views, likes, replies, reposts, quotes, and shares.
- π― Tell exact counts from unavailable counts.
- π¦ Send snapshot rows to spreadsheets, databases, and automation tools.
π¦ What Threads metric data can I extract?
| Data group | Example fields |
|---|---|
| π Input and identity | inputUrl, postId, postCode, postUrl |
| π Relationships | rootPostId, parentPostId, quotedPostId, replyDepth |
| π§Ύ Content and author | publishedAt, text, authorUsername, authorProfileId |
| ποΈ Media | mediaType, mediaCount, mediaWidth, hasAudio |
| π Metrics | views, likes, replies, reposts, quotes, shares |
| π― Precision | viewsPrecision, likesPrecision, repliesPrecision |
| π¦ Status | status, statusReason, observedAt |
Missing public counts stay null with unavailable precision. The Actor uses zero only when Threads returns zero.
βοΈ Can I use this Actor through an API?
Yes. Run the Actor in Apify Console or use it through:
- Apify API
- Python SDK
- Node.js SDK
- Webhooks
- Scheduled runs
- Apify integrations
This makes the Actor useful for metric monitors, campaign reports, dashboards, warehouse loads, and scheduled snapshots.
π― Why collect Threads post metrics?
| Use case | How the data helps |
|---|---|
| π Post monitoring | Save dated engagement snapshots. |
| π£ Campaign reporting | Compare public post response over time. |
| π΅οΈ Competitor review | Review public engagement on known posts. |
| π§± Data products | Load one stable snapshot row per URL. |
π΅ Pricing Event
Check the Pricing tab for the current price. Under pay-per-event pricing,
one threads-post-metric event means one successful metric row. Invalid,
unavailable, and failed rows do not use this event.
π How do I use Threads Metrics Scraper?
- Create or log in to your Apify account.
- Open Threads Metrics Scraper.
- Enter one or more public Threads post URLs.
- Click Start.
- Open the Output tab to inspect the dataset and run summary.
- Download the data in JSON, JSONL, CSV, Excel, XML, RSS, or HTML.
β¬οΈ Input
The main input is postUrls.
π Threads post URLs
{"postUrls": ["https://www.threads.com/@threads/post/DcBlkTQESOw"]}
ποΈ Settings
| Setting | What it controls |
|---|---|
postUrls | One to 100 public Threads post URLs. Each URL creates one attempted row and can add run time and cost. Tracking query values are removed. |
β¬οΈ Output sample
Results are stored in the default dataset. Each result is one attempted public Threads post metric snapshot.
{"platform": "threads","inputUrl": "https://www.threads.com/@threads/post/DcBlkTQESOw","postId": "3963614369355473840","postCode": "DcBlkTQESOw","postUrl": "https://www.threads.com/@threads/post/DcBlkTQESOw","isReply": false,"rootPostId": null,"rootPostCode": null,"rootPostUrl": null,"rootAuthorProfileId": null,"parentPostId": null,"parentPostCode": null,"parentPostUrl": null,"parentAuthorProfileId": null,"replyDepth": null,"isQuotePost": false,"quotedPostId": null,"quotedPostCode": null,"quotedPostUrl": null,"quotedAuthorProfileId": null,"authorProfileId": "63082166531","authorProfileUrl": "https://www.threads.com/@threads","authorUsername": "threads","authorDisplayName": "Threads","authorVerified": true,"publishedAt": "2026-08-14T13:41:14.000Z","text": "Example public post text","mediaType": "text","mediaCount": 0,"mediaWidth": null,"mediaHeight": null,"hasAudio": null,"videoDurationSeconds": null,"views": 213000,"likes": 1167,"replies": 135,"reposts": 48,"quotes": 7,"shares": 11,"viewsPrecision": "rounded_display","likesPrecision": "exact","repliesPrecision": "exact","repostsPrecision": "exact","quotesPrecision": "exact","sharesPrecision": "exact","status": "ok","statusReason": null,"observedAt": "2026-08-16T12:00:00.000Z"}
π Run summary
The OUTPUT record reports:
- inputs received;
- dataset, useful, and billable row counts;
- duplicates skipped;
- target status counts; and
- the stop reason.
π― Status and quality fields
Each count has a matching precision field. exact means Threads exposed a
typed full number. exact_display means Threads showed a full number.
rounded_display means Threads showed a compact value such as 213K.
unavailable means Threads did not expose the count.
status shows the outcome for each attempted URL. statusReason explains a
non-ok result. Missing public counts stay null. They do not become zero.
π Source boundary
The Actor reads public logged-out Threads post pages. It stops when Threads asks for login or an access check.
β οΈ Limits and interpretation
- Public counts can change after collection.
- Threads can hide a count or page at any time.
- Missing counts are not zero.
- Repeated runs create separate dated snapshots.
- Reply and quote fields stay
nullwhen the public post page does not expose a proven relationship. replyDepthis1for a direct reply. It increases for each proven parent level.- Media width and height describe the primary attached media.
- Video duration stays
nullfor non-video posts and when Threads does not expose it. - Repost relationships are not included because a public repost URL resolves to the original post.
- A failed public page is not proof that the post does not exist.
β FAQ
Does this Actor need login details or an API key?
No. It reads public logged-out Threads pages.
Why is a metric null?
Threads did not expose that count on the public page during the run. Check its precision field and row status.
Can I use this Actor on a schedule?
Yes. Each row has observedAt, so repeated runs form a time series.
βοΈ Is it legal to scrape public Threads data?
This Actor collects data available on logged-out public Threads pages. You are responsible for making sure your use follows applicable laws, platform terms, and privacy rules.
Threads is a trademark of its owner. This Actor is independent and is not affiliated with, endorsed by, or sponsored by Threads or Meta.
π Support
Send the run ID, input URL, expected metric, observed output, and the time of the run. Include one affected dataset row when possible.