---
title: "List the pages found on one prospect's site"
method: GET
path: "/v3/outreach/prospects/{id}/pages"
tags: ["Outreach"]
---

# List the pages found on one prospect's site

`GET /v3/outreach/prospects/{id}/pages`

The pages on a single site that mention this brand or a competitor, paged. One of them is the page the prospect gets pitched about.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Default Response

- object
  - `pages` object[]
    - `id` string
    - `domain` string
    - `url` string
    - `title` string, nullable
    - `source` string
    - `matchedQuery` string, nullable
    - `position` number, nullable
    - `score` number
    - `linkStatus` string, nullable
    - `pageType` string, nullable
    - `topicalFit` number, nullable
    - `mentionsBrand` boolean
    - `mentionsCompetitor` boolean
    - `competitorsOnPage` number, nullable
    - `outboundDomains` number, nullable
    - `checkedAt` string, nullable
    - `lastSeenAt` string
    - `opportunity` string
    - `opportunityDetails` object
      - `code` string
      - `label` string
      - `description` string
      - `strength` number
      - `action` string
  - `pageCount` integer
  - `pinnedPageId` string, nullable

## Changes

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

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