# Extract an Amazon Brand Store campaign page

**Use case:** 

Target one public Apple What's New Store page and return its current merchandising modules and creatives.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.amazon.com/stores/page/3AD65A30-7BC0-42C3-AC6C-4CCE1B02591C/"
    }
  ],
  "followNavigation": false,
  "maxPages": 1,
  "maxItems": 20,
  "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.