# Google Shopping ads product research

**Use case:** 

Run a Google Shopping ads preset for live paid product rows with prices, merchants, ranks, promotions, and landing pages from Google Search.

## Input

```json
{
  "searchQueries": [
    "wireless headphones",
    "coffee maker"
  ],
  "device": "desktop",
  "country": "US",
  "language": "en",
  "maxAdsPerQuery": 25,
  "maxTotalAds": 25
}
```

## Output

```json
{
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "device": {
    "label": "Device",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "productTitle": {
    "label": "Product title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "string"
  },
  "checkoutPrice": {
    "label": "Checkout price",
    "format": "string"
  },
  "merchant": {
    "label": "Merchant",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "promotionCode": {
    "label": "Promotion code",
    "format": "string"
  },
  "promotionOfferText": {
    "label": "Promotion offer",
    "format": "string"
  },
  "deliveryText": {
    "label": "Delivery",
    "format": "string"
  },
  "landingPage": {
    "label": "Landing page",
    "format": "string"
  },
  "productImage": {
    "label": "Product image",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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