{
  "openapi": "3.0.1",
  "info": {
    "title": "Google Ads Transparency Scraper — Landing Pages & Multi-Region",
    "description": "Scrape every ad a brand runs from Google Ads Transparency — creatives, dates, and the real landing pages. Search by domain, advertiser ID, or scan every region.",
    "version": "2.5",
    "x-build-id": "kXhMiPrjDXLtiUm0p"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/t2solutions~google-ads-transparency-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-t2solutions-google-ads-transparency-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/t2solutions~google-ads-transparency-scraper/runs": {
      "post": {
        "operationId": "runs-sync-t2solutions-google-ads-transparency-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/t2solutions~google-ads-transparency-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-t2solutions-google-ads-transparency-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "query"
        ],
        "properties": {
          "searchType": {
            "title": "Search by",
            "enum": [
              "domain",
              "advertiserUrl",
              "advertiserId"
            ],
            "type": "string",
            "description": "How to look up ads. Domain = a website (e.g. nike.com). Advertiser URL = a full Transparency Center link. Advertiser ID = an AR... id.",
            "default": "domain"
          },
          "query": {
            "title": "Domain, URL or Advertiser ID",
            "type": "string",
            "description": "What to search for, matching the 'Search by' option above:\n• Domain: nike.com\n• Advertiser URL: https://adstransparency.google.com/advertiser/AR12784598080762675201?region=US\n• Advertiser ID: AR12784598080762675201\n\nNote: Google Ads Transparency does NOT support free-text keyword search — you must provide a domain, URL or advertiser ID."
          },
          "multiRegion": {
            "title": "Multi-region scan (find every country an ad runs in)",
            "type": "boolean",
            "description": "Scan ~46 major markets and tag each creative with every country it appears in. Great for spotting which ads a brand is scaling globally. Ignores the single 'Region' below. Slower but far more complete.",
            "default": false
          },
          "region": {
            "title": "Region",
            "enum": [
              "",
              "US",
              "GB",
              "CA",
              "AU",
              "VN",
              "DE",
              "FR",
              "IT",
              "ES",
              "NL",
              "SE",
              "PL",
              "JP",
              "KR",
              "SG",
              "IN",
              "ID",
              "TH",
              "PH",
              "MY",
              "HK",
              "TW",
              "BR",
              "MX",
              "AR",
              "CO",
              "CL",
              "AE",
              "SA",
              "ZA",
              "NG",
              "EG",
              "TR",
              "IL",
              "RU",
              "CN",
              "NZ",
              "CH",
              "AT",
              "BE",
              "IE",
              "PT",
              "NO",
              "DK",
              "FI"
            ],
            "type": "string",
            "description": "Limit results to a single country (ISO 3166 alpha-2 code). Leave empty for all regions. Ignored when Multi-region scan is on.",
            "default": ""
          },
          "format": {
            "title": "Ad format",
            "enum": [
              "",
              "TEXT",
              "IMAGE",
              "VIDEO"
            ],
            "type": "string",
            "description": "Filter by creative format. Leave as 'All' to include text, image and video ads.",
            "default": ""
          },
          "presetDate": {
            "title": "Date range (preset)",
            "enum": [
              "",
              "Last 7 days",
              "Last 30 days",
              "Last 90 days"
            ],
            "type": "string",
            "description": "Only include creatives shown within this recent window. Overridden by custom start/end dates below if those are set.",
            "default": ""
          },
          "startDate": {
            "title": "Custom start date",
            "type": "string",
            "description": "Only include creatives active on/after this date (YYYY-MM-DD). Overrides the preset date range."
          },
          "endDate": {
            "title": "Custom end date",
            "type": "string",
            "description": "Only include creatives active on/before this date (YYYY-MM-DD). Overrides the preset date range."
          },
          "extractLandingPages": {
            "title": "Extract landing pages (recommended)",
            "type": "boolean",
            "description": "Resolve the real destination/landing page for each ad — including OCR on image ads where the URL is only visible in the creative. This is the main differentiator; disable only if you want a faster, metadata-only run.",
            "default": true
          },
          "maxPages": {
            "title": "Max pages",
            "minimum": 1,
            "maximum": 200,
            "type": "integer",
            "description": "Pages to fetch per query (~100 creatives per page). Ignored in multi-region mode, which fetches 1 page per region.",
            "default": 2
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}