Web Fetch API
Fetch and extract content from any public web page.
- Returns cleaned text content from the target URL
- Useful for extracting article text, product pages, or any public web content
Fetch
GET /web/fetch — 1 credit
Fetch content from a web page URL.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | Target web page URL |
cURL
curl -H "x-api-key: sk_byc_xxx" \
"https://api.bycrawl.com/web/fetch?url=https://example.com"