Vera
Turn any domain into actionable business intelligence — company data, AI-powered insights, and partnership analysis that tells you how to work with any company.
Dashboard
Enrich companies, upload CSVs, and discover partnerships — no code required.
API
Integrate company enrichment and B2B match into your app.
Choose Your Path
Sales & Marketing Teams
Research companies, build target account lists, find partnership opportunities — all from the dashboard.
Developers
Enrich company data via REST API. Async enrichment, bulk processing, and integration patterns.
What Vera Does
Company Enrichment
Submit any domain and get 40+ data fields back — firmographics, funding, social profiles, AI-generated insights, and more.
stripe.com → Stripe Inc | Financial Technology | 5001-10000 employees
Series I | San Francisco, CA | confidence: 92
Data comes from three sources: website scraping (first-party data), LinkedIn (verified platform), and AI analysis (fills gaps with strategic insights). See Data Sources for details.
B2B Match
Set up your company profile, and Vera automatically analyzes how your company can work with every company you enrich:
- Match Score — 0-100 compatibility rating
- Sales Angles — Specific ways to position your product
- Partnership Opportunities — Collaboration and integration possibilities
- Pain Points Addressed — Their challenges your company can solve
This is what makes Vera more than a data provider. Learn more about B2B Match →
Try It
Try Demo Enrichment
See how Vera enriches company data. No signup required.
Select a company and click "Enrich Company" to see sample results
How It Works
Dashboard (No-code)
- Sign up at veraenrich.com — free, no credit card required
- Enrich companies — enter a domain or upload a CSV with hundreds of domains
- View results — company profiles with B2B match analysis
- Export — download enriched data as CSV or JSON
API (Developers)
- Submit a domain —
POST /api/enrichreturns a job ID - Poll for results —
GET /api/enrich/{id}untilcompleted - Get enriched data — 40+ fields including firmographics, funding, and AI insights
- cURL
- JavaScript
- Python
# 1. Start enrichment
curl -X POST https://api.veraenrich.com/enrich \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"domain": "stripe.com"}'
# 2. Poll for results
curl https://api.veraenrich.com/enrich/JOB_ID \
-H "Authorization: Bearer YOUR_API_KEY"
const response = await fetch('https://api.veraenrich.com/enrich', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({ domain: 'stripe.com' })
});
const { jobId } = await response.json();
import requests
response = requests.post(
'https://api.veraenrich.com/enrich',
headers={'Authorization': 'Bearer YOUR_API_KEY'},
json={'domain': 'stripe.com'}
)
job_id = response.json()['jobId']
Core Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/enrich | POST | Enrich a single company domain |
/api/enrich/{id} | GET | Poll for job status and results |
/api/enrich/bulk | POST | Bulk enrich up to 1,000 domains |
/api/enrich/bulk/{id} | GET | Check batch progress |
/api/companies/search | GET | Search enriched companies |
Explore
For everyone:
- B2B Match — Partnership analysis and match scoring
- Company Schema — All 40+ data fields
- Data Sources — Where data comes from and confidence scoring
- Pricing — Free tier + paid plans
For developers:
- Authentication — Bearer tokens and API key management
- Rate Limits — Plan quotas and retry handling
- Integration Patterns — Background, blocking, and cache-first
- CRM Sync — Bulk enrich and sync to your CRM
Comparisons:
- Vera vs Clearbit — Standalone API vs HubSpot-only
- Vera vs ZoomInfo — Developer-first vs enterprise