# Find lower-slot sponsored search advertisers

**Use case:** 

Capture live sponsored ads including bottom-of-page placements to reveal advertisers that do not always appear in premium top slots.

## Input

```json
{
  "queries": [
    "accounting software for small business",
    "business phone system"
  ],
  "countryCode": "ca",
  "languageCode": "en",
  "locationName": "New York,New York,United States",
  "device": "desktop",
  "maxAdsPerQuery": 12,
  "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.