ToolAssay

Search Obelisk's curated spy ad catalog when you need competitor creative exampl

Search Obelisk's curated spy ad catalog when you need competitor creative examples by keyword, brand, or platform. Returns JSON ad cards. Use limit=1 for a cheap first call.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
429 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.obeliskapp.io/partner/v1/spy/ads

CategorySearch and research
Provider hostapi.obeliskapp.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 4 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 429 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": 1
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "brand_id": {
              "description": "Filter by spy brand id",
              "type": "string"
            },
            "limit": {
              "description": "Page size; use 1 for a cheap first call",
              "type": "integer"
            },
            "offset": {
              "description": "Pagination offset",
              "type": "integer"
            },
            "platform": {
              "description": "Filter by platform (tiktok, facebook, instagram, youtube, x)",
              "type": "string"
            },
            "query": {
              "description": "Optional keyword filter",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON