# Changelog of Craigslist Scraper \[Just 💰$1] — classifieds listings (`blackfalcondata/craigslist-scraper`) Actor

- **URL**: https://apify.com/blackfalcondata/craigslist-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/blackfalcondata/craigslist-scraper.md

## Changelog

### 0.1.12 - 2026-09-20

- Corrects `region` on listings returned without Include Details: 0.1.11 read it
  from a per-response index on the search row and could name the wrong city
  (a New York search labelled rows `sfbay` or `seattle`). It now reports the
  board the search actually ran against, which the detail payload confirms, and
  a detail location still overrides it.

### 0.1.11 - 2026-09-20

- `region` is now filled on every listing. It used to be null on 100% of rows unless
  Include Details was on (the default is off), although the search response names the
  area on every row.
- Repost detection actually runs. `contentHash` is now computed, `isRepost` and
  `repostOfId` are populated, and the Skip Reposts option finally suppresses rows -
  it previously ticked a filter that could never match anything.
- Existing incremental runs are NOT re-billed by this release: the change-detection
  hash keeps reading the previous `region` value, so records already recorded stay
  UNCHANGED.

### 0.1.0 — 2026-07-17

Initial release.

- Search Craigslist listings across for-sale, housing, jobs, gigs, services and community categories.
- Every listing returns geo-coordinates (latitude/longitude), price, photos, and a canonical URL.
- Full filter set: price range, seller type, condition, photos-only, free stuff, posted-today, ZIP + distance radius, and housing filters (bedrooms, bathrooms, sqft, cats/dogs OK).
- Optional detail enrichment: full description, structured attributes, precise location, and best-effort contact info.
- Incremental mode for monitoring — return only new/updated listings since the previous run.
- Notifications (Telegram, Slack, Discord, WhatsApp, webhook), compact output, and MCP connector export.
