# Etsy Scraper 🛍️ Listings, Prices, Reviews & Seller Emails (`memo23/etsy-scraper`) Actor

Scrape Etsy listings by keyword, category, shop or product URL — prices, variations, ratings, reviews and shop details for price monitoring and market research. Optional seller enrichment adds lifetime sales, Star-Seller status and contact emails. Managed unblocker, no config. JSON/CSV/Excel.

- **URL**: https://apify.com/memo23/etsy-scraper.md
- **Developed by:** [Muhamed Didovic](https://apify.com/memo23) (community)
- **Categories:** E-commerce, AI, Agents
- **Stats:** 68 total users, 20 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $5.00 / 1,000 product scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Etsy Scraper — Listings, Prices, Reviews & Seller Emails

<p align="center">
  <img src="https://raw.githubusercontent.com/muhamed-didovic/muhamed-didovic.github.io/main/assets/etsy-logo.png" alt="Etsy Scraper" width="180" />
</p>

**The only Etsy scraper that turns listings into contactable seller leads.** Paste any Etsy URL — a product, a search, a category, or a shop — and get clean, structured product rows, then optionally enrich each one with the shop's **lifetime sales, Star-Seller status, listing count, contact email, and payment-stack qualification**. Prices (including ranges), ratings, sample reviews, variations, shipping, and materials come standard. JSON, CSV, or Excel out.

### Why Use This Scraper?

- ✅ **Turns products into seller leads** — lifetime sales count, Star-Seller badge, listing count, shop rating, and an opt-in **contact email** for each shop. Other Etsy scrapers stop at the product; this one keeps going to the seller.
- ✅ **Four entry points, one actor** — paste a product, search, category, or shop URL. All are auto-classified; results pages are paginated for you.
- ✅ **Real prices, including ranges** — variable-priced listings return `price` (from), `priceMax` (range top), and `offerCount`. No `null` prices on multi-variation products.
- ✅ **Payment-stack qualification** — flag which shops actually take money online (Stripe, Shopify, PayPal, Paddle, WooCommerce, Square…) so raw contacts become monetization-qualified leads.
- ✅ **Managed unblocker, zero config** — Etsy's bot wall is handled for you. No proxies, cookies, or CAPTCHAs to set up.
- ✅ **~40 fields per product**, read straight from Etsy's own embedded structured data — not fragile DOM scraping.
- ✅ **Flat rows** ready for CSV / spreadsheet / CRM workflows.

### Overview

The Etsy Scraper is built for lead-gen teams, print-on-demand suppliers, dropshippers, and market researchers who need structured product **and** seller data from Etsy.

The output is primarily **product-shaped rows**. Whether you start from a product, search, category, or shop URL, the dataset you get back is a stream of `type: "product"` rows — one per listing — each carrying its shop's identity. Enrichment adds seller fields onto those same product rows (one cached shop fetch is reused across all of that shop's products).

If you want a **shop-first** dataset instead, turn on `shopDetails` and every shop URL also emits one dedicated `rowType: "shop"` row (name, lifetime sales, rating, listings, Star-Seller, slogan, description, logo) before its products are crawled.

### Supported Inputs

#### URL types

| URL type | Pattern | Example |
|---|---|---|
| Product | `etsy.com/listing/{id}/…` | `https://www.etsy.com/listing/743657804/sheepskin-slippers` |
| Search | `etsy.com/search?q=…` | `https://www.etsy.com/search?q=ceramic%20mug` |
| Category | `etsy.com/c/…` | `https://www.etsy.com/c/clothing-and-shoes?ref=catnav-10923` |
| Shop | `etsy.com/shop/{name}` | `https://www.etsy.com/shop/PetiteFraise` |

#### Copy-pasteable startUrls

```json
{
  "startUrls": [
    "https://www.etsy.com/listing/743657804/sheepskin-slippers-wool-slippers-fur",
    "https://www.etsy.com/search?q=apple%20watch",
    "https://www.etsy.com/c/clothing-and-shoes?ref=catnav-10923",
    "https://www.etsy.com/shop/PetiteFraise"
  ]
}
```

#### Keyword / search mode

Skip URLs entirely and pass a keyword — it's turned into an `etsy.com/search` URL and paginated:

```json
{ "searchQuery": "ceramic mug", "maxItems": 100 }
```

#### Unsupported inputs

- ❌ Buyer accounts, private messages, or anything behind the Etsy login wall
- ❌ Shortened / redirect links that don't resolve to an `etsy.com` page
- ❌ Hosts outside `*.etsy.com`

### Use Cases

| Audience | Use case |
|---|---|
| **Print-on-demand / suppliers** | Find active, high-volume sellers by lifetime sales count and reach them by contact email for B2B outreach |
| **Agencies & lead-gen** | Build targeted lists of Etsy shops by category, qualified by sales volume + whether they take online payments |
| **Product & pricing researchers** | Price bands, variation pricing, ratings, and review volume across a niche or category |
| **Dropshippers & resellers** | Source trending products with demand signals (favorites, review counts, sales) |
| **Competitor / market analysts** | Track a shop's catalogue, sales trajectory, Star-Seller status, and bestsellers |

### How It Works

<p align="center">
  <img src="https://raw.githubusercontent.com/muhamed-didovic/muhamed-didovic.github.io/main/assets/how-it-works-etsy.png" alt="How the Etsy Scraper works" width="820" />
</p>

1. **Input** — paste any mix of Etsy product / search / category / shop URLs, or just a `searchQuery`.
2. **Classify** — each URL is auto-detected as a product or a results page (search / category / shop).
3. **Collect & paginate** — results pages are walked (`?page=N`) and their `/listing/{id}` links gathered up to `maxItems`.
4. **Parse each product** — price, ranges, rating, reviews, images, variations, shipping, materials, and shop, read from the listing's embedded JSON-LD.
5. **Optional enrichment** — fetch each shop once for sales / Star-Seller / listings (`enrichSeller`), discover a contact email (`enrichEmails`), and flag its payment stack (`qualifyByPayment`).
6. **Output** — clean rows to your Apify dataset, exportable as JSON, CSV, or Excel.

### Input Configuration

| Field | Type | Default | Notes |
|---|---|---|---|
| `startUrls` | array | `[]` | Etsy product / search / category / shop URLs. Mix freely. |
| `searchQuery` | string | – | A keyword (e.g. `ceramic mug`) turned into an Etsy search and paginated. Use instead of, or with, `startUrls`. |
| `maxItems` | integer | `1000` | Hard cap on products collected across all start URLs (controls billing). |
| `maxConcurrency` | integer | `5` | Product pages fetched in parallel through the managed unblocker (keep 3–8). |
| `includeReviews` | boolean | `true` | Include the recent sample reviews carried in each listing's structured data. |
| `enrichSeller` | boolean | `false` | Add shop **sales count, Star-Seller, listing count, rating, slogan, description** (one cached fetch per shop). |
| `shopDetails` | boolean | `false` | Emit one dedicated **shop row** (`rowType: "shop"`) per shop URL, before its products are crawled. |
| `enrichEmails` | boolean | `false` | Best-effort contact-email discovery per shop. **Billed per email found — never on a miss.** |
| `qualifyByPayment` | boolean | `false` | Requires `enrichEmails`. Flags payment processors / e-commerce stack from the same site fetch (no extra charge). |
| `proxy` | object | Apify Proxy | Used only for the direct enrichment fetches; Etsy pages go through the built-in managed unblocker. |

#### Common scenarios

**1. Pure lead-gen — a category into qualified seller leads**

```json
{
  "startUrls": ["https://www.etsy.com/c/clothing-and-shoes?ref=catnav-10923"],
  "maxItems": 200,
  "enrichSeller": true,
  "enrichEmails": true,
  "qualifyByPayment": true
}
```

**2. Shop-details scraper — one row per shop**

```json
{
  "startUrls": ["https://www.etsy.com/shop/PetiteFraise"],
  "shopDetails": true,
  "maxItems": 1
}
```

**3. Product / pricing research from a keyword**

```json
{ "searchQuery": "ceramic mug", "maxItems": 100, "includeReviews": true }
```

> **Tip:** apply your filters on etsy.com in the browser (category, price, sort…), copy the URL, and paste it into `startUrls`. The actor preserves the filter and paginates through the matches.

### Output Overview

Each dataset item is a **product row** containing:

- **Core** — `type`, `productId`, `url`, `title`, `description`, `sku`, `scrapedAt`
- **Pricing** — `price` (from), `priceMax` (range top), `offerCount`, `currency`, `availability`, `quantityAvailable`
- **Media** — `images[]`, `primaryImage`
- **Taxonomy** — `categoryPath[]`, `category`, `material`, `gtin`
- **Shop** — `shopName`, `shopId`, `shopUrl`, `shopLogoUrl`
- **Engagement** — `rating`, `numberOfReviews`, `favorites`, `sampleReviews[]`, `variations[]`
- **Shipping & policies** — `shippingPrice`, `shippingCurrency`, `shippingOriginCountry`, `processingDaysMin`, `processingDaysMax`, `returnsAccepted`, `exchangesAccepted`, `returnDeadlineDays`
- **Seller enrichment** *(opt-in)* — `shopSales`, `shopIsStarSeller`, `shopNumberOfListings`, `shopRating`, `shopReviewCount`, `shopSlogan`, `shopDescription`
- **Email + payment enrichment** *(opt-in)* — `contactEmail`, `contactWebsite`, `emailEnrichment`, `takesPayments`, `paymentProcessors`, `stripeLiveKey`, `paymentConfidence`

With `shopDetails`, you additionally get one `rowType: "shop"` row per shop URL carrying the shop profile fields on their own.

### Output Samples

#### Product row (with `enrichSeller` on), trimmed

```jsonc
{
  "type": "product",
  "productId": "743657804",
  "url": "https://www.etsy.com/listing/743657804/sheepskin-slippers-wool-slippers-fur",
  "title": "Sheepskin slippers, wool slippers, fur slippers, warm moccasins…",
  "price": 203,
  "priceMax": null,
  "currency": "USD",
  "availability": "InStock",
  "quantityAvailable": 27,
  "offerCount": null,
  "rating": 4.5,
  "numberOfReviews": 72,
  "primaryImage": "https://i.etsystatic.com/21636943/r/il/1a7c18/2103515350/il_fullxfull.jpg",
  "categoryPath": ["Shoes", "Women's Shoes", "Slippers"],
  "material": "Leather/Eco Leather/Wool",
  "shopName": "SlippersGift",
  "shopId": "21636943",
  "shopUrl": "https://www.etsy.com/shop/SlippersGift",
  "shippingOriginCountry": "PL",
  "favorites": 74,
  "variations": [{ "name": null, "options": ["6 US women's", "7 US women's", "8 US women's"] }],
  "sampleReviews": [{ "author": "Sydney Bailey", "rating": 5, "body": "Exactly as described…", "date": "2023-12-25" }],
  "shopSales": 400,
  "shopRating": 4.5,
  "shopReviewCount": 72,
  "shopNumberOfListings": 122,
  "shopIsStarSeller": true,
  "shopSlogan": "Sheepskin, warm and high-quality slippers for your feet",
  "scrapedAt": "2026-06-22T09:19:31.906Z"
}
```

#### Variable-priced product (price range)

```jsonc
{
  "type": "product",
  "productId": "4394846521",
  "title": "Tomato Ceramic Mug Tumbler Handmade",
  "price": 36.0,
  "priceMax": 44.0,
  "offerCount": 53,
  "currency": "USD",
  "variations": [{ "name": "Size", "options": ["10 oz", "12 oz", "14 oz", "16 oz"] }]
}
```

#### Shop row (`shopDetails: true`), trimmed

```jsonc
{
  "rowType": "shop",
  "shopName": "SlippersGift",
  "shopUrl": "https://www.etsy.com/shop/SlippersGift",
  "shopSales": 400,
  "shopRating": 4.5,
  "shopReviewCount": 72,
  "shopNumberOfListings": 122,
  "shopIsStarSeller": true,
  "shopSlogan": "Sheepskin, warm and high-quality slippers for your feet",
  "shopDescription": "Shop items by SlippersGift.",
  "shopLogoUrl": "https://i.etsystatic.com/21636943/r/isla/e0cf73/73499491/isla_500x500.jpg"
}
```

### Key Output Fields

#### Identifiers

- `type`, `productId`, `url`, `sku`, `scrapedAt`

#### Product & taxonomy

- `title`, `description`, `category`, `categoryPath[]`, `material`, `gtin`

#### Pricing

- `price` (from), `priceMax` (range top), `offerCount`, `currency`, `availability`, `quantityAvailable`

#### Media

- `images[]`, `primaryImage`

#### Shop

- `shopName`, `shopId`, `shopUrl`, `shopLogoUrl`

#### Engagement

- `rating`, `numberOfReviews`, `favorites`, `sampleReviews[]`, `variations[]`

#### Seller enrichment *(opt-in — `enrichSeller`)*

- `shopSales`, `shopIsStarSeller`, `shopNumberOfListings`, `shopRating`, `shopReviewCount`, `shopSlogan`, `shopDescription`

#### Email + payment enrichment *(opt-in — `enrichEmails` / `qualifyByPayment`)*

- `contactEmail`, `contactWebsite`, `emailEnrichment`, `takesPayments`, `paymentProcessors`, `stripeLiveKey`, `paymentConfidence`

### What Makes This Richer Than Other Etsy Scrapers

| Capability | Search-row scrapers (yumitori, automation-lab, crawlerbros) | **This actor** |
|---|---|---|
| Search-results rows | ✅ | ✅ |
| All four URL modes (product · search · category · shop) | Search only | ✅ |
| Deep product detail (variations, shipping, materials, images) | Partial | ✅ full JSON-LD |
| Price ranges on variable listings | Often `null` | ✅ `price` + `priceMax` + `offerCount` |
| Shop lifetime sales + Star-Seller flag | ❌ | ✅ |
| Shop contact email (billed on success) | ❌ | ✅ |
| Payment-stack qualification of the seller | ❌ | ✅ |
| Managed unblocker (no proxy/CAPTCHA config) | Varies; detail pages often blocked | ✅ built-in |

### FAQ

**Which Etsy URLs are supported?**
Product (`/listing/{id}`), search (`/search?q=…`), category (`/c/…`), and shop (`/shop/{name}`) pages. Results pages are paginated automatically. Mix any combination in `startUrls`.

**Do I get product rows or shop rows?**
Product rows by default — every start type resolves to `type: "product"` rows. Turn on `shopDetails` to additionally emit one `rowType: "shop"` row per shop URL.

**Do I get prices for variable products?**
Yes. Per-variation listings return `price` (the "from" price), `priceMax` (top of the range), and `offerCount`. Fixed-price listings just return `price`.

**Can I get the seller's sales and contact info?**
Enable `enrichSeller` for lifetime sales, Star-Seller status, listing count, and shop rating. Enable `enrichEmails` for a best-effort contact email discovered from the shop's own website — many Etsy-only sellers won't have one, and you're never charged for a miss. Add `qualifyByPayment` to flag which sellers actually take money online.

**How complete are the reviews?**
`sampleReviews` are the recent reviews Etsy embeds in each listing's structured data — typically a small sample (~3), not the full paginated review history. It's ideal for sentiment sampling, not for exhaustive review mining.

**Does it need a proxy?**
No. Etsy's bot protection is handled by a built-in managed unblocker, so runs work out of the box. The `proxy` setting only affects the direct enrichment fetches (email discovery).

**Can I scrape private or logged-in data?**
No. The actor only accesses publicly available product and shop pages — no buyer data, private messages, or content behind a login.

**How many products can I get?**
As many as you set with `maxItems`. Search and category pages paginate; a shop returns its whole catalogue.

### Support

- Found a bug or want a feature? Use the **Issues** tab of this actor on the Apify Console.
- Customization or questions:
  - Website: <https://muhamed-didovic.github.io/>
  - Email: <muhamed.didovic@gmail.com>

### Additional Services

- Need a custom export shape, a new entry-point type, or scheduled monitoring? I do tailored work — <muhamed.didovic@gmail.com>.
- API access (no Apify fee, usage fee only): <muhamed.didovic@gmail.com>.

### Explore More Scrapers

Building an e-commerce or lead-gen dataset? Same author, same export format:

- **Amazon, Walmart, eBay** — product & review scrapers
- **Yelp, Trustpilot, G2, Capterra** — business & review scrapers
- **RocketReach-style contact enrichment** across the portfolio

Full list at [apify.com/memo23](https://apify.com/memo23).

### 🤖 For AI Agents & LLM Apps

Compact reference for AI agents calling this actor via the [Apify MCP server](https://mcp.apify.com) or the Apify API (actor: `memo23/etsy-scraper`).

**Purpose:** Scrape Etsy product data from any product / search / category / shop URL, and optionally turn each listing into a seller lead (shop sales, Star-Seller, contact email, payment stack).

**Minimal input:**

```json
{ "searchQuery": "ceramic mug", "maxItems": 20 }
```

**Output:** one dataset row per product — `type`, `productId`, `url`, `title`, `description`, `price`, `priceMax`, `offerCount`, `currency`, `availability`, `quantityAvailable`, `rating`, `numberOfReviews`, `favorites`, `images[]`, `primaryImage`, `categoryPath[]`, `material`, `shopName`, `shopId`, `shopUrl`, `shippingOriginCountry`, `variations[]`, `sampleReviews[]`, `scrapedAt`. With `enrichSeller`: `shopSales`, `shopIsStarSeller`, `shopNumberOfListings`, `shopRating`, `shopSlogan`. With `enrichEmails`/`qualifyByPayment`: `contactEmail`, `contactWebsite`, `takesPayments`, `paymentProcessors`, `stripeLiveKey`, `paymentConfidence`.

**Behaviors an agent should know:**

- Always set `maxItems` — search / category / shop URLs paginate and an uncapped run can be large.
- Every start URL resolves to product rows; set `shopDetails: true` to also emit `rowType: "shop"` rows.
- `qualifyByPayment` requires `enrichEmails`; it reuses that fetch, so it adds no cost or time.
- **Billing:** $0.005 per actor start (per GB) + **$0.005 per product row ($5 per 1,000 — about half what comparable Etsy actors charge)** + $0.025 only when a contact email is found (never charged on a miss). `enrichSeller` / `qualifyByPayment` add no per-item charge.
- Reviews are a small embedded sample (~3), not the full review history; no login-gated data.

### More E-commerce Scrapers

Same author, same export format:

- **Etsy Shop Details** — one clean row per shop: lifetime sales, rating, Star-Seller flag and contact emails: [apify.com/memo23/etsy-shop-scraper](https://apify.com/memo23/etsy-shop-scraper)
- **eBay** — active & sold listings, prices & analytics across 17 markets: [apify.com/memo23/ebay-search-scraper-ppe](https://apify.com/memo23/ebay-search-scraper-ppe)
- **Vinted** — second-hand fashion listings, prices & sellers: [apify.com/memo23/apify-vinted-scraper](https://apify.com/memo23/apify-vinted-scraper)

### ⚠️ Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Etsy, Inc. or any of its subsidiaries or affiliates. All trademarks mentioned are the property of their respective owners.

The scraper accesses only publicly available product and shop information on etsy.com — no buyer data, private messages, or content behind a login wall. Users are responsible for ensuring their use complies with etsy.com's Terms of Service, applicable data-protection law (GDPR, CCPA, etc.), and any contractual obligations of their own organisation.

### SEO Keywords

etsy scraper, scrape etsy, etsy api, etsy product scraper, etsy shop scraper, etsy seller scraper, etsy reviews scraper, etsy email, etsy seller leads, etsy data extraction, etsy listings scraper, etsy price monitoring, etsy product research, etsy lead generation, scrape etsy products, etsy competitor analysis, handmade marketplace scraper, etsy sales data, etsy star seller scraper, etsy shop details scraper, etsy contact email scraper, etsy product search scraper, etsy market research, apify etsy

# Actor input Schema

## `startUrls` (type: `array`):

Etsy URLs to scrape — mix any of these four formats freely (one of each is prefilled as an example):<br><br>• <b>Any product</b> — <code>https://www.etsy.com/listing/{id}/...</code><br>• <b>Any category</b> — <code>https://www.etsy.com/c/...</code> (apply filters on Etsy, then copy the URL)<br>• <b>Keyword search</b> — <code>https://www.etsy.com/search?q=...</code><br>• <b>Any Etsy shop</b> — <code>https://www.etsy.com/shop/{name}</code>

## `searchQuery` (type: `string`):

A keyword to search Etsy for, e.g. "ceramic mug". Turned into an etsy.com/search URL and paginated. Use instead of, or alongside, startUrls.

## `searchQueries` (type: `array`):

Run several keyword searches in one go — each becomes its own Etsy search. Combined with the single <b>Search query</b> field above and de-duplicated.

## `country` (type: `string`):

Two-letter market code (<code>US</code>, <code>GB</code>, <code>DE</code>…). Applied to keyword searches as Etsy's <code>ship\_to</code> facet, so you only get shops that ship there. Pasted start URLs keep their own parameters.

## `maxItems` (type: `integer`):

Hard cap on the number of products collected across all start URLs. Use this to control billing.

## `maxConcurrency` (type: `integer`):

Product pages fetched in parallel through the managed unblocker. Keep moderate (3–8); each page is one unblocker request.

## `includeReviews` (type: `boolean`):

Include the recent customer reviews carried in each listing's structured data (author, rating, text, date).

## `enrichSeller` (type: `boolean`):

Fetch each unique shop's page to add lifetime sales count, Star-Seller status, total listings, shop rating, and shop description/slogan. One extra request per shop (cached, so a shop is fetched at most once per run).

## `shopDetails` (type: `boolean`):

For every shop URL in your input, emit one dedicated shop row (rowType: "shop") with the shop's name, lifetime sales, rating + review count, total listings, Star-Seller status, slogan, description and logo — before its products are crawled. Paste only shop URLs with Maximum products = 1 per shop to run this as a pure shop-details scraper.

## `enrichEmails` (type: `boolean`):

Best-effort: discover each shop's own website (from its name + country) and harvest a contact email. Adds contactEmail, contactWebsite and a detailed emailEnrichment object. Billed per email found — never charged for misses.

## `qualifyByPayment` (type: `boolean`):

Requires "Enrich with contact emails". Scans each business's website — reusing the pages already fetched for email discovery, so no extra cost or time — for payment processors and e-commerce platforms (Stripe, Shopify, PayPal, Paddle, Lemon Squeezy, WooCommerce, Square, Chargebee and more). Adds takesPayments (is this a real paying business?), paymentProcessors (which stack), stripeLiveKey (the public key if exposed) and paymentConfidence. Turn raw contacts into monetization-qualified leads. No extra charge — included with each enriched company.

## `proxy` (type: `object`):

Proxy used for the direct enrichment fetches (e.g. seller email discovery). Etsy product/shop pages are fetched through a built-in managed unblocker, so this setting does not affect them. Paying users are routed through a premium residential pool automatically.

## Actor input object example

```json
{
  "startUrls": [
    "https://www.etsy.com/listing/743657804/sheepskin-slippers-wool-slippers-fur",
    "https://www.etsy.com/c/clothing-and-shoes?ref=catnav-10923",
    "https://www.etsy.com/search?q=apple%20watch",
    "https://www.etsy.com/shop/PetiteFraise"
  ],
  "searchQueries": [
    "handmade jewelry",
    "ceramic mug"
  ],
  "maxItems": 1000,
  "maxConcurrency": 5,
  "includeReviews": true,
  "enrichSeller": false,
  "shopDetails": false,
  "enrichEmails": false,
  "qualifyByPayment": false,
  "proxy": {
    "useApifyProxy": true
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        "https://www.etsy.com/listing/743657804/sheepskin-slippers-wool-slippers-fur",
        "https://www.etsy.com/c/clothing-and-shoes?ref=catnav-10923",
        "https://www.etsy.com/search?q=apple%20watch",
        "https://www.etsy.com/shop/PetiteFraise"
    ],
    "searchQueries": [
        "handmade jewelry",
        "ceramic mug"
    ],
    "proxy": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("memo23/etsy-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [
        "https://www.etsy.com/listing/743657804/sheepskin-slippers-wool-slippers-fur",
        "https://www.etsy.com/c/clothing-and-shoes?ref=catnav-10923",
        "https://www.etsy.com/search?q=apple%20watch",
        "https://www.etsy.com/shop/PetiteFraise",
    ],
    "searchQueries": [
        "handmade jewelry",
        "ceramic mug",
    ],
    "proxy": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("memo23/etsy-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    "https://www.etsy.com/listing/743657804/sheepskin-slippers-wool-slippers-fur",
    "https://www.etsy.com/c/clothing-and-shoes?ref=catnav-10923",
    "https://www.etsy.com/search?q=apple%20watch",
    "https://www.etsy.com/shop/PetiteFraise"
  ],
  "searchQueries": [
    "handmade jewelry",
    "ceramic mug"
  ],
  "proxy": {
    "useApifyProxy": true
  }
}' |
apify call memo23/etsy-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,memo23/etsy-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/PQjnABrAzaNBlmkfd/builds/q3O3bsXfkfudLA1ny/openapi.json
