---
title: "Enrich Contacts In Bulk"
method: POST
path: "/contact/enrich/bulk"
---

# Enrich Contacts In Bulk

`POST /contact/enrich/bulk`

## Request body

- RequestPostContactBulkEnrich
  - `name` string, required — A readable name for this enrichment (visible in your dashboard)
  - `webhook_url` string — URL that will receive a POST request when the entire enrichment is finished (all contacts processed).
  - `webhook_events` object — Optional webhook URLs for specific events during enrichment
    - `contact_finished` string — URL that receives a POST request each time a single contact is enriched, without waiting for the entire batch to complete. Useful for real-time updates.
  - `data` RequestPostContactBulkEnrichContact[], required
    - `first_name` string
    - `last_name` string
    - `domain` string
    - `company_name` string
    - `linkedin_url` string — Supports standard LinkedIn profile URLs (e.g., https://www.linkedin.com/in/demoge) as well as LinkedIn Sales Navigator URLs (e.g., https://www.linkedin.com/in/ACwAACLLwaIBKi655883b).
    - `enrich_fields` string[]
    - `custom` object — Returned in the enrichment result. Use it to identify a user, a CRM contact, or to pass any other information. All values must be strings. Limited to 20 entries.

## Response `200`

OK

- ResponsePostContactBulkEnrich
  - `enrichment_id` string, uuid

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests

---

[API](https://skmtc.dev/fullenrich/apis/fullenrich-api-documentation.md) · [All operations](https://skmtc.dev/fullenrich/apis/fullenrich-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fullenrich/fullenrich-api-documentation/revisions/b6357fb61fc7/schema)
