---
title: "Add backlink outreach prospects by domain or URL"
method: POST
path: "/v3/outreach/prospects"
tags: ["Outreach"]
---

# Add backlink outreach prospects by domain or URL

`POST /v3/outreach/prospects`

Add one site or a batch of them by hand, for sites you already know are worth pitching. Discovery finds prospects on its own - use outreach_discover for that. New prospects start with no contacts; run outreach_find_people to look them up. Never fails as a whole: unparseable entries and domains already on the list are counted in `invalid` and `skipped`, and `prospects` carries only the rows actually created.

## Request body

- object
  - `domain` string — A single site domain, or a full URL. Shorthand for a one-entry `domains`.
  - `domains` string[] — Domains or full URLs to add. Pass the full URL of the page you want the link on whenever you know it: the site becomes the prospect and that page becomes what the pitch is written about. A bare domain or a home page records no page.

## Response `200`

Default Response

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2026-09-17** `ea8bce67cd7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/outreach/prospects/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/623d4784f6e6?raw)
