---
title: "Firecrawl-compatible scrape endpoint."
method: POST
path: "/v2/scrape"
---

# Firecrawl-compatible scrape endpoint.

`POST /v2/scrape`

## Request body

- object
  - `url` string, uri, required
  - `formats` string[]
  - `only_main_content` boolean
  - `wait_for` integer
  - `timeout` integer

## Response `200`

Successful response

- object

## Other responses

- `400` — Invalid request
- `401` — Invalid or missing API key
- `402` — Payment required or insufficient credits
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/webclaw/apis/webclaw-api.md) · [All operations](https://skmtc.dev/webclaw/apis/webclaw-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webclaw/webclaw-api/revisions/bd14a9c72a3b/schema)
