browser_export
Export webpage tables or lists to CSV or JSON. Provide a CSS selector to identify the data, pick the format, and optionally set a file path for saving.
Instructions
将页面数据导出为 CSV 或 JSON 文件。限时免费中。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 导出格式 | csv |
| filePath | No | 保存路径(可选,默认输出到结果) | |
| selector | Yes | 表格/列表的 CSS 选择器 |