Web fetch and search API optimized for LLMs.
Extract clean markdown from any URL or search the web with structured SERP results.
Getting Started
- Create an account at link.sc
- Generate an API key from your dashboard
- Include your key in the
x-api-keyheader with every request
Features
- Fetch any URL — Returns cleaned markdown, HTML, or JSON
- Web Search — Google and Bing with structured SERP parsing
- SERP Data — Organic results, ads, shopping, People Also Ask
- Auto-detection — Fetching a Google/Bing URL automatically returns parsed SERP data
- LLM-optimized — Markdown output reduces tokens by 85-90%
Rate Limits
Free tier: 500 requests/month. Upgrade at link.sc/dashboard/billing.
Fetch a URL
Fetch content from any web page. Returns cleaned markdown optimized for LLM consumption.
When the target URL is a Google or Bing search page, the response automatically includes parsed serpData with structured results.
Fetch a URL › Request Body
urlThe URL to fetch
formatOutput format for the response content
Fetch a URL › Responses
Successfully fetched content
successurlformatmarkdownCleaned markdown content
contentRaw HTML (when format=html)
Structured SERP (Search Engine Results Page) data. Returned when fetching Google/Bing URLs or using the search endpoint.
searchEnginePresent when a SERP page was detected and parsed
Web search
Search the web using Google or Bing and return structured SERP results.
Returns organic results, paid ads, shopping ads, and People Also Ask questions in a single structured response.
Web search › Request Body
qSearch query
engineSearch engine to use
formatOutput format for the response content
Web search › Responses
Search results
successcontentRaw HTML content from the search page
Structured SERP (Search Engine Results Page) data. Returned when fetching Google/Bing URLs or using the search endpoint.
searchEngineThe search engine that was used