probe_selectors
Check candidate CSS selectors against a live web page to return match counts and first-match samples, so you can validate and refine selectors before extracting data.
Instructions
Fetches a web page and reports, for each CSS selector, how many elements match and a short sample of the first match. Use it to verify or refine candidate selectors cheaply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| selectors | Yes |