Contract
{
"type": "object",
"required": [
"email"
],
"properties": {
"email": {
"type": "string",
"format": "email",
"pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
"description": "The email address to look up."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"person": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The data source's own internal record id."
},
"bio": {
"type": [
"string",
"null"
]
},
"geo": {
"type": "object",
"properties": {
"lat": {
"type": [
"number",
"null"
],
"description": "Stripped -- see responseShaping. Always null in the shaped output."
},
"lng": {
"type": [
"number",
"null"
],
"description": "Stripped -- see responseShaping. Always null in the shaped output."
},
"city": {
"type": [
"string",
"null"
]
},
"state": {
"type": [
"string",
"null"
]
},
"country": {
"type": [
"string",
"null"
]
},
"stateCode": {
"type": [
"string",
"null"
]
},
"countryCode": {
"type": [
"string",
"null"
]
}
},
"description": "City/state/country only -- precise coordinates are stripped, see responseShaping.",
"additionalProperties": true
},
"name": {
"type": "object",
"properties": {
"fullName": {
"type": [
"string",
"null"
]
},
"givenName": {
"type": [
"string",
"null"
]
},
"familyName": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": true
},
"email": {
"type": "string",
"description": "Echoes the queried business email address."
},
"fuzzy": {
"type": "boolean",
"description": "A match-confidence flag; false on the one fixture observed."
},
"avatar": {
"type": [
"string",
"null"
],
"description": "Stripped -- see responseShaping. Always null in the shaped output."
},
"github": {
"type": "object",
"properties": {
"id": {
"type": [
"string",
"number",
"null"
]
},
"avatar": {
"type": [
"string",
"null"
],
"description": "Stripped -- see responseShaping. Always null in the shaped output."
},
"handle": {
"type": [
"string",
"null"
]
},
"company": {
"type": [
"string",
"null"
]
},
"followers": {
"type": [
"number",
"null"
]
},
"following": {
"type": [
"number",
"null"
]
}
},
"additionalProperties": true
},
"twitter": {
"type": "object",
"properties": {
"id": {
"type": [
"string",
"number",
"null"
]
},
"bio": {
"type": [
"string",
"null"
]
},
"avatar": {
"type": [
"string",
"null"
],
"description": "Stripped -- see responseShaping. Always null in the shaped output."
},
"handle": {
"type": [
"string",
"null"
]
},
"location": {
"type": [
"string",
"null"
]
},
"statuses": {
"type": [
"number",
"null"
]
},
"favorites": {
"type": [
"number",
"null"
]
},
"followers": {
"type": [
"number",
"null"
]
},
"following": {
"type": [
"number",
"null"
]
}
},
"additionalProperties": true
},
"activeAt": {
"type": [
"string",
"null"
]
},
"linkedin": {
"type": "object",
"properties": {
"handle": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": true
},
"location": {
"type": [
"string",
"null"
],
"description": "A single-line, city-level location string."
},
"timeZone": {
"type": [
"string",
"null"
]
},
"indexedAt": {
"type": [
"string",
"null"
]
},
"utcOffset": {
"type": [
"number",
"null"
]
},
"employment": {
"type": "object",
"properties": {
"name": {
"type": [
"string",
"null"
],
"description": "The employer's name."
},
"role": {
"type": [
"string",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"domain": {
"type": [
"string",
"null"
]
},
"subRole": {
"type": [
"string",
"null"
]
},
"seniority": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": true
},
"inactiveAt": {
"type": [
"string",
"null"
]
},
"emailProvider": {
"type": [
"string",
"null"
],
"description": "The hostname of the person's mail provider, not a contact address."
}
},
"description": "The matched individual. Only observed on one fixture (a Stripe employee).",
"additionalProperties": true
},
"company": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The data source's own internal record id."
},
"geo": {
"type": "object",
"properties": {
"lat": {
"type": [
"number",
"null"
]
},
"lng": {
"type": [
"number",
"null"
]
},
"city": {
"type": [
"string",
"null"
]
},
"state": {
"type": [
"string",
"null"
]
},
"country": {
"type": [
"string",
"null"
]
},
"stateCode": {
"type": [
"string",
"null"
]
},
"postalCode": {
"type": [
"string",
"null"
]
},
"streetName": {
"type": [
"string",
"null"
]
},
"subPremise": {
"type": [
"string",
"null"
]
},
"countryCode": {
"type": [
"string",
"null"
]
},
"streetNumber": {
"type": [
"string",
"null"
]
},
"streetAddress": {
"type": [
"string",
"null"
]
}
},
"description": "The company's headquarters address, as geocoded by the data source.",
"additionalProperties": true
},
"logo": {
"type": [
"string",
"null"
],
"description": "Stripped -- see responseShaping. Always null in the shaped output even when the upstream record has a logo image."
},
"name": {
"type": "string"
},
"site": {
"type": "object",
"properties": {
"phoneNumbers": {
"type": "array",
"items": {
"type": "string"
}
},
"emailAddresses": {
"type": "array",
"items": {
"type": "string"
}
}
},
"description": "Contact details the company itself published on its own website.",
"additionalProperties": true
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"tech": {
"type": "array",
"items": {
"type": "string"
},
"description": "Detected technology stack slugs."
},
"type": {
"type": [
"string",
"null"
]
},
"phone": {
"type": [
"string",
"null"
],
"description": "The company's own published phone number."
},
"domain": {
"type": "string"
},
"parent": {
"type": "object",
"properties": {
"domain": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": true
},
"ticker": {
"type": [
"string",
"null"
]
},
"metrics": {
"type": "object",
"properties": {
"raised": {
"type": [
"number",
"null"
]
},
"employees": {
"type": [
"string",
"null"
],
"description": "A bucketed range, e.g. '10K-50K'."
},
"marketCap": {
"type": [
"number",
"null"
]
},
"alexaUsRank": {
"type": [
"integer",
"null"
]
},
"trafficRank": {
"type": [
"string",
"null"
]
},
"annualRevenue": {
"type": [
"number",
"null"
]
},
"fiscalYearEnd": {
"type": [
"string",
"null"
]
},
"employeesCount": {
"type": [
"integer",
"null"
]
},
"alexaGlobalRank": {
"type": [
"integer",
"null"
]
},
"estimatedAnnualRevenue": {
"type": [
"number",
"null"
]
}
},
"additionalProperties": true
},
"twitter": {
"type": "object",
"properties": {
"id": {
"type": [
"string",
"number",
"null"
]
},
"bio": {
"type": [
"string",
"null"
]
},
"avatar": {
"type": [
"string",
"null"
],
"description": "Stripped -- see responseShaping. Always null in the shaped output."
},
"handle": {
"type": [
"string",
"null"
]
},
"location": {
"type": [
"string",
"null"
]
},
"followers": {
"type": [
"number",
"null"
]
},
"following": {
"type": [
"number",
"null"
]
}
},
"additionalProperties": true
},
"youtube": {
"type": "object",
"properties": {
"handle": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": true
},
"category": {
"type": "object",
"properties": {
"sector": {
"type": [
"string",
"null"
]
},
"sicCode": {
"type": [
"string",
"null"
]
},
"gicsCode": {
"type": [
"string",
"null"
]
},
"industry": {
"type": [
"string",
"null"
]
},
"naicsCode": {
"type": [
"string",
"null"
]
},
"sic4Codes": {
"type": "array",
"items": {
"type": "string"
}
},
"naics6Codes": {
"type": "array",
"items": {
"type": "string"
}
},
"subIndustry": {
"type": [
"string",
"null"
]
},
"industryGroup": {
"type": [
"string",
"null"
]
},
"naics6Codes2022": {
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": true
},
"facebook": {
"type": "object",
"properties": {
"likes": {
"type": [
"number",
"null"
]
},
"handle": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": true
},
"linkedin": {
"type": "object",
"properties": {
"handle": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": true
},
"location": {
"type": [
"string",
"null"
]
},
"timeZone": {
"type": [
"string",
"null"
]
},
"indexedAt": {
"type": [
"string",
"null"
]
},
"instagram": {
"type": "object",
"properties": {
"handle": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": true
},
"legalName": {
"type": [
"string",
"null"
]
},
"utcOffset": {
"type": [
"number",
"null"
]
},
"crunchbase": {
"type": "object",
"properties": {
"handle": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": true
},
"companyType": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"foundedYear": {
"type": [
"integer",
"null"
]
},
"identifiers": {
"type": "object",
"properties": {
"usEIN": {
"type": [
"string",
"null"
],
"description": "US Employer Identification Number, a public business registration id."
}
},
"additionalProperties": true
},
"domainAliases": {
"type": "array",
"items": {
"type": "string"
}
},
"emailProvider": {
"type": [
"string",
"null"
],
"description": "The hostname of the company's mail provider, not a contact address."
},
"fundingRounds": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
},
"description": "Observed empty on the one fixture captured."
},
"techCategories": {
"type": "array",
"items": {
"type": "string"
}
},
"ultimateParent": {
"type": "object",
"properties": {
"domain": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": true
}
},
"description": "The employer's business profile. Only observed on one fixture (Stripe).",
"additionalProperties": true
}
},
"description": "Present when the email resolved to an indexed profile.",
"additionalProperties": true
},
"meta": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "Echoes the queried input email."
}
},
"additionalProperties": true
}
},
"description": "The combined person+company profile, as returned at routing.responseResultPath ($.output). An email the data source has no indexed profile for settles as a genuinely empty result (see examples/unknown-email-notfound.json) rather than a populated `data`/`meta` object -- no field below is guaranteed present on every call, and this schema accepts {} for that reason.",
"additionalProperties": true
}Pricing
Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.
Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.
| Charge | Rate |
|---|---|
Per call Flat, regardless of what comes back | $0.00653016 |
- Cost basis
- Not recorded
This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.
- Updated
- Sep 8, 2026
