# Brazil (dafiti.com.br) Dafiti LATAM Product

**Use case:** 

Extract Dafiti LATAM Product data filtered by Brazil (dafiti.com.br). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "tenis",
  "maxItems": 10,
  "country": "br",
  "sort": "popularity"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "name": {
    "label": "🏷️ Name",
    "format": "text"
  },
  "brand": {
    "label": "🏭 Brand",
    "format": "text"
  },
  "sku": {
    "label": "🔖 SKU",
    "format": "text"
  },
  "price": {
    "label": "💲 Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "💰 Original Price",
    "format": "number"
  },
  "discount": {
    "label": "🔻 Discount %",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "color": {
    "label": "🎨 Color",
    "format": "text"
  },
  "size": {
    "label": "📏 Size",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "category": {
    "label": "🗂️ Category",
    "format": "text"
  },
  "country": {
    "label": "🌎 Country",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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