





API:Scraper
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
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
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)
}
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.