#
# # # # #

Product Price & Review Tracker API

API:Financials

US$31US$35

  • Scrape real-time weighted product price and review data using product keyword from mainstream US marketplace channels such as Amazon, Google Shopping, Walmart, Homedepot, eBay, Etsy and so on. Data metrics include median pricing, highest, lowest etc and median review, highest, lowest review.

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

API Practical Application Showcase 1


Product Price & Review Tracker API

Features

  • Generate multi online retail channel weighted product price data using product keyword
  • Weighted Price and Review data includes 4 aspects respectively which are median, average, lowest and highest
  • Weighted product price data is real-time and sync with multi online retail channel.
  • Token supports both API and onsite app

API Endpoint Specifications

  • Endpoint Path: /api/1/pricingtracker
  • Type of Data: JSON & 1/minute
  • Data Source: Weighted Product Price Tracker
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
Product Price & Review Tracker API Endpoint Basic Info

API Endpoint Path

required

Product Price & Review Tracker API

api/1/pricingtracker


Call Method

Required

GET

Type of Data Return

JSON

Output structured JSON data on Product price & review


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Paid subscription API is available: /api/1/pricingtracker, and accessible to on-site APP on /app/1/pricingtracker as well

keywords

required

Input a product keyword

your_target_pricing

required

Submit your product target pricing


category

Optional

Select a category. Default value is general


Product Price & Review Tracker API

api/1/pricingtracker


Code Integration and Response

Python Code Sample


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 Response Sample


{
    "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 (Overall)

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

Latest Reviews

FAQ

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.