xpathwithurl
Extract specific data from XML or HTML content by fetching a URL and applying XPath queries. Ideal for targeted content retrieval and parsing.
Instructions
Fetch content from a URL and select query it using XPath
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mimeType | No | The MIME type (e.g. text/xml, application/xml, text/html, application/xhtml+xml) | text/html |
query | Yes | The XPath query to execute | |
url | Yes | The URL to fetch XML/HTML content from |