extract_cards
Extract structured data from ambiguous card blocks on web pages. Auto-detects repeated product, recipe, or listing cards without needing CSS selectors.
Instructions
Auto-detect repeated article/card/product/course/listing blocks and return normalized items [{title, price, condition, url, availability, snippet, meta, image_alt, score}]. Prefer this over extract_list when the page has semantically ambiguous recipe, course, product, or model cards and you do not already know field selectors. Optional selector scopes detection to known card nodes; kind can bias scoring (recipe, course, product, listing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Optional hint: recipe, course, product, listing, article | |
| limit | No | Max items to extract (default 50) | |
| selector | No | Optional CSS selector matching each card/listing block |