# Find Prime & FBA Products With Sales Signals

**Use case:** 

Find Prime & FBA Amazon products with sales signals — estimated monthly sales, revenue, BSR and badges. See who wins the buy box. Export to CSV.

## Input

```json
{
  "keywords": [
    "phone tripod",
    "laptop stand",
    "makeup organizer",
    "yoga blocks",
    "water filter pitcher"
  ],
  "maxResultsPerKeyword": 40,
  "fullDetails": true,
  "marketplace": "com",
  "concurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "asin": {
    "label": "ASIN",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "list_price": {
    "label": "MSRP",
    "format": "string"
  },
  "discount_percent": {
    "label": "% off",
    "format": "integer"
  },
  "coupon": {
    "label": "Coupon",
    "format": "string"
  },
  "best_sellers_rank": {
    "label": "BSR",
    "format": "array"
  },
  "bought_in_past_month": {
    "label": "Past month",
    "format": "string"
  },
  "estimated_monthly_sales": {
    "label": "Est. sales/mo",
    "format": "integer"
  },
  "estimated_monthly_revenue": {
    "label": "Est. revenue/mo",
    "format": "string"
  },
  "rating": {
    "label": "★",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews",
    "format": "integer"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "is_prime": {
    "label": "Prime",
    "format": "boolean"
  },
  "is_fba": {
    "label": "FBA",
    "format": "boolean"
  },
  "sold_by": {
    "label": "Sold by",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Amazon Products Scraper - Fast & Efficient (with Sales Data)](https://apify.com/automly/amazon-products-scraper---fast-efficient-with-sales-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automly/amazon-products-scraper---fast-efficient-with-sales-data) to learn more, explore other use cases, and run it yourself.