Company Enrichment API — Firmographic Data by Domain: AI Large Language Models

Look up a company's industry, employee count, revenue, and founding year from just its website domain on MuAPI.

📝

Tổng quan

Về mô hình này

Company Enrich resolves a company website domain into structured firmographic data — industry, employee count, estimated annual revenue, founded year, headquarters country, and LinkedIn URL — for lead qualification, CRM enrichment, and account research.

1Enrich inbound leads and CRM records with firmographic data
2Qualify target accounts for outbound sales and account-based marketing
3Build company profiles for market and competitor research
4Validate a prospect's company size and industry before outreach
💰

Giá cả & Giá trị

Phân tích chi phí

muapiappFrom $0.03 per lookup (reserved; settled down to actual cost)

Firmographic lookup with a normalized, structured JSON response.

** Giá của đối thủ cạnh tranh được ước tính dựa trên kiến ​​trúc mô hình và cấp độ sử dụng tương tự.

⚙️

Chi tiết kỹ thuật

Lược đồ cấu hình

Company Domainstring

Company website domain to enrich, e.g. example.com.

Giá trị mặc địnhstripe.com
📖

Hướng dẫn thực hiện

Tài liệu dành cho nhà phát triển

How to Use Company Enrich

  1. Provide a domain: The company's website domain, e.g. "stripe.com".
  2. Read the result: Industry, employee count, revenue, founded year, and country.
curl -X POST https://api.muapi.ai/api/v1/company-enrich \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "domain": "stripe.com"
  }'

Câu hỏi thường gặp

Thường xuyên hỏi

What if the domain has no matching company record?

The request fails with a no-match error and is not charged; try a more specific or corporate (non-personal-email) domain.

Does this return contact details for people at the company?

No — use the People Search endpoint to look up individual contacts once you have a company domain.