datacenter_proxy
Get Scrapingdog proxy connection details (host, port, username, password) and a ready-to-paste curl/Python example. Pass a target URL to receive a ready-to-run curl command.
Instructions
Return Scrapingdog Datacenter Proxy connection details (host, port, username, password) and a ready-to-paste curl/Python example. This is a forward proxy (proxy.scrapingdog.com:8081), not an HTTP API — point your own HTTP client at it. Optionally pass target_url for a ready-to-run curl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Override the configured Scrapingdog API key for this call. If omitted, the key is read from SCRAPINGDOG_API_KEY or a local .env file. | |
| target_url | No | Optional target URL to test the proxy against. If provided, a ready-to-use curl command is returned. |