Turn webpages into LLM-ready data at scale with a simple API call

Etsy Scraper API

Collect Etsy product details and reviews to draw inspiration from a gold mine of creativity.

Let ScraperAPI unlock Etsy data at a large scale for you!

We’ll customize your concurrency, speed, and trial — for high-volume scraping.

Details of ScraperAPI Etsy scraper
Scrape Etsy with ScraperAPI

Join the 10,000+ data-focused companies using ScraperAPI

Setup Etsy Product Scrapers in Minutes

Scraping Etsy Got Easier

Send any Etsy URL to our Scraping API and let ScraperAPI handle any complexity on your way.

Using machine learning and statistical analysis, ScraperAPI chooses the right IPs and headers to bypass Etsy’s anti-scraping mechanisms, handle CAPTCHAs, and more.

json export
//AFTER PARSING
[
    {
        "name": "Deluxe Adult King Royal cape",
        "price": "123.42",
        "URL": "https://www.etsy.com/de-en/listing/1346492790/deluxe-adult-king-royal-cape?click_key=531b3f27d5862bcdb6751dbd3253429bce28fb72%3A1346492790&click_sum=f3facba3&ga_order=most_relevant&ga_search_type=all&ga_view_type=gallery&ga_search_query=&ref=search_grid-668418-1-1&pro=1&sts=1"
    },
    {
        "name": "Dark Grey Wolf Furry Kids Costume Cat Mouse Animal Print Halloween Spandex Cosplay Leggings Children Rash Guard Shirt Toddler Birthday",
        "price": "32.53",
        "URL": "https://www.etsy.com/de-en/listing/1095397077/dark-grey-wolf-furry-kids-costume-cat?click_key=927ccc114a369129c79e5182815d9a95c3fd4168%3A1095397077&click_sum=16f92fb6&ga_order=most_relevant&ga_search_type=all&ga_view_type=gallery&ga_search_query=&ref=search_grid-668418-1-2&pro=1&sts=1"
    },
    {
        "name": "costume for boys, halloween costume for kids",
        "price": "151.00",
        "URL": "https://www.etsy.com/de-en/listing/1528279697/costume-for-boys-halloween-costume-for?click_key=92dcd4dd01174c5a08181ed5114d6b330f6ae4f4%3A1528279697&click_sum=59ce240f&ga_order=most_relevant&ga_search_type=all&ga_view_type=gallery&ga_search_query=&ref=search_grid-668418-1-3&frs=1"
    }, //MORE DATA...
python snippet
import requests
from bs4 import BeautifulSoup
import json
 
API_KEY = 'YOUR_API_KEY' #add your API key
etsy_products = []
 
 
for x in range(1, 2):
    response = requests.get(
    f'https://api.scraperapi.com?api_key={API_KEY}&url=https://www.etsy.com/c/clothing/boys-clothing/costumes?ref=pagination&explicit=1&page={x}')
    soup = BeautifulSoup(response.content, 'html.parser')
 
 
    products = soup.select('li.wt-show-md.wt-show-lg')
    for product in products:
        product_name = product.select_one(
        'h2.v2-listing-card__title').text.strip()
        product_price = product.select_one('span.currency-value').text
        product_url = product.select_one(
        'li.wt-list-unstyled div.js-merch-stash-check-listing a.listing-link')['href']
        etsy_products.append({
            'name': product_name,
            'price': product_price,
            'URL': product_url
        })
 
 
with open('etsy-data.json', 'w') as file:
    json.dump(etsy_products, file)
json export
[ Etsy ](/sg-en/?ref=lgo)

Categories

Browse

Search for items or shops

Clear search

[  Skip to Content ](#content)

* Sign in
* [ ](https://www.etsy.com/sg-en/guest/favorites?ref=hdr-fav) Favourites
* [ ](/sg-en/gift-mode?ref=gm%5Futility%5Fnav)  Gifts
* [  0 ](https://www.etsy.com/sg-en/cart?ref=hdr-cart) Basket

* [  Gifts ](/sg-en/gift-mode?ref=gm%5Fglobal%5Fnav)
* [ Mother’s Day Gifts](https://www.etsy.com/sg-en/c/gifts/mothers-day-gifts?ref=MDAY25%5Fcat%5Fnav)
* [ Home Favourites](/sg-en/featured/hub/home-favorites?ref=contentful%5Fpromo%5Fcat%5Fnav-4)
* [ Fashion Finds](/sg-en/featured/hub/fashion-favorites?ref=contentful%5Fpromo%5Fcat%5Fnav-5)
* [ Registry](/sg-en/registry?ref=contentful%5Fpromo%5Fcat%5Fnav-7)

* [Homepage](https://www.etsy.com/sg-en/?ref=catnav%5Fbreadcrumb-home)
* [Paper & Party Supplies](https://www.etsy.com/sg-en/c/paper-and-party-supplies?ga%5Forder=most%5Frelevant&ga%5Fsearch%5Ftype=all&ga%5Fview%5Ftype=gallery&ga%5Fsearch%5Fquery=kids+easter+gift&ref=catnav%5Fbreadcrumb-0&pro=1&etp=1&organic%5Fsearch%5Fclick=1&logging%5Fkey=5fa9a9ee11fb4340eef148b1bea673ad3ae2d459%3A1676409596&explicit=1)
* [Party Favours & Games](https://www.etsy.com/sg-en/c/paper-and-party-supplies/party-supplies/party-favors-and-games?ga%5Forder=most%5Frelevant&ga%5Fsearch%5Ftype=all&ga%5Fview%5Ftype=gallery&ga%5Fsearch%5Fquery=kids+easter+gift&ref=catnav%5Fbreadcrumb-2&pro=1&etp=1&organic%5Fsearch%5Fclick=1&logging%5Fkey=5fa9a9ee11fb4340eef148b1bea673ad3ae2d459%3A1676409596&explicit=1)
* [Party Games](https://www.etsy.com/sg-en/c/paper-and-party-supplies/party-supplies/party-favors-and-games/party-games?ga%5Forder=most%5Frelevant&ga%5Fsearch%5Ftype=all&ga%5Fview%5Ftype=gallery&ga%5Fsearch%5Fquery=kids+easter+gift&ref=catnav%5Fbreadcrumb-3&pro=1&etp=1&organic%5Fsearch%5Fclick=1&logging%5Fkey=5fa9a9ee11fb4340eef148b1bea673ad3ae2d459%3A1676409596&explicit=1)

[Back to search results](https://www.etsy.com/sg-en/search?ga%5Forder=most%5Frelevant&ga%5Fsearch%5Ftype=all&ga%5Fview%5Ftype=gallery&ga%5Fsearch%5Fquery=kids+easter+gift&ref=return%5Fto%5Fsearch&pro=1&etp=1&organic%5Fsearch%5Fclick=1&logging%5Fkey=5fa9a9ee11fb4340eef148b1bea673ad3ae2d459%3A1676409596&explicit=1&q=kids+easter+gift)

Etsy’s Pick

Etsy’s Picks are hand selected by our style experts to highlight items from shops that have shown quality, reliability and style.

[ Discover more ](https://www.etsy.com/sg-en/featured/hub/etsy-picks?ref=listing%5Fetsys%5Fpick%5Fsignal)

Add to Favourites

* ![Easter joy meets classic fun with our personalized wooden Noughts and Crosses game shaped like a bunny. Engraved with the name, it comes adorned with Easter eggs and bunnies for playful holiday gaming.  EasterGame PersonalizedGift WoodenBunny KidsFun](https://i.etsystatic.com/28040837/r/il/ca2399/5816780804/il_794xN.5816780804_mk78.jpg)
* Loading 
Hm, we’re having trouble loading this video. 
Try to refresh the page or come back later.
* ![Easter Bunny Game Gift, Pocket Size, Noughts and Crosses, Tic Tac Toe, Wooden, Personalised, Favour, Easter Party, Easter Egg Hunt image 2](https://i.etsystatic.com/28040837/r/il/441b17/5864864503/il_794xN.5864864503_7lc0.jpg)
* ![Easter Bunny Game Gift, Pocket Size, Noughts and Crosses, Tic Tac Toe, Wooden, Personalised, Favour, Easter Party, Easter Egg Hunt image 3](https://i.etsystatic.com/28040837/r/il/a18151/5864864529/il_794xN.5864864529_h8pm.jpg)
* ![Easter Bunny Game Gift, Pocket Size, Noughts and Crosses, Tic Tac Toe, Wooden, Personalised, Favour, Easter Party, Easter Egg Hunt image 4](https://i.etsystatic.com/28040837/r/il/4bb939/5816780158/il_794xN.5816780158_l8k8.jpg)
* ![Easter Bunny Game Gift, Pocket Size, Noughts and Crosses, Tic Tac Toe, Wooden, Personalised, Favour, Easter Party, Easter Egg Hunt image 6](https://i.etsystatic.com/28040837/r/il/c45225/5816780162/il_794xN.5816780162_hg46.jpg)
* ![Easter Bunny Game Gift, Pocket Size, Noughts and Crosses, Tic Tac Toe, Wooden, Personalised, Favour, Easter Party, Easter Egg Hunt image 8](https://i.etsystatic.com/28040837/r/il/b0a93c/5816780184/il_794xN.5816780184_gnkb.jpg)
* ![Easter Bunny Game Gift, Pocket Size, Noughts and Crosses, Tic Tac Toe, Wooden, Personalised, Favour, Easter Party, Easter Egg Hunt image 9](https://i.etsystatic.com/28040837/r/il/ab9dca/5922920350/il_794xN.5922920350_4ype.jpg)

## What’s wrong with this listing?

### Add more details

### Share more specifics to help us review this item and protect our marketplace.

Choose a reason… There’s a problem with my order It uses my intellectual property without permission I don’t think it meets Etsy’s policies Choose a reason…

The first thing you should do is contact the seller directly.

If you’ve already done that, your item hasn’t arrived, or it’s not as described, you can report that to Etsy by opening a case.

[ Report a problem with an order](/sg-en/help/article/5307)

[TRUNCATED]
python snippet
import requests

payload = {
   'api_key': 'YOUR_API_KEY',  y
   'url': 'https://www.etsy.com/sg-en/listing/1676409596/easter-bunny-game-gift-pocket-size?ga_order=most_relevant&ga_search_type=all&ga_view_type=gallery&ga_search_query=kids+easter+gift&ref=sr_gallery-1-4&pro=1&etp=1&organic_search_click=1&logging_key=5fa9a9ee11fb4340eef148b1bea673ad3ae2d459%3A1676409596', 
   'country': 'us',               'output_format': 'markdown' }

response = requests.get('https://api.scraperapi.com/', params=payload)
etsy_data = response.text

with open('etsy-product.md', 'w', encoding='utf-8') as f:
   f.write(etsy_data)

Turn Etsy Pages into LLM-Ready Data

When you set the output parameter to text or markdown, ScraperAPI will fetch any Etsy product page and deliver it as clean, LLM‑ready text—no extra parsing or preprocessing required.

By utilizing clean web pages and product data from any Etsy domain, you can effectively fine-tune or train your LLMs to build applications ranging from helpful gift recommendation systems to robust AI fraud detectors.

Speed Up Turnaround on Large Etsy Scraping Projects

Achieve higher scraping speed with our Async Scraper:

Let us manage timeouts, retries, anti-scraping mechanisms and any other complexity, and focus on getting the insights you need.
Async Scraper Service
Data Pipeline

Put Etsy Scraping in Autopilot

DataPipeline lets you build and schedule complete Etsy scraping projects without writing a single line of code.

 

Just submit a list of Etsy URLs, select your preferred method to receive the data, and let us do the rest.

 

You’ll get accurate HTML data directly to your folder, database, or wherever needed.

Collect Etsy Data from Anywhere

Etsy shows you different data based on where you are; quickly set specific countries you want your request to come from to extract accurate, localized data.


Geotargeting is included in all plans.

ScraperAPI geotargeting
IP locatations

40M IPs Around
the World

Uptime guarantee

99.9%
Uptime Guarantee

Unlimited bandwith

Unlimited
Bandwidth

Professional support

Professional
Support

Use the Right Tool — Power Up Your Infrastructure or Go Low-Code

No matter the level of complexity, ScraperAPI is designed to fit any use case.

API

Integrate ScraperAPI to your existing infrastructure to improve the performance of your scrapers, achieve higher success rates, and increase scraping speed.

Automate your entire data pipeline at scale without writing a single line of code. Save on maintaining costly coding infrastructures and managing complex scrapers.

Handle millions of requests at a near 100% success rate with a simple Post() request. Scale your data collection for even the toughest domains.

Gather Millions of Etsy Product Details Efficiently

Need more than 3M API credits a month?
Get in touch with our team of experts to build a custom plan that fits your goals, including 100+ concurrent threads, an account manager, and premium support

Etsy Scraping Tutorials

Learn how to scrape Etsy with our step-by-step guides

Build an Etsy scraper from scratch using Python and BeautifulSoup

Find the Right Scraper for You

Get accurate, actionable business insights from the world’s biggest websites.

Use our structured data endpoints (SDEs) to turn raw HTML into ready-to-analyze JSON or CSV data.

What Our Customers
Are Saying

One of the most frustrating parts of automated web scraping is constantly dealing with IP blocks and CAPTCHAs. ScraperAPI gets this task off of your shoulders.

based on 50+ reviews

BigCommerce

Simplify Etsy Scraping with ScraperAPI

Test It Free For 7 Days

Hobby

Ideal for small projects or personal use.

Hobby

$49

/ month

$44

/ month, billed annually

Startup

Great for small teams and advanced users.

Startup

$149

/ month

$134

/ month, billed annually

Business

Perfect for small-medium businesses.

Business

$299

/ month

$269

/ month, billed annually

Scaling

Most popular

Perfect for teams looking to scale their operations.

Business

$475

/ month

$427

/ month, billed annually

Enterprise

Need more than 5,000,000 API Credits with all premium features, premium support and an account manager?

Working on large projects and want to test longer?

Get a free consultation from our web scraping experts.