# Price high to low Submarino Brazil Product

**Use case:** 

Extract Submarino Brazil Product data filtered by Price high to low. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "notebook",
  "maxItems": 10,
  "sort": "price-desc"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "title": {
    "label": "🏷️ Title",
    "format": "text"
  },
  "brand": {
    "label": "🏭 Brand",
    "format": "text"
  },
  "sku": {
    "label": "🔖 SKU",
    "format": "text"
  },
  "price": {
    "label": "💲 Price",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "reviews": {
    "label": "💬 Reviews",
    "format": "number"
  },
  "seller": {
    "label": "🛍️ Seller",
    "format": "text"
  },
  "stock": {
    "label": "📦 Stock",
    "format": "text"
  },
  "category": {
    "label": "🗂️ Category",
    "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 [Submarino Brazil Product Scraper](https://apify.com/parseforge/submarino-brazil-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/submarino-brazil-scraper) to learn more, explore other use cases, and run it yourself.