# Monitor Amazon Brand Store navigation and merchandising

**Use case:** 

Traverse a bounded set of same-store Amazon pages for recurring competitor navigation, campaign, and creative snapshots.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.amazon.com/stores/page/77D9E1F7-0337-4282-9DB6-B6B8FB2DC98D/"
    }
  ],
  "followNavigation": true,
  "maxPages": 10,
  "maxItems": 100,
  "requestRetries": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "SHADER"
    ]
  }
}
```

## Output

```json
{
  "storeName": {
    "label": "Store",
    "format": "string"
  },
  "pageTitle": {
    "label": "Page",
    "format": "string"
  },
  "moduleType": {
    "label": "Module type",
    "format": "string"
  },
  "moduleTitle": {
    "label": "Module title",
    "format": "string"
  },
  "moduleText": {
    "label": "Module text",
    "format": "string"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "asins": {
    "label": "ASINs",
    "format": "array"
  },
  "navigationPath": {
    "label": "Navigation path",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Amazon Brand Storefront Scraper](https://apify.com/automation-lab/amazon-brand-storefront-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/amazon-brand-storefront-scraper) to learn more, explore other use cases, and run it yourself.