# Etsy Ceramic Mugs — Search Results

**Use case:** 

Search Etsy for ceramic mugs. Prices, sellers, ratings, and product images.

## Input

```json
{
  "search_query": "ceramic mugs",
  "shop_url": "",
  "max_results": 25,
  "sort": "relevance",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "original_price": {
    "label": "Original Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "seller_url": {
    "label": "Seller URL",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "number"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "is_bestseller": {
    "label": "Bestseller",
    "format": "boolean"
  },
  "free_shipping": {
    "label": "Free Shipping",
    "format": "boolean"
  }
}
```

## About this Actor

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