API STATUS · OPERATIONAL api.productinformationapi.com

Live product data API

Live product data, on demand.

Real-time stock checks, structured product information, and usage — one REST API, one token.

02 / Features — live product data

An instrument for product data, not another scraping project.

F01

Real-time stock

Live availability on demand, with a freshness window you control.

F02

Product snapshot

Title, price, and attributes returned structured in a single call.

F03

Bulk in one request

Batch many items per call, deduplicated with an idempotency key.

F04

Usage & credits

Read remaining credits and recent outcomes straight from the API.

F05

Cache-aware reads

Trade freshness for speed per request with a maxAgeS control.

F06

Single-header auth

One token in one header. No SDK lock-in, no session dance.

03 / Sample requests & responses

See the surface. Three endpoints, real payloads.

Request
  1. POST /v1/scrape HTTP/1.1
  2. Host: api.productinformationapi.com
  3. Authorization: $PIA_API_TOKEN
  4. Content-Type: application/json
  5. {
  6. "source": "amazon_gb",
  7. "method": "checkStock",
  8. "externalId": "B0EXAMPLE1",
  9. "maxAgeS": 120
  10. }
Response · 200
{
  "requestId": "req_b3f9c2",
  "source": "amazon_gb",
  "externalId": "B0EXAMPLE1",
  "inStock": true,
  "price": { "amount": 24.99, "currency": "GBP" },
  "cacheAgeS": 38,
  "checkedAt": "2026-06-26T10:41:22Z"
}
HTTP/1.1 200 OKX-Credits-Remaining: 4,981

04 / Pricing

Credit-based pricing. Pay for checks, not seats.

Starter
$49/mo

10,000 credits included.

  • Live stock checks
  • Product information
  • Bulk endpoint
  • Usage & credits API
  • Priority throughput
Get an API token
Scale
Custom/volume

Committed-volume credit packaging.

  • Everything in Growth
  • Volume credit rates
  • Dedicated throughput
  • Implementation review
  • Priority support
Talk to sales

05 / FAQ

Questions, answered briefly.

Live stock and availability, plus a structured product snapshot — title, price, and attributes — for a given source and item.

06 / Contact

Get a token. Start polling.

Product Information API
BASE URLapi.productinformationapi.com

ENDPOINTPOST /v1/scrape
ENDPOINTPOST /v1/scrape/bulk
ENDPOINTGET  /v1/usage

Request an API token