Skip to Content

Etsy product data API

The ShopAPIS Etsy product data API returns structured fields for any Etsy listing — price and currency, available quantity, the materials list, handmade vs. vintage and when-made flags, tags, shop name and rating, and the image set — as clean JSON. Etsy is the rare global marketplace with a documented Open API v3, so its handmade and vintage attributes come through cleanly. ShopAPIS handles the API and normalizes it into the same schema as every other platform.

Etsy is the world’s leading handmade, vintage and craft marketplace: ~$7.2B marketplace GMS in 2025 with 93.2M active buyers (Etsy SEC filing, Q3 2025). Its catalog richness is unique — listings carry materials, craft attributes and vintage/when-made metadata that no general marketplace exposes. Because the Open API v3 (free tier) covers most fields, Etsy has the lowest anti-bot friction of any platform in this group.

Why Etsy data is easier — and where parsing still helps

Etsy’s Open API v3 is the official, documented route to listing data — a genuine advantage over no-API platforms like Temu or Shein. It returns price, quantity, tags, materials, shop and images directly. The gaps: the API is rate-limited and key-gated, some shop-level analytics and full review text are not exposed, and listing volume at scale exceeds practical quota. ShopAPIS combines authenticated API access with supplemental parsing for the fields the API omits, and delivers it all in the unified schema.

Data fields returned

  • Identifiers — listing_id, shop_id, SKU, category/taxonomy ID.
  • Pricing — price, currency, sale price, quantity available.
  • Craft attributes — materials list, “who made it”, “when made it” / vintage flag, is-handmade, is-customizable, is-digital.
  • Tags — listing tags, occasion, style, recipient.
  • Shop — shop name, shop ID, total sales, shop rating, location.
  • Ratings — average review rating, review count, review samples.
  • Media & category — image gallery, taxonomy path.
  • Production — processing time, ships-from country.

Sample response

{ "platform": "etsy", "listing_id": 1487654321, "title": "Personalized Birth Flower Necklace, Handmade Sterling Silver", "price": { "amount": 38.00, "currency": "USD", "sale_price": 30.40 }, "quantity": 247, "attributes": { "who_made": "i_did", "when_made": "made_to_order", "is_vintage": false, "is_handmade": true, "is_customizable": true, "materials": ["Sterling Silver", "Gold Fill", "Cubic Zirconia"] }, "tags": ["birth flower", "personalized gift", "dainty necklace", "bridesmaid"], "shop": { "name": "AuroraFineJewelry", "shop_id": 19283746, "total_sales": 58420, "rating": 4.9, "location": "Portland, US" }, "rating": 4.92, "review_count": 12048, "processing_time": "1-3 business days", "images": ["https://i.etsystatic.com/abc/il_fullxfull.jpg"], "taxonomy_path": ["Jewelry", "Necklaces", "Pendant Necklaces"], "scraped_at": "2026-06-05T11:42:00Z" }

Markets & domains covered

  • Global — etsy.com serves buyers worldwide with localized currency display.
  • Key markets — US, UK, Canada, Australia, Germany and France lead GMS.

Etsy runs one global marketplace; ShopAPIS returns the listing in the requested display currency. See the Etsy Open API v3 docs  for the official reference.

Use cases

  • Handmade & craft price benchmarking — track comparable handmade listings. Feeds price monitoring.
  • Trend & attribute research — materials and tags reveal rising craft trends. See competitive intelligence.
  • Catalog enrichment — pull vintage/when-made and materials into your own data with catalog enrichment.
  • Review & sentiment mining — ratings and reviews feed review analytics.

Etsy’s Open API v3 is rate-limited and does not expose every field. ShopAPIS blends authenticated API access with supplemental parsing so handmade and vintage attributes arrive complete and at scale.

Stats from ShopAPIS market research, June 2026 (@plans/plan2-research/reports/oceania-and-global.md); source: Etsy 8-K Q3 2025 (SEC).

Last updated on