# Etsy Listings Search Results Urls Review Scraper

**Use case:** 

etsy listings search results urls review for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation

## Input

```json
{
  "searchQueries": [
    "etsy listings search results urls review"
  ],
  "maxResults": 25,
  "maxPagesPerQuery": 10,
  "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.