Same enrichment. Your stack.

Call people and company enrich from CRM, enrichment jobs, or internal tools. Usage draws from the same credit wallet as the LeadHootz app.

Watch a call land.

Same JSON shape the public API returns — Graeme Napier / IBM, the sample we use in live tests.

public-api.leadhootz.com

GET /v1/people/enrich

Live

Bearer key. One header.

Mint a live or test key in the app. Send it on every request. Keys are shown once at creation — copy them into your secret store.

  • Live keys start with lh_live_
  • Test keys start with lh_test_
  • Rate limit 60 requests / minute
  • Daily cap 10,000 requests per key
Base URL
https://public-api.leadhootz.com
Header
Authorization: Bearer lh_live_your_key
Accept: application/json

People, companies, and lookups.

Identifier in, JSON out. Credits charge on a successful match — lookups are free.

People

GET /v1/people/enrich

Person by LinkedIn, email, phone, or Twitter

GET /v1/people/enrich-with-company

Person plus attached company record

GET /v1/people/mobile

Reveal a stored mobile by LinkedIn or email

GET /v1/people/email/verify

Verify a work email already in the graph

Companies

GET /v1/companies/enrich

Company by domain, LinkedIn, name, registry, or phone

GET /v1/companies/logo

Logo URL for a matched company

GET /v1/companies/financials

Financials for a matched company

Lookups & account

GET /v1/lookups/job-titles

Autocomplete job titles — q, no credit charge

GET /v1/lookups/locations

Autocomplete locations

GET /v1/lookups/industries

Autocomplete industries

GET /v1/me

Key prefix, remaining credits, and rate limits

Enrich a person by LinkedIn.

cURL
curl "https://public-api.leadhootz.com/v1/people/enrich?linkedin=https://www.linkedin.com/in/graeme-napier-1954951" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"
1 credit per person, company, logo, financials, or email verify
8 credits per mobile reveal — same as in-app
0 credits on a miss, and on job / location / industry lookups

Mint a key in the app

Create a live or test key, then drop it into the snippet above.