html_html_select
Extract text content from HTML elements by specifying tag names and optional attributes to locate specific data within web content.
Instructions
[html] Find elements by tag name and optional attrs, return text content. E.g. html_select(html, 'span', {'class': 'price'}).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | ||
| tag | Yes | ||
| attrs | No |