Boost Revenue & Prevent Fraud

๐Ÿ†“ Completely Free GeoIP API for intelligent pricing strategies and VPN detection. Simple, reliable, and ready to integrate.

Provided by CyberClarence

Location-Based Pricing Made Simple

USA: $99
Italy: $49
India: $4

Automatically adjust prices based on visitor location and purchasing power

๐Ÿงช Try the API Live

Test the API with your current IP address

https://geopricing.cybercla.dev/ip
Click the button below to test the API...
๐Ÿ’ฐ

Revenue Optimization

Increase conversion rates with location-appropriate pricing

๐Ÿ›ก๏ธ

Fraud Prevention

Detect VPN, Tor, and proxy users to prevent pricing arbitrage

โšก

Instant Integration

One API call returns country code and fraud detection

Quick Start - Copy to Your AI IDE

๐Ÿ“‹ Paste this into your AI IDE (Claude, ChatGPT, etc.)
// Check the API documentation at https://geopricing.cybercla.dev
// Create a geo-pricing function that returns $99 for USA, $4 for India, or $49 for other countries
// Include VPN detection to prevent pricing arbitrage

async function getGeoPrice() {
    const response = await fetch('https://geopricing.cybercla.dev/ip');
    const data = await response.json();
    
    if (data.vpn) return 49; // Base price for VPN users
    if (data.country_code === 'US') return 99;
    if (data.country_code === 'IN') return 4;
    return 49; // Default price
}

API Documentation

GET /ip

Returns visitor's country code and VPN detection status

{"country_code": "US", "vpn": false}

country_code: ISO 3166-1 alpha-2 country code
vpn: Boolean indicating VPN/Tor/proxy detection

Supported Countries

Returns standard ISO 3166-1 alpha-2 codes for all 249 countries worldwide. Unknown locations return "XX".

View all country codes
ADAEAFAGAIALAMAOAQARASATAUAWAXAZBABBBDBEBFBGBHBIBJBLBMBNBOBQBRBSBTBVBWBYBZCACCCDCFCGCHCICKCLCMCNCOCRCUCVCWCXCYCZDEDJDKDMDODZECEEEGEHERESETFIFJFKFMFOFRGAGBGDGEGFGGGHGIGLGMGNGPGQGRGSGTGUGWGYHKHMHNHRHTHUIDIEILIMINIOIQIRISITJEJMJOJPKEKGKHKIKMKNKPKRKWKYKZLALBLCLILKLRLSLTLULVLYMAMCMDMEMFMGMHMKMLMMMNMOMPMQMRMSMTMUMVMWMXMYMZNANCNENFNGNINLNONPNRNUNZOMPAPEPFPGPHPKPLPMPNPRPSPTPWPYQARERORSRURWSASBSCSDSESGSHSISJSKSLSMSNSOSRSSSTSVSXSYSZTCTDTFTGTHTJTKTLTMTNTOTRTTTVTWTZUAUGUMUSUYUZVAVCVEVGVIVNVUWFWSYEYTZAZMZW

Need Advanced A/B Testing?

Red Button Variation
***** **** ******* *** ****
***** *** ***** ******* ***
***** **** **** *** *****
*** ***** ******* *** ****
36% conversion rate
Blue Button Variation
***** **** ******* *** ****
***** *** ***** ******* ***
***** **** **** *** *****
*** ***** ******* *** ****
42% conversion rate

Want results like this?

Let me turn your guesses into data-driven wins