Skip to content

DOM

Request

Use the scan UUID to retrieve the DOM snapshot for a scan once the scan has finished.

Security
apikeyAuth(Required scopes: readwrite)
Path
scanIdstring, (uuid)required

UUID of scan result

GET
/dom/{scanId}/
curl -i -X GET \
  'https://urlscan.io/dom/{scanId}/' \
  -H 'api-key: YOUR_API_KEY_HERE'

Responses

DOM snapshot of the page

Bodytext/plain
string
Response
string