url_extraction
Extract structured product data and image URLs from any web page. Use a prompt or JSON schema to get exactly the fields you need, returned as compact JSON with page metadata—not full page text.
Instructions
Extract structured data from a web page — a product listing (Amazon, Shopify, AliExpress, any store) or any URL — guided by a prompt and/or a JSON schema. Returns the requested fields (e.g. name, brand, price, description, specs) and any gallery image URLs as a compact JSON object, plus page metadata — not the page's full text. Use when you need specific data or image URLs from a page. Set dry_run=true to preview the exact request without spending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page URL to extract from (an http(s) URL). | |
| prompt | No | What to extract, in plain language — e.g. 'product name, brand, price, currency, variant, full description, feature bullets, specs, and all product-gallery image URLs (front/side/back/close-up/packaging); exclude review photos, related products, banners, logos'. | |
| schema | No | Optional JSON Schema describing the exact shape to return. Use for a strict, typed result; omit to let the prompt guide the extraction. | |
| dry_run | No | If true, return the request that would be sent (key masked), make no API call. |