# Changelog of Reddit Scraper API: Posts, Comments, Keywords, Subreddits ++ (`socialhz/reddit-search-scraper`) Actor

- **URL**: https://apify.com/socialhz/reddit-search-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/socialhz/reddit-search-scraper.md

## Changelog

### 1.1 — 2026-09-02

- Fixed: a post charged at the moment a run reaches its **Maximum cost per run** ceiling is now delivered to the dataset instead of being dropped. A run that stops on its cost ceiling returns everything it charged for.
- Fixed: `commentsRemaining` now reports `true` for posts that have comments when comment retrieval was not requested. It was previously always `false` on runs with comments turned off.
- Pricing: the run-start fee is set to $0.005 per run, matching the price published since launch. The configured value had been left at the platform default.
- Docs: `subreddit` and `parentId` are documented as nullable, matching what the Actor already returns.

### 1.0 — 2026-08-27

Initial release.

- Keyword search across Reddit, 25 posts per page with cursor paging
- Subreddit scoping for one or many communities
- Five sort orders and six time windows
- Optional comment thread retrieval with reply nesting, depth and parent preserved
- Per-record `commentsStatus` so every result explains its own comment coverage
- Automatic retry with exponential backoff on transient failures
- Duplicate and stalled-pagination detection
