#
# # # # #

Amazon Offer Scraper API

API:Scraper

US$5US$11

  • Amazon offer scraper crawls the latest deals and count-down offers from Amazon.com. API allows to filter by platform domain country, category Users can scrape the deal information using a keyword query and a category URL. Both free and paid api version are available and accessible to onsite-app

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

API Practical Application Showcase Case 2


Amazon Offer Scraper API

Features

  • Amazon offer scraper crawls the latest deals and count-down offers from Amazon.com.
  • API allows to filter by platform domain country, category
  • Users can scrape the deal information using a keyword query and a category URL.
  • Both free and paid api version are available and accessible to onsite-app

API Endpoint Specifications

  • Endpoint Path: /api/1/amazon-offer-scraper
  • Type of Data: JSON & 20/minute
  • Data Source: Amazon.com
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
Amazon Offer Scraper API Endpoint Basic Info

API Endpoint Path

required

Amazon Offer Scraper API

/api/1/amazon-offer-scraper


Call Method

Required

POST

Type of Data Return

JSON

Output structured JSON data on Amazon Best Selling SERP product


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Free and subscription APIs are both available: /api/1/amazon-offer-scraper, and accessible to on-site APP on /app/1/amazon-offer-scraper as well

url

required

Input the specific Amazon best selling category page url



Amazon Offer Scraper API

/api/1/amazon-offer-scraper


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/amazonbest"

## Required Arguments & Parameters ##

token = ""your buyfromlo token""
url = ""Input a category url""

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

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

JSON Response Sample


{
    "URL": "",
    "Title": "",
    "Review": "",
    "Stars": "",
    "Min-Price": ""
}
                        

4.5 (Overall)

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

Latest Reviews

FAQs

The Amazon Offer Scraper API gives you access to the latest deals and discounts on Amazon, allowing you to monitor competitor pricing, adjust your own strategies, and find popular products for your business.

The API provides you with structured JSON data, including deal information, and allows for 20 requests per minute. This means you can get near real-time updates on Amazon offers.

Yes, the API allows you to filter offers by the platform domain country, ensuring you are viewing deals specific to your target market.

You can search for Amazon offers using both keyword queries and specific category URLs, giving you flexibility in how you find the deals relevant to your business.

The Amazon Offer Scraper API is highly versatile and can be integrated using various languages including cURL, Javascript, Python, Ruby, PHP, Node.js, Java, .NET, Rust, Go, and Typescript.

Information regarding free trial availability is not specified in the provided content. It's best to refer to the API documentation or contact the provider for the most up-to-date details on trial periods.

The free API version allows up to 500 requests per month. For higher volume needs, you might want to explore their paid API options for increased request limits.

For detailed information regarding API usage obligations and liabilities, please refer to the Legal Terms of Service & Condition provided by the API provider.

You can easily integrate the API using a variety of programming languages, including cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript.

Yes, the Amazon Offer Scraper API specifically crawls and provides data on countdown deals, making it easier for you to track these time-sensitive offers.