# Monitor competitor paid search ads

**Use case:** 

Track paid search ads served on your keywords across metasearch. Structured ad data — headlines, advertiser URLs, positions — for PPC intelligence.

## Input

```json
{
  "queries": [
    "car insurance quotes",
    "auto insurance"
  ],
  "maxPagesPerQuery": 3,
  "maxResultsPerQuery": 20,
  "saveHtml": false
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "title": {
    "label": "Ad Title",
    "format": "string"
  },
  "url": {
    "label": "Destination URL",
    "format": "string"
  },
  "displayedUrl": {
    "label": "Display URL",
    "format": "string"
  },
  "description": {
    "label": "Ad Copy",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "object"
  }
}
```

## About this Actor

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