Hunter · Schema

PersonEnrichment

Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

Properties

Name Type Description
id string Unique identifier for the person record.
name object
email string Email address.
location ['string', 'null'] Location description.
timeZone ['string', 'null'] Time zone name.
utcOffset ['number', 'null'] UTC offset in hours.
bio ['string', 'null'] Short biography.
site ['string', 'null'] Personal website URL.
avatar ['string', 'null'] Avatar image URL.
employment object
facebook object
github object
twitter object
linkedin object
fuzzy boolean Whether the match was fuzzy.
emailProvider ['string', 'null'] Email service provider.
indexedAt ['string', 'null'] Date when the record was last indexed.
phone ['string', 'null'] Phone number.
activeAt ['string', 'null'] Date when the person was last active.
inactiveAt ['string', 'null'] Date when the person became inactive.
View JSON Schema on GitHub

JSON Schema

hunter-person-enrichment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PersonEnrichment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the person record."
    },
    "name": {
      "type": "object"
    },
    "email": {
      "type": "string",
      "description": "Email address."
    },
    "location": {
      "type": "['string', 'null']",
      "description": "Location description."
    },
    "timeZone": {
      "type": "['string', 'null']",
      "description": "Time zone name."
    },
    "utcOffset": {
      "type": "['number', 'null']",
      "description": "UTC offset in hours."
    },
    "bio": {
      "type": "['string', 'null']",
      "description": "Short biography."
    },
    "site": {
      "type": "['string', 'null']",
      "description": "Personal website URL."
    },
    "avatar": {
      "type": "['string', 'null']",
      "description": "Avatar image URL."
    },
    "employment": {
      "type": "object"
    },
    "facebook": {
      "type": "object"
    },
    "github": {
      "type": "object"
    },
    "twitter": {
      "type": "object"
    },
    "linkedin": {
      "type": "object"
    },
    "fuzzy": {
      "type": "boolean",
      "description": "Whether the match was fuzzy."
    },
    "emailProvider": {
      "type": "['string', 'null']",
      "description": "Email service provider."
    },
    "indexedAt": {
      "type": "['string', 'null']",
      "description": "Date when the record was last indexed."
    },
    "phone": {
      "type": "['string', 'null']",
      "description": "Phone number."
    },
    "activeAt": {
      "type": "['string', 'null']",
      "description": "Date when the person was last active."
    },
    "inactiveAt": {
      "type": "['string', 'null']",
      "description": "Date when the person became inactive."
    }
  }
}

Work with this as data

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/hunter-person-enrichment"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.