v1
latestOpenAPI 3.1.02026-07-24490622.0 KBDomain Stats API
Get Domain Stats For Exact Date
Returns domain statistics for a specific month and year. This endpoint provides point-in-time snapshots of SEO and PPC performance metrics to analyze historical domain activity and compare performance across different time periods.
get/v2/getDomainStatsForExactDate
Query parameters
domainstring required
Example:example.com
Domain to retrieve statistics for.
countryCode'AR' | 'AT' | 'AU' | 'BE' | 'BR' | 'CA' | 'CH' | 'DE' | 'DK' | 'ES' | 'FR' | 'IE' | 'IN' | 'IT' | 'JP' | 'MX' | 'NL' | 'NO' | 'NZ' | 'PL' | 'PT' | 'SE' | 'SG' | 'TR' | 'UA' | 'UK' | 'US' | 'ZA'
Example:US
Country market to search. Specifically, this maps to the Google version to query against (google.de for Germany, etc). Google.com (US) is the default. See full list of supported Countries
yearinteger required
Example:2020
Year to retrieve statistics for.
monthinteger required
Example:6
Month to retrieve statistics for (1-12).
Response
Successfully retrieved domain statistics for the specified date. Returns SEO and PPC metrics including keyword counts, traffic estimates, and competitive positioning data.
Example response
{
"domain": "example.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
}
],
"resultCount": 1
}