Capabilities
Proxy
Get Started
- Introduction
- Quickstart
- Example Use-Cases
- Why choose Anchor Browser
Capabilities
Additional Details
Capabilities
Proxy
For the full list of available options, view the interactive api documentation
Use Anchor Residential Proxy
curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions \
--header 'Content-Type: application/json' \
--header 'anchor-api-key: <api-key>' \
--data '{
"session": {
"proxy": {
"type": "anchor_residential",
"active": true
}
}
}'
Use a Custom Proxy
curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions \
--header 'Content-Type: application/json' \
--header 'anchor-api-key: <api-key>' \
--data '{
"session": {
"proxy": {
"type": "custom",
"server": "proxy.example.com",
"username": "myUser",
"password": "myPassword",
"active": true
}
}
}'
On this page