v1
latestOpenAPI 3.1.02026-07-24490622.0 KBGet Top SEO Competitors
Returns the top organic search (SEO) competitors for a domain based on shared keyword ranking overlap. This endpoint identifies domains that compete for the same organic keywords to reveal direct SEO competition and content opportunities.
Query parameters
Domain to analyze for organic search competitors.
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 results.
The maximum number of rows returned.
Row number to start the results with.
Response
Successfully retrieved SEO competitor data. Returns a paginated list of domains competing for shared organic keywords with overlap metrics and ranking strength indicators.
Example response
{
"resultCount": 50,
"totalMatchingResults": 2500,
"results": [
{
"domain": "example.com",
"commonTerms": 1432
}
]
}