: Get URL Web Artifacts
Focus
Focus

Get URL Web Artifacts

Table of Contents

Get URL Web Artifacts

Use this resource to get the web artifacts found during analysis of the specified web page URL.

Resource

/get/webartifacts/

Request Parameters

Use the following form parameters when requesting URL analysis web artifacts:
Parameters
Description
Example
apikey
(
Required
) API key
Example:
apikey=<API KEY>
agent
(
Required for Prisma Access and Prisma Cloud Compute-based WildFire public API keys
) Designates the API key type
Example:
agent=pcc
Options include:
  • pcc
    —for use with Prisma Cloud Compute-based WildFire public API keys
  • prismaaccessapi
    —for use with Prisma Access-based WildFire public API keys
url
(
Required
) The URL of the web page
Example:
url=http://www.google.com
types
Web artifact types
The following values can be specified in a comma-separated list.
Acceptable values:
  • screenshot
  • download_files

Example Request

Make a POST request to the
/get/webartifacts
resource and include the API key, the URL of the web page, and optionally include the specific web artifacts that you want to download (the default is all), similar to the following cURL command:
curl -F 'apikey=<API KEY>' -F 'url=http://www.google.com' -F 'types=download_files' -JO 'https://wildfire.paloaltonetworks.com/publicapi/get/webartifacts'
The response saves the URL web artifacts in a .tgz file package to your local system.

Recommended For You