# Dafiti Men's Shoes Price Monitor

**Use case:** 

Scrape a Dafiti Brazil category URL to monitor product prices, discounts, availability, and image URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dafiti.com.br/calcados-masculinos/"
    }
  ],
  "searchQuery": "",
  "maxItems": 100,
  "maxPages": 5,
  "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.