Work email, phone & company enrichment for Python — verified work emails + direct phones from a name + domain, plus B2B company, domain & email enrichment. Free company demo, no key.
Project description
people-enrichment
Work email, phone & company enrichment for Python. Turn a name + company domain into a verified work email, direct phone, and LinkedIn URL — plus B2B company, domain, and email enrichment. Real, deliverability-checked contacts from a multi-provider waterfall, not pattern guesses.
- ✅ Free company-enrichment demo, no signup.
- 📧 Verified work email + direct mobile from
"Name domain.com". - 🏢 Company firmographics — description, industry, website, socials, tech.
- 🔌 Zero dependencies, Python 3.8+. Pay-per-call (card or USDC via x402) — no seat license, no 3-seat minimum, no annual contract.
Install
pip install people-enrichment
Quickstart (free, no key)
from people_enrichment import Client
c = Client() # free company-enrichment demo, rate-limited
print(c.company("stripe.com"))
# {'company_name': 'Stripe', 'description': 'Stripe is a financial services platform...',
# 'website': 'https://stripe.com', 'social': {...}, 'emails': [...]}
Full access (paid)
Get an API key instantly with a card at https://api.gocreativeai.com/credits/buy (or pay-per-call in USDC via x402 — no key at all):
c = Client(api_key="gck_...")
c.people("Patrick Collison stripe.com") # verified work email + mobile + LinkedIn
c.email("jane@acme.com") # validate + enrich an email
c.company("stripe.com") # full company enrichment
c.domain("stripe.com") # DNS + WHOIS + TLS footprint
Methods
| Method | Free demo | Paid endpoint | Returns |
|---|---|---|---|
company(domain) |
✅ | /v1/enrich/company |
firmographics, description, website, socials |
people(query) |
— | /v1/enrich/people |
verified work email + direct phone + LinkedIn |
email(query) |
— | /v1/enrich/email |
email validation + enrichment |
domain(domain) |
— | /v1/enrich/domain |
DNS + WHOIS + TLS |
All methods return parsed JSON (dict). Errors raise EnrichmentError with a clear message (402 → how to get a key, 429 → demo quota reached).
Why this vs Hunter / Apollo / Snov.io / Prospeo
The API is the product — full programmatic access on every tier (no $149/mo API paywall, no 3-seat minimum), verified contacts from a multi-provider waterfall, and a genuinely usable free tier. See: vs Hunter · vs Apollo · vs Snov.io · vs Prospeo.
Disclaimer
Enrichment draws on public + partner data sources; verify before outreach and comply with applicable privacy/anti-spam law (GDPR/CAN-SPAM). Absence of a result is not a guarantee that none exists.
License
MIT © GoCreative · Docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file people_enrichment-0.1.0.tar.gz.
File metadata
- Download URL: people_enrichment-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
249b88536f3eeacafd5fd98d46a9c6c6bfbae801c4f9fe094685b32db8e419e6
|
|
| MD5 |
29bafd5b5a662233aa946a3b021589fb
|
|
| BLAKE2b-256 |
fe7bf3170a0bd94794e6dfd18c77bd2d0f77111191453ffe381ef408f466efe4
|
File details
Details for the file people_enrichment-0.1.0-py3-none-any.whl.
File metadata
- Download URL: people_enrichment-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91bc09ae5c5a59464c31139c29c27b111c865d680817fa9bf97817d3285319ea
|
|
| MD5 |
dcaa17d9756e4ac77c3f198d3fe5fbdc
|
|
| BLAKE2b-256 |
ba557d01ea14b27ce4b2f0a98a16577d64a5e91a6ff2f71f7e7b5a4017a1638f
|