#
# # # # #

Amazon SERP 製品スクレーパー API

API:Scraper

ドル$15ドル$20

  • Amazon SERP 情報スクレーパーは, Amazon.com からの製品検索結果をクロールします。ユーザーはキーワードを入力し, オプションとして国のドメインを追加することでSERPをクロールできます。国別ドメインは, .de, .co.jp など, 世界中のすべての Amazon マーケットプレイス ドメインをカバーします。スクレイピングされたデータセットには, 製品名, 価格設定, PDP ページ, 画像, レビューなどが含まれます。

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

特徴

  • Amazon SERP 情報スクレーパーは, Amazon.com からの製品検索結果をクロールします。
  • ユーザーはキーワードを入力し, オプションとして国のドメインを追加することでSERPをクロールできます。
  • 国別ドメインは, .de, .co.jp など, 世界中のすべての Amazon マーケットプレイス ドメインをカバーします。
  • スクレイピングされたデータセットには, 製品名, 価格設定, PDP ページ, 画像, レビューなどが含まれます

APIエンドポイント仕様

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

APIエンドポイントパス

必須

Amazon SERP商品データスクレイパーAPI

api/1/amazonserp


メソッドの呼び出し

必須

GET

返されるデータの種類

JSON

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


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

token

必須

BUYFROMLO API トークンを購入します. 有料サブスクリプション API が利用可能です: /api/1/amazonserp , /app/1/amazonserp のオンサイト APP にもアクセス可能

keyword

必須

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


country

オプション

マーケットプレイスの国を入力します. デフォルトは amazon.com です. API は, Amazon で利用できるマーケットプレイスの国の完全なリストにアクセスできます.


Amazon SERP商品データスクレイパーAPI

api/1/amazonserp


コードの統合と対応

Python コードサンプル


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/amazonserp?"

## Required Arguments & Parameters ##

token = ""your buyfromlo token""
keyword = ""Input a keyword""

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

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

JSON 応答サンプル


{
    "Scraping Date": " " (string),
    "Product Name": " " (string),
    "Product Pricing": " " (float),
    "Product Page URL": " " (string),
    "Product Image": " " (string),
    "Product Stars": " " (float),
    "Product Review": " " (integer),
    "Best Seller Or Not": " " (string),
}
                        

4.5 (全体)

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

最新のレビュー

よくある質問

The BUYFROMLO Shopify Product scraper API allows you to scrape product information from any webshop built using the Shopify platform.

You can scrape up to 500 SKUs per request.

The scraped results include 15+ product data metrics, such as pricing, date_created, product name, and more.

Yes, the API supports scraping both top domain and subdomain Shopify webshop domains.

Yes, the API is intended for personal use only.

You can find more information regarding API usage obligation and liability in the Legal Terms of Service and Condition.

The endpoint path for the API is \/api\/1\/shopifyTracker.

The API supports JSON and 20\/minute data formats.

The data source for the API is Shopify.

Yes, there is a limit of 500 requests per month.