Credit monitoring
Use the URL-first API contract to keep this workflow tied to product URLs instead of marketplace-specific request parameters.
Developer docs
Use this endpoint to read credit balance, rate class, scrape limits, and recent usage rows for the authenticated client.
curl -sS "https://api.productinformationapi.com/v1/usage?recent=3" \
-H "Authorization: Bearer $PIA_API_TOKEN" Endpoint map
Public callers send productUrl, or items[].productUrl for
bulk requests. Source, supplier key, and method metadata are derived by the API.
| Use case | Endpoint | Request body | Returns |
|---|---|---|---|
| Usage | GET /v1/usage | No request body | Returns credits remaining and recent API usage. |
Do not send caller-provided source, externalId, or
method values. Those fields may appear only as derived response metadata.
Response fields
The exact response depends on the endpoint, product URL, and source coverage, but these are the fields this page is designed around.
Use cases
Use the URL-first API contract to keep this workflow tied to product URLs instead of marketplace-specific request parameters.
Use the URL-first API contract to keep this workflow tied to product URLs instead of marketplace-specific request parameters.
Use the URL-first API contract to keep this workflow tied to product URLs instead of marketplace-specific request parameters.
Use the URL-first API contract to keep this workflow tied to product URLs instead of marketplace-specific request parameters.
Limitations
Coverage is best effort by supported marketplace, retailer, and product URL.
Polling cadence is owned by the client integration.
The API does not claim official marketplace affiliation or unlimited scraping.
FAQ
No. The public contract is URL-first and marketplace-neutral. Coverage is confirmed during onboarding.
No. Callers send productUrl, or items[].productUrl for bulk requests. Source and supplier keys are derived internally.
Use product-stock for availability and offers, and product-information for catalog details.
Yes. Dedicated stock and information bulk endpoints accept arrays of product URLs.