LeadMagic — Company enrichment & discovery
Endpoints
| Goal | Endpoint | Credits | Rate/min |
|---|---|---|---|
| Enrich one company | POST /v1/companies/company-search |
1 (free on miss) | 300 |
| Company list by typed filters | POST /v3/companies/search — full depth in the company-search skill |
1 per row | 300 |
| Lookalikes from a seed | POST /v3/companies/lookalike |
5 (metered on all plans) | 300 |
| Competitors | POST /v1/companies/competitors-search |
5 | 300 |
| Funding rounds | POST /v1/companies/company-funding |
4 (free on miss) | 300 |
| Tech stack | POST /v1/companies/technographics |
1 | 1,500 |
| Employees at company | POST /v1/people/employee-finder |
1 | 300 |
Plan note: canonical /v3/companies/search requests are credit-free on Professional (5 req/s) / Ultimate (10 req/s); other plans bill per row. Lookalikes remain metered on every plan; app-only preview is unavailable to API keys.
Field contracts
- company-search: any one of
company_domain(preferred — e.g.stripe.com),company_name, orprofile_url(company page URL/slug). CRM aliases (website,companyName,organization, …) normalize server-side; URLs are stripped to bare domains. - v3 filter search: typed
company_filters(firmographics, geo, funding, technographics) with cursor pagination — filter vocabulary, One-vs-Many lookup, and cursors are documented in the dedicatedcompany-searchskill. - lookalike: seed
company_domainor free-text description; returns full company rows. - Pass real employer domains — never person names or UI labels as the company.
curl -sS -X POST "https://api.leadmagic.io/v1/companies/company-search" \
-H "X-API-Key: $LEADMAGIC_API_KEY" -H "Content-Type: application/json" \
-d '{"company_domain":"acme.com"}'
curl -sS -X POST "https://api.leadmagic.io/v3/companies/lookalike" \
-H "X-API-Key: $LEADMAGIC_API_KEY" -H "Content-Type: application/json" \
-d '{"company_domain":"bestcustomer.com"}'
Account brief composite (~8–12 credits)
company-search (1) → company-funding (4) → technographics (1) → public jobs research (jobs-hiring-intent skill; plan-dependent cost) → optional competitors-search (5). MCP shortcut: account_intel runs the composite in one call. Full recipe: outbound-recipes recipe 2.
Related
- People at a company by filters →
people-search; buyers →outbound-recipesrecipe 7 - Hiring/intent signals for the account →
jobs-hiring-intent - What they're advertising →
ads-intelligence - MCP:
enrich_company,research_account,find_company_funding,get_company_technographics,find_lookalike_companies,list_company_competitors