# Changelog of TikTok Comments Scraper (`corvuslab/tiktok-comments-scraper`) Actor

- **URL**: https://apify.com/corvuslab/tiktok-comments-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/corvuslab/tiktok-comments-scraper.md

## Changelog

#### 2026-09-19

*New*

- Every comment now carries `purchaseIntent`, TikTok's own signal that the
  comment shows buying intent — asking the price, where to buy, or whether it
  ships. Filter on it to pull the commercially interesting comments out of a
  thread of thousands.
- Every comment now carries `ageGroup`, TikTok's predicted age bracket for the
  commenter (1–5) where TikTok provides one.

#### 2026-09-18

*Fixes*

- Long comment threads no longer stop short when TikTok slows a request down. A
  thread that could not be read all the way through is now reported as partial
  instead of being treated as finished.
- Incremental runs no longer re-deliver comments they had already returned after
  a thread was cut short, so repeat runs stay clean.
- Deleted comments are now returned with `changeType: EXPIRED`, which the output
  has always described. A thread that could not be read is no longer mistaken
  for a thread that was emptied.
- Comment records no longer carry three repost fields that belong only to video
  records.

#### 2026-09-15

*Fixes*

- Sorting a thread by newest or most-liked now returns the full number of
  comments you asked for.

#### 2026-09-13

- Initial release. Scrape comments and replies from any TikTok video, search or
  hashtag, with commenter profiles, like counts, reply counts and timestamps.
