extract_cards
Detect and extract repeated card-like blocks (articles, products, courses) from a webpage, returning normalized data including title, price, and availability. Use when selectors are unknown.
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 |