Extract data from any website
CoreClaw is a cloud-based web data collection platform. Two paths run through it — run a ready-made Worker without writing code, or build your own and publish it to the Store.
Choose your path
Section titled “Choose your path”Run path
Section titled “Run path”Find, run, and manage ready-made Workers.
Quick startRun your first Worker in minutes
→Tasks & schedulesSave, schedule, and rerun jobs
→Input & outputPass parameters, read results
→Export dataCSV, JSON, JSONL, XLS, XLSX…
→Pricing & quotaHow runs are billed
→TroubleshootingWhen a run fails
→Run via APITrigger runs programmatically
→Use with AIMCP for Claude, Cursor, Codex
→Build path
Section titled “Build path”Develop, test, and publish your own Workers.
Quick startScaffold and run locally
→Project structureFiles, entry, config
→Input & output schemaDefine typed contracts
→Platform featuresProxy, fingerprint, CAPTCHA
→Browser automationPlaywright, Puppeteer, Selenium
→Test your WorkerValidate before publish
→SDK modulesLogging, input, output helpers
→Publish & monetizeShip to the Store
→API reference
Section titled “API reference”A RESTful API for triggering runs, managing tasks, and exporting results — with callback webhooks and full error-code coverage.
OverviewBase URL, auth, versioning
→Run a WorkerPOST /v2/workers/run
→Manage tasksCreate, update, schedule
→Export results8 formats via API, CSV default
→CallbacksWebhook notifications
→Error codesStatus & troubleshooting
→ExamplesPython, Node, Go, PHP, Java
→AccountBalance & quota
→