Amazon Scraper API
The Amazon Scraper API allows businesses to extract data from Amazon in real time. It can be easily accessed by requesting at the following endpoint: api.serpdog.io/amazon_{type}.
Last updated
The Amazon Scraper API allows businesses to extract data from Amazon in real time. It can be easily accessed by requesting at the following endpoint: api.serpdog.io/amazon_{type}.
Last updated
Here is the list of default parameters you can use with this API:
Parameter | Description |
---|---|
Note:
Each Amazon Search API call will cost you 1 Credit. With a country parameter other than "us(United States)", it will cost 5 credits.
Each Amazon Search API call will cost 10 credits with the "premium=true" parameter with and without the country parameter.
The URL should be in encoded form before performing an API call.
cURL "https://api.serpdog.io/amazon_search?api_key=API_KEY&url=https://www.amazon.in/s?k=nike+shoes"
const axios = require('axios');
axios.get('https://api.serpdog.io/amazon_search?api_key=API_KEY&url=https://www.amazon.in/s?k=nike+shoes')
.then(response => {
console.log(response.data);
})
.catch(error => {
console.log(error);
});
import requests
payload = {'api_key': 'APIKEY', 'url':'https://www.amazon.in/s?k=nike+shoes'}
resp = requests.get('https://api.serpdog.io/amazon_search', params=payload)
print (resp.text)
try {
String url = "https://api.serpdog.io/amazon_search?api_key=API_KEY&url=https://www.amazon.in/s?k=nike+shoes";
URL urlForGetRequest = new URL(url);
String readLine = null;
HttpURLConnection conection = (HttpURLConnection) urlForGetRequest.openConnection();
conection.setRequestMethod("GET");
int responseCode = conection.getResponseCode();
if (responseCode == HttpURLConnection.HTTP_OK) {
BufferedReader in = new BufferedReader(new InputStreamReader(conection.getInputStream()));
StringBuffer response = new StringBuffer();
while ((readLine = in.readLine()) != null) {
response.append(readLine);
}
in.close();
System.out.println(response.toString());
} else {
throw new Exception("Error in API Call");
}
} catch (Exception ex) {
ex.printStackTrace();
}
require 'net/http'
require 'json'
params = {
:api_key => "APIKEY",
:url=> "https://www.amazon.in/s?k=nike+shoes"
}
uri = URI('https://api.serpdog.io/amazon_search')
uri.query = URI.encode_www_form(params)
website_content = Net::HTTP.get(uri)
print(website_content)
<?php
$url = "https://api.serpdog.io/amazon_search?api_key=API_KEY&url=https://www.amazon.in/s?k=nike+shoes";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
$response = curl_exec($ch);
curl_close($ch);
print_r($response);
{
"meta": {
"api_key": "API_KEY",
"url": "https://www.amazon.in/s?k=nike shoes"
},
"results": [
{
"type": "search_product",
"positon": 1,
"title": "Mens Downshifter 12 Running",
"image": "https://m.media-amazon.com/images/I/819d8caWiYL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 4,
"total_reviews": "583",
"url": "https://www.amazon.in/Nike-Downshifter-Platinum-Crimson-Black-White-Running/dp/B0BNJHQ6BK/ref=sr_1_1?keywords=nike+shoes&qid=1684612454&sr=8-1",
"availability_quantity": null,
"price_string": "βΉ3,196",
"price_symobol": "βΉ",
"price": 3196
},
{
"type": "search_product",
"positon": 2,
"title": "Air Zoom Pegasus 39 PRM",
"image": "https://m.media-amazon.com/images/I/51cni4DOd+L._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 4,
"total_reviews": "30",
"url": "https://www.amazon.in/Nike-Pegasus-SANDDRIFT-Brown-Coconut-Running/dp/B0BWR7QTS7/ref=sr_1_2?keywords=nike+shoes&qid=1684612454&sr=8-2",
"availability_quantity": null,
"price_string": "βΉ10,107",
"price_symobol": "βΉ",
"price": 10107
},
{
"type": "search_product",
"positon": 3,
"title": "mens Precision Vi Running Shoe",
"image": "https://m.media-amazon.com/images/I/81si4JKJ1TL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 2,
"total_reviews": "2",
"url": "https://www.amazon.in/Nike-Precision-White-Iron-Grey-White-Running/dp/B0B6G2PG4M/ref=sr_1_3?keywords=nike+shoes&qid=1684612454&sr=8-3",
"availability_quantity": null,
"price_string": "βΉ4,556",
"price_symobol": "βΉ",
"price": 4556
},
{
"type": "search_product",
"positon": 4,
"title": "Mens Air Zoom Vomero 16 Running Shoe",
"image": "https://m.media-amazon.com/images/I/61-LNmslaVL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 4,
"total_reviews": "192",
"url": "https://www.amazon.in/Nike-Zoom-Vomero-Running-Numeric_8/dp/B0B6G1KBZF/ref=sr_1_4?keywords=nike+shoes&qid=1684612454&sr=8-4",
"availability_quantity": null,
"price_string": "βΉ11,336",
"price_symobol": "βΉ",
"price": 11336
},
{
"type": "search_product",
"positon": 5,
"title": "Renew Run 4",
"image": "https://m.media-amazon.com/images/I/81e6l-LYa8L._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 4,
"total_reviews": "4",
"url": "https://www.amazon.in/Nike-Renew-Ocean-Aqua-Green-Running/dp/B0BNJM4TVN/ref=sr_1_5?keywords=nike+shoes&qid=1684612454&sr=8-5",
"availability_quantity": null,
"price_string": "βΉ4,872",
"price_symobol": "βΉ",
"price": 4872
},
{
"type": "search_product",
"positon": 6,
"title": "Mens Run Swift 3 Running Shoe",
"image": "https://m.media-amazon.com/images/I/51qk9qFIczL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 5,
"total_reviews": "2",
"url": "https://www.amazon.in/Nike-Swift-3-White-Silver-Faded-SPRUCE-DR2695-100-9UK/dp/B0BNJLRQ32/ref=sr_1_6?keywords=nike+shoes&qid=1684612454&sr=8-6",
"availability_quantity": null,
"price_string": "βΉ5,036",
"price_symobol": "βΉ",
"price": 5036
},
{
"type": "search_product",
"positon": 7,
"title": "Mens City Rep Tr Running",
"image": "https://m.media-amazon.com/images/I/51CoCO3TOZL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 3,
"total_reviews": "119",
"url": "https://www.amazon.in/Nike-Black-Racer-Blue-White-Running/dp/B0B6G314J2/ref=sr_1_7?keywords=nike+shoes&qid=1684612454&sr=8-7",
"availability_quantity": null,
"price_string": "βΉ2,416",
"price_symobol": "βΉ",
"price": 2416
},
{
"type": "search_product",
"positon": 8,
"title": "Womens W Revolution 6 Nn Running Shoes",
"image": "https://m.media-amazon.com/images/I/81Mozj1u5GL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 4,
"total_reviews": "1,588",
"url": "https://www.amazon.in/Nike-Women-Revolution-Running-DC3729-003/dp/B098BJKDKY/ref=sr_1_8?keywords=nike+shoes&qid=1684612454&sr=8-8",
"availability_quantity": null,
"price_string": "βΉ2,609",
"price_symobol": "βΉ",
"price": 2609
},
{
"type": "search_product",
"positon": 9,
"title": "Mens Kd Trey 5 X Ep Running Shoe",
"image": "https://m.media-amazon.com/images/I/51jfCFIc8XL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 3,
"total_reviews": "2",
"url": "https://www.amazon.in/Nike-Trey-EP-Wolf-White-Barely-VOLT-DJ7554-009-7UK/dp/B0BWR73XSG/ref=sr_1_9?keywords=nike+shoes&qid=1684612454&sr=8-9",
"availability_quantity": null,
"price_string": "βΉ8,490",
"price_symobol": "βΉ",
"price": 8490
},
{
"type": "search_product",
"positon": 10,
"title": "Mens Lebron Witness VII Ep Running Shoe",
"image": "https://m.media-amazon.com/images/I/515vqKMaQlL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 3,
"total_reviews": "4",
"url": "https://www.amazon.in/Nike-Witness-EP-Hyper-Black-Blue-LIGHTNING-WHITE-DM1122-400-9UK/dp/B0BWS6P8CF/ref=sr_1_10?keywords=nike+shoes&qid=1684612454&sr=8-10",
"availability_quantity": null,
"price_string": "βΉ6,695",
"price_symobol": "βΉ",
"price": 6695
},
{
"type": "search_product",
"positon": 11,
"title": "Mens M Air Max Alpha Trainer 5 Running",
"image": "https://m.media-amazon.com/images/I/418f9i2fuqL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 4,
"total_reviews": "126",
"url": "https://www.amazon.in/Nike-Alpha-Trainer-5-SAIL-ROYAL-ANTHRACITE-DM0829-100-10UK/dp/B0BVG49BSN/ref=sr_1_11?keywords=nike+shoes&qid=1684612454&sr=8-11",
"availability_quantity": null,
"price_string": "βΉ6,596",
"price_symobol": "βΉ",
"price": 6596
},
{
"type": "search_product",
"positon": 12,
"title": "Mens Air Zoom Structure 24 Running",
"image": "https://m.media-amazon.com/images/I/41jdJECoclL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 4,
"total_reviews": "143",
"url": "https://www.amazon.in/Nike-Structure-Photon-Crimson-Platinum-Running/dp/B0BNJLWJTF/ref=sr_1_12?keywords=nike+shoes&qid=1684612454&sr=8-12",
"availability_quantity": null,
"price_string": "βΉ7,207",
"price_symobol": "βΉ",
"price": 7207
},
{
"type": "search_product",
"positon": 13,
"title": "Men's Court Vision Lo Nn Leather Sneaker",
"image": "https://m.media-amazon.com/images/I/71UYWAQk9yL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 4,
"total_reviews": "1,599",
"url": "https://www.amazon.in/Nike-Court-Vision-Nature-DH2987/dp/B098F4HQSF/ref=sr_1_13?keywords=nike+shoes&qid=1684612454&sr=8-13",
"availability_quantity": null,
"price_string": "βΉ4,496",
"price_symobol": "βΉ",
"price": 4496
},
{
"type": "search_product",
"positon": 14,
"title": "Mens M Mc Trainer 2 Running Shoe",
"image": "https://m.media-amazon.com/images/I/517gsLK0EdL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 2,
"total_reviews": "6",
"url": "https://www.amazon.in/Nike-Trainer-2-Obsidian-Bright-CRIMSON-WHITE-DM0823-402-7UK/dp/B0BZZGXQY5/ref=sr_1_14?keywords=nike+shoes&qid=1684612454&sr=8-14",
"availability_quantity": null,
"price_string": "βΉ4,271",
"price_symobol": "βΉ",
"price": 4271
},
{
"type": "search_product",
"positon": 15,
"title": "Womens W Downshifter 12 Running Shoe",
"image": "https://m.media-amazon.com/images/I/81eymoH64KL._AC_UL400_.jpg",
"has_prime": true,
"is_best_sellet": false,
"is_amazon_choice": false,
"stars": 4,
"total_reviews": "124",
"url": "https://www.amazon.in/Nike-Womens-Downshifter-Crimson-Doll-Running/dp/B0BNJKVZKC/ref=sr_1_15?keywords=nike+shoes&qid=1684612454&sr=8-15",
"availability_quantity": null,
"price_string": "βΉ2,836",
"price_symobol": "βΉ",
"price": 2836
},
...........
],
"pagination": [
"https://www.amazon.in/s?nike+shoes&page=2&qid=1684612454&ref=sr_pg_2",
"https://www.amazon.in/s?nike+shoes&page=3&qid=1684612454&ref=sr_pg_3",
"https://www.amazon.in/s?nike+shoes&page=4&qid=1684612454&ref=sr_pg_4",
"https://www.amazon.in/s?nike+shoes&page=5&qid=1684612454&ref=sr_pg_5",
"https://www.amazon.in/s?nike+shoes&page=6&qid=1684612454&ref=sr_pg_6",
"https://www.amazon.in/s?nike+shoes&page=7&qid=1684612454&ref=sr_pg_7",
"https://www.amazon.in/s?nike+shoes&page=8&qid=1684612454&ref=sr_pg_8"
]
}
Here is the list of default parameters you can use with this API:
Note:
Each Amazon Product API call will cost you 1 Credit. With a country parameter other than "us(United States)", it will cost 5 credits.
Each Amazon Product API call will cost 10 credits with the "premium=true" parameter with and without the country parameter.
The URL should be in encoded form before performing an API call.
cURL "https://api.serpdog.io/amazon_product?api_key=APIKEY&domain=com&asin=B0BLP1HYDS"
const axios = require('axios');
axios.get('https://api.serpdog.io/amazon_product?api_key=APIKEY&domain=com&asin=B0BLP1HYDS')
.then(response => {
console.log(response.data);
})
.catch(error => {
console.log(error);
});
import requests
payload = {'api_key': 'APIKEY', 'domain': 'com' ,'asin':'B0BLP1HYDS'}
resp = requests.get('https://api.serpdog.io/amazon_product', params=payload)
print (resp.text)
try {
String url = "https://api.serpdog.io/amazon_product?api_key=APIKEY&domain=com&asin=B0BLP1HYDS";
URL urlForGetRequest = new URL(url);
String readLine = null;
HttpURLConnection conection = (HttpURLConnection) urlForGetRequest.openConnection();
conection.setRequestMethod("GET");
int responseCode = conection.getResponseCode();
if (responseCode == HttpURLConnection.HTTP_OK) {
BufferedReader in = new BufferedReader(new InputStreamReader(conection.getInputStream()));
StringBuffer response = new StringBuffer();
while ((readLine = in.readLine()) != null) {
response.append(readLine);
}
in.close();
System.out.println(response.toString());
} else {
throw new Exception("Error in API Call");
}
} catch (Exception ex) {
ex.printStackTrace();
}
require 'net/http'
require 'json'
params = {
:api_key => "APIKEY",
:domain => "com",
:asin=> "B0BLP1HYDS"
}
uri = URI('https://api.serpdog.io/amazon_product')
uri.query = URI.encode_www_form(params)
website_content = Net::HTTP.get(uri)
print(website_content)
<?php
$url = "https://api.serpdog.io/amazon_product?api_key=APIKEY&domain=com&asin=B0BLP1HYDS";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
$response = curl_exec($ch);
curl_close($ch);
print_r($response);
{
"meta": {
"api_key": "APIKEY",
"asin": "B0BLP1HYDS"
},
"product_results": {
"title": "SAMSUNG Galaxy S23 Ultra Cell Phone, Factory Unlocked Android Smartphone, 256GB, 200MP Camera, Night Mode, Long Battery Life, S Pen, US Version, 2023, Lavender",
"product_information": {
"Package Dimensions": "7.09 x 3.74 x 1.14 inches",
"Item Weight": "8.3 ounces",
"ASIN": "B0BLP1HYDS",
"Item model number": "SM-S918ULIAXAA",
"Batteries": "1 Lithium Ion batteries required. (included)",
"Customer Reviews": {
"ratings_count": "77 ratings",
"stars": "4.7"
},
"Date First Available": "February 1, 2023",
"Manufacturer": "SAMSUNG",
"Country of Origin": "Vietnam"
},
"brand": "Visit the SAMSUNG Store",
"brand_url": "/stores/Samsung%C2%AE/page/F50AFABA-4CDE-4A95-84D0-CA4C61819FEB?ref_=ast_bln",
"description": "S Series has a legacy of pushing the boundaries of what a smartphone can do. And with Galaxy S23 Ultra, weβre raising that bar again. Galaxy S23 Ultra is more than the next big step in mobile tech. With the highest camera resolution on a phone and stunning Night Mode powered by Nightography, you can share those big moments no matter the lighting. Plus, with the fastest Snapdragon processor yet, juggle high-intensity games, multiple apps or video calls with ease. Write, sketch, edit, create and share from anywhere with a built-in S Pen. And do all of the above on an incredibly large display built for gaming, streaming, creating and doing. Enhance your day-to-day with a device thatβs anything but ordinary and share the epic with Galaxy S23 Ultra. Whether youβre having a video meeting with your team or your friends, use Google Meet to start a video chat on your Tab** and then continue the call on your phone as you head out the door. *Based on average battery life under typical usage conditions. Average expected performance based on typical use. Actual battery life depends on factors such as network, features selected, frequency of calls, and voice, data, and other application usage patterns. Results may vary. **Requires devices to have One UI 2.5 or later. Must be logged into the same Google account and Google Meet app must be activated on each device.",
"price": "$1,199.99",
"list_price": "",
"shipping_info": "FREE delivery",
"availability_status": "In Stock",
"images": [
"https://m.media-amazon.com/images/I/718LuUVEOZL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81X8RQd5lmL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/A1sMoJ4cR0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81fD+mjeDqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71iqrGMRaHL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81z-xscjFqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81DTYffV94L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71GD3qnED1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/718eWPlo13L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71DQCSNAECL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61-BIqa-17L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61LSv6vFI6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71wmNVsS9TL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81ieYxQD49L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81dgON9hI8L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81swkL3ncTL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/816vYQaWO4L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81D8uIhgR1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71oRGj4fKrL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71m+5Ltiy0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61NhhaAki-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71rHzRwpeXL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61EpvRu79uL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/51X5MRjXmZL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/716nc1e8OdL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81XmKLns-jL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81-q1b1AD6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81sZnAirDwL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81NtZXGIg-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81lmEvYTtkL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71zMjO7wnzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71p2lwDhrSL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61hsxTLni1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71ygo+BU7WL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61l+19IKptL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/518+o0MLlnL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/716nc1e8OdL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81XmKLns-jL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81-q1b1AD6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81sZnAirDwL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81NtZXGIg-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81lmEvYTtkL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71zMjO7wnzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71p2lwDhrSL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61hsxTLni1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71ygo+BU7WL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61l+19IKptL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71HtN4qqLZL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81X8RQd5lmL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/A1sMoJ4cR0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81fD+mjeDqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71iqrGMRaHL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81z-xscjFqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81DTYffV94L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71GD3qnED1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/718eWPlo13L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/7148YYLxAmL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/615QUsUS4yL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61izWOSieAL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/51cFU8RvBWL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71wmNVsS9TL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81ieYxQD49L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81dgON9hI8L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81swkL3ncTL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/816vYQaWO4L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81D8uIhgR1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71oRGj4fKrL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71m+5Ltiy0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61NhhaAki-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71rHzRwpeXL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61EpvRu79uL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/51X5MRjXmZL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/716nc1e8OdL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81ieYxQD49L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81dgON9hI8L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81swkL3ncTL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/816vYQaWO4L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81D8uIhgR1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71oRGj4fKrL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71aJUdS67PL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61HXmM1BRvL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/710+MEov6jL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61KEcJpO4NL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/51qD7qezfZL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71Tt0M+HClL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81XmKLns-jL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81-q1b1AD6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81sZnAirDwL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81NtZXGIg-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81lmEvYTtkL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71zMjO7wnzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71XTVWZ1ZuL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61oGQ9WTSCL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71mmeEW4MML._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61u-wFGv1FL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/516BbfLKtqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71LY9chfAKL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81ieYxQD49L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81dgON9hI8L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81swkL3ncTL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/816vYQaWO4L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81D8uIhgR1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71oRGj4fKrL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71UWeLDU2pL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61NhhaAki-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/710MyAjzjxL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61qphcOaZ9L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/51DqsrPATFL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71++2+4pHrL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81ieYxQD49L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81dgON9hI8L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81swkL3ncTL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/816vYQaWO4L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81D8uIhgR1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71oRGj4fKrL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71FfUD0mixL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61NhhaAki-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71mx2v+jkoL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61s3AVjzK0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/51V17PJiyiL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71Sa3dqTqzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81X8RQd5lmL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/A1sMoJ4cR0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81fD+mjeDqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71iqrGMRaHL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81z-xscjFqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81DTYffV94L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71GD3qnED1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/718eWPlo13L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/710JvopkrDL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61KqoNYH47L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61jL5zB2IzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71nZ4-uixuL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81X8RQd5lmL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/A1sMoJ4cR0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81fD+mjeDqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71iqrGMRaHL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81z-xscjFqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81DTYffV94L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71GD3qnED1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/7178KTjPkqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71G+A6UHIYL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61GyeNZxNxL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61pS5oJx0GL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/718LuUVEOZL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81X8RQd5lmL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/A1sMoJ4cR0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81fD+mjeDqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71iqrGMRaHL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81z-xscjFqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81DTYffV94L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71GD3qnED1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/718eWPlo13L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71DQCSNAECL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61-BIqa-17L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61LSv6vFI6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/716nc1e8OdL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81ieYxQD49L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81dgON9hI8L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81swkL3ncTL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/816vYQaWO4L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81D8uIhgR1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71oRGj4fKrL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71aJUdS67PL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61HXmM1BRvL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71++2+4pHrL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81ieYxQD49L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81dgON9hI8L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81swkL3ncTL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/816vYQaWO4L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81D8uIhgR1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71oRGj4fKrL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71FfUD0mixL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61NhhaAki-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71mx2v+jkoL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61s3AVjzK0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71ZXHg7Oh6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81XmKLns-jL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81-q1b1AD6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81sZnAirDwL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81NtZXGIg-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81lmEvYTtkL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71zMjO7wnzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61oGQ9WTSCL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71VrwIxexIL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61EpvRu79uL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/51aQnDVsZ-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71LY9chfAKL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81ieYxQD49L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81dgON9hI8L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81swkL3ncTL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/816vYQaWO4L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81D8uIhgR1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71oRGj4fKrL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71UWeLDU2pL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61NhhaAki-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/710MyAjzjxL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61qphcOaZ9L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/51DqsrPATFL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/718LuUVEOZL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81X8RQd5lmL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/A1sMoJ4cR0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81fD+mjeDqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71iqrGMRaHL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81z-xscjFqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81DTYffV94L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71GD3qnED1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/7178KTjPkqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71DQCSNAECL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61-BIqa-17L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61LSv6vFI6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71ZXHg7Oh6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81XmKLns-jL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81-q1b1AD6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81sZnAirDwL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81NtZXGIg-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81lmEvYTtkL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71zMjO7wnzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71UCtzE9teL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61oGQ9WTSCL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71VrwIxexIL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61EpvRu79uL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/51aQnDVsZ-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71HtN4qqLZL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81tbgxHZEvL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/A1sMoJ4cR0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81fD+mjeDqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71iqrGMRaHL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81z-xscjFqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81DTYffV94L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71GD3qnED1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/718eWPlo13L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/7148YYLxAmL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/615QUsUS4yL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61izWOSieAL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71GoXXLv9AL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81XmKLns-jL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81-q1b1AD6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81sZnAirDwL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81NtZXGIg-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81lmEvYTtkL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71zMjO7wnzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71Wf6N8cg4L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61oGQ9WTSCL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71F5scRhmRL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61M-oc-BMBL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/51SK+pDrxDL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71Tt0M+HClL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81XmKLns-jL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81-q1b1AD6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81sZnAirDwL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81NtZXGIg-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81lmEvYTtkL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71zMjO7wnzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71XTVWZ1ZuL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61oGQ9WTSCL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71mmeEW4MML._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61u-wFGv1FL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/516BbfLKtqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71Sa3dqTqzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81X8RQd5lmL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/A1sMoJ4cR0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81fD+mjeDqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71iqrGMRaHL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81z-xscjFqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81DTYffV94L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71GD3qnED1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/718eWPlo13L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/710JvopkrDL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61KqoNYH47L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61jL5zB2IzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71nZ4-uixuL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81tbgxHZEvL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/A1sMoJ4cR0L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81fD+mjeDqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71iqrGMRaHL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81z-xscjFqL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81DTYffV94L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71GD3qnED1L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/718eWPlo13L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71G+A6UHIYL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61GyeNZxNxL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61pS5oJx0GL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71GoXXLv9AL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81XmKLns-jL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81-q1b1AD6L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81sZnAirDwL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81NtZXGIg-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/81lmEvYTtkL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71zMjO7wnzL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71Wf6N8cg4L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61oGQ9WTSCL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71F5scRhmRL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61M-oc-BMBL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/51SK+pDrxDL._AC_SL1500_.jpg"
],
"product_category": "Cell Phones & Accessories βΊ Cell Phones",
"average_rating": "4.7",
"feature_bullets": [
"CAPTURE THE NIGHT IN LOW LIGHT: Whether youβre headed to a concert or romantic night out, thereβs no such thing as bad lighting with Night Mode; Galaxy S23 Ultra lets you capture epic content in any setting with stunning Nightography",
"HIGHEST PHONE CAMERA RESOLUTION: Create crystal-clear content worth sharing with Galaxy S23 Ultraβs 200MP camera β the highest camera resolution on a phone; Whether youβre posting or printing, Galaxy S23 Ultra always does the moment justice",
"STUNNINGLY SMOOTH VIDEO: Capture incredibly smooth video during lifeβs most exciting moments; With Video Stabilization, this smartphone easily records daytime outdoor adventures or those spur-of-the-moment dance parties at night",
"WRITE, DRAW, CREATE w/ S PEN: Whether youβre in Samsung Note, Microsoft Office or Google Suite, with the built-in S Pen, you can convert handwriting to text, share your creations live and keep everything on your Galaxy S23 Ultra device",
"SNAP PICS w/ S PEN: Capture epic selfies and beautiful photos with the click of your S Pen; Simply open up the camera app and click the button on the S Pen instead of the screen; Getting that great shot just got easier",
"FASTEST MOBILE PROCESSOR AVAILABLE: Whether youβre working hard, playing hard or doing both at the same time, smoothly switch between apps with our fastest processor ever",
"UNLOCK SMOOTH GAMING: Game at full throttle and smoothly switch between apps; Get more done with our fastest processor ever combined with massive internal storage; And if youβre on the move, keep going with a screen that adapts to your environment",
"BATTERY THAT POWERS YOUR DAY: Power through a packed day* or long night of gaming without worrying about your phone dying; The robust 5,000mAh battery has been fine-tuned with a smarter processor that helps manage energy usage without slowing you down",
"MORE STORAGE. MORE MEMORIES: Youβre good on storage space; With an impressive amount of storage, starting at 256GB, you can enjoy being behind the camera without the stress that comes with getting close to filling up your phone",
"ADAPTIVE DISPLAY: Watch your content comfortably as AdaptiveΒ VisionΒ Booster helps yourΒ screenΒ adapt to your environment; Whether out in direct sunlight or in bed with the lights off, the contrast on Samsung Galaxy S23 Ultra's expansiveΒ screenΒ still looks amazing"
],
"total_reviews": "77 ratings",
"total_answered_questions": "37 answered questions",
"customization_options": {
"color": [
{
"is_selected": false,
"url": "https://www.amazo.com//dp/B0BLP1DD3W/ref=twister_B0BXKWGCSW?_encoding=UTF8&psc=1",
"value": "Cream",
"image": "https://m.media-amazon.com/images/I/01dnwXWH1fS._SS36_.jpg"
},
{
"is_selected": false,
"url": "https://www.amazo.com//dp/B0BLP3ZZXT/ref=twister_B0BXKWGCSW?_encoding=UTF8&psc=1",
"value": "Green",
"image": "https://m.media-amazon.com/images/I/01bBlpkmiaL._SS36_.jpg"
},
{
"is_selected": true,
"url": "",
"value": "Lavender",
"image": "https://m.media-amazon.com/images/I/01WlY5tI7fL._SS36_.jpg"
},
{
"is_selected": false,
"url": "https://www.amazo.com//dp/B0BLP45GY8/ref=twister_B0BXKWGCSW?_encoding=UTF8&psc=1",
"value": "Phantom Black",
"image": "https://m.media-amazon.com/images/I/01nXredCtIL._SS36_.jpg"
}
],
"size": [
{
"is_selected": false,
"url": "https://www.amazo.com//dp/B0BLP2YFKB/ref=twister_B0BXKWGCSW",
"value": "128GB"
},
{
"is_selected": true,
"url": "",
"value": "256GB"
},
{
"is_selected": false,
"url": "https://www.amazo.com//dp/B0BLP2B5DZ/ref=twister_B0BXKWGCSW?_encoding=UTF8&psc=1",
"value": "512GB"
}
],
"style": [
{
"is_selected": false,
"url": "https://www.amazo.com//dp/B0BLP46C86/ref=twister_B0BXKWGCSW?_encoding=UTF8&psc=1",
"value": "S23"
},
{
"is_selected": true,
"url": "",
"value": "S23 Ultra"
},
{
"is_selected": false,
"url": "https://www.amazo.com//dp/B0BLNZVRK2/ref=twister_B0BXKWGCSW?_encoding=UTF8&psc=1",
"value": "S23+"
}
]
},
"merchant_info": "",
"ships_from": "Amazon.com",
"sold_by": "Amazon.com"
}
}
cURL "https://api.serpdog.io/amazon_reviews?api_key=APIKEY&domain=com&product_id=B0BLP1HYDS"
const axios = require('axios');
axios.get('https://api.serpdog.io/amazon_product?api_key=APIKEY&domain=com&product_id=B0BLP1HYDS')
.then(response => {
console.log(response.data);
})
.catch(error => {
console.log(error);
});
import requests
payload = {'api_key': 'APIKEY', 'domain': 'com' ,'product_id':'B0BLP1HYDS'}
resp = requests.get('https://api.serpdog.io/amazon_product', params=payload)
print (resp.text)
try {
String url = "https://api.serpdog.io/amazon_product?api_key=APIKEY&domain=com&product_id=B0BLP1HYDS";
URL urlForGetRequest = new URL(url);
String readLine = null;
HttpURLConnection conection = (HttpURLConnection) urlForGetRequest.openConnection();
conection.setRequestMethod("GET");
int responseCode = conection.getResponseCode();
if (responseCode == HttpURLConnection.HTTP_OK) {
BufferedReader in = new BufferedReader(new InputStreamReader(conection.getInputStream()));
StringBuffer response = new StringBuffer();
while ((readLine = in.readLine()) != null) {
response.append(readLine);
}
in.close();
System.out.println(response.toString());
} else {
throw new Exception("Error in API Call");
}
} catch (Exception ex) {
ex.printStackTrace();
}
require 'net/http'
require 'json'
params = {
:api_key => "APIKEY",
:domain => "com",
:product_id=> "B0BLP1HYDS"
}
uri = URI('https://api.serpdog.io/amazon_product')
uri.query = URI.encode_www_form(params)
website_content = Net::HTTP.get(uri)
print(website_content)
<?php
$url = "https://api.serpdog.io/amazon_product?api_key=APIKEY&domain=com&product_id=B0BLP1HYDS";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
$response = curl_exec($ch);
curl_close($ch);
print_r($response);
{
"meta": {
"api_key": "APIKEY",
"domain": "com",
"product_id": "B0BLP1HYDS"
},
"reviews_results": {
"reviews": 173,
"rating": 4.7,
"customer_reviews": [
{
"user": "Gail Del GiudiceGail Del Giudice",
"title": "Camera is a 10, battery is a 5",
"date": "Reviewed in the United States πΊπΈ on June 19, 2023",
"rating": 4,
"review": "07/07/23.. Update battery life is not good. Motorola wins on battery life. Samsung s23 ultra battery SUCKS.. I want to give 2 starts. I gave a 4 score because of the battery, it will not last like they claim it does. It does not drain as fast, I started using my phone at 5:30 am with 100 % battery and now is 10 am and battery is down to 70 %. So I think it is normal but I know I will have to put it to charge if I go out. It charges fast very fast. I hate to go out and my battery is drained before I get home. My car has all type of charger but, still, I like it 100 % most of the day. OK enough talking about the battery.. I like how easy is to set up the s23 ultra aligning it to your old phone. All information from your old phone will transferred to your new one in 7 minutes. Pictures, you can see details for sure. The color of the dress of the lady on the book it is more vibrant in the picture than the one in the book. So far camera is a 10.. I just bought this phone because of the camera.. I researched and reviewed iPhone 14 pro max and Samsung S23 ultra and S23 Ultra won because of the camera. It is fast, volume is good. iPhone 14 pro max has a better sound but not by much. Over all I love this phone so far. If something changes I will update my review."
},
{
"user": "ShayShay",
"title": "I absolutely love it!",
"date": "Reviewed in the United States πΊπΈ on July 16, 2023",
"rating": 5,
"review": "First off not sure why but I'm unable to add photos. Hopefully eventually I can update with more photos.I've been a iPhone user for 10 + years and I finally made the switch after I was tried of the phone not lasting as long and not getting many cool features as this phone provides. The food mode for photos is highly one of my top favorites as well as the pen use.There's a lot to do and enjoy on this phone which I absolutely π― love. I highly recommend getting rid of apple and switching to Samsung."
},
{
"user": "MaFanYow",
"title": "Great Camera",
"date": "Reviewed in the United States πΊπΈ on July 6, 2023",
"rating": 4,
"review": "The camera is great. Takes very good pictures.It's a 5G phone used in a 5G network, but I don't feel it to be much faster than my old 4G phone.I missed the heart beat and oxygen level sensor in my old phone. I guess Samsung removed it to make room for the new lenses.The battery did not last long enough when I used the phone to take a lot of pictures and videos. I guess the high resolution takes a lot of power. With the big battery, the phone is heavy, and it takes a long time to charge. BTW, the phone did not come with any charging cable or adapter. I have to use my old phone's. I don't know if it's because the old phone adapter does not provide enough Amps."
},
{
"user": "by B. anonymous",
"title": "Samsung Fan",
"date": "Reviewed in the United States πΊπΈ on July 19, 2023",
"rating": 5,
"review": "I love samsung products and I know it can be expensive taste. This was my big purchase and I don't regret it. I love the phone and the customization for it. It has alot of things that I love. Camera quality is good. Not too great as it has difficulty focusing and gets blurry but it might be a user error. I love the phone and it's capacity.Beautiful product"
},
{
"user": &q