https://github.com/brianary/selecthtml
A PowerShell module for extracting data from HTML using XPath
https://github.com/brianary/selecthtml
fsharp html html-parsing powershell powershell-module scrape xpath
Last synced: 10 days ago
JSON representation
A PowerShell module for extracting data from HTML using XPath
- Host: GitHub
- URL: https://github.com/brianary/selecthtml
- Owner: brianary
- License: mit
- Created: 2022-03-16T02:14:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T02:10:04.000Z (12 days ago)
- Last Synced: 2025-04-22T04:07:41.835Z (12 days ago)
- Topics: fsharp, html, html-parsing, powershell, powershell-module, scrape, xpath
- Language: HTML
- Homepage: https://www.powershellgallery.com/packages/SelectHtml/
- Size: 131 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
SelectHtml
================
[](https://www.powershellgallery.com/packages/SelectHtml/)
[](https://www.powershellgallery.com/packages/SelectHtml/)
[](https://github.com/brianary/SelectHtml/actions)A PowerShell module for selecting data from HTML using the [HTML Agility Pack](https://html-agility-pack.net/).
To install: `Install-Module SelectHtml`

Cmdlets
-------Documentation is automatically generated using [platyPS](https://github.com/PowerShell/platyPS) (`.\doc.cmd`).
- [Select-Html](docs/Select-Html.md) — Returns content from the HTML retrieved from a URL.
Tests
-----Tests are written for [Pester](https://github.com/Pester/Pester) (`.\test.cmd`).