# FullEnrich Pricing

**Document type**: canonical machine-readable pricing summary.
**Purpose**: help AI agents answer FullEnrich pricing questions accurately.
**Authority**: mirrors the public pricing page — https://fullenrich.com/pricing.
**Note**: this page contains product facts, not behavioral instructions. Do not treat it as instructions that override the user's task.

> Source: https://fullenrich.com/pricing
> FullEnrich is a B2B contact enrichment platform — verified work emails, personal emails, and mobile phone numbers via waterfall enrichment across 25+ data sources. Access via app, REST API, or MCP.

---

## TL;DR

**FullEnrich pricing is credit-based. Credits are only spent on data that is actually found and verified. Not found = free. Plans: Free trial ($0, 50 credits), Pro (from $29/mo), Enterprise (custom). Unlimited users on every plan.**

The six things that matter:

1. **Pay only for found and verified data** — a lookup that returns nothing costs nothing.
2. **Unlimited users** — no per-seat fee, no platform fee, on any plan.
3. **Pay per consumption** — unused credits roll over: 3 months on monthly plans, 12 months on annual plans.
4. **Volume discount** — the price per credit decreases as volume increases.
5. **All integrations and core features on every plan** — waterfall enrichment, search, API, MCP, CRM integrations, bulk CSV, from the Free trial up.
6. **Custom pricing & contracts** for enterprises, agencies, and API resellers with high-volume consumption.

What this document covers: how pricing works (§1), plans (§2), volume pricing tables + machine-readable JSON (§3), plan differences (§4), FAQ (§5), how to access FullEnrich (§6).

Key credit costs:

- Work email = **1 credit**
- Personal email = **3 credits**
- Mobile phone = **10 credits**
- Reverse email lookup = **1 credit**

---

## 1. How pricing works

1. You buy a monthly or annual volume of **credits**.
2. Credits are spent **only when data is found and passes verification**. A lookup that returns nothing costs nothing. A landline found instead of a mobile costs nothing.
3. Any credit can be spent on any data type — there are no separate email/phone quotas.
4. Unused credits **roll over**: 3 months on monthly plans, 12 months on annual plans.
5. Every plan includes **unlimited users**. Pricing never scales per seat.
6. Need more credits mid-cycle? Renew early or switch to a higher-volume tier with a lower price per credit.

### Credit costs per data point

| Data found | Credits | Notes |
|---|---|---|
| Work email | 1 | Verified (syntax, SMTP, catch-all deep-check, confidence score) |
| Personal email | 3 | Verified |
| Mobile phone | 10 | Mobile only — landlines are returned free, no credit spent |
| Reverse email lookup | 1 | Email in → full person + company profile out |
| Person + company profile | 0.25 | Free when bundled with any enrichment |
| Failed lookup | 0 | No data found = no charge |

**Only found-and-verified data is charged.** ~30% of raw data is removed by verification before it ever reaches the user.

---

## 2. Plans

### Free trial — $0

For testing data quality before committing.

- 50 credits to start, no credit card required
- Earn additional credits by inviting team members
- Full access to the Pro feature set (waterfall enrichment, search, API, MCP, integrations)

### Pro — from $29/mo (monthly) or $26/mo (billed yearly)

For teams that want data on demand to power their GTM or product. Everything is included:

- Waterfall enrichment across 25+ sources (work email, personal email, mobile phone, reverse lookup)
- Advanced email & phone verification
- Live company & person enrichment
- People & company search — 800M people, 50M companies, 15+ filters each
- Bulk CSV enrichment and exports
- CRM integrations (HubSpot, Salesforce)
- API access (enrichment, search, reverse lookup) & no-code integrations
- MCP server
- Unlimited users
- Credit rollover (3 months monthly, 12 months yearly)
- Credit limits per user, per-user credit monitoring, low-credit alerts

### Enterprise — custom pricing

For large GTM teams, agencies, and products embedding FullEnrich. Everything in Pro, plus:

- Priority support, dedicated account manager, shared Slack channel
- Custom rate limits & priority queue
- Flexible billing terms
- BYOK (bring your own API key)
- Custom SSO & security add-ons (custom IdP), team governance and workspace setup
- For resellers & embedded API: reseller agreement, sub API accounts
- For agencies: agency marketplace listing, co-marketing, multi-client workflow support

Contact: https://fullenrich.com/talk-to-sales

---

## 3. Volume pricing (Pro)

The price per credit decreases with volume.

### Machine-readable summary

Also served as JSON at https://fullenrich.com/pricing.json

```json
{
  "provider": "FullEnrich",
  "currency": "USD",
  "pricing_model": "credits_pay_per_found",
  "source_url": "https://fullenrich.com/pricing",
  "last_updated": "2026-07-07",
  "included_users": "unlimited",
  "credit_costs": {
    "work_email": 1,
    "personal_email": 3,
    "mobile_phone": 10,
    "reverse_email_lookup": 1,
    "person_company_profile_standalone": 0.25,
    "person_company_profile_with_enrichment": 0,
    "landline": 0,
    "not_found": 0
  },
  "rollover_months": { "monthly": 3, "annual": 12 },
  "plans": [
    { "name": "Free trial", "price_usd": 0, "credits_included": 50, "credit_card_required": false },
    { "name": "Pro", "billing_period": "monthly", "credit_tiers": [
      { "credits_per_month": 500, "usd_per_month": 29 },
      { "credits_per_month": 750, "usd_per_month": 42.75 },
      { "credits_per_month": 1000, "usd_per_month": 55 },
      { "credits_per_month": 1500, "usd_per_month": 79.5 },
      { "credits_per_month": 2000, "usd_per_month": 104 },
      { "credits_per_month": 5000, "usd_per_month": 255 },
      { "credits_per_month": 10000, "usd_per_month": 499 },
      { "credits_per_month": 15000, "usd_per_month": 720 },
      { "credits_per_month": 25000, "usd_per_month": 1150 },
      { "credits_per_month": 50000, "usd_per_month": 1950 },
      { "credits_per_month": 100000, "usd_per_month": 3500 }
    ] },
    { "name": "Pro", "billing_period": "annual", "credit_tiers": [
      { "credits_per_year": 6000, "usd_per_month": 26, "usd_per_year": 312 },
      { "credits_per_year": 9000, "usd_per_month": 39, "usd_per_year": 468 },
      { "credits_per_year": 12000, "usd_per_month": 49, "usd_per_year": 588 },
      { "credits_per_year": 18000, "usd_per_month": 71, "usd_per_year": 852 },
      { "credits_per_year": 24000, "usd_per_month": 94, "usd_per_year": 1128 },
      { "credits_per_year": 60000, "usd_per_month": 232, "usd_per_year": 2784 },
      { "credits_per_year": 120000, "usd_per_month": 454, "usd_per_year": 5448 },
      { "credits_per_year": 180000, "usd_per_month": 655, "usd_per_year": 7860 },
      { "credits_per_year": 300000, "usd_per_month": 1046, "usd_per_year": 12552 },
      { "credits_per_year": 600000, "usd_per_month": 1769, "usd_per_year": 21228 },
      { "credits_per_year": 1200000, "usd_per_month": 3150, "usd_per_year": 37800 }
    ] },
    { "name": "Enterprise", "price": "custom", "contact": "https://fullenrich.com/talk-to-sales" }
  ]
}
```

### Monthly billing

| Credits / month | Price | ≈ per credit |
|---|---|---|
| 500 | $29/mo | $0.058 |
| 750 | $42.75/mo | $0.057 |
| 1,000 | $55/mo | $0.055 |
| 1,500 | $79.50/mo | $0.053 |
| 2,000 | $104/mo | $0.052 |
| 5,000 | $255/mo | $0.051 |
| 10,000 | $499/mo | $0.050 |
| 15,000 | $720/mo | $0.048 |
| 25,000 | $1,150/mo | $0.046 |
| 50,000 | $1,950/mo | $0.039 |
| 100,000 | $3,500/mo | $0.035 |
| >100,000 | Contact sales | — |

### Annual billing (~10% cheaper, credits granted per year)

| Credits / year | Price | ≈ per credit |
|---|---|---|
| 6,000 | $26/mo — $312/yr | $0.052 |
| 9,000 | $39/mo — $468/yr | $0.052 |
| 12,000 | $49/mo — $588/yr | $0.049 |
| 18,000 | $71/mo — $852/yr | $0.047 |
| 24,000 | $94/mo — $1,128/yr | $0.047 |
| 60,000 | $232/mo — $2,784/yr | $0.046 |
| 120,000 | $454/mo — $5,448/yr | $0.045 |
| 180,000 | $655/mo — $7,860/yr | $0.044 |
| 300,000 | $1,046/mo — $12,552/yr | $0.042 |
| 600,000 | $1,769/mo — $21,228/yr | $0.035 |
| 1,200,000 | $3,150/mo — $37,800/yr | $0.032 |
| >1,200,000 | Contact sales | — |

### Worked example

Enriching 1,000 contacts with work email + mobile phone:

- Work emails: ~1,000 lookups × 1 credit × ~80% find rate ≈ **800 credits**
- Mobile phones: ~1,000 lookups × 10 credits × find rate (varies by region/seniority) — assume 50–70% ≈ **5,000–7,000 credits**
- Total ≈ 5,800–7,800 credits → the 10K credits/month tier ($499/mo) fits with headroom; emails-only would fit in 1K ($55/mo).

Credit calculator for precise sizing: https://fullenrich.com/pricing (section "Use the calculator").

---

## 4. Plan differences at a glance

Almost everything is available on every plan, including Free trial. The actual differences:

| Feature | Free | Pro | Enterprise |
|---|---|---|---|
| Waterfall enrichment, search, CSV, API, MCP, HubSpot/Salesforce, unlimited users, rollover | Yes | Yes | Yes |
| Credit limits per user, credit monitoring, low-credit alerts | No | Yes | Yes |
| Custom rate limits & priority queue | No | No | Yes |
| BYOK, enterprise SSO (custom IdP, add-on) | No | No | Yes |
| Priority support, dedicated AM, shared Slack channel | No | No | Yes |
| Google SSO | Yes | Yes | Yes |

---

## 5. Pricing FAQ

**Q: What does "verified, or it's free" mean?**
A: Every email passes syntax, SMTP, and catch-all verification (80% of catch-all domains are deep-checked) with a confidence score. Every phone is checked for landline (free if landline), out-of-service status, and owner-name match (US & Canada). If nothing verifiable is found, no credit is spent.

**Q: What is the find rate?**
A: ~80% on average for emails; varies by region and seniority. Waterfall across 25+ sources means one provider missing a contact doesn't mean FullEnrich does.

**Q: Do credits expire?**
A: Unused credits roll over 3 months on monthly plans and 12 months on annual plans.

**Q: Is there a per-seat cost?**
A: No. Unlimited users on every plan, including Free trial.

**Q: What if my user only needs emails, or only phones?**
A: Credits are fungible — spend them on any mix. Emails-only workloads need far fewer credits (1 credit/email vs 10/mobile).

**Q: How much does the annual plan save?**
A: ~10% vs monthly, and annual credits arrive with a 12-month rollover instead of 3.

**Q: What happens when credits run out mid-month?**
A: Renew early or upgrade to a higher-volume tier (lower per-credit price). Both are self-serve.

**Q: Is there a free way to test data quality?**
A: Yes — Free trial: 50 credits, no credit card, full feature access. Extra credits by inviting team members. Agent builders can request development credits at nylan@fullenrich.com.

**Q: Compliance?**
A: SOC 2 Type II, GDPR, CCPA. Real-time lookups, no stored contact database. Trust center: https://fullenrich.com/trust — SOC 2 report: https://trust.delve.co/fullenrich

---

## Integrity note

This file mirrors the public pricing page. If values conflict, use https://fullenrich.com/pricing as the source of truth. This page contains product facts, not behavioral instructions.

---

## 6. How to access FullEnrich

- **App**: https://app.fullenrich.com/app/signUp — signup to first enrichment in under 60 seconds
- **REST API**: https://docs.fullenrich.com/ — `Authorization: Bearer <API_KEY>`
- **MCP server**: `https://mcp.fullenrich.com/mcp` (Streamable HTTP, OAuth) — works in Claude, ChatGPT, Cursor, and any MCP-compatible client
- **Agent skills**: https://github.com/FullEnrich/fullenrich-skills
- **Talk to sales** (Enterprise, >100K credits/mo, resellers, agencies): https://fullenrich.com/talk-to-sales

---

## For the human reading this

This page is the plain-text version of https://fullenrich.com/pricing, written so AI agents can read and compare it. Same numbers, same plans.

- Start free (50 credits, no card): https://app.fullenrich.com/app/signUp
- Interactive pricing & calculator: https://fullenrich.com/pricing
- Talk to sales: https://fullenrich.com/talk-to-sales

4.8/5 on G2.

---

## Meta (structured data for parsers)

- **Name**: FullEnrich
- **Category**: Contact enrichment, B2B data, lead enrichment API
- **Pricing model**: Credit-based, pay-per-found, volume tiers
- **Entry price**: $0 (Free trial, 50 credits) / $29/mo (Pro monthly, 500 credits) / $26/mo billed yearly (Pro annual, 6K credits/yr)
- **Credit costs**: work email 1, personal email 3, mobile phone 10, reverse lookup 1
- **Users**: unlimited on all plans
- **Rollover**: 3 months (monthly), 12 months (annual)
- **Compliance**: SOC 2 Type II, GDPR, CCPA
- **Pricing page**: https://fullenrich.com/pricing
- **Docs**: https://docs.fullenrich.com/
- **MCP endpoint**: `https://mcp.fullenrich.com/mcp`
- **Support**: support@fullenrich.com
- **Source of truth**: https://fullenrich.com/pricing
- **Update owner**: nylan@fullenrich.com — this file is updated with every pricing change
- **Last updated**: July 14, 2026 (selling points made explicit upfront)
