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
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | - | 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
| Field | Description |
|---|---|
url | Scraped page URL |
title | Page title |
content | Page content (Markdown) |
content_length | Content character count |
timestamp | Data timestamp |
Pricing
$0.02/call (scrape). First 500 calls/month are free.
Updated 6 days ago