---
title: "Get New Top Pages"
method: GET
path: "/v2/seo/getNewTopPages"
tags: ["SEO Research API"]
---

# Get New Top Pages

`GET /v2/seo/getNewTopPages`

Returns pages that have recently started generating significant organic traffic for a domain. This endpoint identifies newly discovered high-performing content, revealing fresh opportunities and emerging content strategies that are driving SEO success.

[Visualize this API live on SpyFu](https://www.spyfu.com/seo/top-pages/domain?query=example.com) _(TODO - verify)_

## Query parameters

- `query` string, required
- `keywordFilter` string
- `seoClicks.min` number, float
- `seoClicks.max` number, float
- `pageSize` integer
- `countryCode` 'AR' | 'AT' | 'AU' | 'BE' | 'BR' | 'CA' | 'CH' | 'DE' | 'DK' | 'ES' | 'FR' | 'IE' | 'IN' | 'IT' | 'JP' | 'MX' | 'NL' | 'NO' | 'NZ' | 'PL' | 'PT' | 'SE' | 'SG' | 'TR' | 'UA' | 'UK' | 'US' | 'ZA'
- `sortBy` 'SeoClicks'
- `sortOrder` 'Ascending' | 'Descending'
- `startingRow` integer

## Response `200`

OK

- object — Response wrapper containing top pages results with comprehensive SEO performance metrics and traffic analysis.
  - `resultCount` integer — Number of results returned
  - `results` object[], nullable — Array of top-performing pages with organic traffic estimates, keyword rankings, and competitive performance data.
    - `title` string, nullable — The HTML title tag of the page as it appears in search results. This helps identify the page's content focus and SEO optimization strategy.
    - `url` string, nullable — The complete URL of the page that ranks for multiple organic keywords. This shows the specific page driving organic traffic for the domain.
    - `keywordCount` integer — Total number of unique keywords this page ranks for in the top 100 organic search results. Higher counts indicate broader topical coverage.
    - `estMonthlySeoClicks` integer — Estimated total monthly organic clicks this page receives from all keywords it ranks for. This represents the page's overall organic traffic value.
    - `topKeyword` string, nullable — The highest-value keyword this page ranks for, typically the term driving the most organic traffic to this specific page.
    - `topKeywordPosition` integer — The organic search position (rank) for the top keyword, where 1 represents the #1 organic result on Google.
    - `topKeywordSearchVolume` integer, nullable — Monthly search volume for the top keyword, showing how many people search for this term each month on Google.
    - `topKeywordClicks` integer — Estimated monthly organic clicks this page receives specifically from its top keyword, based on the keyword's search volume and the page's ranking position.

## Other responses

- `400` — Bad Request
- `401` — User failed authorization
- `500` — Internal Server Error

---

[API](https://skmtc.net/spyfu/apis/domain-stats-api.md) · [All operations](https://skmtc.net/spyfu/apis/domain-stats-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spyfu/domain-stats-api/versions/44f0aff08ed0/schema)
