Concepts
Geo-targeting
BuyProxy supports targeting at the country, region, and city level across 195+ countries, so your requests exit from the exact location your use case requires.
const session = await client.sessions.create({
country: "US",
state: "NY",
city: "New York",
});City-level targeting
City-level targeting is available for major metro areas in every supported country. Combine it with ASN targeting for carrier-specific traffic.
Fallback behavior
If no IP is available at the requested city, BuyProxy automatically falls back to the nearest available city in the same country rather than failing the request.
Was this page helpful?