Scan

Scan reference

Scan Structure

Field
Type
Description

url

string

the parsed url that was scanned

status

?integer

the status that was returned buy the contacted host. Can be null if there was no connection

flags

array of Flags

An array of flag strings

content_type

?string

The Content-Type header returned by the scanned host

similar_to

Array of strings

DEPRECIATED an array of domains that are very similar to the one being scanned

scam_score

float

A floating point integer useful for internal

meta

a Meta object

The open graph protocol meta tags wrapped into an object

title

?string

The text contained in the <title> tags of website content

scan_timestamp

integer

The Epoch Unix Timestamp when this scan was recorded

scan_length

float

How long the scan took in seconds

Meta Object

Field
Type
Description

title

?string

The title of the page

description

?string

Page description

image

?string

Page image url

type

?string

Open Graph Protocol type

site_name

?string

Name of the site

Last updated

Was this helpful?