DocumentationWeb Scraping API

Web Scraping API

Convert any webpage URL to clean Markdown content

Overview

GET /v1/info/scrape converts any webpage URL to clean Markdown content with intelligent content extraction.

Request Parameters

ParameterTypeRequiredDefaultDescription
urlstringYes-URL to scrape

Request Example

curl -H "X-API-Key: sk_gapi_xxxxx" \
  "https://api.groundapi.net/v1/info/scrape?url=https://example.com/article"

Response Fields

FieldDescription
urlScraped page URL
titlePage title
contentPage content (Markdown)
content_lengthContent character count
timestampData timestamp

Pricing

$0.02/call (scrape). First 500 calls/month are free.

Updated 6 days ago
Did this page help you?