Extract Product Data
diffbot.products.extractExtract structured product data like title, price, brand, specs, images, and reviews from any e-commerce URL. Works across retailers without custom integration.
Instructions
Extract structured product data from any e-commerce URL — title, price, brand, specs, images, reviews. Works on any retailer without custom integration (Diffbot)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Product page URL to extract data from (any e-commerce site) | |
| discussion | No | Include product reviews and comments (default false) | |
| timeout | No | Request timeout in milliseconds (5000-30000, default 15000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |