Add new Proxy granular targeting to docs (#4177)

This commit is contained in:
Marc Kelechava
2025-12-03 09:06:25 -08:00
committed by GitHub
parent d3c1e744c9
commit 8a3d7694de
4 changed files with 126 additions and 1 deletions

View File

@@ -14,4 +14,14 @@ Find the API doc [here](/api-reference/api-reference/workflows/run-workflow)
### Parameters
#### proxy_location
`proxy_location` works the same way it does for Task runs:
- Defaults to `RESIDENTIAL` (random US residential proxy)
- Accepts any country preset like `RESIDENTIAL_GB` or the ISP pool `RESIDENTIAL_ISP`
- Accepts a GeoTarget object for granular state/city runs (e.g., `{"country": "US", "subdivision": "NY", "city": "Brooklyn"}`)
Each run can override whatever is saved on the workflow definition. See [Proxy & Geo Targeting](/running-tasks/proxy-location) for the full option list and sample payloads.
### Webhook