# Etsy Data Export

**Use case:** 

Data Export of Etsy. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "handmade jewelry",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title"
  },
  "shop": {
    "label": "Shop"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "discount": {
    "label": "Discount"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "numReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "isBestseller": {
    "label": "Bestseller",
    "format": "boolean"
  },
  "isHandmade": {
    "label": "Handmade",
    "format": "boolean"
  },
  "category": {
    "label": "Category"
  },
  "tags": {
    "label": "Tags"
  },
  "scrapedAt": {
    "label": "Scraped At"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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