SpyFu · Example Payload

Spyfu Kombat Examples

SEOPPCCompetitive IntelligenceKeyword ResearchAd HistoryBacklinksDomain AnalyticsSERP

Spyfu Kombat Examples is an example object payload from SpyFu, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

examples

Example Payload

Raw ↑
{
  "examples": [
    {
      "operationId": "KombatApi_GetCompetingPpcKeywords_GET",
      "summary": "Get Competing PPC Keywords",
      "example": {
        "resultCount": 100,
        "totalMatchingResults": 50000
      }
    },
    {
      "operationId": "KombatApi_GetCompetingSeoKeywords_GET",
      "summary": "Get Competing SEO Keywords",
      "example": {
        "resultCount": 100,
        "totalMatchingResults": 50000
      }
    }
  ]
}