---
title: "List every discovered page across all prospects"
method: GET
path: "/v3/outreach/prospects/pages"
tags: ["Outreach"]
---

# List every discovered page across all prospects

`GET /v3/outreach/prospects/pages`

Flat list of the pages outreach found mentioning this brand or its competitors, one row per page, across every prospect. Use outreach_prospects for the site-level view.

## Query parameters

- `limit` integer

## Response `200`

Default Response

- object
  - `truncated` boolean
  - `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

## Changes

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

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