#
# # # # #

Etsy 製品スクレーパー API

API:Scraper

ドル$5ドル$12

  • Etsy 製品スクレーパーは, Etsy SERP の結果から製品情報をクロールします。ユーザーはすべての結果を収集して SERP の数を追加できます。スクレイピングされたデータメトリクスには, 製品の価格, 名前, 画像の URL, 製品ページの URL が含まれます。ユーザーは国パラメータを使用して, さまざまな国の製品情報を切り替えることができます。

  • API の使用義務と責任の詳細については, 法的利用規約と条件をお読みください。

API実践事例1


Etsy 製品スクレーパー API

API実践事例2


Etsy 製品スクレーパー API

特徴

  • Etsy 製品スクレーパーは Etsy SERP 結果から製品情報をクロールします
  • ユーザーはSERPの数を追加することですべての結果を収集できます。
  • スクレイピングされたデータメトリクスには, 製品の価格, 名前, 画像の URL, 製品ページの URL が含まれます。
  • ユーザーは国パラメータを使用して, さまざまな国の製品情報を切り替えることができます。

APIエンドポイント仕様

  • Endpoint Path: /api/1/etsy
  • Type of Data: JSON & 20/分
  • Data Source: Etsy
  • Request Limit: 500リクエスト/月
  • Script & Integration: cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript と統合するコード
Etsy 製品スクレーパー API エンドポイントの基本情報

APIエンドポイントパス

必須

ETSY SERP 製品データ スクレーパー API

api/1/etsy


メソッドの呼び出し

必須

GET

返されるデータの種類

JSON

構造化されたJSONデータをETSY SERP製品に出力


利用可能な API 引数とパラメータ

token

必須

BUYFROMLO API トークンを購入します. 無料および有料のサブスクリプション API は両方とも利用できます: /api/1/etsy< /a>, /app/1/etsy のオンサイト APP にもアクセス可能

keyword

必須

英語でキーワードを入力してください


totalpage

オプション

製品SERPページのスクレイピングの合計量. 最大ページ数は 5 です. デフォルト値は 1 ページ目, つまり 1 です.


ETSY SERP 製品データ スクレーパー API

api/1/etsy


コードの統合と対応

Python コードサンプル


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 応答サンプル


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

4.5 (全体)

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

最新のレビュー

#

Great for Market Research Aaliyah Chen 2024-08-07

This Etsy Product Scraper API is a lifesaver! I was able to easily scrape product information, including pricing and images, from different countries. It's been incredibly helpful for my market research.

よくある質問

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.