$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "schemaVersion": "1.0",
< "requestId": "auto",
< "watchId": "nike-us-demo-bootstrap",
< "rows": [
< {
< "platform": "google",
< "advertiserId": "AR16735076323512287233",
< "pageId": null,
< "adId": null,
< "creativeId": "CR16854540057166479361",
< "isActive": true,
< "format": "IMAGE",
< "copy": {
< "primaryText": "Unisex Nike Sportswear Tech Fleece",
< "headline": "Product Listing Ad Rendering Service",
< "description": "Nike Sportswear hoodie"
< },
< "cta": "Shop now",
< "landingDomains": [
< "nike.com"
< ],
< "media": [
< "https://tpc.googlesyndication.com/archive/simgad/3463432638140085355?sig=demo"
< ],
< "offer": {
< "kind": null,
< "value": null,
< "currency": null,
< "code": null
< },
< "evidence": {
< "sourceRef": "https://adstransparency.google.com/advertiser/AR16735076323512287233/creative/CR16854540057166479361",
< "sourceRowId": "CR16854540057166479361"
< },
< "scrapedAt": "2026-08-06T11:03:09Z"
< }
< ],
< "coverage": {
< "status": "complete",
< "comparable": true,
< "closed": true,
< "evidenceRef": "buyer://public-demo/coverage",
< "expectedRows": 1
< },
< "sourceContract": {
< "productionActorId": "zinin/brand-evidence-source",
< "productionActorVersion": "0.1.0",
< "adapter": "google-ads",
< "adapterVersion": "1.0.0",
< "queryScope": {
< "advertiserId": "AR16735076323512287233",
< "country": "US"
< },
< "entityIdentity": {
< "advertiserId": "AR16735076323512287233"
< }
< }
<}
<EOF
$curl "https://api.apify.com/v2/actors/zinin~competitor-ad-change-brief/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'