Skip to main content
POST
/
v2
/
enrichment
/
phone-to-person
Reverse Phone Lookup
curl --request POST \
  --url https://api.blitz-api.ai/v2/enrichment/phone-to-person \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "phone": "+1234567890"
}
'
{
  "found": true,
  "person": {
    "first_name": "Antoine",
    "last_name": "Blitz",
    "full_name": "Antoine Blitz",
    "nickname": null,
    "civility_title": null,
    "headline": "Founder @BlitzAPI — B2B Data APIs for Prospecting, Enrichment & Personalization at Scale | GTME",
    "about_me": "I build developer-first tools for scalable, intelligent B2B prospecting. I\\'m the…",
    "location": {
      "city": null,
      "state_code": "NY",
      "country_code": "US",
      "continent": "North America"
    },
    "linkedin_url": "https://www.linkedin.com/in/antoine-blitz-5581b7373",
    "connections_count": 500,
    "profile_picture_url": "https://media.licdn.com/dms/image/v2/D4E03AQFbZDn8ju8JZg/profile-displayphoto-scale_200_200/B4EZfgsajLGcAY-/0/1751821433134",
    "experiences": [
      {
        "job_title": "Founder Blitzapi",
        "company_linkedin_url": "https://www.linkedin.com/company/blitz-api",
        "company_linkedin_id": "be578414-239f-522e-b2e1-9246e22a52d1",
        "job_description": "We help GTM teams win faster by making high-quality B2B data and intent signals instantly available — directly in your existing stack. What we doBlitzAPI is an API-only platform for Growth, RevOps, and SalesOps teams to: Search: find the right people & companies (Waterfall ICP, LinkedIn/company/domain lookups, engagement search) Enrich: add verified emails, direct phone numbers & LinkedIn details in real time Validate: advanced catch-all email verification to maximize deliverability Scrape LinkedIn signals: posts, reactions, comments & activity for hyper-relevant outreach Why BlitzAPI- Real-time & precise — no stale databases- API-first & composable — works with N8N, Make, Clay, HubSpot, Salesforce, Smartlead…- Transparent pricing — credits instead of per-seat fees- Speed-to-market — prototype and scale playbooks in days, not months Use cases our customers loveHigh-deliverability outbound campaignsABM with Waterfall ICP targetingSocial selling with LinkedIn engagement triggersReal-time lead routing & enrichment",
        "job_start_date": "2025-05-01",
        "job_end_date": null,
        "job_is_current": true,
        "job_location": {
          "city": null,
          "state_code": null,
          "country_code": null
        }
      }
    ],
    "education": [],
    "skills": [],
    "certifications": []
  }
}

Authorizations

x-api-key
string
header
required

Your Blitz API Key. Get one from https://app.blitz-api.ai

Body

application/json
phone
string
required
Example:

"+1234567890"

Response

OK

The response is of type object.