# Google Ads Scraper | Extract Ads & B2B Leads

**Use case:** 

Powerful Google Ads Scraper to extract active creatives from the Transparency Center. Instantly generate B2B leads with verified emails and phone numbers.

## Input

```json
{
  "searchQuery": "Plumbing Contractor",
  "region": "US",
  "maxAds": 100,
  "enrichContactInfo": true,
  "verifyEmails": true,
  "extractSocials": true
}
```

## Output

```json
{
  "searchQuery": {
    "label": "Search query"
  },
  "advertiser": {
    "label": "Advertiser"
  },
  "adUrl": {
    "label": "Ad url"
  },
  "destinationUrl": {
    "label": "Destination url"
  },
  "emails": {
    "label": "Emails"
  },
  "phones": {
    "label": "Phones"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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