# All regions Google Ads

**Use case:** 

Extract Google Ads data filtered by All regions. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchQuery": "Nike",
  "region": "",
  "skipDetails": false
}
```

## Output

```json
{
  "previewUrl": {
    "label": "Preview",
    "format": "string"
  },
  "adLibraryUrl": {
    "label": "Ad URL",
    "format": "string"
  },
  "advertiserId": {
    "label": "Advertiser ID",
    "format": "string"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "string"
  },
  "creativeId": {
    "label": "Creative ID",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "firstShown": {
    "label": "First Shown",
    "format": "string"
  },
  "lastShown": {
    "label": "Last Shown",
    "format": "string"
  },
  "numServedDays": {
    "label": "Days Running",
    "format": "integer"
  },
  "creativeRegions": {
    "label": "Regions",
    "format": "array"
  },
  "adVariations": {
    "label": "Variations",
    "format": "array"
  },
  "globalImpressions": {
    "label": "Impressions",
    "format": "object"
  },
  "regionStats": {
    "label": "Region Stats",
    "format": "array"
  },
  "targeting": {
    "label": "Targeting",
    "format": "object"
  },
  "topicId": {
    "label": "Topic ID",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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