You can target specific geographic locations for your scraping requests to see content as a user from that region would see it.
Country Targeting
Use the `country` parameter to specify the 2-letter ISO code of the country you want to target.
&country=us
Example: Target the United States.
City Targeting
Use the `city` parameter to target a specific city. Note that this often requires the `country` parameter to be set as well.
&country=us&city=new_york
Supported Locations
We support targeting in over 195 countries and thousands of cities worldwide. Please refer to our full documentation for a complete list of supported codes.