# Americanas Nike Catalog Export in Brazil

**Use case:** 

Export the Nike product catalog from Americanas Brazil with prices, SKUs and sellers. Build a brand price feed for monitoring and assortment tracking.

## Input

```json
{
  "maxItems": 50,
  "searchTerm": "nike",
  "sortOrder": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "listPrice": {
    "label": "List Price",
    "format": "number"
  },
  "priceWithoutDiscount": {
    "label": "Price No Discount",
    "format": "number"
  },
  "sellingPrice": {
    "label": "Selling Price",
    "format": "number"
  },
  "installments": {
    "label": "Installments",
    "format": "object"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "text"
  },
  "productReference": {
    "label": "Product Reference",
    "format": "text"
  },
  "installmentsTable": {
    "label": "Installment Table",
    "format": "array"
  },
  "priceValidUntil": {
    "label": "Price Valid Until",
    "format": "text"
  },
  "promoTeasers": {
    "label": "Promotions",
    "format": "array"
  },
  "measurementUnit": {
    "label": "Unit",
    "format": "text"
  },
  "unitMultiplier": {
    "label": "Unit Multiplier",
    "format": "number"
  },
  "availableQuantity": {
    "label": "Available Qty",
    "format": "number"
  },
  "isAvailable": {
    "label": "Available",
    "format": "boolean"
  },
  "ean": {
    "label": "EAN",
    "format": "text"
  },
  "referenceId": {
    "label": "Reference ID",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "text"
  },
  "isMarketplace": {
    "label": "Marketplace",
    "format": "boolean"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Americanas Brazil Product Price Scraper](https://apify.com/scrapers_lat/americanas-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/americanas-scraper) to learn more, explore other use cases, and run it yourself.