CLEARCHECK API Reference
  • ClearCheck API Reference
  • Disclaimer for ClearCheck Search Portal and Services
  • Introduction
  • Authenticate
  • Requests Endpoints
  • API lookup types
  • LookupId-List API Endpoint
  • BreachScan
    • Headers and Body Request by deepweb values
    • GET Get lookup data for a request by deepweb values
    • Search Response Schema
  • Phone Lookup API
    • Headers and Body Request by Phone
    • GET Get lookup data for a request by Phone
    • Search Response Schema
  • Phone Validation Request
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • Phone Vs Name Validator
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • E-mail Lookup API
    • Headers and Body Request by E-mail Lookup
    • GET Get lookup data for a request by E-mail Lookup
    • Search Response Schema
  • Name Lookup API
    • Headers and Body Request by Name Lookup
    • GET Get lookup data for a request by Name Lookup
    • Search Response Schema
  • Leads Search API
    • Headers and Body Request by Topick
    • GET Get lookup data for a request by Post
    • Search Response Schema
  • Facial Recognition API
    • Headers and Body Request by Face image Lookup
    • GET Get lookup data for a request by Face image Lookup
    • Search Response Schema
  • Sentiment Analysis API
    • Headers and Body Request by Text body
    • GET Get lookup data for a request by Text body
    • Search Response Schema
  • Delete Record API
    • Headers and Body Request for Delete Record
  • Retrieve the API Results for all requests.
    • GET Multiple Results
    • Search Response Schema
  • KYC Search API
    • Headers and Body Request by KYC
    • Request KYC Results
    • Search Response Schema
  • Web Scrapy API
    • Headers and Body Request by Web Collection
    • Request Response Data
    • Search Response Schema
  • IP Geolocation API
    • Headers and Body by IP Ad
    • Request Response Data
    • Search Response Schema
  • Ip Phone Verification
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • Psycho Profile and Summary by Facebook ID
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • Psycho Profile and Summary by Text & Name
    • Headers and Body
    • Request Response Data
    • Search Response Schema
  • COMPLIANCE SCREENING
    • SSN Trace (US only)
  • National Criminal Screening (US only)
  • Watchlists and Politically Exposed Persons (International)
Powered by GitBook
On this page
  1. E-mail Lookup API

Search Response Schema

Search Response Schema for Combined E-mail Lookup

{
   "$schema": "http://json-schema.org/schema#",
   "type": "object",
   "properties": {
      "criteria": {
         "type": "string"
      },
      "type": {
         "type": "string"
      },
      "status": {
         "type": "string"
      },
      "sources": {
         "type": "array",
         "items": {
            "type": "object",
            "properties": {
               "name": {
                  "type": "string"
               }
            },
            "required": [
               "name"
            ]
         }
      },
      "data": {
         "type": "array",
         "items": {
            "anyOf": [
               {
                  "type": "array"
               },
               {
                  "type": "object",
                  "properties": {
                     "skype": {
                        "type": "object",
                        "properties": {
                           "avatar": {
                              "type": "string"
                           },
                           "country": {
                              "type": "string"
                           },
                           "country_code": {
                              "type": "string"
                           },
                           "name": {
                              "type": "string"
                           },
                           "skype_id": {
                              "type": "string"
                           }
                        }
                     },
                     "pluto": {
                        "type": "array",
                        "items": {
                           "type": "object"
                        }
                     },
                     "luna": {
                        "type": "object",
                        "properties": {
                           "person": {
                              "anyOf": [
                                 {
                                    "type": "null"
                                 },
                                 {
                                    "type": "object",
                                    "properties": {
                                       "@id": {
                                          "type": "string"
                                       },
                                       "@search_pointer": {
                                          "type": "string"
                                       },
                                       "@match": {
                                          "type": "number"
                                       },
                                       "names": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "@valid_since": {
                                                   "type": "string"
                                                },
                                                "first": {
                                                   "type": "string"
                                                },
                                                "middle": {
                                                   "type": "string"
                                                },
                                                "last": {
                                                   "type": "string"
                                                },
                                                "display": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "@valid_since",
                                                "display",
                                                "first",
                                                "last",
                                                "middle"
                                             ]
                                          }
                                       },
                                       "emails": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "@valid_since": {
                                                   "type": "string"
                                                },
                                                "@last_seen": {
                                                   "type": "string"
                                                },
                                                "@type": {
                                                   "type": "string"
                                                },
                                                "@email_provider": {
                                                   "type": "boolean"
                                                },
                                                "address": {
                                                   "type": "string"
                                                },
                                                "address_md5": {
                                                   "type": "string"
                                                },
                                                "@disposable": {
                                                   "type": "boolean"
                                                }
                                             },
                                             "required": [
                                                "@email_provider",
                                                "address",
                                                "address_md5"
                                             ]
                                          }
                                       },
                                       "usernames": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "content": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "content"
                                             ]
                                          }
                                       },
                                       "phones": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "country_code": {
                                                   "type": "integer"
                                                },
                                                "number": {
                                                   "type": "integer"
                                                },
                                                "@type": {
                                                   "type": "string"
                                                },
                                                "display": {
                                                   "type": "string"
                                                },
                                                "display_international": {
                                                   "type": "string"
                                                },
                                                "@voip": {
                                                   "type": "boolean"
                                                }
                                             },
                                             "required": [
                                                "country_code",
                                                "display",
                                                "display_international",
                                                "number"
                                             ]
                                          }
                                       },
                                       "gender": {
                                          "type": "object",
                                          "properties": {
                                             "content": {
                                                "type": "string"
                                             }
                                          },
                                          "required": [
                                             "content"
                                          ]
                                       },
                                       "dob": {
                                          "type": "object",
                                          "properties": {
                                             "date_range": {
                                                "type": "object",
                                                "properties": {
                                                   "start": {
                                                      "type": "string"
                                                   },
                                                   "end": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "end",
                                                   "start"
                                                ]
                                             },
                                             "display": {
                                                "type": "string"
                                             }
                                          },
                                          "required": [
                                             "date_range",
                                             "display"
                                          ]
                                       },
                                       "languages": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "language": {
                                                   "type": "string"
                                                },
                                                "region": {
                                                   "type": "string"
                                                },
                                                "display": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "display",
                                                "language",
                                                "region"
                                             ]
                                          }
                                       },
                                       "origin_countries": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "country": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "country"
                                             ]
                                          }
                                       },
                                       "addresses": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "@valid_since": {
                                                   "type": "string"
                                                },
                                                "country": {
                                                   "type": "string"
                                                },
                                                "state": {
                                                   "type": "string"
                                                },
                                                "city": {
                                                   "type": "string"
                                                },
                                                "street": {
                                                   "type": "string"
                                                },
                                                "house": {
                                                   "type": "string"
                                                },
                                                "apartment": {
                                                   "type": "string"
                                                },
                                                "zip_code": {
                                                   "type": "string"
                                                },
                                                "display": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "@valid_since",
                                                "apartment",
                                                "city",
                                                "country",
                                                "display",
                                                "house",
                                                "state",
                                                "street",
                                                "zip_code"
                                             ]
                                          }
                                       },
                                       "jobs": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "title": {
                                                   "type": "string"
                                                },
                                                "organization": {
                                                   "type": "string"
                                                },
                                                "industry": {
                                                   "type": "string"
                                                },
                                                "date_range": {
                                                   "type": "object",
                                                   "properties": {
                                                      "start": {
                                                         "type": "string"
                                                      },
                                                      "end": {
                                                         "type": "string"
                                                      }
                                                   },
                                                   "required": [
                                                      "end",
                                                      "start"
                                                   ]
                                                },
                                                "organization_data": {
                                                   "type": "object",
                                                   "properties": {
                                                      "name": {
                                                         "type": "string"
                                                      },
                                                      "domain": {
                                                         "type": "string"
                                                      },
                                                      "domain_accuracy": {
                                                         "type": "string"
                                                      }
                                                   },
                                                   "required": [
                                                      "domain",
                                                      "domain_accuracy",
                                                      "name"
                                                   ]
                                                },
                                                "display": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "date_range",
                                                "display",
                                                "industry",
                                                "organization",
                                                "organization_data",
                                                "title"
                                             ]
                                          }
                                       },
                                       "educations": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "degree": {
                                                   "type": "string"
                                                },
                                                "school": {
                                                   "type": "string"
                                                },
                                                "date_range": {
                                                   "type": "object",
                                                   "properties": {
                                                      "start": {
                                                         "type": "string"
                                                      },
                                                      "end": {
                                                         "type": "string"
                                                      }
                                                   },
                                                   "required": [
                                                      "end",
                                                      "start"
                                                   ]
                                                },
                                                "display": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "date_range",
                                                "degree",
                                                "display",
                                                "school"
                                             ]
                                          }
                                       },
                                       "vehicles": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "@valid_since": {
                                                   "type": "string"
                                                },
                                                "vin": {
                                                   "type": "string"
                                                },
                                                "year": {
                                                   "type": "string"
                                                },
                                                "make": {
                                                   "type": "string"
                                                },
                                                "model": {
                                                   "type": "string"
                                                },
                                                "type": {
                                                   "type": "string"
                                                },
                                                "display": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "@valid_since",
                                                "display",
                                                "make",
                                                "model",
                                                "type",
                                                "vin",
                                                "year"
                                             ]
                                          }
                                       },
                                       "relationships": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "@type": {
                                                   "type": "string"
                                                },
                                                "@subtype": {
                                                   "type": "string"
                                                },
                                                "names": {
                                                   "type": "array",
                                                   "items": {
                                                      "type": "object",
                                                      "properties": {
                                                         "first": {
                                                            "type": "string"
                                                         },
                                                         "last": {
                                                            "type": "string"
                                                         },
                                                         "display": {
                                                            "type": "string"
                                                         }
                                                      },
                                                      "required": [
                                                         "display",
                                                         "first",
                                                         "last"
                                                      ]
                                                   }
                                                }
                                             },
                                             "required": [
                                                "@subtype",
                                                "@type",
                                                "names"
                                             ]
                                          }
                                       },
                                       "user_ids": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "content": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "content"
                                             ]
                                          }
                                       },
                                       "images": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "url": {
                                                   "type": "string"
                                                },
                                                "thumbnail_token": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "thumbnail_token",
                                                "url"
                                             ]
                                          }
                                       },
                                       "urls": {
                                          "type": "array",
                                          "items": {
                                             "type": "object",
                                             "properties": {
                                                "@source_id": {
                                                   "type": "string"
                                                },
                                                "@domain": {
                                                   "type": "string"
                                                },
                                                "@name": {
                                                   "type": "string"
                                                },
                                                "@category": {
                                                   "type": "string"
                                                },
                                                "url": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "@category",
                                                "@domain",
                                                "@name",
                                                "@source_id",
                                                "url"
                                             ]
                                          }
                                       }
                                    },
                                    "required": [
                                       "@id",
                                       "@match",
                                       "@search_pointer",
                                       "addresses",
                                       "dob",
                                       "educations",
                                       "emails",
                                       "gender",
                                       "images",
                                       "jobs",
                                       "languages",
                                       "names",
                                       "origin_countries",
                                       "phones",
                                       "relationships",
                                       "urls",
                                       "user_ids",
                                       "usernames",
                                       "vehicles"
                                    ]
                                 }
                              ]
                           },
                           "possiblePersons": {
                              "anyOf": [
                                 {
                                    "type": "null"
                                 },
                                 {
                                    "type": "array",
                                    "items": {
                                       "type": "object",
                                       "properties": {
                                          "@id": {
                                             "type": "string"
                                          },
                                          "@search_pointer": {
                                             "type": "string"
                                          },
                                          "@match": {
                                             "type": "number"
                                          },
                                          "names": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "@valid_since": {
                                                      "type": "string"
                                                   },
                                                   "first": {
                                                      "type": "string"
                                                   },
                                                   "middle": {
                                                      "type": "string"
                                                   },
                                                   "last": {
                                                      "type": "string"
                                                   },
                                                   "display": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "@valid_since",
                                                   "display",
                                                   "first",
                                                   "last",
                                                   "middle"
                                                ]
                                             }
                                          },
                                          "emails": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "@valid_since": {
                                                      "type": "string"
                                                   },
                                                   "@last_seen": {
                                                      "type": "string"
                                                   },
                                                   "@type": {
                                                      "type": "string"
                                                   },
                                                   "@email_provider": {
                                                      "type": "boolean"
                                                   },
                                                   "address": {
                                                      "type": "string"
                                                   },
                                                   "address_md5": {
                                                      "type": "string"
                                                   },
                                                   "@disposable": {
                                                      "type": "boolean"
                                                   }
                                                },
                                                "required": [
                                                   "@email_provider",
                                                   "address",
                                                   "address_md5"
                                                ]
                                             }
                                          },
                                          "usernames": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "content": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "content"
                                                ]
                                             }
                                          },
                                          "phones": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "country_code": {
                                                      "type": "integer"
                                                   },
                                                   "number": {
                                                      "type": "integer"
                                                   },
                                                   "@type": {
                                                      "type": "string"
                                                   },
                                                   "display": {
                                                      "type": "string"
                                                   },
                                                   "display_international": {
                                                      "type": "string"
                                                   },
                                                   "@voip": {
                                                      "type": "boolean"
                                                   }
                                                },
                                                "required": [
                                                   "country_code",
                                                   "display",
                                                   "display_international",
                                                   "number"
                                                ]
                                             }
                                          },
                                          "gender": {
                                             "type": "object",
                                             "properties": {
                                                "content": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "content"
                                             ]
                                          },
                                          "dob": {
                                             "type": "object",
                                             "properties": {
                                                "date_range": {
                                                   "type": "object",
                                                   "properties": {
                                                      "start": {
                                                         "type": "string"
                                                      },
                                                      "end": {
                                                         "type": "string"
                                                      }
                                                   },
                                                   "required": [
                                                      "end",
                                                      "start"
                                                   ]
                                                },
                                                "display": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "date_range",
                                                "display"
                                             ]
                                          },
                                          "languages": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "language": {
                                                      "type": "string"
                                                   },
                                                   "region": {
                                                      "type": "string"
                                                   },
                                                   "display": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "display",
                                                   "language",
                                                   "region"
                                                ]
                                             }
                                          },
                                          "origin_countries": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "country": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "country"
                                                ]
                                             }
                                          },
                                          "addresses": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "@valid_since": {
                                                      "type": "string"
                                                   },
                                                   "country": {
                                                      "type": "string"
                                                   },
                                                   "state": {
                                                      "type": "string"
                                                   },
                                                   "city": {
                                                      "type": "string"
                                                   },
                                                   "street": {
                                                      "type": "string"
                                                   },
                                                   "house": {
                                                      "type": "string"
                                                   },
                                                   "apartment": {
                                                      "type": "string"
                                                   },
                                                   "zip_code": {
                                                      "type": "string"
                                                   },
                                                   "display": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "@valid_since",
                                                   "apartment",
                                                   "city",
                                                   "country",
                                                   "display",
                                                   "house",
                                                   "state",
                                                   "street",
                                                   "zip_code"
                                                ]
                                             }
                                          },
                                          "jobs": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "title": {
                                                      "type": "string"
                                                   },
                                                   "organization": {
                                                      "type": "string"
                                                   },
                                                   "industry": {
                                                      "type": "string"
                                                   },
                                                   "date_range": {
                                                      "type": "object",
                                                      "properties": {
                                                         "start": {
                                                            "type": "string"
                                                         },
                                                         "end": {
                                                            "type": "string"
                                                         }
                                                      },
                                                      "required": [
                                                         "end",
                                                         "start"
                                                      ]
                                                   },
                                                   "organization_data": {
                                                      "type": "object",
                                                      "properties": {
                                                         "name": {
                                                            "type": "string"
                                                         },
                                                         "domain": {
                                                            "type": "string"
                                                         },
                                                         "domain_accuracy": {
                                                            "type": "string"
                                                         }
                                                      },
                                                      "required": [
                                                         "domain",
                                                         "domain_accuracy",
                                                         "name"
                                                      ]
                                                   },
                                                   "display": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "date_range",
                                                   "display",
                                                   "industry",
                                                   "organization",
                                                   "organization_data",
                                                   "title"
                                                ]
                                             }
                                          },
                                          "educations": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "degree": {
                                                      "type": "string"
                                                   },
                                                   "school": {
                                                      "type": "string"
                                                   },
                                                   "date_range": {
                                                      "type": "object",
                                                      "properties": {
                                                         "start": {
                                                            "type": "string"
                                                         },
                                                         "end": {
                                                            "type": "string"
                                                         }
                                                      },
                                                      "required": [
                                                         "end",
                                                         "start"
                                                      ]
                                                   },
                                                   "display": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "date_range",
                                                   "degree",
                                                   "display",
                                                   "school"
                                                ]
                                             }
                                          },
                                          "vehicles": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "@valid_since": {
                                                      "type": "string"
                                                   },
                                                   "vin": {
                                                      "type": "string"
                                                   },
                                                   "year": {
                                                      "type": "string"
                                                   },
                                                   "make": {
                                                      "type": "string"
                                                   },
                                                   "model": {
                                                      "type": "string"
                                                   },
                                                   "type": {
                                                      "type": "string"
                                                   },
                                                   "display": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "@valid_since",
                                                   "display",
                                                   "make",
                                                   "model",
                                                   "type",
                                                   "vin",
                                                   "year"
                                                ]
                                             }
                                          },
                                          "relationships": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "@type": {
                                                      "type": "string"
                                                   },
                                                   "@subtype": {
                                                      "type": "string"
                                                   },
                                                   "names": {
                                                      "type": "array",
                                                      "items": {
                                                         "type": "object",
                                                         "properties": {
                                                            "first": {
                                                               "type": "string"
                                                            },
                                                            "last": {
                                                               "type": "string"
                                                            },
                                                            "display": {
                                                               "type": "string"
                                                            }
                                                         },
                                                         "required": [
                                                            "display",
                                                            "first",
                                                            "last"
                                                         ]
                                                      }
                                                   }
                                                },
                                                "required": [
                                                   "@subtype",
                                                   "@type",
                                                   "names"
                                                ]
                                             }
                                          },
                                          "user_ids": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "content": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "content"
                                                ]
                                             }
                                          },
                                          "images": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "url": {
                                                      "type": "string"
                                                   },
                                                   "thumbnail_token": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "thumbnail_token",
                                                   "url"
                                                ]
                                             }
                                          },
                                          "urls": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "@source_id": {
                                                      "type": "string"
                                                   },
                                                   "@domain": {
                                                      "type": "string"
                                                   },
                                                   "@name": {
                                                      "type": "string"
                                                   },
                                                   "@category": {
                                                      "type": "string"
                                                   },
                                                   "url": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "@category",
                                                   "@domain",
                                                   "@name",
                                                   "@source_id",
                                                   "url"
                                                ]
                                             }
                                          }
                                       },
                                       "required": [
                                          "@id",
                                          "@match",
                                          "@search_pointer",
                                          "addresses",
                                          "dob",
                                          "educations",
                                          "emails",
                                          "gender",
                                          "images",
                                          "jobs",
                                          "languages",
                                          "names",
                                          "origin_countries",
                                          "phones",
                                          "relationships",
                                          "urls",
                                          "user_ids",
                                          "usernames",
                                          "vehicles"
                                       ]
                                    }
                                 }
                              ]
                           },
                           "sources": {
                              "anyOf": [
                                 {
                                    "type": "null"
                                 },
                                 {
                                    "type": "array",
                                    "items": {
                                       "type": "object",
                                       "properties": {
                                          "@id": {
                                             "type": "string"
                                          },
                                          "@category": {
                                             "type": "string"
                                          },
                                          "@name": {
                                             "type": "string"
                                          },
                                          "@origin_url": {
                                             "type": "string"
                                          },
                                          "@domain": {
                                             "type": "string"
                                          },
                                          "@person_id": {
                                             "type": "string"
                                          },
                                          "@match": {
                                             "type": "number"
                                          },
                                          "names": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "@valid_since": {
                                                      "type": "string"
                                                   },
                                                   "first": {
                                                      "type": "string"
                                                   },
                                                   "last": {
                                                      "type": "string"
                                                   },
                                                   "display": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "@valid_since",
                                                   "display",
                                                   "first",
                                                   "last"
                                                ]
                                             }
                                          },
                                          "phones": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "@valid_since": {
                                                      "type": "string"
                                                   },
                                                   "@type": {
                                                      "type": "string"
                                                   },
                                                   "country_code": {
                                                      "type": "integer"
                                                   },
                                                   "number": {
                                                      "type": "integer"
                                                   },
                                                   "display": {
                                                      "type": "string"
                                                   },
                                                   "display_international": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "@type",
                                                   "@valid_since",
                                                   "country_code",
                                                   "display",
                                                   "display_international",
                                                   "number"
                                                ]
                                             }
                                          },
                                          "addresses": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "@valid_since": {
                                                      "type": "string"
                                                   },
                                                   "country": {
                                                      "type": "string"
                                                   },
                                                   "state": {
                                                      "type": "string"
                                                   },
                                                   "city": {
                                                      "type": "string"
                                                   },
                                                   "street": {
                                                      "type": "string"
                                                   },
                                                   "house": {
                                                      "type": "string"
                                                   },
                                                   "display": {
                                                      "type": "string"
                                                   },
                                                   "zip_code": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "@valid_since",
                                                   "city",
                                                   "country",
                                                   "display",
                                                   "house",
                                                   "state",
                                                   "street"
                                                ]
                                             }
                                          },
                                          "@premium": {
                                             "type": "boolean"
                                          },
                                          "gender": {
                                             "type": "object",
                                             "properties": {
                                                "@valid_since": {
                                                   "type": "string"
                                                },
                                                "content": {
                                                   "type": "string"
                                                }
                                             },
                                             "required": [
                                                "@valid_since",
                                                "content"
                                             ]
                                          },
                                          "tags": {
                                             "type": "array",
                                             "items": {
                                                "type": "object",
                                                "properties": {
                                                   "@valid_since": {
                                                      "type": "string"
                                                   },
                                                   "@classification": {
                                                      "type": "string"
                                                   },
                                                   "content": {
                                                      "type": "string"
                                                   }
                                                },
                                                "required": [
                                                   "@classification",
                                                   "@valid_since",
                                                   "content"
                                                ]
                                             }
                                          }
                                       },
                                       "required": [
                                          "@category",
                                          "@id",
                                          "@match",
                                          "@name",
                                          "addresses",
                                          "names"
                                       ]
                                    }
                                 }
                              ]
                           }
                        },
                        "required": [
                           "person",
                           "possiblePersons",
                           "sources"
                        ]
                     },
                     "taro": {
                        "type": "object",
                        "properties": {
                           "data": {
                              "type": "object",
                              "properties": {
                                 "score": {
                                    "type": "integer"
                                 },
                                 "flags": {
                                    "type": "array"
                                 },
                                 "deliverable": {
                                    "type": "boolean"
                                 },
                                 "account_details": {
                                    "type": "object",
                                    "properties": {
                                       "bukalapak": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "booking": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "lazada": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "lastfm": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "wordpress": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "zoho": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "foursquare": {
                                          "type": "object",
                                          "properties": {
                                             "profile_url": {
                                                "type": "null"
                                             },
                                             "registered": {
                                                "type": "null"
                                             },
                                             "bio": {
                                                "type": "null"
                                             },
                                             "photo": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "bio",
                                             "photo",
                                             "profile_url",
                                             "registered"
                                          ]
                                       },
                                       "tumblr": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "instagram": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "linkedin": {
                                          "type": "object",
                                          "properties": {
                                             "website": {
                                                "type": "null"
                                             },
                                             "twitter": {
                                                "type": "null"
                                             },
                                             "connection_count": {
                                                "type": "null"
                                             },
                                             "name": {
                                                "type": "null"
                                             },
                                             "registered": {
                                                "type": "null"
                                             },
                                             "photo": {
                                                "type": "null"
                                             },
                                             "company": {
                                                "type": "null"
                                             },
                                             "location": {
                                                "type": "null"
                                             },
                                             "title": {
                                                "type": "null"
                                             },
                                             "url": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "company",
                                             "connection_count",
                                             "location",
                                             "name",
                                             "photo",
                                             "registered",
                                             "title",
                                             "twitter",
                                             "url",
                                             "website"
                                          ]
                                       },
                                       "netflix": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "tokopedia": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "microsoft": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "airbnb": {
                                          "type": "object",
                                          "properties": {
                                             "image": {
                                                "type": "null"
                                             },
                                             "identity_verified": {
                                                "type": "null"
                                             },
                                             "reviewee_count": {
                                                "type": "null"
                                             },
                                             "trips": {
                                                "type": "null"
                                             },
                                             "work": {
                                                "type": "null"
                                             },
                                             "about": {
                                                "type": "null"
                                             },
                                             "registered": {
                                                "type": "null"
                                             },
                                             "created_at": {
                                                "type": "null"
                                             },
                                             "location": {
                                                "type": "null"
                                             },
                                             "first_name": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "about",
                                             "created_at",
                                             "first_name",
                                             "identity_verified",
                                             "image",
                                             "location",
                                             "registered",
                                             "reviewee_count",
                                             "trips",
                                             "work"
                                          ]
                                       },
                                       "myspace": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "apple": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "skype": {
                                          "type": "object",
                                          "properties": {
                                             "country": {
                                                "type": "null"
                                             },
                                             "gender": {
                                                "type": "null"
                                             },
                                             "city": {
                                                "type": "null"
                                             },
                                             "name": {
                                                "type": "null"
                                             },
                                             "registered": {
                                                "type": "boolean"
                                             },
                                             "bio": {
                                                "type": "null"
                                             },
                                             "photo": {
                                                "type": "null"
                                             },
                                             "handle": {
                                                "type": "null"
                                             },
                                             "language": {
                                                "type": "null"
                                             },
                                             "id": {
                                                "type": "null"
                                             },
                                             "state": {
                                                "type": "null"
                                             },
                                             "age": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "age",
                                             "bio",
                                             "city",
                                             "country",
                                             "gender",
                                             "handle",
                                             "id",
                                             "language",
                                             "name",
                                             "photo",
                                             "registered",
                                             "state"
                                          ]
                                       },
                                       "envato": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "twitter": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "kakao": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "samsung": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "weibo": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "quora": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "gravatar": {
                                          "type": "object",
                                          "properties": {
                                             "profile_url": {
                                                "type": "null"
                                             },
                                             "name": {
                                                "type": "null"
                                             },
                                             "registered": {
                                                "type": "boolean"
                                             },
                                             "location": {
                                                "type": "null"
                                             },
                                             "username": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "location",
                                             "name",
                                             "profile_url",
                                             "registered",
                                             "username"
                                          ]
                                       },
                                       "yahoo": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "evernote": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "imgur": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "ok": {
                                          "type": "object",
                                          "properties": {
                                             "city": {
                                                "type": "null"
                                             },
                                             "registered": {
                                                "type": "boolean"
                                             },
                                             "date_joined": {
                                                "type": "null"
                                             },
                                             "age": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "age",
                                             "city",
                                             "date_joined",
                                             "registered"
                                          ]
                                       },
                                       "github": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "disneyplus": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "jdid": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "archiveorg": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "facebook": {
                                          "type": "object",
                                          "properties": {
                                             "name": {
                                                "type": "null"
                                             },
                                             "registered": {
                                                "type": "boolean"
                                             },
                                             "photo": {
                                                "type": "null"
                                             },
                                             "url": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "name",
                                             "photo",
                                             "registered",
                                             "url"
                                          ]
                                       },
                                       "spotify": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "flipkart": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "adobe": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "atlassian": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "google": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             },
                                             "photo": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "photo",
                                             "registered"
                                          ]
                                       },
                                       "pinterest": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "qzone": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "patreon": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "rambler": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "amazon": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "mailru": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "discord": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "vimeo": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       },
                                       "flickr": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             },
                                             "username": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "registered",
                                             "username"
                                          ]
                                       },
                                       "ebay": {
                                          "type": "object",
                                          "properties": {
                                             "registered": {
                                                "type": "boolean"
                                             }
                                          },
                                          "required": [
                                             "registered"
                                          ]
                                       }
                                    },
                                    "required": [
                                       "adobe",
                                       "airbnb",
                                       "amazon",
                                       "apple",
                                       "archiveorg",
                                       "atlassian",
                                       "booking",
                                       "bukalapak",
                                       "discord",
                                       "disneyplus",
                                       "ebay",
                                       "envato",
                                       "evernote",
                                       "facebook",
                                       "flickr",
                                       "flipkart",
                                       "foursquare",
                                       "github",
                                       "google",
                                       "gravatar",
                                       "imgur",
                                       "instagram",
                                       "jdid",
                                       "kakao",
                                       "lastfm",
                                       "lazada",
                                       "linkedin",
                                       "mailru",
                                       "microsoft",
                                       "myspace",
                                       "netflix",
                                       "ok",
                                       "patreon",
                                       "pinterest",
                                       "quora",
                                       "qzone",
                                       "rambler",
                                       "samsung",
                                       "skype",
                                       "spotify",
                                       "tokopedia",
                                       "tumblr",
                                       "twitter",
                                       "vimeo",
                                       "weibo",
                                       "wordpress",
                                       "yahoo",
                                       "zoho"
                                    ]
                                 },
                                 "domain_details": {
                                    "type": "object",
                                    "properties": {
                                       "expires": {
                                          "type": "string"
                                       },
                                       "created": {
                                          "type": "string"
                                       },
                                       "suspicious_tld": {
                                          "type": "boolean"
                                       },
                                       "custom": {
                                          "type": "boolean"
                                       },
                                       "valid_mx": {
                                          "type": "boolean"
                                       },
                                       "registrar_name": {
                                          "type": "string"
                                       },
                                       "accept_all": {
                                          "type": "boolean"
                                       },
                                       "registered": {
                                          "type": "boolean"
                                       },
                                       "registered_to": {
                                          "type": "string"
                                       },
                                       "tld": {
                                          "type": "string"
                                       },
                                       "disposable": {
                                          "type": "boolean"
                                       },
                                       "spf_strict": {
                                          "type": "boolean"
                                       },
                                       "website_exists": {
                                          "type": "boolean"
                                       },
                                       "domain": {
                                          "type": "string"
                                       },
                                       "dmarc_enforced": {
                                          "type": "boolean"
                                       },
                                       "free": {
                                          "type": "boolean"
                                       },
                                       "updated": {
                                          "type": "string"
                                       }
                                    },
                                    "required": [
                                       "accept_all",
                                       "created",
                                       "custom",
                                       "disposable",
                                       "dmarc_enforced",
                                       "domain",
                                       "expires",
                                       "free",
                                       "registered",
                                       "registered_to",
                                       "registrar_name",
                                       "spf_strict",
                                       "suspicious_tld",
                                       "tld",
                                       "updated",
                                       "valid_mx",
                                       "website_exists"
                                    ]
                                 },
                                 "id": {
                                    "type": "string"
                                 },
                                 "history": {
                                    "type": "object",
                                    "properties": {
                                       "hits": {
                                          "type": "integer"
                                       },
                                       "first_seen": {
                                          "type": "integer"
                                       },
                                       "customer_hits": {
                                          "type": "integer"
                                       },
                                       "last_seen": {
                                          "type": "integer"
                                       }
                                    },
                                    "required": [
                                       "customer_hits",
                                       "first_seen",
                                       "hits",
                                       "last_seen"
                                    ]
                                 },
                                 "applied_rules": {
                                    "type": "array",
                                    "items": {
                                       "type": "object",
                                       "properties": {
                                          "score": {
                                             "type": "integer"
                                          },
                                          "name": {
                                             "type": "string"
                                          },
                                          "id": {
                                             "type": "string"
                                          },
                                          "operation": {
                                             "type": "string"
                                          }
                                       },
                                       "required": [
                                          "id",
                                          "name",
                                          "operation",
                                          "score"
                                       ]
                                    }
                                 },
                                 "email": {
                                    "type": "string"
                                 },
                                 "breach_details": {
                                    "type": "object",
                                    "properties": {
                                       "first_breach": {
                                          "type": "null"
                                       },
                                       "haveibeenpwned_listed": {
                                          "type": "boolean"
                                       },
                                       "breaches": {
                                          "type": "array"
                                       },
                                       "number_of_breaches": {
                                          "type": "integer"
                                       }
                                    },
                                    "required": [
                                       "breaches",
                                       "first_breach",
                                       "haveibeenpwned_listed",
                                       "number_of_breaches"
                                    ]
                                 }
                              },
                              "required": [
                                 "account_details",
                                 "applied_rules",
                                 "breach_details",
                                 "deliverable",
                                 "domain_details",
                                 "email",
                                 "flags",
                                 "history",
                                 "id",
                                 "score"
                              ]
                           },
                           "success": {
                              "type": "boolean"
                           },
                           "error": {
                              "type": "object"
                           }
                        },
                        "required": [
                           "data",
                           "error",
                           "success"
                        ]
                     },
                     "web_collection": {
                        "type": "object",
                        "properties": {
                           "email": {
                              "type": "string"
                           },
                           "autocorrect": {
                              "type": "string"
                           },
                           "deliverability": {
                              "type": "string"
                           },
                           "quality_score": {
                              "type": "string"
                           },
                           "is_valid_format": {
                              "type": "object",
                              "properties": {
                                 "value": {
                                    "type": "boolean"
                                 },
                                 "text": {
                                    "type": "string"
                                 }
                              },
                              "required": [
                                 "text",
                                 "value"
                              ]
                           },
                           "is_free_email": {
                              "type": "object",
                              "properties": {
                                 "value": {
                                    "type": "boolean"
                                 },
                                 "text": {
                                    "type": "string"
                                 }
                              },
                              "required": [
                                 "text",
                                 "value"
                              ]
                           },
                           "is_disposable_email": {
                              "type": "object",
                              "properties": {
                                 "value": {
                                    "type": "boolean"
                                 },
                                 "text": {
                                    "type": "string"
                                 }
                              },
                              "required": [
                                 "text",
                                 "value"
                              ]
                           },
                           "is_role_email": {
                              "type": "object",
                              "properties": {
                                 "value": {
                                    "type": "boolean"
                                 },
                                 "text": {
                                    "type": "string"
                                 }
                              },
                              "required": [
                                 "text",
                                 "value"
                              ]
                           },
                           "is_catchall_email": {
                              "type": "object",
                              "properties": {
                                 "value": {
                                    "type": "boolean"
                                 },
                                 "text": {
                                    "type": "string"
                                 }
                              },
                              "required": [
                                 "text",
                                 "value"
                              ]
                           },
                           "is_mx_found": {
                              "type": "object",
                              "properties": {
                                 "value": {
                                    "type": "boolean"
                                 },
                                 "text": {
                                    "type": "string"
                                 }
                              },
                              "required": [
                                 "text",
                                 "value"
                              ]
                           },
                           "is_smtp_valid": {
                              "type": "object",
                              "properties": {
                                 "value": {
                                    "type": "boolean"
                                 },
                                 "text": {
                                    "type": "string"
                                 }
                              },
                              "required": [
                                 "text",
                                 "value"
                              ]
                           }
                        },
                        "required": [
                           "autocorrect",
                           "deliverability",
                           "email",
                           "is_catchall_email",
                           "is_disposable_email",
                           "is_free_email",
                           "is_mx_found",
                           "is_role_email",
                           "is_smtp_valid",
                           "is_valid_format",
                           "quality_score"
                        ]
                     }
                  }
               }
            ]
         }
      }
   },
   "required": [
      "criteria",
      "data",
      "sources",
      "status",
      "type"
   ]
}
PreviousGET Get lookup data for a request by E-mail LookupNextName Lookup API