---
title: "Scrape"
method: POST
path: "/v1/scrape"
tags: ["Scrape"]
---

# Scrape

`POST /v1/scrape`

## Request body

- ScrapeRequest
  - `website_url` string, required — The URL of the website to scrape
  - `render_heavy_js` boolean — Whether to render heavy JS
  - `mock` boolean
  - `stealth` boolean
  - `branding` boolean
  - `stream` boolean — Whether to return streaming response
  - `country_code` string, nullable — The country code to use for the scrape
  - `wait_ms` integer — The number of milliseconds to wait before scraping the website

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/scrapegraphai/apis/fastapi.md) · [All operations](https://skmtc.dev/scrapegraphai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapegraphai/fastapi/revisions/7583b63abb6e/schema)
