detect_content_pattern
Identify repeated content patterns on web pages and output CSS selectors for reliable data extraction. Run before structured extraction to target repeating elements.
Instructions
Auto-detect repeated content patterns (cards, listings, rows) and suggest CSS selectors. Run this BEFORE extract_structured to find the right selectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_items | No | Minimum repeated items to detect as pattern |