Real-time stock
Live availability on demand, with a freshness window you control.
Live product data API
Real-time stock checks, structured product information, and usage — one REST API, one token.
02 / Features — live product data
Live availability on demand, with a freshness window you control.
Title, price, and attributes returned structured in a single call.
Batch many items per call, deduplicated with an idempotency key.
Read remaining credits and recent outcomes straight from the API.
Trade freshness for speed per request with a maxAgeS control.
One token in one header. No SDK lock-in, no session dance.
03 / Sample requests & responses
{
"requestId": "req_b3f9c2",
"source": "amazon_gb",
"externalId": "B0EXAMPLE1",
"inStock": true,
"price": { "amount": 24.99, "currency": "GBP" },
"cacheAgeS": 38,
"checkedAt": "2026-06-26T10:41:22Z"
}
{
"requestId": "req_77ad10",
"count": 2,
"results": [
{ "externalId": "B0EXAMPLE1", "inStock": true, "title": "Wireless Earbuds" },
{ "externalId": "B0EXAMPLE2", "inStock": false, "title": "USB-C Charger 65W" }
]
}
{
"creditsRemaining": 4981,
"recent": [
{ "endpoint": "/v1/scrape", "charged": true },
{ "endpoint": "/v1/scrape/bulk", "charged": true },
{ "endpoint": "/v1/usage", "charged": false }
]
}
04 / Pricing
10,000 credits included.
75,000 credits included.
Committed-volume credit packaging.
05 / FAQ
Authorization: $PIA_API_TOKEN. No login flow, no client SDK required.source id such as amazon_gb. Tell us the sources you need and we confirm coverage at onboarding.GET /v1/usage, or the X-Credits-Remaining response header.POST /v1/scrape/bulk takes an array of items with an optional idempotency key for safe retries.api.productinformationapi.com/openapi.json.06 / Contact