find_repeating_elements
Scan a webpage to identify repeated sibling elements and get candidate CSS selectors with counts and samples for web scraping.
Instructions
Scan the current page for groups of repeated sibling elements (product cards, list items, search results, ...) and return candidate CSS selectors for each group, with a count and a text sample.
Use this on an unfamiliar site instead of eyeballing raw HTML for class
names: pick a promising selector from the results and feed it to get_list
(as container_selector) to actually extract the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |