VeriCorp
## The only API that turns a European tax ID into a complete company profile Stop juggling 5 APIs for basic company data. VeriCorp aggregates official EU sources into one clean JSON response. ### What You Get - **VAT Validation** — Real-time check against the official EU VIES system - **Company Name & Address** — Legal name, full structured address - **Activity Codes** — CAE/NACE codes with…
VeriCorp endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
getCountries /v1/countries |
Returns all supported countries with enrichment and VAT validation capabilities |
| GET |
getHealth /v1/health |
Returns health status of all data sources and cache |
| Validation | ||
| GET |
validateTaxId /v1/validate/{tax_id} |
Validates format locally and checks VAT validity via VIES. Zero cost, no API key consumed. |
| Company | ||
| GET |
getCompany /v1/company/{tax_id} |
Returns enriched company data. Uses cache (30-day TTL), falls back to VIES if enriched source unavailable. |
| GET |
getCompanyGB /v1/company/gb/{company_number} |
Returns enriched UK company data including directors and PSC from Companies House. |
| POST |
batchLookup /v1/batch |
Lookup multiple companies in parallel. Maximum 10 tax IDs per request. Pro plan and above. |
VeriCorp pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $4.99 / month | 30 / minute |
|
| ULTRA | $14.99 / month | 60 / minute |
|
| MEGA | $39.99 / month | 150 / minute |
|