API

Enrich by domain

Run the verification pipeline on business domains you already have.

POST/api/v1/enrich

Already have leads? Pass up to 10 domains and get the full enrichment pipeline — no search required. 1 lead per domain, every one verified. Returns a search_id to poll like a search.

leadsRequired. Array of lead objects (max 10).
leads[].domainRequired. Business domain, e.g. "acme.com".
leads[].business_nameOptional. Improves accuracy.
leads[].city / .stateOptional.
bash
curl -X POST https://leadmarina.com/api/v1/enrich \
  -H "Authorization: Bearer lm_live_xxxx" \
  -H "Content-Type: application/json" \
  -d '{ "leads": [{ "domain": "acme.com", "city": "Austin", "state": "TX" }] }'