# eCommerce Facebook Ads Insights for US Market

**Use case:** 

Gather data on active eCommerce Facebook ads in the USA based on terms like 'online shop' and 'free shipping'. Receive insights on media, creative, and spend.

## Input

```json
{
  "searchTerms": [
    "online shop",
    "free shipping",
    "buy now"
  ],
  "pageIds": [
    "15087023444"
  ],
  "country": "US",
  "adType": "all",
  "activeStatus": "active",
  "mediaType": "all",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "pageName": {
    "label": "Advertiser",
    "format": "string"
  },
  "bodyText": {
    "label": "Ad text",
    "format": "string"
  },
  "publisherPlatform": {
    "label": "Platforms",
    "format": "array"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "spendLowerBound": {
    "label": "Spend (lower)",
    "format": "number"
  },
  "adLibraryUrl": {
    "label": "Ad Library URL",
    "format": "string"
  }
}
```

## About this Actor

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