Etsy Scraper avatar
Etsy Scraper

Pricing

$30.00/month + usage

Go to Store
Etsy Scraper

Etsy Scraper

Developed by

epctex

epctex

Maintained by Community

Scrape valuable data from over 4 million Etsy sellers. Extract product details, descriptions, listed date, images, seller info, and more. Customize your searches and filters to gather the desired information effortlessly.

0.0 (0)

Pricing

$30.00/month + usage

33

Total users

2k

Monthly users

166

Runs succeeded

>99%

Issue response

3.7 days

Last modified

13 hours ago

GB

Modify scraped details

Closed

glass_beech opened this issue
2 years ago

Is it possible to run your Etsy scrapper and only pull this information: seller/url seller/name

I don't need all the additional info so it is taking a lot of time to pull info that I just delete.

Thanks.

TU

tugkan

2 years ago

Hey jason byer!

We just added a new functionality called "Custom Map Function" where you can define the output you want. On your case, you can specify the following into that input field and retrieve these results.

(object) => { return {name: object?.seller?.name, url:object?.seller?.url} }

Best