Etsy Product Byseller avatar

Etsy Product Byseller

Try for free

1 day trial then $24.99/month - No credit card required now

View all Actors
Etsy Product Byseller

Etsy Product Byseller

pintostudio/etsy-product-byseller
Try for free

1 day trial then $24.99/month - No credit card required now

This actor is a powerful tool for extracting product data from an Etsy shop based on the seller's name. This actor is ideal for ecommerce enthusiasts, developers, and researchers looking to gather detailed product information directly from Etsy's platform.

Etsy Product By Seller Actor

The Etsy Product By Seller actor is a powerful tool for extracting product data from an Etsy shop based on the seller's name. This actor is ideal for ecommerce enthusiasts, developers, and researchers looking to gather detailed product information directly from Etsy's platform.

Features

  • Extract Product Details: Fetch product titles, images, prices, discounts, and more.
  • Paginated Results: Control the number of results per page with customizable pagination.
  • Multi-Currency Support: Specify the desired currency for price display.
  • SEO-Optimized Listings: Get product data ready for analytics or SEO campaigns.

Use Cases

  • Analyzing competitor products and pricing strategies.
  • Building a database of Etsy products for research or ecommerce projects.
  • Automating Etsy product updates for affiliate marketing.

Input Parameters

The actor accepts the following parameters:

ParameterTypeRequiredDefault ValueDescription
shopNameStringYesN/AThe name of the Etsy shop (seller) whose product listings you want to scrape.
pageStringNo1The page number of the product results to retrieve.
perPageStringNo36The number of product results per page. Maximum supported is 36.
currencyStringNoUSDThe currency in which the product prices will be displayed. Supports Etsy-supported currency codes like USD, EUR, GBP, etc.

JSON Response Example

Below is a sample JSON response from the actor:

1{
2  "shopName": "ZehrCustomEngraving",
3  "productsCount": "32",
4  "products": [
5    {
6      "listingId": "1809599264",
7      "title": "S’mores Board. personalized with last name. family gift. Christmas. holidays. zehr. gift idea. cutting board. unique gift idea. laser. sale.",
8      "image": "https://i.etsystatic.com/19757930/r/il/5498d3/6419100178/il_340x270.6419100178_5bny.jpg",
9      "price": {
10        "salePrice": "45.00",
11        "originalPrice": "60.00",
12        "currencySymbol": "$",
13        "currency": "USD",
14        "discount": "(25% off)",
15        "freeDelivery": "FREE delivery"
16      },
17      "url": "https://www.etsy.com/listing/1809599264/smores-board-personalized-with-last-name?click_key=13086fc146d46d248c53695c2c7de86b7ef643bf%3A1809599264&click_sum=cf093563&ref=shop_home_active_1&pro=1&frs=1",
18      "shop": {
19        "shopName": "ZehrCustomEngraving",
20        "shopId": 19757930
21      },
22      "bestseller": false
23    }
24  ]
25}

Key Fields in Response

  • shopName: Name of the Etsy shop.
  • productsCount: Total number of products in the shop.
  • products: An array of products with the following details:
    • listingId: Unique ID for the product.
    • title: The product's title, optimized with relevant keywords.
    • image: URL of the product's image.
    • price: Object containing sale price, original price, currency, and discounts.
    • url: Direct link to the product's page on Etsy.
    • bestseller: Boolean indicating if the product is a bestseller.

SEO Benefits

This actor helps you gather SEO-rich data from Etsy, including:

  • Keyword-Rich Titles: Extract titles filled with descriptive keywords for SEO optimization.
  • Pricing Insights: Analyze price trends and discounts for strategic decision-making.
  • Visual Content: Fetch high-quality images for better content marketing.

How to Run

  1. Navigate to the Etsy Product By Seller actor on Apify.
  2. Provide the required parameters (e.g., shopName).
  3. Click Run Actor to start scraping.
  4. Download or integrate the results into your application via the Apify API.

Limitations

  • The actor supports a maximum of 36 products per page.
  • Data availability depends on the shop's visibility and Etsy's API constraints.

Optimize your Etsy product analysis today with the Etsy Product By Seller actor!

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 3 days ago