#
# # # # #

製品価格とレビュー トラッカー API

API:Financials

ドル$31ドル$35

  • Amazon, Google ショッピング, Walmart, Homedepot, eBay, Etsy などの米国の主流マーケットプレイス チャネルから製品キーワードを使用して, リアルタイムの重み付けされた製品価格とレビュー データを収集します。データ指標には, 価格の中央値, 最高値, 最低値など, およびレビューの中央値, 最高値, 最低値のレビューが含まれます。

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

API実践事例1


製品価格とレビュー トラッカー API

特徴

  • 製品キーワードを使用して複数のオンライン小売チャネルで重み付けされた製品価格データを生成する
  • 重み付けされた価格とレビューのデータには, それぞれ中央値, 平均, 最低値, 最高値の 4 つの側面が含まれます。
  • 重み付けされた製品価格データはリアルタイムであり, 複数のオンライン小売チャネルと同期されます。
  • トークンは API とオンサイト アプリの両方をサポートします

APIエンドポイント仕様

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

APIエンドポイントパス

必須

製品価格とレビュー トラッカー API

api/1/pricingtracker


メソッドの呼び出し

必須

GET

返されるデータの種類

JSON

製品の価格とレビューに関する構造化された JSON データを出力する


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

token

必須

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

keywords

必須

商品キーワードを入力してください

your_target_pricing

必須

製品の目標価格を送信します


category

オプション

カテゴリーを選ぶ. デフォルト値は一般的な値です


製品価格とレビュー トラッカー API

api/1/pricingtracker


コードの統合と対応

Python コードサンプル


import requests

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

## Required Arguments & Parameters ##

token = ""your buyfromlo token""
keywords = ""Input a keyword""
category = ""Input a category""
your_target_pricing = ""Input your SKU pricing

data="keywords=" + keywords + "&category=" + category + "&your_target_pricing=" + your_target_pricing
headers={"Authorization": "Bearer " + token}

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

JSON 応答サンプル


{
    "Channel": " " (string),
    "Median Pricing": " " (float),
    "Average Pricing": " " (float),
    "Lowest Pricing": " " (float),
    "Highest Pricing": " " (float),
    "Median Review": " " (float),
   "Average Review": " " (float),
   "Lowest Review": " " (float),
   "Highest Review": " " (float),
}
                        

4.5 (全体)

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

最新のレビュー

よくある質問

The Product Price & Review Tracker API is a tool that allows you to scrape real-time weighted product price and review data from mainstream US marketplace channels such as Amazon, Google Shopping, Walmart, Homedepot, eBay, Etsy, and so on.

You can scrape the following data using the Product Price & Review Tracker API:- Median pricing- Highest pricing- Lowest pricing- Median review-Highest review- Lowest review

The data is updated every minute.

The data is provided in JSON format.

You can make up to 500 requests per month.

The Product Price & Review Tracker API supports the following programming languages:- cURL- JS- Python- Ruby- Php- Node.js- Java- .NET- Rust- Go- Typescript

Yes, there is a free trial available. You can sign up for a free trial at https:\/\/www.buyfromlo.com\/docs\/#\/eCommerce%20Product%20%26%20Pricing%20Scraper\/get_api_1_amazonpdp.

The API costs $49 per month.

We offer a 30-day money-back guarantee. If you are not satisfied with the API for any reason, you can request a refund within 30 days of purchase.

You can get support by emailing us at support@buyfromlo.com.