---
title: "Buy email addresses for a prospect's people"
method: POST
path: "/v3/outreach/prospects/{id}/people/enrich"
tags: ["Outreach"]
---

# Buy email addresses for a prospect's people

`POST /v3/outreach/prospects/{id}/people/enrich`

Look up the real email addresses of people already found at a site, so they can be written to. Costs credits per person actually looked up. Get the people IDs from outreach_prospect_people. Dropped server-side at no cost: anyone already enriched, mid-lookup, or whose status is no_email because the provider already looked and found none. A retry is therefore safe and never double-charges.

## Path parameters

- `id` string, required

## Request body

- object
  - `peopleIds` string[], required — People IDs from outreach_prospect_people, all on this prospect.

## Response `202`

Default Response

- object
  - `ok` boolean
  - `queued` integer
  - `queuedPeopleIds` string[] — People whose email lookups were accepted. Read their terminal statuses from the people list; these are not worker job IDs.
  - `skipped` integer
  - `creditsCharged` number

## Changes

- **2026-09-17** `ea8bce67cd7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/outreach/prospects/:id/people/enrich/post.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/fa1bfff7ecc8?raw)
