v1
latestOpenAPI 3.1.02026-07-24490622.0 KBGet Top Performing Pages
Returns top organic pages for a domain, subdomain, path, or full URL. Use searchType to choose: MostTraffic (highest estimated SEO clicks) or New (newly gaining traffic). Results include page URL and monthly SEO clicks; optional keywordFilter narrows by ranked keywords.
Query parameters
Domain or URL to analyze. Accepts full domains (example.com), complete URLs (https://example.com/blog), subdomains (blog.example.com), or specific paths (example.com/products/).
Required. Selects page analysis type: MostTraffic=pages generating most organic traffic overall, New=pages recently discovered with significant traffic. Determines whether to return established top performers or emerging high-traffic pages.
Filter to pages that rank for keywords containing this term. Helps narrow results to specific topics or content themes.
Filter to pages where estimated monthly organic clicks are ≥ this value.
Filter to pages where estimated monthly organic clicks are ≤ this value.
The maximum number of rows returned.
Country market to search. Specifically, this maps to the Google domain version to query against (e.g., google.com for US, google.de for Germany, etc.). <a href='https://developer.spyfu.com/reference/adhistoryapi_getdomainadhistory_get#/'>All Countries</a>
Column to sort by.
Order to sort the results.
Row number to start the results with.
Response
OK
Example response
{
"resultCount": 100,
"results": [
{
"title": "Best Running Shoes 2024 - Complete Buyer's Guide",
"url": "https://example.com/best-running-shoes-2024",
"keywordCount": 247,
"estMonthlySeoClicks": 15420,
"topKeyword": "best running shoes",
"topKeywordPosition": 3,
"topKeywordSearchVolume": 74000,
"topKeywordClicks": 8950
}
]
}