PRICIUM
Docs/Overview

API Documentation

Welcome to the Pricium developer documentation. Integrate real-time storefront search aggregation and product scraping into your application using simple HTTP requests.

Authentication

Pricium secures endpoint requests using API keys. Include your API key inside the X-API-Key HTTP header for all requests. Manage or retrieve your live API key securely through the Dashboard.

X-API-Key: pk_live_YOUR_API_KEY
⚠️

Security Warning: Never expose your live credentials in client-side client applications or public code repositories. If compromised, revoke and rotate keys immediately inside the dashboard.

Search API

Search major retail domains matching a text query to return a list of product summaries, prices, ratings, sponsored badges, and available filters.

GEThttps://api.pricium.store/search

Query Parameters

ParameterTypeStatusDescription
qstringrequiredSearch keyword or phrase, e.g. iphone 15
domainstringrequiredTarget e-commerce store (e.g. amazon.in or flipkart.com)
pageintegeroptionalResults page number (1-10, defaults to 1)
brandstringoptionalFilter by brand (comma-separated, case-insensitive)
price_minfloatoptionalMinimum price filter
price_maxfloatoptionalMaximum price filter
rating_minfloatoptionalMinimum rating threshold (1.0 to 5.0)
curl -X GET "https://api.pricium.store/search?q=iphone+15&domain=amazon.in&page=1" \
  -H "X-API-Key: pk_live_YOUR_API_KEY"

Product Detail API

Extract structured, granular product information, seller ratings, reviews, specifications, location-aware PIN pricing, and variation configurations directly from storefront details pages.

GEThttps://api.pricium.store/product-detail

Request Query Parameters

FieldTypeStatusDescription
urlstringrequiredFull product page URL (e.g. starting with http:// or https://)
latitudefloatoptionalCaller latitude. Paired with longitude for geo-aware local pricing.
longitudefloatoptionalCaller longitude for geo-aware local pricing.
variationsbooleanoptionalFetch variants (size, color, etc). Defaults to true.
product_infobooleanoptionalFetch key features, images, specifications. Defaults to true.
curl "https://api.pricium.store/product-detail?url=https://www.amazon.in/dp/B0CHX1W1XY&variations=true&product_info=true" \
  -H "X-API-Key: pk_live_YOUR_API_KEY"

Supported Domains

Integrate real-time pricing and stock data from stable and beta e-commerce domains.

amazon.inStable
amazon.comStable
flipkart.comStable
ebay.comStable
walmart.comStable
aliexpress.comBeta
bigbasket.comBeta
blinkit.comBeta
myntra.comBeta
ajio.comBeta
meesho.comBeta
gymshark.comShopify

Rate Limits & Pricing

Each workspace plan specifies requests-per-minute (RPM) rate limits. Standard workspaces receive a 429 Too Many Requests HTTP code if limits are exceeded.

Workspace TierRequests / minCredits / month
Free Tier10 RPM500 credits
Starter Tier60 RPM10,000 credits
Pro Tier300 RPM100,000 credits
EnterpriseUnlimitedCustom quota