# Identify Etsy Sellers for Wholesale Outreach

**Use case:** 

Scrape seller information and product catalogs to find potential partners for wholesale or manufacturing collaborations. Build a database of high-quality artisa

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.etsy.com/search?q=handmade+jewelry"
    }
  ],
  "searchQueries": [
    "handmade leather bags",
    "organic skincare apothecary"
  ],
  "maxItems": 300,
  "includeDetails": true,
  "country": "CA"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "shopName": {
    "label": "Shop",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "favorites": {
    "label": "Favorites",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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