# Find print-on-demand t-shirt niches on Etsy

**Use case:** 

Discover print-on-demand t-shirt listings on Etsy with prices, ratings, review counts, and shop names to spot winning niches.

## Input

```json
{
  "query": "funny graphic tee",
  "maxItems": 100,
  "debug": false
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Product Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "integer"
  },
  "shopName": {
    "label": "Shop Name",
    "format": "string"
  },
  "shopUrl": {
    "label": "Shop URL",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Product Image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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