Etsy Scraper avatar
Etsy Scraper
Try for free

3 days trial then $30.00/month - No credit card required now

View all Actors
Etsy Scraper

Etsy Scraper

epctex/etsy-scraper
Try for free

3 days trial then $30.00/month - No credit card required now

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.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "startUrls": [
8    "https://www.etsy.com/listing/743657804/sheepskin-slippers-wool-slippers-fur?ga_order=most_relevant&ga_search_type=all&ga_view_type=gallery&ga_search_query=&ref=sc_gallery-5-1&plkey=89e47f49c28602795b44fc71559e2839056339d8%3A743657804&frs=1",
9    "https://www.etsy.com/c/clothing-and-shoes?ref=catnav-10923",
10    "https://www.etsy.com/search?q=apple%20watch",
11    "https://www.etsy.com/shop/PetiteFraise?ref=simple-shop-header-name&listing_id=490831663&page=2#items"
12  ],
13  "maxItems": 10,
14  "endPage": 1,
15  "extendOutputFunction": "($) => {\n    const result = {};\n    // Uncomment to add a title to the output\n    // result.title = $('title').text().trim();\n\n    return result;\n}",
16  "customMapFunction": "(object) => { return {...object} }",
17  "proxy": {
18    "useApifyProxy": true,
19    "apifyProxyGroups": [
20      "RESIDENTIAL"
21    ]
22  }
23}
24EOF
25
26# Run the Actor using an HTTP API
27# See the full API reference at https://docs.apify.com/api/v2
28curl "https://api.apify.com/v2/acts/epctex~etsy-scraper/runs?token=$API_TOKEN" \
29  -X POST \
30  -d @input.json \
31  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 88 monthly users
  • 11 stars
  • 94.7% runs succeeded
  • 0.55 hours response time
  • Created in Mar 2021
  • Modified about 23 hours ago
Categories