# Analyze Competitor Facebook Ad Creative & Strategy

**Use case:** 

Uncover the ad creatives and strategies of your top competitors on Facebook. Gain insights into their messaging, visuals, and calls-to-action to refine your own

## Input

```json
{
  "searchTerms": [
    "HubSpot",
    "Salesforce",
    "Mailchimp",
    "ActiveCampaign"
  ],
  "country": "US",
  "adActiveStatus": "active",
  "adType": "all",
  "mediaType": "all",
  "resultsPerSearch": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "ad_id": {
    "label": "Ad ID",
    "format": "text"
  },
  "page_name": {
    "label": "Page Name",
    "format": "text"
  },
  "ad_text": {
    "label": "Ad Text",
    "format": "text"
  },
  "start_date": {
    "label": "Started",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "media_type": {
    "label": "Media",
    "format": "text"
  },
  "cta_text": {
    "label": "CTA",
    "format": "text"
  },
  "ad_snapshot_url": {
    "label": "Snapshot URL",
    "format": "link"
  },
  "search_term": {
    "label": "Search Term",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Ads Library Scraper](https://apify.com/crawlerbros/facebook-ads-library-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/facebook-ads-library-scraper) to learn more, explore other use cases, and run it yourself.