# Find Etsy shops active in a focused niche

**Use case:** 

Discover Etsy shops showing up for a focused niche and capture their listing titles, ratings, and result positions.

## Input

```json
{
  "searchQueries": [
    "hand stamped pet tag",
    "personalized dog tag handmade"
  ],
  "maxResults": 18,
  "maxPagesPerQuery": 2,
  "responseFormat": "concise",
  "deduplicateAcrossQueries": true
}
```

## Output

```json
{
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "title": {
    "label": "Listing title",
    "format": "string"
  },
  "shopName": {
    "label": "Indexed shop name",
    "format": "string"
  },
  "rating": {
    "label": "Indexed rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Indexed review count",
    "format": "integer"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "string"
  },
  "resultPosition": {
    "label": "Result position",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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