
XPath
Execute XPath queries on XML/HTML content, either from direct input or by fetching web pages. Extract structured data from documents and websites using XPath selectors.
387 viewsLocal (stdio)
What it does
- Query XML and HTML content with XPath expressions
- Fetch web pages and extract data using XPath
- Parse structured documents for specific elements
- Scrape websites for targeted content extraction
- Select nodes, attributes, and text from markup
Best for
Web scraping and data extraction projectsXML/HTML document processing and analysisAutomated content parsing workflowsData migration from web sources
Built-in web scraping with PuppeteerDirect XML/HTML parsing support
Tools (2)
xpath
Select query XML content using XPath
xpathwithurl
Fetch content from a URL and select query it using XPath