UpLead Person
Schema for a person/contact record returned by the UpLead API.
B2BLead GenerationContact DataCompany DataEmail VerificationData EnrichmentSales Intelligence
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/uplead/main/json-schema/person.json",
"title": "UpLead Person",
"description": "Schema for a person/contact record returned by the UpLead API.",
"type": "object",
"properties": {
"id": { "type": "string", "description": "Internal UpLead person ID." },
"first_name": { "type": "string" },
"last_name": { "type": "string" },
"title": { "type": "string" },
"job_function": {
"type": "string",
"enum": [
"advisory", "analyst", "creative", "education", "engineering",
"finance", "fulfillment", "health", "hospitality", "human resources",
"legal", "manufacturing", "marketing", "operations", "partnerships",
"product", "professional service", "public service", "research",
"sales", "sales engineering", "support", "trade", "unemployed"
]
},
"job_sub_function": { "type": "string" },
"management_level": {
"type": "string",
"enum": ["M", "D", "VP", "C"],
"description": "M=Manager, D=Director, VP=Vice President, C=C-Suite"
},
"gender": { "type": "string" },
"email": { "type": "string", "format": "email" },
"email_status": {
"type": "string",
"enum": ["valid", "invalid", "accept_all", "unknown"]
},
"phone_number": { "type": "string" },
"mobile_directdial": { "type": "string" },
"city": { "type": "string" },
"state": { "type": "string" },
"county": { "type": "string" },
"country": { "type": "string" },
"linkedin_url": { "type": "string", "format": "uri" },
"industry": { "type": "string" },
"domain": { "type": "string" },
"company_name": { "type": "string" }
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/person"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.