Same enrichment. Same waterfall. 40% less per credit.
You don't need another SaaS dashboard. You need enrichment, verification, scoring, and CRM data flowing through your own systems as infrastructure.
249 actions, 12 data sources, 5 CRM connectors, MCP support for AI agents — at 40% less than the platform price. Same enrichment engine. Same accuracy. Same waterfall cascade.
API Pricing: 40% discount on all credits. Starting at $99/mo.
Built for teams that build.
You're building enrichment into your product
You have a SaaS product, a data platform, or an internal tool that needs lead enrichment, email verification, or company data. You don't want to build and maintain 12 data provider integrations. You want one API that cascades through all of them.
You're an enterprise with your own systems
You have your own CRM, your own data warehouse, your own workflows. You don't need TexAu's table interface. You need the enrichment engine behind it — accessible via REST API, webhooks, and MCP.
You're a development agency building for clients
Your clients need enrichment workflows. You don't want to duct-tape together 4 different APIs for each client project. One TexAu API key, one integration, every enrichment capability.
You're an AI/automation company
You're building AI agents, automation workflows, or copilots that need real-time access to business data — emails, phones, company firmographics, tech stacks. TexAu's MCP server lets your agents call enrichment tools directly.
Full API access. No platform UI required.
Enrichment APIs
Programmatic access to all 249 actions. Email finding across 12 waterfall sources, phone lookup, company firmographics, technographics, funding data, and LinkedIn enrichment. Same waterfall logic, same pay-on-match billing, same 97% email verification accuracy.
Email Verification API
Real-time SMTP validation, catch-all detection, disposable email filtering, and syntax checking. Verify single emails or bulk lists. Same 97% accuracy as the platform.
AI Lead Scoring API
Send a lead profile, get a 0-100 score based on similarity to your closed-won deals. Standard and premium AI models available. Train on your own data via the API.
CRM Sync APIs
Read and write to HubSpot, Pipedrive, Salesforce, Zoho, and GoHighLevel programmatically. 140 CRM actions covering contacts, companies, deals, custom fields, pipeline stages, and more.
Outbound Push APIs
Push enriched leads directly to Smartlead, Instantly, Lemlist, HeyReach, Expandi, and Reply.io. 24 outreach actions for campaign creation, contact addition, and field mapping.
MCP Server
Connect TexAu directly to AI agents, copilots, and LLM-powered workflows via Model Context Protocol. Your agents can call enrichment, verification, scoring, and CRM actions as tools — no custom integration code.
40% less than platform pricing. Same infrastructure.
API customers get credits at a 40% discount compared to standard platform plans. You're paying for the enrichment engine, not the UI.
Apollo API
$99/mo minimum
Per seat, often $300+/mo with team
Clay API
$446/mo minimum
Requires Growth plan
TexAu API
$99/mo total
40% discount on all credits
Platform rate
$0.04-0.10
per credit
API rate
$0.024-0.06
per credit
Savings
40% less
per credit
Credit cost per action (API pricing)
| Action | Credits | What you get |
|---|---|---|
| Find email | 1 | Waterfall across 12 sources |
| Verify email | 1 | Real-time SMTP check |
| Enrich company | 2 | Revenue, size, industry, tech stack |
| Find phone | 2 | Direct dial + mobile |
| AI lead score | 1 | Trained on your closed-won deals |
| Full enrichment | ~11 | Email + company + phone + verify |
Credit counts per action are the same. The 40% discount is on the price per credit, not the credit consumption. Failed lookups are free — you're only charged when data is found.
Volume tiers
All API tiers include
AI Agents' Native Enrichment Tool
Connect TexAu directly to your AI agents. No custom wrapper code needed. Your AI agent calls enrichment, verification, scoring, and CRM tools directly — as first-class capabilities.
What your AI agents can do
Find and verify emails
Agent calls find_email, gets verified email + confidence score
Enrich company profiles
Agent calls enrich_company, gets firmographics, tech stack, funding
Score leads
Agent calls score_lead, gets 0-100 priority score based on your closed deals
Read/update CRM
Agent queries HubSpot/Salesforce, creates records, syncs data
Push to outreach
Agent adds enriched contacts to Smartlead, Instantly, or Lemlist campaigns
Compatible frameworks
Why MCP matters
Without MCP, you write code to wrap TexAu's API calls. With MCP, enrichment is a first-class tool your agent just calls. No boilerplate. No custom wrappers. The agent knows what TexAu can do and uses it like any other tool.
Same credits apply — pay only for successful enrichments.
REST. JSON. Standard auth.
Authentication
API key-based authentication. Generate and manage keys from your API dashboard. Scope keys by permission (read-only, write, admin).
Rate limits
Configurable per-key rate limits. Default: 100 requests/second. Enterprise: custom limits based on your volume.
Response format
JSON responses with consistent schema across all endpoints. Webhook payloads follow the same format.
Error handling
Standard HTTP status codes. Detailed error messages with action-specific context. Retry-safe idempotency keys for write operations.
SDKs
Python SDK, Node.js / TypeScript SDK, and REST API (any language).
How API customers use TexAu.
SaaS platforms with enrichment features
You offer enrichment to your users as a feature. Instead of integrating 12 data providers yourself, you call TexAu's API. One integration, full waterfall coverage, pay-on-match billing passes through to your users.
Data platforms and warehouses
You need to enrich millions of records in your data warehouse. TexAu's bulk API processes batches of leads and returns enriched data. Schedule nightly enrichment runs or trigger on new data ingestion.
CRM migration and data hygiene
You're migrating CRMs or cleaning up stale data. TexAu's API verifies emails in bulk, enriches missing company fields, and scores leads — all programmatically. Push clean data back to any of the 5 supported CRMs.
AI-powered sales tools
You're building an AI SDR, a deal intelligence tool, or a pipeline assistant. Your AI agent needs real-time access to enrichment and CRM data. TexAu's MCP server gives your agent native tool access without custom API wrappers.
Internal tools and automation
Your ops team built internal dashboards and workflows. They need enrichment data flowing into their systems without switching to another platform. TexAu's API and webhooks plug into any internal tool that speaks HTTP.
Enterprise-grade. Same as the platform.
Your first API call in under 5 minutes.
Contact our API team
Tell us about your use case, expected volume, and integration needs. We'll set up your API account with the right tier and rate limits.
Get your API key
Access your API dashboard, generate keys, configure permissions and rate limits.
Make your first call
Use our SDKs (Python, Node.js) or hit the REST API directly. Your first enrichment in under 5 minutes.
from texau import TexauClient
client = TexauClient(api_key="your_api_key_here")
# Find email and company data for a person
result = client.enrich(
first_name="Sarah",
last_name="Chen",
company_domain="acme.com"
)
print(result)
# {
# "email": "sarah.chen@acme.com",
# "verified": True,
# "company_name": "Acme Corp",
# "company_size": 150,
# "industry": "Software",
# "tech_stack": ["React", "Node.js", "PostgreSQL"],
# "funding_stage": "Series B",
# "phone": "+1-555-0123"
# }Credits used: ~5 credits (email + company + tech stack + phone). Failed lookups: 0 credits.
Frequently asked questions
How is API pricing different from platform pricing?
API credits cost 40% less than platform credits. You get the same enrichment engine, same data sources, same accuracy — without the SaaS platform UI. Credit consumption per action is identical.
Can I use both the API and the platform?
They are separate products with separate billing. If you want the visual platform for your team AND API access for your product, talk to our team about bundled pricing.
What's the minimum commitment?
No long-term contracts required. Monthly billing with volume-based pricing. Enterprise customers can negotiate annual agreements for additional discounts.
How does MCP work with my AI agents?
TexAu runs an MCP server that exposes all 249 actions as callable tools. Your agent connects to the server, discovers available tools, and calls them during its workflow. Each tool call consumes credits based on the action type. Works with any MCP-compatible agent framework.
What's the rate limit?
Default: 100 requests/second per API key. Enterprise: custom limits. Contact us if you need higher throughput.
Do you offer a sandbox environment?
Yes. API accounts include a sandbox with test data so you can develop and test without consuming credits.
Can I resell TexAu's API to my customers?
Yes, with an approved reseller agreement. Many SaaS platforms use TexAu's API to power enrichment features for their own users. Talk to our team about reseller terms.
What happens if a data source is down?
Same waterfall logic as the platform. If one source fails, the next one in the cascade picks up automatically. 12 sources means no single point of failure.
Your infrastructure. Our data.
Tell us what you're building. We'll set up your API account and have you making enrichment calls within a day.