Create Scan
Initiate a new scan request. The response will contain the Scan object. Processing time varies based on system load (typically between 30 seconds and 1 minute) before the full scan result becomes available.
Authorizations
Body
The URL to be scanned.
The country from which the scan was initiated. Available only for PREMIUM users.
DEFAULT
, AU
, BE
, CA
, CH
, DE
, ES
, FR
, GB
, GR
, HU
, ID
, IT
, JP
, MX
, NL
, PT
, ZA
, TR
, US
The type of device to simulate during the scan.
DESKTOP
, MOBILE
Custom user agent string for the scan request. See User Agents endpoints.
Viewport width in pixels. See Viewports endpoints.
Viewport height in pixels. See Viewports endpoints.
Time in seconds to wait before capturing scan results.
If true, the scan will not be publicly accessible.
A list of any tags associated with the scan. Available only for PREMIUM users.
Response
Contains detailed information about the scan, including URL submission details, scan status, and various scan-related metadata.
Unique, autogenerated identifier for the scan.
The URL provided by the user to be scanned.
The domain of the submitted URL.
The final URL after any redirection (if applicable).
The protocol of the URL, such as HTTP or HTTPS.
The type of device selected for the scan, either 'DESKTOP' or 'MOBILE'.
DESKTOP
, MOBILE
The user agent string associated with the device for simulating the browser environment.
Indicates whether the content of the page contains Not Safe For Work (NSFW) material, such as nudity or adult content.
The country from which the scan was initiated. Available only for PREMIUM users.
DEFAULT
, AU
, BE
, CA
, CH
, DE
, ES
, FR
, GB
, GR
, HU
, ID
, IT
, JP
, MX
, NL
, PT
, ZA
, TR
, US
Indicates whether the scan was submitted via the API or by a user.
API
, USER
The width of the viewport used during the scan in pixels.
The height of the viewport used during the scan in pixels.
If true, the scan results are only accessible by the user who submitted the scan.
The current status of the scan. 'PENDING' and 'RUNNING' are intermediate states, while 'DONE' and 'ERROR' are final states.
PENDING
, RUNNING
, DONE
, ERROR
The date and time when the scan was submitted.
A list of any tags associated with the scan, submitted by the user.