WebScraper
Web Scraper Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
An Automation Script to Web Scrap a URL or HTML Page
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | |
Cortex XSOAR Version | 6.0.0 |
#
InputsArgument Name | Description |
---|---|
page_url | Page url to scrap |
page_html | HTML page to scrap |
headers | Request headers |
params | Request parameters |
navigator_tree | HTML tags navigation tree, example: "body.table" |
insecure | Ignore certificate validation errors |
#
OutputsPath | Description | Type |
---|---|---|
WebScraper.Tree | Scraped Pages | String |
#
Script Example!WebScraper page_url=https://example.com navigator_tree=body
#
Context Example#
Human Readable OutputScrapping completed!