The Web Unlocker lets you retrieve fully-rendered page content from any URL without managing a browser session. It handles residential proxies, captcha solving, and fingerprinting automatically — so bot-protected sites respond as if you’re a real user.Documentation Index
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
cURL
Request Reference
Endpoint:POST https://api.anchorbrowser.io/v1/tools/fetch/webpage
Headers:
| Header | Value |
|---|---|
anchor-api-key | Your API key |
Content-Type | application/json |
The fully-qualified URL to fetch (e.g.
https://www.linkedin.com/company/openai).| Code | Meaning |
|---|---|
200 | Page content returned successfully |
400 | Invalid request — check the URL and try again |
422 | Could not reach the requested URL |
429 | Rate limit exceeded |
500 | Failed to fetch the requested page |
504 | The page took too long to load |
Examples
Scrape a protected site
cURL
Fetch multiple pages in parallel
bash
When given a PDF URL, the Web Unlocker returns the file directly as a binary response. To extract text content from a PDF instead, use the Get webpage content tool — it handles PDF pages the same as any other page.
Web Unlocker vs. Browser Sessions
| Web Unlocker | Browser Session | |
|---|---|---|
| Setup | No session needed | Create a session first |
| Stealth | Always on | Configurable |
| Speed | No cold start | Session startup time |
| Best for | High-volume scraping, one-shot fetches | Multi-step workflows, interactive automation |

