Skip to Content
API ReferenceWeb Fetch

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.

ParamTypeRequiredDefaultDescription
urlstringYesTarget web page URL
curl -H "x-api-key: sk_byc_xxx" \ "https://api.bycrawl.com/web/fetch?url=https://example.com"