extract_products
Extract product names, prices, ratings, and more from any product URL using page-embedded JSON-LD or OpenGraph, then save rows to a table for querying.
Instructions
Extract structured product data (name, price, currency, availability, brand, sku, image, rating, review_count) from a list of product URLs. Reads the page's own JSON-LD, OpenGraph or microdata rather than guessing at selectors, so it works across most storefronts without configuration. Pass save_as='' to store the rows for querying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| save_as | No | ||
| js_render | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |