#
# # # # #

Amazon SERP Product Scraper API

API:Scraper

US$15US$20

  • Amazon SERP info scraper crawls the product search result from Amazon.com. Users can crawl the SERP by inputting a keyword and adding the country domain as an option. Country domain covers all Amazon marketplace domain worldwide, such as .de, .co.jp, etc. Scraped dataset includes product name, pricing, PDP page, image, review, etc.

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

Features

  • Amazon SERP info scraper crawls the product search result from Amazon.com
  • Users can crawl the SERP by inputting a keyword and adding the country domain as an option
  • Country domain covers all Amazon marketplace domain worldwide, such as .de, .co.jp, etc
  • Scraped dataset includes product name, pricing, PDP page, image, review, etc

API Endpoint Specifications

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

API Endpoint Path

required

Amazon SERP product data Scraper API

api/1/amazonserp


Call Method

Required

GET

Type of Data Return

JSON

Output structured JSON data on Amazon SERP product


Available API Arguments & Parameters

token

required

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

keyword

required

Input a keyword in English


country

Optional

Enter the country of marketplace. The default is amazon.com. The API is accessible to full lists of marketplace country that is availabe on Amazon


Amazon SERP product data Scraper API

api/1/amazonserp


Code Integration and Response

Python Code Sample


import requests

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

## Required Arguments & Parameters ##

token = ""your buyfromlo token""
keyword = ""Input a keyword""

## Optional ##
country = "select a Amazon marketpkace country domain. Default is amazon.com"

data="?keyword=" + keyword + "&country=" + country 
headers={"Authorization": "Bearer " + token}

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

JSON Response Sample


{
    "Scraping Date": " " (string),
    "Product Name": " " (string),
    "Product Pricing": " " (float),
    "Product Page URL": " " (string),
    "Product Image": " " (string),
    "Product Stars": " " (float),
    "Product Review": " " (integer),
    "Best Seller Or Not": " " (string),
}
                        

4.5 (Overall)

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

Latest Reviews

FAQs

The Amazon SERP scraper API allows you to analyze product rankings for specific keywords, providing insights into search volume, competition, and customer search behavior.

This API provides comprehensive product data, including product names, prices, product detail page URLs, images, reviews, and more.

You can scrape data from all Amazon marketplaces worldwide by specifying the country domain extension (e.g., .de, .co.jp).

The API has a rate limit of 20 requests per minute.

Yes, the API offers code samples and integration support for Python, along with other languages like cURL, JavaScript, Ruby, PHP, Node.js, Java, .NET, Rust, Go, and Typescript.

The API provides data in JSON format.

The data comes directly from Amazon.

You can make up to 20 requests per minute to the API.

Yes, the monthly request limit is 500 requests.

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