html_html_select
Extract text content from HTML elements by specifying a tag name and optional attributes. Useful for parsing and scraping structured data from web pages.
Instructions
[html] Find elements by tag name and optional attrs, return text content. E.g. html_select(html, 'span', {'class': 'price'}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | ||
| tag | Yes | ||
| attrs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |