---
title: "Scrape a web page"
method: POST
path: "/navigator/scrape"
tags: ["Navigator"]
---

# Scrape a web page

`POST /navigator/scrape`

Scrape a web page for a given url

## Request body

- object
  - `url` string, required — The URL to start navigating from

## Response `200`

Scrape API successful response

- object
  - `html` string — The page html of the website
  - `markdown` string — The markdown string of the page

## Other responses

- `400` — User error response
- `500` — Server error response

---

[API](https://skmtc.net/carvedai/apis/exfunc-apis.md) · [All operations](https://skmtc.net/carvedai/apis/exfunc-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carvedai/exfunc-apis/revisions/22587fdf9a5e/schema)
