All notable changes to this Actor are documented here.
- Initial release: three equity-crowdfunding sources (Wefunder, Republic, StartEngine) unified into one schema.
- Wefunder primary path via
/-/companies/explore JSON API — full founder + tagline + raise-progress + valuation payload per row.
- Republic secondary path via SSR shell anchor extraction + JSON-LD breadcrumb name resolution.
- StartEngine secondary path via
sitemap-private-offerings.xml slug enumeration (detail-page render is JS-gated; v2 Camoufox upgrade documented).
- Pay-Per-Event pricing:
$0.05 actor-start + $0.005/result-row; ~$5.05 per 1k rows (6x cheaper than Crunchbase scrapers).
- Per-source failure non-fatal — one source blocking does not abort the run; only all-sources-blocked exits non-zero.
- Exponential backoff on
429 / 503 (honours Retry-After); max 5 attempts.
curl-cffi chrome131 browser TLS impersonation per ADR-0002; Apify Proxy BUYPROXIES94952 enabled by default.
- Status-filter knob maps to Wefunder
tagFilters (active→status_funding, funded→status_funded, all→no filter).
- Industry-filter knob applies a case-insensitive substring over
tagline OR industry.