# Collect political Facebook ads for public review

**Use case:** 

Find public political and issue ads matching a keyword so you can review source-linked examples and campaign framing.

## Input

```json
{
  "query": "climate policy",
  "searchType": "ads",
  "maxResults": 25,
  "location": "London, UK",
  "country": "US",
  "adStatus": "ALL",
  "adType": "POLITICAL_AND_ISSUE_ADS",
  "fallbackProvider": "auto"
}
```

## Output

```json
{
  "resultType": {
    "label": "Result type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "priceText": {
    "label": "Price text",
    "format": "string"
  },
  "pageName": {
    "label": "Page name",
    "format": "string"
  },
  "placeName": {
    "label": "Place",
    "format": "string"
  },
  "startTime": {
    "label": "Start time",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Search Scraper](https://apify.com/khadinakbar/facebook-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/facebook-search-scraper) to learn more, explore other use cases, and run it yourself.