
Etsy Scraper
Pricing
$30.00/month + usage

Etsy Scraper
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
Modify scraped details
Closed
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.
tugkan
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