Skip to main content
POST
/
v1
/
tools
/
fetch
/
webpage
Web Unlocker
curl --request POST \
  --url https://api.anchorbrowser.io/v1/tools/fetch/webpage \
  --header 'Content-Type: application/json' \
  --header 'anchor-api-key: <api-key>' \
  --data '
{
  "url": "<string>"
}
'
"<string>"

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Body

application/json
url
string
required

The fully-qualified URL to fetch (e.g. https://www.linkedin.com/company/openai).

Response

Page content returned successfully.

The rendered HTML content of the webpage.