# Track live competitor search ads

**Use case:** 

Collect live sponsored ads that appear on Google Search for your target keywords and market to monitor competitors and compare ad messages.

## Input

```json
{
  "queries": [
    "car insurance quotes",
    "personal injury lawyer"
  ],
  "countryCode": "us",
  "languageCode": "en",
  "locationName": "New York,New York,United States",
  "device": "desktop",
  "maxAdsPerQuery": 10,
  "maxPagesPerQuery": 1,
  "includeBottomAds": true,
  "engine": "auto"
}
```

## Output

```json
{
  "query": {
    "label": "Keyword",
    "format": "string"
  },
  "advertiser": {
    "label": "Advertiser",
    "format": "string"
  },
  "title": {
    "label": "Ad headline",
    "format": "string"
  },
  "description": {
    "label": "Ad copy",
    "format": "string"
  },
  "displayUrl": {
    "label": "Display URL",
    "format": "string"
  },
  "finalUrl": {
    "label": "Landing URL",
    "format": "string"
  },
  "position": {
    "label": "Slot",
    "format": "string"
  },
  "rankInBlock": {
    "label": "Rank",
    "format": "integer"
  },
  "sitelinks": {
    "label": "Sitelinks",
    "format": "array"
  },
  "extensions": {
    "label": "Extensions",
    "format": "array"
  },
  "device": {
    "label": "Device",
    "format": "string"
  },
  "countryCode": {
    "label": "Country",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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