v1
latestOpenAPI 3.1.02026-07-24490622.0 KBGet Highest Traffic Top Pages
Returns the pages that generate the most organic traffic for a domain. This endpoint identifies the highest-performing content by estimated monthly organic clicks, revealing which pages drive the most SEO value and traffic to the site.
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/).
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
}
]
}