company-enrichmentlisted
Install: claude install-skill LeadMagic/leadmagic-skills
# 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 |
| Company's recent posts | `POST /v1/companies/posts-search` | 1 | 300 |
| Employees at company | `POST /v1/companies/employees` | 1 | 300 |
Plan note: `/v3/companies/*` searches are credit-free on Professional (5 req/s) / Ultimate (10 req/s); other plans bill per row. Free count/stats surfaces exist — size a filter search before revealing.
## Field contracts
- **company-search**: any one of `company_domain` (preferred — e.g. `stripe.com`), `company_name`, or `profile_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 dedicated `company-search` skill.
- **looka