# Find Facebook Pages Currently Running Ads (Warm Leads)

**Use case:** 

Filter a prospect list to Facebook pages currently running ads via the Ad Library signal. Surface warmer outbound targets with budget today. No login.

## Input

```json
{
  "startUrls": [
    "https://www.facebook.com/Nike",
    "https://www.facebook.com/Starbucks",
    "https://www.facebook.com/CocaCola"
  ],
  "getBusinessHours": false,
  "includePosts": false,
  "maxPosts": 9,
  "includeEvents": false,
  "includePhotos": false,
  "maxPhotos": 0,
  "includeReels": false,
  "maxReels": 10
}
```

## Output

```json
{
  "name": {
    "label": "Page",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "adLibrary": {
    "label": "Ad Library",
    "format": "object"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Page Details Scraper - Lead Gen [NO COOKIES] ✅](https://apify.com/unseenuser/fb-pages) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/fb-pages) to learn more, explore other use cases, and run it yourself.