Skip to content

Quick Start

Get your first Worker running in just 5 minutes!

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 choose to export the data in different formats:

  • JSON - For developers and API integration
  • CSV - For spreadsheets and data analysis

View results and export