Skip to content

Quick Start

Get your first Worker running in just 5 minutes — no code required. The whole flow lives in your browser: pick a Worker from the Store → fill in the inputs → hit Start → export the results.

  • A CoreClaw account (Sign up free)
  • Sufficient account balance (check your wallet)
  • The target website URL or parameters you want to scrape

After signing in, you can access the Worker Store from two entry points:

Official Website Store entry

Console Store entry

In the Worker Store, you can browse by category or use the search bar to find the script you need. Click on a Worker card to view its details.

Worker Store

On the Worker detail page, you can review the description, input parameters, sample output, and pricing. Click Run to proceed.

Worker detail page

On the configuration page, you can set up the following:

Input Parameters

Fill in the parameters for the data you want to scrape, such as target URLs, search keywords, and other options defined by the script.

Run Options

  • Proxy Node: Choose a proxy node in the region that best suits your target website. If not selected, the system will automatically assign a proxy node.
  • Script Version: Select a specific version of the script to run, or use the latest version by default.
  • Timeout: Set the maximum execution time for this run.

API Endpoint

In the top-right corner, you can find the API endpoint for this Worker, which allows you to integrate the script into your own applications and call it programmatically.

Configure input parameters

Once everything is configured, click Start to begin the run.

After the run completes, you can view:

  • Run Status: Whether the run succeeded, failed, or is still in progress.
  • Logs: Detailed execution logs for debugging and monitoring.
  • Output Results: The extracted data displayed in a structured table with each field clearly labeled.

On the right side of the results page, you can export the data in eight formats:

  • CSV — spreadsheets and data analysis
  • JSON — developers and API integration
  • JSONL — line-delimited, stream-friendly
  • XLS / XLSX — Excel workbooks
  • HTML — viewable in any browser
  • XML — legacy and enterprise pipelines
  • RSS — feed readers and monitor-style integrations

View results and export