# Competitor Ad Creative Teardown

**Use case:** 

Analyze competitor ads with GPT to extract hooks, offers, CTAs, audiences, risks, evidence, and creative test ideas.

## Input

```json
{
  "ads": [
    {
      "id": "competitor-demo",
      "platform": "linkedin",
      "advertiser": "Competitor SaaS",
      "headline": "Stop losing leads after the demo",
      "body": "Automate CRM follow-ups in minutes. Start a free 14-day trial.",
      "ctaText": "Start free trial"
    }
  ],
  "brandContext": "B2B SaaS competitor creative research. Identify reusable patterns without copying brand-specific language.",
  "analysisGoal": "competitor_research",
  "maxAds": 25,
  "includeOriginalAd": false
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID"
  },
  "platform": {
    "label": "Platform"
  },
  "advertiser": {
    "label": "Advertiser"
  },
  "hookType": {
    "label": "Hook type"
  },
  "primaryHook": {
    "label": "Primary hook"
  },
  "offer": {
    "label": "Offer"
  },
  "cta": {
    "label": "CTA"
  },
  "funnelStage": {
    "label": "Funnel"
  },
  "targetAudience": {
    "label": "Audience"
  },
  "angles": {
    "label": "Angles"
  },
  "creativePatterns": {
    "label": "Patterns"
  },
  "evidence": {
    "label": "Evidence"
  },
  "confidence": {
    "label": "Confidence"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Ad Creative Intelligence API | 💵$3/1K](https://apify.com/webdata_labs/ai-ad-creative-intelligence-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/ai-ad-creative-intelligence-api) to learn more, explore other use cases, and run it yourself.