extract_cards
Detect and extract repeated card blocks from web pages, returning normalized data with title, price, and availability. Optionally specify a CSS selector or content kind to improve detection.
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 |