





API:Scraper
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
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
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": ""
}
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.