Render Pages as Seen from 50+ Countries
Verify localized content, regional pricing, geo-gated compliance experiences, and country-specific A/B tests without spinning up proxies or VPNs. One parameter routes your capture through a residential IP in the country of your choice.
The Problem
Web pages look different from Germany than from the US. Prices shift, currencies swap, GDPR banners appear, language falls back, A/B traffic splits differ, and some content is geo-blocked entirely. Auditing this manually means spinning up VPNs, provisioning regional proxies, or renting headless browsers in each region — a moving infrastructure cost that doesn't scale.
The Solution
Rendex ships geo-targeted rendering on Pro and Enterprise plans. Pass a two-letter country code and the capture is routed through a residential IP in that country — 50+ countries supported. Combine with stealth user-agent, wait-for-selector, and best-attempt mode for reliable localized screenshots at scale.
See it in action


Get Started in Minutes
curl -G "https://api.rendex.dev/v1/screenshot" \
-H "X-API-Key: $RENDEX_KEY" \
--data-urlencode "url=https://example.com/pricing" \
--data-urlencode "geo=de" \
--output pricing-de.png
# Response headers:
# x-rendex-geo-country: DE
# x-rendex-load-time-ms: 3120from rendex import Rendex
rendex = Rendex("YOUR_API_KEY")
for country in ["us", "de", "jp", "br", "in"]:
result = rendex.screenshot(
url="https://example.com/pricing",
geo=country,
full_page=True,
)
open(f"pricing-{country}.png", "wb").write(result.image)100 free API calls/month — no credit card required. Get your API key and start building.
Built for This Use Case
50+ Countries
Residential IPs across North America, Europe, APAC, LATAM, and MEA. Pass a two-letter ISO country code per capture.
Region-Specific Pricing Audit
Verify localized prices, currencies, and checkout flows as real customers see them. Ideal for SaaS pricing-page QA and travel aggregators.
Compliance & GDPR Verification
Capture the actual GDPR/CCPA/LGPD consent banners, cookie notices, and regional disclaimers your users see — with timestamped evidence.
A/B & Feature Flag Verification
Screenshot the real variant users receive in each region. Perfect for verifying geo-split experiments and country-specific feature flags.
Start Free, Scale as You Grow
100 calls/month free. Starter at $69/mo for 10K calls (or $58/mo billed annually — 2 months free). Pro at $179/mo for 100K calls.