# Facebook Ads for Food Delivery Brands in the US

**Use case:** 

Monitor active food delivery ads on Facebook and Instagram. Retrieve insights on ad text, status, platforms, and more.

## Input

```json
{
  "searchTerms": [
    "food delivery",
    "order food online",
    "restaurant deals"
  ],
  "pageIds": [
    "15087023444"
  ],
  "country": "US",
  "adType": "all",
  "activeStatus": "active",
  "mediaType": "video",
  "maxResults": 80,
  "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.