id
: Scan ID (e.g., 660d0...
)
domain
: Scan domain name (e.g., "google.com"
)
submitted_url
: Submitted URL for the scan (e.g., "https://www.google.com/search"
)
nsfw
: Flag for adult content (true/false
)
target_url
: Redirected URL after the initial scan
device
: Device used (MOBILE/DESKTOP
)
user_agent
: Web browser user agent string
http_referer
: URL of the page that made the request
scanned_from
: Country from which the scan was made
submitter_tag
: User submitter tags
origin
: Source of the scan (USER/API/TELEGRAM
)
title
: Page title
text
: Full page text, available to PREMIUM users only
ip
: IP address used to access the website
org
: Organization associated with the IP
isp
: Internet Service Provider for the IP
asn
: Autonomous System Number associated with the IP
city
: City associated with the IP
http_transaction
: HTTP transactions URL
outgoing_link
: Page outgoing link
country_code
: Country code associated with the IP
favicon
: Hash of the website’s favicon image
screenshot
: Hash of the website’s screenshot
registrar
: Whois registrar attribute
serial_number
: Certificate serial number (for SSL certificates)
issuer
: Certificate issuer (for SSL certificates)
subject
: Certificate subject (for SSL certificates)
malicious
: Flag for malicious website (true/false
)
technology
: Technologies used by the website
cookie_name
: Name of a specific cookie found on the website
cookie_value
: Value of a specific cookie found on the website
category
: Page category (e.g., “Security”)
language
: Detected page language (e.g., “English”)
topic
: Page topics (e.g., “phishing detection”)
Operator | Description | Example |
---|---|---|
= | Matches exact values | domain = www.google.com |
!= | Excludes specific values | domain != facebook.com |
LIKE | Partial match based on a pattern | title LIKE Login |
!LIKE | Excludes results containing a pattern | domain !LIKE amazon |
AND
keyword to combine multiple conditions: