For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search Response Schema

Search Response Schema for Combined E-mail Lookup

"apiDataEntities": [
  {
    "id": "integer",
    "userId": "integer",
    "requestMonitorId": "integer",
    "data": {
      "skype": {},
      "type": "string",
      "local_time": "string",
      "request": "string",
      "failed": "boolean",
      "misconfigured": "boolean",
      "isLast": "boolean",
      "query": "string",
      "from": "skype"
    },
    "from": "skype",
    "criteria": "string",
    "failReason": "string | null",
    "isFailed": "boolean",
    "createdTime": "string",
    "requestId": "string"
  },
  {
    "id": "integer",
    "userId": "integer",
    "requestMonitorId": "integer",
    "data": {
      "request": "string",
      "from": "mail_reveal",
      "status": "string",
      "emailSearchResult": {
        "success": "boolean",
        "title": "string",
        "msg": "string"
      }
    },
    "from": "mail_reveal",
    "criteria": "string",
    "failReason": "string | null",
    "isFailed": "boolean",
    "createdTime": "string",
    "requestId": "string"
  },
  {
    "id": "integer",
    "userId": "integer",
    "requestMonitorId": "integer",
    "data": {
      "request": "string",
      "from": "hbp",
      "status": "string",
      "emailSearchResultHbp": [
        {
          "criteria": "string"
        },
        {
          "Name": "string",
          "Title": "string",
          "Domain": "string",
          "BreachDate": "string",
          "AddedDate": "string",
          "ModifiedDate": "string",
          "PwnCount": "integer",
          "Description": "string",
          "LogoPath": "string",
          "Attribution": "string | null",
          "DisclosureUrl": "string | null",
          "DataClasses": [
            "string"
          ],
          "IsVerified": "boolean",
          "IsFabricated": "boolean",
          "IsSensitive": "boolean",
          "IsRetired": "boolean",
          "IsSpamList": "boolean",
          "IsMalware": "boolean",
          "IsSubscriptionFree": "boolean",
          "IsStealerLog": "boolean"
        },
        {
          "Name": "string",
          "Title": "string",
          "Domain": "string",
          "BreachDate": "string",
          "AddedDate": "string",
          "ModifiedDate": "string",
          "PwnCount": "integer",
          "Description": "string",
          "LogoPath": "string",
          "Attribution": "string | null",
          "DisclosureUrl": "string | null",
          "DataClasses": [
            "string"
          ],
          "IsVerified": "boolean",
          "IsFabricated": "boolean",
          "IsSensitive": "boolean",
          "IsRetired": "boolean",
          "IsSpamList": "boolean",
          "IsMalware": "boolean",
          "IsSubscriptionFree": "boolean",
          "IsStealerLog": "boolean"
        }
      ]
    },
    "from": "hbp",
    "criteria": "string",
    "failReason": "string | null",
    "isFailed": "boolean",
    "createdTime": "string",
    "requestId": "string"
  },
  {
    "id": "integer",
    "userId": "integer",
    "requestMonitorId": "integer",
    "data": [],
    "from": "PLUTO",
    "criteria": "string",
    "failReason": "string | null",
    "isFailed": "boolean",
    "createdTime": "string",
    "requestId": "string"
  },
  {
    "id": "integer",
    "userId": "integer",
    "requestMonitorId": "integer",
    "data": {
      "request": "string",
      "from": "smf",
      "status": "string",
      "emailSearchResultSmf": [
        {
          "criteria": "string"
        },
        {
          "inputProfileName": "string",
          "social": "string",
          "socialProfileUrl": "string | null"
        },
        {
          "inputProfileName": "string",
          "social": "string",
          "socialProfileUrl": "string | null"
        }
      ]
    },
    "from": "smf",
    "criteria": "string",
    "failReason": "string | null",
    "isFailed": "boolean",
    "createdTime": "string",
    "requestId": "string"
  },
  {
    "id": "integer",
    "userId": "integer",
    "requestMonitorId": "integer",
    "data": {
      "teams": {},
      "type": "string",
      "local_time": "string",
      "request": "string",
      "failed": "boolean",
      "misconfigured": "boolean",
      "isLast": "boolean",
      "query": "string",
      "from": "teams"
    },
    "from": "teams",
    "criteria": "string",
    "failReason": "string | null",
    "isFailed": "boolean",
    "createdTime": "string",
    "requestId": "string"
  },
  {
    "id": "integer",
    "userId": "integer",
    "requestMonitorId": "integer",
    "data": {
      "request": "string",
      "from": "glook",
      "status": "string",
      "emailSearchResultGlook": {
        "email_info": {
          "output": "string"
        },
        "gaia": {
          "contributor": {
            "name": "string",
            "thumbnail": "string",
            "points": "integer",
            "level": "integer",
            "local_guide": "boolean",
            "contributions": {
              "reviews": "integer",
              "ratings": "integer",
              "photos": "integer",
              "videos": "integer",
              "captions": "integer",
              "answers": "integer",
              "edits": "integer",
              "reported_incorrect": "integer",
              "places_added": "integer",
              "roads_added": "integer",
              "facts_checked": "integer",
              "q_a": "integer"
            }
          },
          "reviews": [
            {
              "place_info": {
                "title": "string",
                "address": "string",
                "gps_coordinates": {
                  "latitude": "number",
                  "longitude": "number"
                },
                "type": "string",
                "thumbnail": "string",
                "data_id": "string"
              },
              "date": "string",
              "snippet": "string",
              "translated_snippet": "string",
              "review_id": "string",
              "rating": "integer",
              "likes": "integer",
              "link": "string"
            },
            {
              "place_info": {
                "title": "string",
                "address": "string",
                "gps_coordinates": {
                  "latitude": "number",
                  "longitude": "number"
                },
                "type": "string",
                "thumbnail": "string",
                "data_id": "string"
              },
              "date": "string",
              "review_id": "string",
              "rating": "integer",
              "likes": "integer",
              "link": "string"
            }
          ]
        },
        "wayback": {
          "gaiaId": "string",
          "found": "boolean",
          "message": "string",
          "profile": "object | null",
          "posts": [],
          "images": []
        },
        "email_blkb": {
          "mode": "string",
          "query": "string",
          "durationMs": "integer",
          "results": [
            {
              "name": "string",
              "url": "string",
              "category": "string",
              "status": "string",
              "metadata": "array | null"
            },
            {
              "name": "string",
              "url": "string",
              "category": "string",
              "status": "string",
              "metadata": [
                {
                  "schema": "string",
                  "type": "string",
                  "name": "string",
                  "path": [
                    "string"
                  ],
                  "downloaded": "boolean",
                  "value": "string"
                }
              ]
            }
          ]
        },
        "glookCriteria": "string"
      }
    },
    "from": "glook",
    "criteria": "string",
    "failReason": "string | null",
    "isFailed": "boolean",
    "createdTime": "string",
    "requestId": "string"
  }
]

Last updated