v1

latestOpenAPI 3.1.02026-07-24490622.0 KB
Domain Stats API

Get Latest Domain Stats

Returns the most recent domain statistics available in SpyFu's database. This endpoint provides current SEO and PPC performance metrics to analyze the domain's latest competitive position and marketing activity.

Visualize this API live on SpyFu

get/v2/getLatestDomainStats

Query parameters

domainstring required
Example:example.com

Domain to retrieve latest 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

pastNMonthsinteger

Returns the latest N months of stats for domain.

Response

Successfully retrieved latest domain statistics. Returns the most recent SEO and PPC metrics including keyword counts, traffic estimates, and competitive positioning data.

domainstring nullable

Domain name for which the statistics were collected and analyzed.

resultCountinteger

Number of results returned

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
}