# Discover New Aquarium Decoration Trends Fressnapf

**Use case:** 

Extract listings for aquarium decoration to identify emerging trends and popular items. Use this information to refresh your product offerings and attract a bro

## Input

```json
{
  "mode": "byCategory",
  "categoryPath": "aqua/einrichtung-zubehoer/dekoration",
  "brand": "Royal Canin",
  "sortBy": "relevance",
  "maxItems": 80
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "category": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

This example demonstrates how to use [Fressnapf Pet Supplies Scraper](https://apify.com/crawlerbros/fressnapf-pet-supplies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/fressnapf-pet-supplies-scraper) to learn more, explore other use cases, and run it yourself.