Geekflare

Proxy / Country Test Tool

Preview how a page looks from a different country or device.

Powered by Geekflare Web Scraping API

What Is a Proxy/Country Test?

Many websites tailor what they show based on where a visitor appears to be located and what kind of device they're using like different pricing, currency, language, promotions, or even a full redirect to a country-specific domain. This tool previews any of that without you needing your own proxy or VPN.

How It Works

Choose a country and a device type, and this tool requests the page through the Geekflare Web Scraping API routed via a proxy in that country, rendering it the way a real visitor's browser would. You'll see the resulting page title, whether it redirected anywhere, and a preview of the visible content.

Common Use Cases

  • Geo-targeted QA — confirm your own site shows the right pricing, currency, or promotions per region before it ships
  • Competitive research — see how a competitor's pricing or offers differ by country
  • Redirect debugging — catch unexpected country-based redirects
  • Mobile vs desktop QA — compare how a page renders across device types

Note

This tool renders a snapshot of the page as seen from the selected country and device. It doesn't simulate a full user session. For repeatable geo-testing inside your own scraping pipeline, use the proxyCountry and device parameters directly on the Geekflare Scraping API.

Free to start · No credit card required

Need this at scale? Try the Web Scraping API.

Scrape from a specific country or device via API, pass proxyCountry and device to see exactly what a local visitor would see.

bash
curl -X POST https://api.geekflare.com/webscraping \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","format":["html"],"proxyCountry":"gb","device":"mobile"}'