---
title: "Scrape Webpage (GET)"
method: GET
path: "/v1/scrape"
tags: ["Scrape"]
---

# Scrape Webpage (GET)

`GET /v1/scrape`

Simple GET version of the scrape endpoint using query parameters.

## Query parameters

- `url` string, uri, required
- `type` 'text' | 'html' | 'links'
- `pages` integer
- `wait_ms` integer
- `block_resources` 'true' | 'false'
- `locale` string

## Response `200`

Content scraped

- ScrapeResponse
  - `success` boolean
  - `results` object[]
    - `page` integer
    - `url` string
    - `data` string — Scraped content (string or JSON string for links/metadata)

## Other responses

- `400` — Validation error
- `401` — Invalid API key

---

[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)
