v1
latestOpenAPI 3.1.02026-07-24490622.0 KBGet Combined Top Competitors
Returns the top competitors for a domain combining both paid search (PPC) and organic search (SEO) data. This endpoint identifies domains that compete across both advertising and organic rankings to reveal comprehensive competitive landscape insights.
Query parameters
Domain to get competitors for
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 combined competitor data. Returns a paginated list of domains competing in both paid and organic search with overlap metrics and competitive strength indicators.
Example response
{
"resultCount": 50,
"totalMatchingResults": 5000,
"combinedCompetitors": [
{
"rank": 1,
"domain": "example.com"
}
],
"ppcCompetitors": [
{
"domain": "example.com",
"commonTerms": 1432
}
],
"seoCompetitors": [
{
"domain": "example.com",
"commonTerms": 1432
}
]
}