SpyFu · Example Payload

Spyfu Ad History Examples

SEOPPCCompetitive IntelligenceKeyword ResearchAd HistoryBacklinksDomain AnalyticsSERP

Spyfu Ad History 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": "AdHistoryApi_GetDomainAdHistory_GET",
      "summary": "Get Domain Ad History",
      "example": {
        "resultCount": 100
      }
    },
    {
      "operationId": "AdHistoryApi_GetTermAdHistory_GET",
      "summary": "Get Keyword Ad History",
      "example": {
        "resultCount": 100
      }
    },
    {
      "operationId": "AdHistoryApi_GetTermAdHistoryWithStats_GET",
      "summary": "Get Keyword Ad History With Stats",
      "example": {
        "resultCount": 100
      }
    }
  ]
}