
Etsy Shop Scraper
Pricing
$2.00 / 1,000 results
Go to Store

Etsy Shop Scraper
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
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
Field | Type | Description | Default Value |
---|---|---|---|
query | String | The name of the shop to search for on Etsy. | "" |
limit | Integer | Maximum number of shops to retrieve data from. | 10 |
offset | Integer | Number of search results to skip. | 0 |
max_shop_listings | Integer | Maximum number of product listings to scrape per shop. | 6 |
Example Input
{"query": "shop name","limit": 10,"offset": 0,"max_shop_listings": 6}