# Track Google Ads Competitors and Ad Copy

**Use case:** 

Monitor competitor ad placements and analyze their ad copy for specific keywords to gain a competitive edge in your PPC campaigns. Understand competitor strateg

## Input

```json
{
  "queries": [
    "buy project management software",
    "CRM software free trial",
    "online marketing courses",
    "cyber security solutions",
    "e-commerce platform pricing"
  ],
  "maxResults": 30,
  "countryCode": "ca",
  "languageCode": "en",
  "maxPagesPerQuery": 2,
  "resultsPerPage": 10,
  "timePeriod": "",
  "mobileResults": false,
  "csvFriendlyOutput": true
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  }
}
```

## About this Actor

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