v42

OpenAPI 3.1.0raw.githubusercontent.com2026-07-092767199.2 KB
v1

Lookup Product

Retrieve product information for any supported product URL.

Returns the same Product model as GET /v1/products/{product_id}. The product_id in the response can be used with the Product Detail endpoint.

post/v1/lookup

Request body

urlstring required

The URL of the product to look up

max_staleness_hoursinteger

Maximum age (in hours) of cached product data before forcing a fresh lookup. Defaults to 3 hours.

Response

Successful Response