Etsy Store Scraper avatar
Etsy Store Scraper

Pricing

Pay per event

Go to Apify Store
Etsy Store Scraper

Etsy Store Scraper

Scrapes product data from Etsy stores, including titles, prices, images, ratings, and reviews. Uses residential proxies to bypass anti-bot protection and handles dynamic content loading.

Pricing

Pay per event

Rating

0.0

(0)

Developer

yesintelligent

yesintelligent

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

Effortlessly scrape detailed product information from any Etsy store. Our powerful Etsy store scraper bypasses anti-bot measures to extract accurate, structured data for market research, price monitoring, and competitor analysis.

Key Features

  • Comprehensive Data Extraction: Get product titles, prices, images, and URLs.
  • Anti-Detection Technology: Overcomes Etsy's bot protection systems using advanced stealth techniques.
  • Structured Output: Clean JSON data ready for analysis or integration.
  • Proxy Support: Built-in residential proxy rotation for reliable scraping.
  • Speed and Efficiency: Optimized to run fast and headless for better performance.

How to Use

  1. Enter Shop Name: Provide the Etsy shop name you want to scrape.
  2. Configure and Run: Set your desired item limit and run the scraper.
  3. Download Your Data: Get structured product data in JSON format.

Input Configuration

FieldTypeDescriptionDefault
shopNameStringThe name of the Etsy shop to scrape.yesintelligent
maxItemsIntegerMaximum number of items to scrape. 0 means no limit.100
proxyConfigObjectProxy configuration for IP rotation to prevent blocking.Residential proxies in GB

Output Example

{
"title": "Handmade Ceramic Mug",
"sellerName": "ArtisanPotteryShop",
"shopUrl": "https://www.etsy.com/uk/shop/ArtisanPotteryShop",
"price": "24.99",
"currency": "£",
"images": [
"https://i.etsystatic.com/some_image_path/il_fullxfull.12345.jpg"
],
"scrapedUrl": "https://www.etsy.com/uk/listing/12345/handmade-ceramic-mug",
"scrapedAt": "2025-11-20T12:00:00.000Z",
"status": "success"
}

Cost Information

Running this actor is cost-effective. Here is a breakdown of estimated costs:

  • Free Tier: You can process a limited number of products for free on the Apify Free plan.
  • Average Cost: The estimated cost for scraping 1,000 products is approximately $0.50.

Please note that actual costs may vary based on the complexity of the website and the resources consumed.

Integration Options

You can easily integrate this scraper with your own applications using the Apify API.

Via API

To run the actor and get your data, make a POST request with your input configuration.

curl -X POST https://api.apify.com/v2/acts/YOUR_USERNAME~ETSY-SCRAPER/runs \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"shopName": "FireflyCustom",
"maxItems": 50
}'

Support & Troubleshooting

  • Common Issues:
    • No products found: Ensure the shop name is correct and the shop has public listings.
    • Actor timed out: Try increasing the timeout settings or using a more reliable proxy.
  • Contact Us: If you encounter any issues, please report them on the 'Issues' tab of the actor page on the Apify platform.