#
# # # # #

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""

data="keyword=" + keyword
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

FAQ

The BUYFROMLO Shopify Product scraper API allows you to scrape product information from any webshop built using the Shopify platform.

You can scrape up to 500 SKUs per request.

The scraped results include 15+ product data metrics, such as pricing, date_created, product name, and more.

Yes, the API supports scraping both top domain and subdomain Shopify webshop domains.

Yes, the API is intended for personal use only.

You can find more information regarding API usage obligation and liability in the Legal Terms of Service and Condition.

The endpoint path for the API is \/api\/1\/shopifyTracker.

The API supports JSON and 20\/minute data formats.

The data source for the API is Shopify.

Yes, there is a limit of 500 requests per month.