API v1.0

Global Price Intelligence
for Developers

Real-time product prices from 50+ countries. One API, every market. Built for apps, extensions, and tools that need accurate pricing data.

50+Countries Supported
<3sAverage Response Time
Product Categories

Up in 60 seconds

# Get prices for any product in any country
curl "https://api.dxphi.com/price?product=iphone+16+pro&country=EG&api_key=YOUR_KEY"
import requests
response = requests.get("https://api.dxphi.com/price", params={
    "product": "iphone 16 pro",
    "country": "EG",
    "api_key": "YOUR_KEY",
})
data = response.json()
print(f"Market price: {data['market_price']['median']} {data['currency']}")
const res = await fetch(`https://api.dxphi.com/price?product=iphone+16+pro&country=EG&api_key=YOUR_KEY`);
const data = await res.json();
console.log(data.market_price.median); // e.g. 47600
console.log(data.sellers_count);       // e.g. 10

API Reference

GET/price

Returns real-time prices, sellers, and market price for any product in any supported country.

ParameterTypeDescriptionStatus
productstringProduct name (e.g. "iphone 16 pro 512gb")required
countrystringISO 3166-1 alpha-2 code (EG, SA, AE, US, GB...)required
api_keystringYour API key (or pass as X-Api-Key header)required
cacheintegerUse cache: 1 (default) or 0 for fresh dataoptional

Response

{
  "success": true,
  "product": "iphone 16 pro",
  "country": "EG",
  "currency": "EGP",
  "market_price": {
    "median": 47600.0,
    "min": 38000.0,
    "max": 59999.0,
    "count": 18
  },
  "sellers": [
    {
      "domain": "amazon.eg",
      "url": "https://amazon.eg/...",
      "price": 45999.0,
      "currency": "EGP"
    }
  ],
  "sellers_count": 10,
  "cheapest": { /* seller object */ },
  "most_expensive": { /* seller object */ },
  "time": 2.4,
  "cached": false
}

Simple Pay-As-You-Go Pricing

Start free. Pay only for what you use.

Free Tier
$0
100 req / month
  • No credit card required
  • All countries
  • All categories
  • 1hr cache
Pay-As-You-Go
$0.002 / request (base)
after free tier
  • Pre-load your wallet
  • Balance deducted per request
  • Wallet empty: 402 error
  • + add-on features below

Feature Add-Ons

FeatureAdds to CostDescription
market_priceIncludedMedian market price + min/max/count
offers_listIncludedList of seller offers
offers_countIncludedNumber of sellers found
source_urls+$0.0005/reqDirect URLs to product pages
proof_images+$0.0005/reqScreenshot URLs of prices
store_metadata+$0.0003/reqStore logo, rating, delivery info

* Exact feature prices from /api/pricing

Error Codes

CodeReasonFix
401No API keyAdd api_key parameter
402Insufficient wallet balanceTop up at dxphi.com/dashboard
403Invalid or inactive keyCheck your key at dxphi.com/dashboard
400Invalid country codeUse valid ISO 3166-1 alpha-2 code
200 success:falseNo results foundTry broader product name