query_selector
Fetch any web page and extract specific content using CSS selectors. Retrieve text, HTML, or attribute values from matched elements, limiting results as needed.
Instructions
抓取页面并按 CSS 选择器提取内容
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| mode | No | text | |
| selector | Yes | ||
| attribute | No | 可选:要提取的属性(如 href) | |
| maxResults | No | 最大返回条数 |