Skip to main content
There are two ways to use Crawl API:
  1. API-Based collection
  2. No-Code collection (via Control Panel)

How to collect via API

  1. Trigger a data collection job via a simple HTTP POST
  2. Specify the URLs and output format
  3. Receive a snapshot_id to retrieve results later.
Code Example

Query Parameters:

query
required
Your dataset ID (e.g., gd_m6gjtfmeh43we6cqc)
query
default:"true"
include error logs in results
query
markdown, html, ld_json, etc. \Choose the format that best fits your workflow:

How results are delivered

Deliver results to:
  • Webhooks
  • External storage (S3, GCS, etc.)
  • Direct download via API or Control Panel

No-Code Scraper (Control Panel)

Use our Control Panel to launch crawls without writing a single line of code. Steps:
  1. Open the Crawl API Control Panel
  2. Enter the target domain or URLs
  3. Choose your output format
  4. Start the crawl
  5. Download results directly from the dashboard