# Amazon influencer product placement monitor

**Use case:** 

Monitor several public Amazon storefronts and compare creator profiles, collections, and recommended ASINs for campaign research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.amazon.com/shop/sydneydelrey"
    },
    {
      "url": "https://www.amazon.com/shop/sweetsavingsandthings"
    }
  ],
  "scrapeProducts": true,
  "maxCollectionsPerStorefront": 5,
  "maxProductsPerCollection": 16,
  "requestRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "name": {
    "label": "Creator name",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "avatarUrl": {
    "label": "Avatar URL",
    "format": "string"
  },
  "storefrontUrl": {
    "label": "Storefront URL",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "collectionCount": {
    "label": "Collections found",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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