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.
Query parameters
Domain to retrieve statistics for.
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
Year to retrieve statistics for.
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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.