Links

Amazon Seller

Scrape Amazon products from a specific seller, in real time via our ready-to-use REST API.
To enable this feature, set the type=sellerparameter.
The Amazon Seller feature should be used when scraping Amazon products from a seller. This feature will return a JSON object with the available products sold by a seller. Among other useful information, the main keys included in the JSON object are:
  • search_information
  • search_results

Amazon Seller Parameters

The Amazon Seller feature only takes one specific parameter:
Parameter
Type
Description
seller_id Required
string
The ID of an amazon seller.
Your full GET request should then be sent to the following address:
https://ecom.webscrapingapi.com/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=seller&seller_id=AAZRLVTNON75Z

Amazon Seller Integration Examples

cURL
NodeJS
Python
PHP
Go
Java
.NET
Ruby
curl --request GET --url "https://ecom.webscrapingapi.com/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=seller&seller_id=AAZRLVTNON75Z
const http = require("https");
const options = {
"method": "GET",
"hostname": "ecom.webscrapingapi.com",
"port": null,
"path": "/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=seller&seller_id=AAZRLVTNON75Z",
"headers": {}
};
const req = http.request(options, function (res) {
const chunks = [];
res.on("data", function (chunk) {
chunks.push(chunk);
});
res.on("end", function () {
const body = Buffer.concat(chunks);
console.log(body.toString());
});
});
req.end();
import requests
API_KEY = '<YOUR_API_KEY>'
SCRAPER_URL = 'https://ecom.webscrapingapi.com/v1'
PARAMS = {
"api_key":API_KEY,
"engine":"amazon",
"type":"seller",
"seller_id":"AAZRLVTNON75Z"
}
response = requests.get(SCRAPER_URL, params=PARAMS)
print(response.text)
<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://ecom.webscrapingapi.com/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=seller&&seller_id=AAZRLVTNON75Z",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}
package main
import (
"fmt"
"net/http"
"io/ioutil"
)
func main() {
url := "https://ecom.webscrapingapi.com/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=seller&seller_id=AAZRLVTNON75Z"
req, _ := http.NewRequest("GET", url, nil)
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := ioutil.ReadAll(res.Body)
fmt.Println(res)
fmt.Println(string(body))
}
HttpResponse<String> response = Unirest.get("https://ecom.webscrapingapi.com/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=seller&seller_id=AAZRLVTNON75Z")
.asString();
var client = new RestClient("https://ecom.webscrapingapi.com/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=seller&seller_id=AAZRLVTNON75Z");
var request = new RestRequest(Method.GET);
IRestResponse response = client.Execute(request);
require 'uri'
require 'net/http'
require 'openssl'
url = URI("https://ecom.webscrapingapi.com/v1?engine=amazon&api_key=<YOUR_API_KEY>&type=seller&seller_id=AAZRLVTNON75Z")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
request = Net::HTTP::Get.new(url)
response = http.request(request)
puts response.read_body
Response Example
{
"search_parameters": {
"amazon_url": "https://www.amazon.com/s?me=AAZRLVTNON75Z",
"engine": "amazon",
"amazon_domain": "amazon.com",
"device": "desktop",
"type": "seller",
"seller_id": "AAZRLVTNON75Z",
},
"search_results": {
"product_results": [
{
"position": 1,
"product_id": "B01ENDOJ0G",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/81HcDik7CIL._AC_UY218_.jpg",
"title": "Wet & Forget Shower Cleaner Weekly Application Requires No Scrubbing, Bleach-Free Formula, 64 Ounce (Pack of 1)",
"extensions": [
"Liquid · 64 Ounce (Pack of 1)"
],
"link": "https://www.amazon.com/gp/bestsellers/hpc/15356141/ref=sr_bs_0_15356141_1",
"price": "$27.79",
"currency": "$",
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/hpc/15356141/ref=sr_bs_0_15356141_1",
"category": "in All-Purpose Household Cleaners"
},
"shipping_details": [
"FREE delivery Apr 4 - 7"
]
},
{
"position": 2,
"product_id": "B00TY15GO6",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/71tX1irZ1ML._AC_UY218_.jpg",
"title": "McCafe Premium Medium Roast K-Cup Coffee Pods, Premium Roast, 84 Count",
"extensions": [
"Pod · 84 Count (Pack of 1)"
],
"link": "https://www.amazon.com/MCCAFE-Premium-Roast-Coffee-K-CUP/dp/B00TY15GO6/ref=sr_1_2?m=AAZRLVTNON75Z&qid=1678960939&s=merchant-items&sr=1-2",
"price": "$58.79",
"currency": "$",
"shipping_details": [
"FREE delivery Mar 29 - Apr 3"
]
},
{
"position": 3,
"product_id": "B007VBXB48",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/71GknZiaKXL._AC_UY218_.jpg",
"title": "Scotch Thermal Laminating Pouches, 100 Pack Laminating Sheets, 3 Mil, 8.9 x 11.4 Inches, Education Supplies & Craft Supplies, For Use With Thermal Laminators, Letter Size Sheets (TP3854-100)",
"link": "https://www.amazon.com/gp/bestsellers/office-products/300341/ref=sr_bs_2_300341_1",
"price": "$25.84",
"currency": "$",
"price_raw": "$30.79",
"rating": {
"rating": "4.9 out of 5 stars",
"total_ratings": 65478,
"link": "https://www.amazon.com/Scotch-Thermal-Laminating-100-Pack-TP3854-100/dp/B007VBXB48/ref=sr_1_3?m=AAZRLVTNON75Z&qid=1678960939&s=merchant-items&sr=1-3#customerReviews"
},
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/office-products/300341/ref=sr_bs_2_300341_1",
"category": "in Office Laminating Supplies"
},
"shipping_details": [
"FREE delivery Apr 4 - 7"
]
},
{
"position": 4,
"product_id": "B000J07BRQ",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/81SthntsV4L._AC_UY218_.jpg",
"title": "Scotch Heavy Duty Packaging Tape, 1.88\" x 22.2 yd, Designed for Packing, Shipping and Mailing, Strong Seal on All Box Types, 1.5\" Core, Clear, 6 Rolls with Dispenser (142-6)",
"link": "https://www.amazon.com/gp/bestsellers/office-products/12900681/ref=sr_bs_3_12900681_1",
"price": "$30.23",
"currency": "$",
"rating": {
"rating": "4.8 out of 5 stars",
"total_ratings": 89701,
"link": "https://www.amazon.com/Scotch-Shipping-Packaging-Dispenser-142-6/dp/B000J07BRQ/ref=sr_1_4?m=AAZRLVTNON75Z&qid=1678960939&s=merchant-items&sr=1-4#customerReviews"
},
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/office-products/12900681/ref=sr_bs_3_12900681_1",
"category": "in Packing Materials"
},
"shipping_details": [
"FREE delivery Apr 4 - 7"
]
},
{
"position": 5,
"product_id": "B01N2KFHRS",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/81UVYBpBcbL._AC_UY218_.jpg",
"title": "Peet's Coffee, Dark Roast K-Cup Pods for Keurig Brewers - Major Dickason's Blend 75 Count (1 Box of 75 K-Cup Pods) Packaging May Vary",
"extensions": [
"K-cups · 75 Count (Pack of 1)"
],
"link": "https://www.amazon.com/gp/bestsellers/grocery/23900459011/ref=sr_bs_4_23900459011_1",
"price": "$58.78",
"currency": "$",
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/grocery/23900459011/ref=sr_bs_4_23900459011_1",
"category": "in Coffee Gifts"
},
"shipping_details": [
"FREE delivery Mar 29 - Apr 3"
]
},
{
"position": 6,
"product_id": "B01NGTV4J5",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/71-268JmbAL._AC_UY218_.jpg",
"title": "Cascade Platinum Dishwasher Pods, Dishwasher Detergent, Dishwasher Pod, Dishwasher Soap Pods, Actionpacs with Dishwasher Cleaner and Deodorizer Action, Fresh, 62 Count of Dish Detegent Pods",
"extensions": [
"Fresh · 62 Count (Pack of 1)"
],
"link": "https://www.amazon.com/Cascade-ActionPacs-Dishwasher-Detergent-Packaging/dp/B01NGTV4J5/ref=sr_1_6?m=AAZRLVTNON75Z&qid=1678960939&s=merchant-items&sr=1-6",
"price": "$38.88",
"currency": "$",
"shipping_details": [
"FREE delivery Apr 4 - 7"
]
},
{
"position": 7,
"product_id": "B001B0V5GG",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/61dQIM6zaXL._AC_UY218_.jpg",
"title": "FOLEX Instant Carpet Spot Remover, 32oz",
"extensions": [
"Liquid · 32 Fl Oz (Pack of 1)"
],
"link": "https://www.amazon.com/gp/bestsellers/hpc/14163029011/ref=sr_bs_6_14163029011_1",
"price": "$17.84",
"currency": "$",
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/hpc/14163029011/ref=sr_bs_6_14163029011_1",
"category": "in Household Carpet Spot Cleaning Sprays"
},
"shipping_details": [
"FREE delivery Mar 24 - 29"
]
},
{
"position": 8,
"product_id": "B0055OUOQQ",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/71nMRKN8ljL._AC_UY218_.jpg",
"title": "CoQ10 100mg Softgels - Qunol Ultra 3x Better Absorption Coenzyme Q10 Supplements - Antioxidant Supplement For Vascular And Heart Health & Energy Production - 4 Month Supply - 120 Count",
"extensions": [
"Softgel · 120 Count (Pack of 1)"
],
"link": "https://www.amazon.com/gp/bestsellers/hpc/3774561/ref=sr_bs_7_3774561_1",
"price": "$30.88",
"currency": "$",
"price_raw": "$59.99",
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/hpc/3774561/ref=sr_bs_7_3774561_1",
"category": "in CoQ10 Nutritional Supplements"
},
"shipping_details": [
"FREE delivery Mar 29 - Apr 3"
]
},
{
"position": 9,
"product_id": "B000SDKDM4",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/51Q20gK3QlL._AC_UY218_.jpg",
"title": "Lavazza Super Crema Whole Bean Coffee Blend, light-Medium Espresso Roast, 2.2 Pound (Pack of 1) ,Premium Quality, Aromatic, Mild and creamy",
"extensions": [
"Whole Bean · 2.2 Pound (Pack of 1)"
],
"link": "https://www.amazon.com/gp/bestsellers/grocery/2251593011/ref=sr_bs_8_2251593011_1",
"price": "$35.83",
"currency": "$",
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/grocery/2251593011/ref=sr_bs_8_2251593011_1",
"category": "in Ground Coffee"
},
"shipping_details": [
"FREE delivery Apr 11 - 14"
]
},
{
"position": 10,
"product_id": "B00006IFHD",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/7138AKuwbZL._AC_UY218_.jpg",
"title": "Sharpie Permanent Markers, Fine Point, Black, 12 Count",
"link": "https://www.amazon.com/gp/bestsellers/office-products/1069802/ref=sr_bs_9_1069802_1",
"price": "$24.66",
"currency": "$",
"rating": {
"rating": "4.8 out of 5 stars",
"total_ratings": 35738,
"link": "https://www.amazon.com/Sharpie-30001-Permanent-Markers-Point/dp/B00006IFHD/ref=sr_1_10?m=AAZRLVTNON75Z&qid=1678960939&s=merchant-items&sr=1-10#customerReviews"
},
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/office-products/1069802/ref=sr_bs_9_1069802_1",
"category": "in Permanent Markers & Marker Pens"
},
"shipping_details": [
"FREE delivery Mar 30 - Apr 4"
]
},
{
"position": 11,
"product_id": "B001F0RBT2",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/81wv6YTsh5L._AC_UY218_.jpg",
"title": "Swiffer WetJet Hardwood Floor Cleaner Spray Mop Pad Refill, Multi Surface, 24 Count",
"extensions": [
"Pad · 24 Count (Pack of 1)"
],
"link": "https://www.amazon.com/gp/bestsellers/hpc/695492011/ref=sr_bs_10_695492011_1",
"price": "$28.91",
"currency": "$",
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/hpc/695492011/ref=sr_bs_10_695492011_1",
"category": "in Mop Refill Sponges"
},
"shipping_details": [
"FREE delivery Apr 4 - 7"
]
},
{
"position": 12,
"product_id": "B07N316V8C",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/71MJxV3Ie9L._AC_UY218_.jpg",
"title": "ANGRY ORANGE Pet Odor Eliminator for Strong Odor - Citrus Deodorizer for Strong Dog or Cat Pee Smells on Carpet, Furniture & Indoor Outdoor Floors - 24 Fluid Ounces - Puppy Supplies",
"extensions": [
"Orange · 1 Count (Pack of 1)"
],
"link": "https://www.amazon.com/Odor-Eliminator-Pet-Carpet-Deodorizer/dp/B07N316V8C/ref=sr_1_12?m=AAZRLVTNON75Z&qid=1678960939&s=merchant-items&sr=1-12",
"price": "$25.03",
"currency": "$",
"shipping_details": [
"FREE delivery Apr 10 - 13"
]
},
{
"position": 13,
"product_id": "B00004SU18",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/719bI3NO9aL._AC_UY218_.jpg",
"title": "Brita Standard Water Filter Replacements for Pitchers and Dispensers, Lasts 2 Months, Reduces Chlorine Taste and Odor, 3 Count",
"link": "https://www.amazon.com/gp/bestsellers/hi/ref=sr_bs_12_hi_1",
"price": "$33.72",
"currency": "$",
"rating": {
"rating": "4.8 out of 5 stars",
"total_ratings": 192784,
"link": "https://www.amazon.com/Brita-35503-Standard-Replacement-Filters/dp/B00004SU18/ref=sr_1_13?m=AAZRLVTNON75Z&qid=1678960939&s=merchant-items&sr=1-13#customerReviews"
},
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/hi/ref=sr_bs_12_hi_1",
"category": "in Tools & Home Improvement"
},
"shipping_details": [
"FREE delivery Apr 4 - 7"
]
},
{
"position": 14,
"product_id": "B00006IFI3",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/71wOnkLNBwL._AC_UY218_.jpg",
"title": "SHARPIE Permanent Markers, Ultra Fine Point, Black, 12 Count",
"link": "https://www.amazon.com/Sharpie-37001-Permanent-Markers-Ultra/dp/B00006IFI3/ref=sr_1_14?m=AAZRLVTNON75Z&qid=1678960939&s=merchant-items&sr=1-14",
"price": "$23.07",
"currency": "$",
"rating": {
"rating": "4.8 out of 5 stars",
"total_ratings": 26481,
"link": "https://www.amazon.com/Sharpie-37001-Permanent-Markers-Ultra/dp/B00006IFI3/ref=sr_1_14?m=AAZRLVTNON75Z&qid=1678960939&s=merchant-items&sr=1-14#customerReviews"
},
"shipping_details": [
"FREE delivery Mar 30 - Apr 4"
]
},
{
"position": 15,
"product_id": "B004YGQK5K",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/81JvLHUxAfL._AC_UY218_.jpg",
"title": "JOLLY RANCHER Assorted Fruit Flavored Hard, Easter, Candy Bulk Bag, 80 oz (360 Pieces)",
"extensions": [
"Assortment · 360 Count (Pack of 1)"
],
"link": "https://www.amazon.com/gp/bestsellers/grocery/16322491/ref=sr_bs_14_16322491_1",
"price": "$25.39",
"currency": "$",
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/grocery/16322491/ref=sr_bs_14_16322491_1",
"category": "in Hard Candy"
},
"shipping_details": [
"FREE delivery Mar 22 - 24"
]
},
{
"position": 16,
"product_id": "B07KXQX3S3",
"sponsored": false,
"is_prime": false,
"kindle_unlimited": false,
"is_amazon_fresh": false,
"is_whole_foods_market": false,
"is_climate_pledge_friendly": false,
"is_carousel": false,
"thumbnail": "https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/61ysEjw8BML._AC_UY218_.jpg",
"title": "SanDisk 128GB microSDXC-Card, Licensed for Nintendo-Switch - SDSQXAO-128G-GNCZN",
"link": "https://www.amazon.com/gp/bestsellers/videogames/16227129011/ref=sr_bs_15_16227129011_1",
"price": "$24.08",
"currency": "$",
"price_raw": "$34.99",
"rating": {
"rating": "4.9 out of 5 stars",
"total_ratings": 266152,
"link": "https://www.amazon.com/SanDisk-MicroSDXC-Nintendo-Switch-SDSQXAO-128G-GNCZN/dp/B07KXQX3S3/ref=sr_1_16?m=AAZRLVTNON75Z&qid=1678960939&s=merchant-items&sr=1-16#customerReviews"
},
"bestseller": {
"link": "https://www.amazon.com/gp/bestsellers/videogames/16227129011/ref=sr_bs_15_16227129011_1",
"category": "in Nintendo Switch Accessories"
},
"shipping_details": [
"FREE delivery Mar 30 - Apr 4"
]
}
],
"brands_results": [
{
"position": 1,
"id": "p_4/Wet & Forget",
"name": "Wet & Forget",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3AWet+%26+Forget&dc&qid=1678960939&ref=sr_nr_p_4_1&ds=v1%3A%2FN0xj1l3v4y2cTx4IoLoyXY52%2BBLQuaacVeJE9nbQQ4"
},
{
"position": 2,
"id": "p_4/McCafe",
"name": "McCafe",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3AMcCafe&dc&qid=1678960939&ref=sr_nr_p_4_2&ds=v1%3AAInIK6WCh8jX%2Fzta6DB8E9Ct1wf5SeBW73ZlLdLBU0A"
},
{
"position": 3,
"id": "p_4/Scotch",
"name": "Scotch",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3AScotch&dc&qid=1678960939&ref=sr_nr_p_4_3&ds=v1%3ARqb2aG62AxeJbdDNTwOtQeGM6V1EGefDLLJWQH0scYU"
},
{
"position": 4,
"id": "p_4/Peet's Coffee",
"name": "Peet's Coffee",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3APeet%27s+Coffee&dc&qid=1678960939&ref=sr_nr_p_4_4&ds=v1%3AIahUJ93ti9nx59LqpmwD%2FifSySt1c55RHtRedU%2BOZSE"
},
{
"position": 5,
"id": "p_4/Cascade",
"name": "Cascade",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3ACascade&dc&qid=1678960939&ref=sr_nr_p_4_5&ds=v1%3ATWGHtD%2FvCIyYHNx6CdOoez4PNFibgCzsn5q3jiIjjIg"
},
{
"position": 6,
"id": "p_4/FOLEX",
"name": "FOLEX",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3AFOLEX&dc&qid=1678960939&ref=sr_nr_p_4_6&ds=v1%3ASFGijEzYAVjTsqT8sudLp%2B40wd9Rve2qNRWPk%2FXpJ0E"
},
{
"position": 7,
"id": "p_4/Qunol",
"name": "Qunol",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3AQunol&dc&qid=1678960939&ref=sr_nr_p_4_7&ds=v1%3AyZvjYXEawGCn7iVciaYiSL9VCHUzxTTNszH7WkxQ4tE"
},
{
"position": 8,
"id": "p_4/Lavazza",
"name": "Lavazza",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3ALavazza&dc&qid=1678960939&ref=sr_nr_p_4_8&ds=v1%3AcVOVIIhXgEMB%2FtioxUtnVw135iYl%2BRR%2Bdy15pz6SBxs"
},
{
"position": 9,
"id": "p_4/SHARPIE",
"name": "SHARPIE",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3ASHARPIE&dc&qid=1678960939&ref=sr_nr_p_4_9&ds=v1%3AFpUzfZYjguni%2FMMxwlDMyooZ2P3U6DjcFZT9bLveYu0"
},
{
"position": 10,
"id": "p_4/Swiffer",
"name": "Swiffer",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3ASwiffer&dc&qid=1678960939&ref=sr_nr_p_4_10&ds=v1%3Aqs3gBYWTqX%2FJsmvxaIN%2FzdFwuIbcVxh6jo%2BnCR7HE78"
},
{
"position": 11,
"id": "p_4/ANGRY ORANGE",
"name": "ANGRY ORANGE",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3AANGRY+ORANGE&dc&qid=1678960939&ref=sr_nr_p_4_11&ds=v1%3AW0a0bFE3yB38rXmxw5JrlxoS40zFz%2BQza5oeXCl%2FRAo"
},
{
"position": 12,
"id": "p_4/Brita",
"name": "Brita",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3ABrita&dc&qid=1678960939&ref=sr_nr_p_4_12&ds=v1%3A05z9QARfhXUoaJXag5vtQa0S%2B1NgRiTkSAz0NDIMflg"
},
{
"position": 13,
"id": "p_4/Jolly Rancher",
"name": "Jolly Rancher",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3AJolly+Rancher&dc&qid=1678960939&ref=sr_nr_p_4_13&ds=v1%3AQsRctbPqMtsxGKiL8H%2F%2BRpSPbjFoVLt%2Ba%2Fg2l6YYuLM"
},
{
"position": 14,
"id": "p_4/SanDisk",
"name": "SanDisk",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3ASanDisk&dc&qid=1678960939&ref=sr_nr_p_4_14&ds=v1%3AShUfIyE2FGJplGIdT%2FqccoJssPU7pps9wbmqlaojiW8"
},
{
"position": 15,
"id": "p_4/MRS. MEYER'S CLEAN DAY",
"name": "MRS. MEYER'S CLEAN DAY",
"link": "https://www.amazon.com/s?i=merchant-items&me=AAZRLVTNON75Z&rh=p_4%3AMRS.+MEYER%27S+CLEAN+DAY&dc&qid=1678960939&ref=sr_nr_p_4_15&ds=v1%3AQS9uZQASIFF6PkcJ8PgmHSKDOYhtc%2FoB93s7MnxSfiI"
}
]
}
}
Scraping Amazon Seller Page