detect_content_pattern
Identifies repeating containers on a webpage, such as job listings or product cards, and returns the top three CSS selectors ranked by child similarity for efficient scraping.
Instructions
Heuristically detect the most likely repeating container on page.
Useful for scraping job listings, product cards, search results. Returns top-3 candidate CSS selectors ranked by child-similarity.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |