Etsy Shop Scraper avatar
Etsy Shop Scraper

Pricing

$2.00 / 1,000 results

Go to Store
Etsy Shop Scraper

Etsy Shop Scraper

Developed by

axly

axly

Maintained by Community

Scrape Etsy shops by name, retrieving detailed shop info and product listings. Supports pagination and configurable limits for efficient data extraction.

0.0 (0)

Pricing

$2.00 / 1,000 results

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

10 days ago

Task License

An Apify actor for scraping shop data from Etsy. This tool allows you to search for shops on Etsy by name and retrieve detailed information about the shops and their listings.

Features

  • Search for Etsy shops by name.
  • Retrieve detailed shop information including shop name, description, ratings, and more.
  • Scrape a configurable number of product listings per shop.
  • Pagination support with limit and offset parameters for search results.

Usage

Input Parameters

FieldTypeDescriptionDefault Value
queryStringThe name of the shop to search for on Etsy.""
limitIntegerMaximum number of shops to retrieve data from.10
offsetIntegerNumber of search results to skip.0
max_shop_listingsIntegerMaximum number of product listings to scrape per shop.6

Example Input

{
"query": "shop name",
"limit": 10,
"offset": 0,
"max_shop_listings": 6
}