🔥 Etsy Products Search Scraper avatar

🔥 Etsy Products Search Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
🔥 Etsy Products Search Scraper

🔥 Etsy Products Search Scraper

Extract comprehensive product data from Etsy marketplace. Search by keywords to gather detailed product information, seller details, pricing, variations, and more.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

11

Total users

4

Monthly active users

2 months ago

Last modified

Share

Extract comprehensive product data from Etsy marketplace. Search by keywords to gather detailed product information, seller details, pricing, variations, and more.

✨ Key Features

  • 📥 Search products by keywords
  • 📊 Extract detailed product metadata including:
    • Product title and description
    • Product images
    • Seller information and ratings
    • Pricing and variations
    • Listing dates and favorite counts
    • Product highlights and features
  • 📈 Control scraping scope with item limits
  • 📋 Clean and structured JSON output

💪 Why Choose This Actor?

  • Comprehensive: Get all product details from Etsy listings
  • Flexible: Multiple input methods (keywords or URLs)
  • Efficient: Control pagination and item limits
  • Structured: Clean JSON output for easy integration
  • Reliable: Stable and consistent data extraction
  • User-Friendly: Simple input parameters

🎯 Perfect For

  • 📊 Market Researchers
  • 📈 E-commerce Analysts
  • 💼 Product Researchers
  • 🏢 Competitor Analysts
  • 🔍 Price Monitoring
  • 📋 Trend Analysis

📈 Use Cases

  1. Market Research: Analyze product trends and pricing
  2. Competitor Analysis: Monitor competitor's product listings
  3. Product Discovery: Find products by keywords or categories
  4. Price Monitoring: Track product prices over time
  5. Seller Analysis: Research seller information and ratings

📝 Input Requirements

The actor accepts the following input parameters:

  • queryKeywords (optional): Keywords to search for products on Etsy marketplace
  • itemLimit (optional): Maximum number of products to scrape. Useful when scraping large lists or search results
  • proxySettings (required): Proxy settings for the scraper. Use Apify proxy groups for best results

Input Example

{
"queryKeywords": "apple watch",
"itemLimit": 10,
"proxySettings": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output Example

{
"productUrl": "https://www.etsy.com/listing/823311406/diy-solar-printing-kit-craft-kit",
"productTitle": "DIY solar printing kit , craft kit , cyanotype , kit",
"imageUrls": [
"https://i.etsystatic.com/17436998/r/il/79f75b/4140208066/il_794xN.4140208066_kzi9.jpg"
],
"sellerInfo": {
"name": "ElementalLeaf",
"url": "https://www.etsy.com/shop/ElementalLeaf",
"numberOfReviews": null,
"rating": 4.9502
},
"reviewCount": null,
"price": "Now$8.94+",
"productVariants": [
{
"label": "sheets",
"values": [
"5 sheets ($8.94)",
"8 sheets ($10.37)"
]
}
],
"keyFeatures": [],
"listingDate": "Jan 22, 2026",
"favoriteCount": 84480
}