# Changelog of Freelancer.com Projects Scraper (`devilscrapes/freelancer-com-projects-scraper`) Actor

- **URL**: https://apify.com/devilscrapes/freelancer-com-projects-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/devilscrapes/freelancer-com-projects-scraper.md

## Changelog

### 0.1.0 — 2026-09-16

Initial build. Scrapes Freelancer.com `/jobs/<skill>` project-search listings
by skill/category: title, description, skill tags, average bid, bid count,
days left, payment-verified flag, URL. Server-side pagination
(`/jobs/<skill>/<page>`). Datacenter proxy pinned to a country (default `US`)
with a per-row currency-mismatch guard. Per-skill fault isolation; fails loud
only when every attempted page has no recognisable `JobSearchCard` markup at
all. Local-green: `uv run pytest`, `ruff check`, `pyright` all pass; not yet
pushed or cloud-QA'd.
