---
title: "Extract Web Content (GET)"
method: GET
path: "/v1/extract"
tags: ["Extract"]
---

# Extract Web Content (GET)

`GET /v1/extract`

## Query parameters

- `url` string, uri, required
- `type` 'html' | 'text' | 'markdown' | 'article' | 'links' | 'images' | 'metadata' | 'structured'
- `selector` string
- `max_length` integer
- `clean` 'true' | 'false'
- `block_ads` 'true' | 'false'
- `block_cookies` 'true' | 'false'

## Response `200`

Content extracted

## Other responses

- `400` — Validation error

---

[API](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/versions/b12ff2791613/schema)
