# Changelog of Threads Scraper 🧵 Brand Monitor (keywords + replies, no login) (`tagadanar/threads-scraper`) Actor

- **URL**: https://apify.com/tagadanar/threads-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/tagadanar/threads-scraper.md

## Changelog

### 0.1.5 (2026-09-05)

- Threads stopped server-rendering search results and permalink replies for
  logged-out readers (see actors/GOTCHAS.md, 2026-09-05). The run no longer
  reports that as "no posts matched this input": a term whose page shipped no
  results payload is named as unserved, a term whose page shipped an empty
  results container is named as genuinely empty, and a run that delivered
  nothing while proving nothing empty now FAILS instead of reading SUCCEEDED.
- A post link that returns the root without its replies says so, with the
  post's own reply count as the evidence.
- "Deleted or private" is now claimed only when Threads served a page with no
  thread containers at all — a withheld post ships empty containers instead.

### 2026-09-02

- The run now ends with a status message in the Console (the "Done" line was log-only, so a run could not explain itself in the Store).

### 0.1.3 (2026-08-29)

- README: added the Pricing section this actor never had — until today the file
  did not contain a single "$". $2.00 per 1,000 posts or replies, $0.001 per
  run, Bronze/Silver/Gold 10/20/30% off the per-row price. This actor uses no
  proxy at all, so platform usage is included and there is nothing else to pay.
- README: one dated reliability sentence next to the existing reliability notes,
  pointing at each actor's own public 30-day run stats rather than a table of
  numbers that would go stale.
- README: added a Related actors section linking Telegram Channel Monitor (which
  already linked here) and Brand News Monitor.

### 0.1.0 (2026-08-11)

First release.

- Keyword and hashtag search across both the posts tab and the tag tab, merged
  and de-duplicated, with the matched keyword kept on every row.
- Reply extraction: paste a post link and get the post plus the replies Threads
  shows publicly under it, each with its author and engagement counts.
- Flat output: text, timestamp, author, verification, likes, replies, reposts,
  quotes, media URLs, hashtags, mentions and outbound links.
- No login, no cookies, no API key. Reads only the signed-out public view.
