Person-first lookups,
not domain sweeps.
Hunter starts from a domain and finds work emails at it. PeopleDB starts from a person: pass a LinkedIn or GitHub identifier, get back their emails (personal and work), phone numbers, and social profiles in one response.
Hunter vs. PeopleDB
| Hunter.io | PeopleDB | |
|---|---|---|
| Starting point | A domain, or a name + domain | A LinkedIn or GitHub identifier |
| Email addresses | Work addresses at company domains | Personal + work, classified |
| Phone numbers | No | Yes |
| Email verification | Yes | Yes, separate endpoint |
| Pricing model | Subscription, monthly credits, from €49/mo | Pay per lookup, 15¢ down to 6¢ |
| Credits | Reset monthly | Never expire |
| API access | Yes, on every plan including free | Yes, every account |
| Free tier | 50 credits / month | 10 credits, no card |
| GitHub lookup | No | Yes |
| Built for | Outbound email teams | Developers |
Hunter details verified from their public pricing page and API documentation on August 27, 2026. Their pricing displays in your local currency. Numbers drift; check their site.
These tools answer different questions
Credit where due: Hunter is one of the most honest tools in this market. Pricing is public, the free tier is permanent, and the API key comes with every plan including the free one. If your question is "who can I email at acme.com", Hunter answers it well, and PeopleDB doesn't answer it at all.
The gap appears when your question is about a person rather than a company. A domain-first tool can't start from a LinkedIn profile or a GitHub login, doesn't return personal addresses (the kind that survive a job change), and has no phone numbers. If your table has identifier columns instead of domain columns, you're holding PeopleDB-shaped questions.
When PeopleDB makes more sense
When Hunter is the better fit
Domain-first prospecting, bulk email pattern discovery, and verification-plus-outreach in one tool: that's Hunter's home turf. The 50-credit monthly free tier with API access is also the cheapest way in this market to prototype anything email-shaped. Plenty of stacks use both: Hunter to find addresses at target companies, PeopleDB to resolve specific people wherever they work.
The API
# Person-first: a numeric GitHub ID is enough
curl "https://peopledb.co/api/v1/people?github_id=583231" \
-H "Authorization: Bearer $TOKEN"
// ←
{
"github_id": 583231,
"github_login": "octocat",
"email_addresses": ["…"],
"personal_email_addresses": ["…"],
"work_email_addresses": ["…"],
"phone_numbers": ["…"]
}
Common questions
What's the core difference between Hunter and PeopleDB?
Does Hunter provide phone numbers?
Does PeopleDB do domain search?
Do PeopleDB credits reset monthly like Hunter's?
Can I verify addresses I found with Hunter?
Comparing more tools? See the Hunter alternatives round-up, or the head-to-heads: vs. ContactOut, vs. Apollo, and vs. Clearbit.