# Scrape Dafiti Nike Products

**Use case:** 

Collect Dafiti Brazil product names, brands, prices, discounts, images, and URLs for a Nike keyword search.

## Input

```json
{
  "startUrls": [],
  "searchQuery": "nike",
  "maxItems": 50,
  "maxPages": 3,
  "includeProductDetails": false,
  "maxRequestRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "availableSizes": {
    "label": "Sizes",
    "format": "array"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Dafiti Brazil Fashion Scraper](https://apify.com/automation-lab/dafiti-brazil-fashion-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/dafiti-brazil-fashion-scraper) to learn more, explore other use cases, and run it yourself.