Geographical Location

Geographical Location

Some crawls may require geo-specific proxies for smooth and uninterrupted performance. To facilitate the same, Syphoon can ensure your requests come from a specific country, by simply using the country_code=flag (e.g. country_code=us). Currently, we provide access to the regions of the United States (us), Canada (ca), United Kingdom (uk), Germany (de), France (fr), Spain (es), Brazil (br), Mexico (mx), India (in), Japan (jp), China (cn), and Australia (au).

Sample Code

curl -d "key=YOUR_API_KEY&url=http://httpbin.org/ip&method=GET&country_code=us" -X POST "https://api.syphoon.com"

Result

{
    "origin": "assigned_ip_address"
}