Get product price and stock
get_productRetrieve live pricing, stock status, discounts, variants, and ratings for a single product page across major e-commerce platforms—use the URL to get current data for price checks or comparisons.
Instructions
Get the live price, stock status, discount, variants, identifiers (SKU, GTIN) and rating of one product page. Works with Shopify, WooCommerce, Walmart and eBay stores, Amazon in beta. Uses 1 extraction from the user's CartScout plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of one product page, e.g. https://www.allbirds.com/products/mens-tree-runner-nz-ochre | |
| include_reviews | No | Add up to 10 customer reviews from the page. | |
| include_variants | No | Add every size/colour option with its own price and stock (up to 50). | |
| include_description | No | Add the product description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mpn | No | ||
| sku | No | ||
| url | Yes | Product page URL after redirects. | |
| gtin | No | GTIN / UPC / EAN barcode number. | |
| brand | No | ||
| image | No | Main product image URL. | |
| price | No | Current price in the store's currency. | |
| store | Yes | Store domain. | |
| title | No | ||
| cached | No | True when served from a cache up to 60 minutes old. | |
| rating | No | ||
| seller | No | ||
| reviews | No | Present when include_reviews is true. | |
| category | No | ||
| currency | No | ISO 4217 code, e.g. USD. Prices follow the store's region. | |
| in_stock | No | True if it can be bought now; null when unknown. | |
| variants | No | Present when include_variants is true. | |
| condition | No | ||
| description | No | Present when include_description is true. | |
| image_count | No | ||
| availability | No | in_stock, limited_availability, out_of_stock, pre_order, back_order, discontinued or unknown. | unknown |
| extracted_at | No | When the page was read (UTC). | |
| variant_count | No | Number of sizes, colours or other options. | |
| original_price | No | List or strikethrough price before a discount. | |
| discount_percent | No | ||
| review_count_on_page | No | Reviews published on the page itself. |