#
# # # # #

Etsy Product Scraper API

API:Scraper

US$5US$12

  • Etsy product scraper crawls the product information from Etsy SERP results. Users can scrape all results adding the number of SERPs. The scraped data metrics have product pricing, name, image URLs and the product page URL. Country parameter is available for users to shift between product info from different countries.

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

API Practical Application Showcase 1


Etsy Product Scraper API

API Practical Application Showcase Case 2


Etsy Product Scraper API

Features

  • Etsy product scraper crawls the product information from Etsy SERP results
  • Users can scrape all results by adding the number of SERPs.
  • The scraped data metrics have product pricing, name, image URLs and the product page URL
  • Country parameter is available for users to shift between product info from different countries.

API Endpoint Specifications

  • Endpoint Path: /api/1/etsy
  • Type of Data: JSON & 20/minute
  • Data Source: Etsy
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

Etsy Product Scraper API Endpoint Basic Info

API Endpoint Path

required

ETSY SERP Product Data Scraper API

api/1/etsy


Call Method

Required

GET

Type of Data Return

JSON

Output structured JSON data on ETSY SERP product


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Free and paid subscription APIs are both available: /api/1/etsy, and accessible to on-site APP on /app/1/etsy as well

keyword

required

Input a keyword in English


totalpage

Optional

Total amount of product SERP page scraping. Max. amount of pages are 5. The default value is 1st page, which is 1.


ETSY SERP Product Data Scraper API

api/1/etsy


Code Integration and Response

Python Code Sample


import requests

# Required components #

token = "your buyfromlo token"
apiendpoint = "https://api.buyfromlo.com/api/1/etsy?"
keyword = "the target product keyword"

# Max.5 #
totalpage = "target total number of pages"

data="keyword=" + keyword + "&totalpage=" + totalpage
headers={"Authorization":"Bearer " + token}

# Call the api #
response = requests.get(apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON Response Sample


{
    "Product Title": " " (string),
    "Pricing": " " (float),
    "Shipping Fee": " " (float),
    "Image URL": " " (string),
    "PDP URL": " " (string)
}
                        

FAQ

The Etsy Product Scraper API is a tool that allows you to extract product information from Etsy search engine result pages (SERPs).

You can scrape product pricing, name, image URLs, and product page URLs.

Yes, you can specify the country parameter to scrape product information from different countries.

The request limit is 500 requests per month per token.

The Etsy Product Scraper API supports cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript.

You can find code examples for integrating the Etsy Product Scraper API with your application in cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript on our website.

Yes, there is a free tier available. You can also purchase a subscription for increased usage limits.

You can find more information about the Etsy Product Scraper API on our website.

The Etsy Product Scraper API can help you save time and money by automating the process of scraping product information from Etsy. It can also help you improve your data accuracy and efficiency.

No, the Etsy Product Scraper API is specifically designed to scrape product information from Etsy.