#
# # # # #

Amazon商品ページコンテンツスクレイパーAPI

API:Scraper

ドル$15ドル$20

  • Amazon PDP 情報スクレーパーは, Amazon.com から特定の商品ページのデータをクロールします。ユーザーは, ASIN コードと国ドメインを使用して, 特定の Amazon PDP 情報をクロールできます。国別ドメインは, .de, .co.jp など, 世界中のすべての Amazon マーケットプレイス ドメインをカバーします。スクレイピングされたデータセットには, 商品に関連する 10 以上のメトリクスが含まれています。

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

特徴

  • Amazon PDP 情報スクレーパーは, Amazon.com から特定の商品ページのデータをクロールします。
  • ユーザーは ASIN コードと国ドメインを使用して特定の Amazon PDP 情報をクロールできます
  • 国別ドメインは, .de, .co.jp など, 世界中のすべての Amazon マーケットプレイス ドメインをカバーします。
  • スクレイピングされたデータセットには製品に関連する 10 以上の指標が含まれています

APIエンドポイント仕様

  • Endpoint Path: /api/1/amazonpdp
  • 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商品ページコンテンツスクレイパーAPI エンドポイントの基本情報

APIエンドポイントパス

必須

Amazon PDP コンテンツ スクレーパー API

api/1/amazonpdp


メソッドの呼び出し

必須

GET

返されるデータの種類

JSON

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


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

token

必須

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

keyword

必須

スクレイピングする商品データに関連するキーワードを入力します


country

オプション

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


Amazon PDP コンテンツ スクレーパー API

api/1/amazonpdp


コードの統合と対応

Python コードサンプル


import requests

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

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


{
    "Product Name": " " (string),
    "Brand Name": " " (string),
    "Brand Store Page": " " (string),
    "Product Full Description": " " (string),
    "product Brief Description": " " (string),
    "Product Pricing": " " (float),
    "Product Offer Pricing": " " (float),
    "Shipping Price": " " (float),
    "Availability": " " (string),
    "Product Category": " " (string),
    "Average Rating": " " (float),
    "Total Reviews": " " (integer),
    "Seller ID": " " (string),
    "Seller Name": " " (string),
    "FBA": " " (string),
    "Images URL": " " (string),
    "Featured Bullet Points": " " (string),
}
                        

4.5 (全体)

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

最新のレビュー

よくある質問

The Amazon Product Page Content Scraper API enables you to gather specified product page information from Amazon.com by utilizing the ASIN code and the relevant country domain.

The API retrieves a range of product-related metrics, including title, description, price, reviews, ratings, images, variations, and more.

The API delivers the scraped data in JSON format.

The data is updated and refreshed every 20 minutes.

The data is directly obtained from Amazon.

The API has a usage limit of 500 requests per month per token.

The API offers integration with a variety of programming languages, including cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript.

No, the API is designed to be easily accessible and doesn't require any specific software or complex setup.

To access the API, you'll need a BUYFROMLO API token. You can obtain an API token by signing up for a paid subscription on the BUYFROMLO website.

Yes, there are paid subscription options available that offer additional features and increased request limits.