v1
latestOpenAPI 3.1.02026-07-24490622.0 KBFind Domains by Pattern and Metrics
Discovers domains matching wildcard patterns and performance criteria for lead generation and competitive prospecting. Use wildcards like *car* to find automotive domains or filter by traffic, budget, and ranking metrics to identify high-value prospects.
Query parameters
A wildcard(*) used to find any domain that matches the pattern. *blog* will find any domain with the word blog appearing anywhere within it.
Country to get results for.
Column to sort by.
Order to sort the results.
Minimum monthly ad budget filter.
Maximum monthly ad budget filter.
Minimum monthly organic traffic filter.
Maximum monthly organic traffic filter.
Minimum organic keyword count filter.
Maximum organic keyword count filter.
Minimum organic traffic value filter.
Maximum organic traffic value filter.
Minimum domain strength score filter.
Maximum domain strength score filter.
Minimum monthly paid clicks filter.
Maximum monthly paid clicks filter.
Minimum average organic rank filter.
Maximum average organic rank filter.
Minimum average ad position filter.
Maximum average ad position filter.
The maximum number of rows returned.
Row number to start the results with.
Response
OK
Example response
{
"resultCount": 1,
"results": [
{
"domain": "domain.com",
"results": [
{
"searchMonth": 5,
"searchYear": 2021,
"averageOrganicRank": 41.08,
"monthlyPaidClicks": 61181.88,
"averageAdRank": 1.03,
"totalOrganicResults": 302731,
"monthlyBudget": 6721.39,
"monthlyOrganicValue": 384233.16,
"totalAdsPurchased": 599,
"monthlyOrganicClicks": 290145,
"strength": 75,
"totalInverseRank": 4971564,
"areStatsNormalized": true
}
]
}
]
}