# Search Drogasil Sunscreen Prices

**Use case:** 

Scrape Drogasil search results for sunscreen products with names, prices, discounts, stock, brands, and product URLs.

## Input

```json
{
  "searchQueries": [
    "protetor solar"
  ],
  "startUrls": [],
  "maxResults": 50,
  "includeLivePricing": true,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "number"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "name": {
    "label": "Product name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "listPrice": {
    "label": "List price",
    "format": "number"
  },
  "discountPercentage": {
    "label": "Discount %",
    "format": "number"
  },
  "priceType": {
    "label": "Price type",
    "format": "text"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "stockQuantity": {
    "label": "Stock qty",
    "format": "number"
  },
  "categoryPath": {
    "label": "Category path",
    "format": "text"
  },
  "amount": {
    "label": "Amount",
    "format": "text"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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