@iocium/urlscan - v0.0.0
    Preparing search index...

    Interface ResultResponse

    Represents the response returned when retrieving scan results.

    interface ResultResponse {
        data: object;
        lists: object;
        meta: object;
        page: object;
        stats: object;
        task: object;
        verdicts: object;
    }
    Index

    Properties

    data: object

    Information relating to all requests/responses, links, cookies, messages seen during the scan

    lists: object

    Lists related to the scan, such as lists of domains, IPs, URLs, ASNs, servers, hashes

    meta: object

    Metadata about the scan, such as ASN, GeoIP, AdBlock, Google Safe Browsing

    page: object

    Page-related information, such as geolocation, IP, PTR

    stats: object

    Statistics related to the scan (by type, protocol, IP, etc.)

    task: object

    Task-related information, such as time, method, options, links to screenshot/DOM

    verdicts: object

    Verdicts related to the scan, this are only available to urlscan Pro members