Want to extract Etsy data straight into your spreadsheet?
You can see below the exhaustive list of selectors designed for any Etsy product/search page. These built-in data selectors are used within your =IMPORTFROMWEB( ) function; just pick them up directly in our Etsy Product scraper or use them by yourself in your own spreadsheet.
=IMPORTFROMWEB("url", "title,sale_price,rating")
Please note that ImportFromWeb works with most of Etsy markets.
Product page
Selector | Description |
---|---|
title | Product name |
rating | Average rating |
reviews_count | Number of reviews |
sale_price | Product price |
sale_price_currency | Product price currency |
sale_price_text | Product price text |
featured_image_source | Collects the main image source |
image_source_X | Collects the different images of the product (replace X by 1, 2, 3, etc.) |
description | Product description |
buybox_winner | Seller who gets the buybox |
shipping_cost | Shipping price |
shipping_cost_currency | Shipping price currency |
original_price | Original price from the seller |
original_currency | Original currency chosen by the seller |
list_price | Strike-Through Price / Manufacturer Suggested Retail Price |
list_price_currency | Currency of the Strike-Through Price / Manufacturer Suggested Retail Price |
list_price_text | Text of the Strike-Through Price / Manufacturer Suggested Retail Price |
Search page
Selector | Description |
---|---|
title | Collects each product title |
sale_price | Collects each product price |
sale_price_currency | Collects each product price currency |
list_price | Strike-Through Price / Manufacturer Suggested Retail Price |
list_price_currency | Currency of the Strike-Through Price / Manufacturer Suggested Retail Price |
rating | Collects average rating for each product listed |
reviews_count | Number of reviews |
featured_image_source | Collects the main image source for each product listed |