# Etsy Search Scraper 2026 (`devcake/etsy-search-scraper`) Actor

Scrape Etsy search results with optional product detail enrichment. Extract listings with prices, ratings, images, and full product details including description, tags, materials, and shipping info.

- **URL**: https://apify.com/devcake/etsy-search-scraper.md
- **Developed by:** [devcake](https://apify.com/devcake) (community)
- **Categories:** E-commerce, Social media, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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 Product Scraper & Data Extractor

📦 Extract Etsy search results with full product details — prices, descriptions, tags, materials, images, and seller stats. Build your product research pipeline in minutes.

---

### 🛒 What It Does

Search any keyword on Etsy — "vintage jewelry," "handmade candles," "monster high dolls" — and get structured data for every listing: pricing, descriptions, tags, materials, multiple product images, seller ratings, stock availability, and more.

Unlike basic scrapers, this tool fetches the **full product profile** for each listing: everything Etsy shows on a product page, not just search result snippets.

---

### 👥 Who It's For

- 🛍️ **Dropshippers** — Find winning products with real Etsy prices, descriptions, and images for your store
- 📦 **FBA Sellers** — Research handmade and unique items to source for Amazon FBA inventory
- 🔄 **Resellers & Flippers** — Monitor Etsy deals, track prices, and find items to resell
- 🔍 **Product Researchers** — Analyze Etsy categories, validate product ideas, and study the competition
- 🎮 **Collectibles Enthusiasts** — Build price guides and track hard-to-find collectible listings

---

### 📊 Data You Get

| Field | Description |
|-------|-------------|
| `listing_id` | Unique Etsy listing ID |
| `title` | Product title as shown on Etsy |
| `price` | Price with currency symbol |
| `price_num` | Numeric price value (USD) |
| `currency_code` | Currency (USD, EUR, GBP, etc.) |
| `shop_name` | Name of the Etsy shop |
| `shop_id` | Unique shop identifier |
| `rating` | Average seller rating (0–5) |
| `review_count` | Total number of reviews |
| `image_url` | Main product thumbnail URL |
| `images` | All product gallery images (up to 9) |
| `detail_url` | Direct link to the listing |
| `quantity` | Available stock quantity |
| `views` | Number of listing views |
| `favorites` | Number of times favorited |
| `is_available` | Whether the item is in stock |
| `is_sold_out` | Whether the item is sold out |
| `tags` | Product tags (up to 13) |
| `materials` | Materials list (when available) |
| `ships_from_country` | Where the item ships from |
| `when_made` | Year or range when made |
| `taxonomy_path` | Full category path on Etsy |
| `description` | Full product description text |

---

### 💡 What You Can Do

- 💰 **Find products to resell** — Pull full Etsy listings with prices and descriptions to compare against eBay, Amazon, and other marketplaces

- 🔎 **Validate product ideas** — Check engagement (views, favorites) and shipping origins before committing to inventory

- 📊 **Track pricing trends** — Run the same search weekly to monitor price changes, new competitors, and stock availability

- 🏷️ **Build a competitor dataset** — Export listings from any shop or category to analyze their catalog, tags, and positioning

- 🧸 **Collect rare items** — Monitor hard-to-find collectibles and get notified the moment they appear

---

### 🚀 Quick Start

1️⃣ **Enter your search query** — Type any keyword or phrase (e.g., "monster high dolls" or "handmade leather wallet")

2️⃣ **Set how many results you want** — Choose up to 5,000 listings (default: 48)

3️⃣ **Enable detail enrichment** — Toggle on to fetch full product details for every listing

4️⃣ **Run the scraper** — Results appear in your dataset as JSON, ready to download

That's it. Just search, scrape, and export.

---

### ⚙️ Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `searchQuery` | string | ✅ Yes | The search term to find listings on Etsy |
| `maxListings` | integer | No | Maximum listings to return (default: 48, max: 500) |
| `enrichWithDetails` | boolean | No | Fetch full product details for each listing (default: true) |

---

### 📝 Example

#### Input
```json
{
  "searchQuery": "handmade silver rings",
  "maxListings": 96,
  "enrichWithDetails": true
}
````

#### Output (single listing)

```json
{
  "listing_id": "1234567890",
  "shop_id": "9876543",
  "title": "Sterling Silver Stacking Ring Set",
  "price": "25.00 US$",
  "shop_name": "SilverMoonStudio",
  "rating": "4.9",
  "review_count": "127",
  "image_url": "https://i.etsystatic.com/12345/r/il/abc123/4567890123/il_794xN.4567890123.jpg",
  "detail_url": "https://www.etsy.com/listing/1234567890/sterling-silver-stacking-ring",
  "title_en": "Sterling Silver Stacking Ring Set",
  "description": "Handcrafted set of five delicate sterling silver stacking rings...",
  "price_num": 25.0,
  "currency_code": "USD",
  "quantity": 15,
  "tags": ["silver ring", "stacking ring", "minimalist jewelry", "gift for her"],
  "materials": ["sterling silver", "925 silver"],
  "ships_from_country": "US",
  "images": [
    "https://i.etsystatic.com/12345/r/il/abc123/4567890123/il_fullxfull.4567890123_n1j6.jpg",
    "https://i.etsystatic.com/12345/r/il/abc123/4567890987/il_fullxfull.4567890987_6nww.jpg"
  ],
  "views": 1832,
  "favorites": 94,
  "is_available": true,
  "is_sold_out": false,
  "when_made": "2020,2024",
  "taxonomy_path": "Jewelry > Rings > Stackable Rings",
  "has_variation_pricing": false
}
```

Your dataset contains one JSON object per listing. Download as **JSON, CSV, HTML, or Excel** directly from Apify Console.

***

### 🔗 Related Actors

If you scrape other marketplaces, check out these related tools:

🛒 **[Alibaba Products Scraper](https://apify.com/devcake/alibaba-products-scraper)** — Extract wholesale product data and pricing from Alibaba.com for B2B sourcing and supplier research

🏭 **[Alibaba Supplier Scraper](https://apify.com/devcake/alibaba-supplier-scraper)** — Extract detailed supplier profiles from Alibaba.com including factory size, certifications, and response rates

🛍️ **[AliExpress Products Scraper](https://apify.com/devcake/aliexpress-products-scraper)** — Scrape AliExpress search results to find best-selling products with prices, ratings, and order counts

🏪 **[1688 Listings Scraper](https://apify.com/piotrv1001/1688-listings-scraper)** — Extract wholesale product data from 1688.com (Alibaba's domestic China B2B marketplace) — factory-direct prices, tiered bulk pricing, and MOQ

📱 **[TikTok Shop Search Scraper](https://apify.com/pratikdani/tiktok-shop-search-scraper)** — Scrape TikTok Shop search results for product data, prices, sellers, ratings, and media URLs

🛍️ **[eBay Search Scraper](https://apify.com/devcake/ebay-search-scraper)** — Extract eBay search results with prices, seller ratings, item conditions, and listing details

***

✨ Built with Apify. Data belongs to you — download, analyze, and act on it however you choose.

# Actor input Schema

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

List of search terms to find listings on Etsy. Each query runs independently.

## `maxListings` (type: `integer`):

Maximum number of unique listings to return.

## `enrichWithDetails` (type: `boolean`):

After scraping search results, fetch full product details (description, tags, materials, all images, engagement stats) for each listing.

## Actor input object example

```json
{
  "searchQueries": [
    "monster high"
  ],
  "maxListings": 48,
  "enrichWithDetails": true
}
```

# Actor output Schema

## `results` (type: `string`):

Scraped Etsy listings pushed to the default dataset

# 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 = {
    "searchQueries": [
        "monster high"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("devcake/etsy-search-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 = { "searchQueries": ["monster high"] }

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

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

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

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "monster high"
  ]
}' |
apify call devcake/etsy-search-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=devcake/etsy-search-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Etsy Search Scraper 2026",
        "description": "Scrape Etsy search results with optional product detail enrichment. Extract listings with prices, ratings, images, and full product details including description, tags, materials, and shipping info.",
        "version": "3.7",
        "x-build-id": "FbKjr3aHdMrWKalyd"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/devcake~etsy-search-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-devcake-etsy-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/devcake~etsy-search-scraper/runs": {
            "post": {
                "operationId": "runs-sync-devcake-etsy-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/devcake~etsy-search-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-devcake-etsy-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "searchQueries"
                ],
                "properties": {
                    "searchQueries": {
                        "title": "Search Queries",
                        "type": "array",
                        "description": "List of search terms to find listings on Etsy. Each query runs independently.",
                        "items": {
                            "type": "string"
                        },
                        "default": [
                            "monster high"
                        ]
                    },
                    "maxListings": {
                        "title": "Maximum Results",
                        "minimum": 30,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Maximum number of unique listings to return.",
                        "default": 48
                    },
                    "enrichWithDetails": {
                        "title": "Enrich with Full Product Details",
                        "type": "boolean",
                        "description": "After scraping search results, fetch full product details (description, tags, materials, all images, engagement stats) for each listing.",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
