# Changelog of Trustpilot Scraper: Reviews, Ratings & Replies | Fast API (`apivault_labs/trustpilot-scraper-reviews-ratings-api`) Actor

- **URL**: https://apify.com/apivault\_labs/trustpilot-scraper-reviews-ratings-api/changelog.md
- **Full Actor documentation**: https://apify.com/apivault\_labs/trustpilot-scraper-reviews-ratings-api.md

## Changelog

### 1.6.3 — 2026-09-20

- Restored reliable review collection after an upstream access change.
- Restored company search, direct-review URLs, consumer profiles, rating filters, company-only mode, and empty-input handling.
- Reduced the default run size so first runs finish quickly while deeper collection remains configurable.
- Confirmed one billed result event per review row and restored the public Store listing.

### 1.4.10 — 2026-08-17

- Documentation cleanup.

### 1.4.9 — 2026-08-17

- Empty input no longer crashes the run: it exits cleanly with an `invalid_input` row in the Input errors dataset and a SUMMARY record (avoids false "under maintenance" flags from automated tests).

### 1.4.8 — 2026-08-17

- Fixed reviewer country detection: Trustpilot often omits `consumer.country`, so it is now derived from the `displayLocation` suffix (e.g. "Austin, US"). Country filters and `reviewerCountry` output now work.

### 1.4.7 — 2026-08-17

- Fixed empty results with strict filter combinations (stars/language/country/verified/replies): the actor now scans up to 50 pages when filters are active, instead of stopping at `maxPages`.

### 1.4.0 — 2026-08-17

- Added incremental runs with direct state input or an optional persistent Apify key-value store.
- Added exact-name regional Trustpilot profile discovery with a configurable safety cap.
- Added bounded parallel company processing via `maxConcurrency`.
- Split output into dedicated Reviews, Companies, and Input errors datasets with output links and table views.
- Made newest-first sorting the safe automatic default and added fallback when Trustpilot rejects relevance sorting.

### 1.3.0 — 2026-08-17

- Added `startUrls` while preserving legacy `companyUrls` inputs.
- Added Trustpilot `/users/{id}` profile URLs and `/search?query=...` URLs.
- Added rolling `lastDays`, automatic sorting, strict brand matching, and balanced/proportional sampling.
- Added `INPUT_STATUS` reporting for invalid, failed, and empty inputs.
- Expanded no-AI Review insights with complaint themes, negative terms, and feature-request snippets.

### 1.2.0 — 2026-08-17

- Rebuilt the launch form into start URLs, company search, insights, filters, performance, and authentication sections.
- Added brand/company-name search, normal website URLs, and direct Trustpilot review URLs.
- Added free deterministic Review insights without an external API key.
- Changed the default to fetch all reviews, with each review saved as its own dataset row.

### 1.1.0 — 2026-08-17

- Added reviews, company information, combined, and bulk company-information modes.
- Added start-page and relative 30-day/3-month/6-month/12-month date filters.
- Added compact output, reviewer avatars, source and verification details.
- Added TrustScore, star distribution, reply rate, and response-time metrics.

### 1.0.0 — 2026-08-17

- Added fast request-only transport with automatic `accessToken` extraction from the saved Trustpilot `jwt` cookie.
- Added 100-item full API pagination, filters, retries, company metadata, replies, and incremental state.
