# Research Facebook Ad Leads for Real Estate

**Use case:** 

Research Facebook Ad Leads for Real Estate by scraping public ad library results for campaigns, messaging, and lead ideas.

## Input

```json
{
  "maxItems": 50,
  "query": "real estate agent",
  "country": "US",
  "category": "all",
  "mediaType": "all",
  "activeStatus": "active",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "profile_picture": {
    "label": "Profile Picture",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "facebook": {
    "label": "Facebook",
    "format": "link"
  },
  "instagram": {
    "label": "Instagram",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Ad Leads (email, phone & more)](https://apify.com/igolaizola/facebook-ad-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/facebook-ad-leads) to learn more, explore other use cases, and run it yourself.