Search Response Schema
Search Response Schema for Combined E-mail Lookup
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"criteria": {
"type": "string"
},
"type": {
"type": "string"
},
"status": {
"type": "string"
},
"sources": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
}
},
"requestIdWebmii": {
"type": ["string", "null"]
},
"responsesCounter": {
"type": ["integer", "null"]
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"eyes": {
"type": "object",
"properties": {
"duolingo": {
"type": "object",
"properties": {
"users": {
"type": "array",
"items": {
"type": "object",
"properties": {
"courses": {
"type": "array",
"items": {
"type": "string"
}
},
"fromLanguage": {
"type": "string"
},
"hasFacebookId": {
"type": "boolean"
},
"hasGoogleId": {
"type": "boolean"
},
"roles": {
"type": "array",
"items": {
"type": "string"
}
},
"name": {
"type": "string"
},
"hasRecentActivity15": {
"type": "boolean"
},
"streak": {
"type": "integer"
},
"id": {
"type": "integer"
},
"hasPlus": {
"type": "boolean"
},
"picture": {
"type": "string"
},
"username": {
"type": "string"
}
}
}
}
}
},
"mailru": {
"type": "object"
},
"github": {
"type": "object",
"properties": {
"total_count": {
"type": "integer"
},
"incomplete_results": {
"type": "boolean"
},
"items": {
"type": "array",
"items": {
"type": "object"
}
}
}
},
"protonmail": {
"type": "object"
},
"gravatar": {
"type": "object"
},
"x": {
"type": "object",
"properties": {
"valid": {
"type": "boolean"
},
"msg": {
"type": "string"
},
"taken": {
"type": "boolean"
}
}
},
"imgur": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"available": {
"type": "boolean"
},
"error": {
"type": "string"
}
}
},
"success": {
"type": "boolean"
},
"status": {
"type": "integer"
}
}
},
"bitmoji": {
"type": "object",
"properties": {
"account_type": {
"type": "string"
}
}
},
"instagram": {
"type": "object"
}
}
},
"pluto": {
"type": "array",
"items": {
"type": "object",
"properties": {
"user_ip": {
"type": "string",
"format": "ipv4"
},
"site_url": {
"type": "string",
"format": "uri"
},
"gender": {
"type": "string"
},
"phone": {
"type": "string"
},
"city": {
"type": "string"
},
"fullName": {
"type": "string"
},
"state": {
"type": "string"
},
"email": {
"type": "string",
"format": "email"
},
"zip": {
"type": "integer"
},
"website": {
"type": "string",
"format": "uri"
},
"address": {
"type": "string"
},
"linkedin account name": {
"type": "string"
},
"company_name": {
"type": "string"
},
"title": {
"type": "string"
}
}
}
},
"status": {
"type": "string"
},
"emailSearchResult": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"email": {
"type": "string",
"format": "email"
},
"emailType": {
"type": "string"
},
"person": {
"type": ["object", "null"]
},
"company": {
"type": "object",
"properties": {
"linkedInId": {
"type": "string"
},
"name": {
"type": "string"
},
"universalName": {
"type": "string"
},
"linkedInUrl": {
"type": "string",
"format": "uri"
},
"employeeCount": {
"type": "integer"
},
"followerCount": {
"type": "integer"
},
"employeeCountRange": {
"type": "object",
"properties": {
"start": {
"type": "integer"
},
"end": {
"type": "integer"
}
}
},
"websiteUrl": {
"type": "string",
"format": "uri"
},
"tagline": {
"type": ["string", "null"]
},
"description": {
"type": "string"
},
"industry": {
"type": "string"
},
"phone": {
"type": ["string", "null"]
},
"specialities": {
"type": "array",
"items": {
"type": "string"
}
},
"headquarter": {
"type": "object",
"properties": {
"city": {
"type": "string"
},
"country": {
"type": "string"
},
"postalCode": {
"type": "string"
},
"geographicArea": {
"type": "string"
},
"street1": {
"type": "string"
},
"street2": {
"type": ["string", "null"]
}
}
},
"logo": {
"type": "string",
"format": "uri"
}
}
},
"credits_left": {
"type": "integer"
},
"rate_limit_left": {
"type": "integer"
}
}
},
"web_collection": {
"type": "object",
"properties": {
"email": {
"type": "string",
"format": "email"
},
"autocorrect": {
"type": "string"
},
"deliverability": {
"type": "string"
},
"quality_score": {
"type": "string"
},
"is_valid_format": {
"type": "object",
"properties": {
"value": {
"type": "boolean"
},
"text": {
"type": "string"
}
}
},
"is_free_email": {
"type": "object",
"properties": {
"value": {
"type": "boolean"
},
"text": {
"type": "string"
}
}
},
"is_disposable_email": {
"type": "object",
"properties": {
"value": {
"type": "boolean"
},
"text": {
"type": "string"
}
}
},
"is_role_email": {
"type": "object",
"properties": {
"value": {
"type": "boolean"
},
"text": {
"type": "string"
}
}
},
"is_catchall_email": {
"type": "object",
"properties": {
"value": {
"type": "boolean"
},
"text": {
"type": "string"
}
}
},
"is_mx_found": {
"type": "object",
"properties": {
"value": {
"type": "boolean"
},
"text": {
"type": "string"
}
}
},
"is_smtp_valid": {
"type": "object",
"properties": {
"value": {
"type": "boolean"
},
"text": {
"type": "string"
}
}
}
}
},
"query": {
"type": "string"
},
"skype": {
"type": "object",
"properties": {
"failed": {
"type": "boolean"
},
"avatar": {
"type": "string",
"format": "uri"
},
"name": {
"type": "string"
},
"city": {
"type": "string"
},
"country": {
"type": "string"
},
"state": {
"type": "string"
},
"skype_id": {
"type": "string"
},
"country_code": {
"type": "string"
}
}
}
}
}
}
},
"required": ["criteria", "type", "status", "sources", "data"]
}
Last updated