# Active Real Estate Ads on Facebook USA

**Use case:** 

Collect current Facebook ads for homes, real estate investment, and property sales across the US. Retrieve creative media and ad spend data.

## Input

```json
{
  "searchTerms": [
    "homes for sale",
    "real estate investment",
    "buy a house"
  ],
  "pageIds": [
    "15087023444"
  ],
  "country": "US",
  "adType": "all",
  "activeStatus": "active",
  "mediaType": "image",
  "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.