Wiza Company Enrichment API is a paid API for AI agents from wiza.withzero.xyz, paid per call via MPP, $0.02/call, status unknown (last checked 2026-09-14, last successful call 2026-07-17).
Enrich a single company by name, domain, LinkedIn ID, or slug to retrieve industry, size, revenue, funding, social profiles, and location data.
Enrich one company by name, domain, LinkedIn ID, or LinkedIn slug. Returns Wiza company industry, size, revenue, funding, social, and location fields. Metered billing settles from Wiza company enrichment API credits.
Returns a structured company profile including industry, size, size range, revenue range, total funding, last funding round and amount, founding year, company type, stock ticker, LinkedIn/Twitter/Facebook URLs, full address (street, locality, region, country, postal code), and a text description. Also returns remaining Wiza API credit balances and billing settlement details.
POSThttps://wiza.withzero.xyz/api/v1/company-enrichmentsUse this endpoint when you need structured firmographic data (industry, size, revenue, funding, location, social) for a single known company and have at least one of: company name, domain, LinkedIn ID, or LinkedIn slug. Prefer this over person/contact enrichment endpoints when the target is a company entity rather than an individual. Best for CRM enrichment, lead qualification, account research, and sales intelligence workflows.
{
"company_name": "Stripe"
}| Field | Type | Description |
|---|---|---|
| company_name | string | Company name to enrich, e.g. Wiza. |
| company_domain | string | Company domain to enrich, e.g. wiza.co. |
| company_linkedin_id | string | LinkedIn company ID. |
| company_linkedin_slug | string | LinkedIn company slug from the company URL. |
{
"data": {
"domain": "stripe.com",
"credits": {
"api_credits": {
"total": 2,
"company_credits": 2
}
},
"company_name": "Stripe",
"company_size": 15871,
"company_type": "private",
"company_domain": "stripe.com",
"company_region": "California",
"company_street": "354 oyster point boulevard",
"company_ticker": null,
"company_country": "United states",
"company_founded": 2010,
"company_funding": "10134407503",
"company_twitter": "https://twitter.com/stripe",
"company_facebook": "https://www.facebook.com/stripehq",
"company_industry": "Technology, Information and Internet",
"company_linkedin": "https://www.linkedin.com/company/stripe",
"company_locality": "South san francisco",
"company_location": "South san francisco, california, united states",
"company_size_range": "5001-10000",
"company_description": "Stripe is a financial services platform that helps all types of businesses accept payments, build flexible billing models, and manage money movement.",
"company_linkedin_id": "2135371",
"company_postal_code": "94080",
"company_revenue_range": "$1B-$10B",
"company_last_funding_at": "2026-03-09",
"company_last_funding_round": "secondary_market",
"company_last_funding_amount": null
},
"type": "company_enrichment",
"status": {
"code": 200,
"message": "Company data enriched successfully"
},
"billing": {
"apiCredits": 2,
"settledUsdcMicro": "20000",
"pricePerCreditUsdcMicro": "10000"
}
}| Field | Type | Description |
|---|---|---|
| data | object | |
| type | string | |
| status | object | |
| billing | object |
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"