scrape-select
Action
Extracts content matching a CSS selector from a URL
Syntax
$result = scrape-select https://example.com ".selector"
with literal URL and selector
$result = scrape-select $url-var ".selector"
with URL from variable, literal selector
$result = scrape-select $url-var $selector-var
with URL and selector from variables