Data Scraper

Use when data lives on a website with no usable API — listings, prices, public records — and the scrape must stay legal and not get blocked: legal gate, extraction path, durable selectors, pacing, resilience. NOT parsing bytes you already hold into fields (that is structured-extraction), NOT a documented API or key (that is api-connector-builder).

ericrisco 30f0c64 7 files · 38.5 KB Updated

File contents

ericrisco/rsc-harness/tree/main/skills/data-scraper commit 30f0c648ce

Frequently asked questions

npx skillmds@latest add ericrisco/data-scraper