Amazon Bestsellers [๐ฐ$2.5/1K] | Rankings | Prices | Reviews
Pricing
from $2.50 / 1,000 results
Amazon Bestsellers [๐ฐ$2.5/1K] | Rankings | Prices | Reviews
Scrape Amazon bestseller lists with product details, prices, ratings, and rankings
Amazon Bestsellers [๐ฐ$2.5/1K] | Rankings | Prices | Reviews
Pricing
from $2.50 / 1,000 results
Scrape Amazon bestseller lists with product details, prices, ratings, and rankings
You can access the Amazon Bestsellers [๐ฐ$2.5/1K] | Rankings | Prices | Reviews programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโll need an Apify account and your API token, found in API & Integrations in Apify Console.
1import { ApifyClient } from 'apify-client';2
3// Initialize the ApifyClient with your Apify API token4// Replace the '<YOUR_API_TOKEN>' with your token5const client = new ApifyClient({6 token: '<YOUR_API_TOKEN>',7});8
9// Prepare Actor input10const input = {11 "startUrls": [12 {13 "url": "https://www.amazon.com/Best-Sellers-Amazon-Devices-Accessories/zgbs/amazon-devices"14 },15 {16 "url": "https://www.amazon.com/Best-Sellers-Amazon-Renewed/zgbs/amazon-renewed"17 },18 {19 "url": "https://www.amazon.com/Best-Sellers-Appliances/zgbs/appliances"20 },21 {22 "url": "https://www.amazon.com/Best-Sellers-Apps-Games/zgbs/mobile-apps"23 },24 {25 "url": "https://www.amazon.com/Best-Sellers-Arts-Crafts-Sewing/zgbs/arts-crafts"26 },27 {28 "url": "https://www.amazon.com/Best-Sellers-Audible-Books-Originals/zgbs/audible"29 },30 {31 "url": "https://www.amazon.com/Best-Sellers-Automotive/zgbs/automotive"32 },33 {34 "url": "https://www.amazon.com/Best-Sellers-Baby/zgbs/baby-products"35 },36 {37 "url": "https://www.amazon.com/Best-Sellers-Beauty-Personal-Care/zgbs/beauty"38 },39 {40 "url": "https://www.amazon.com/best-sellers-books-Amazon/zgbs/books"41 },42 {43 "url": "https://www.amazon.com/best-sellers-camera-photo/zgbs/photo"44 },45 {46 "url": "https://www.amazon.com/best-sellers-music-albums/zgbs/music"47 },48 {49 "url": "https://www.amazon.com/Best-Sellers-Cell-Phones-Accessories/zgbs/wireless"50 },51 {52 "url": "https://www.amazon.com/Best-Sellers-Clothing-Shoes-Jewelry/zgbs/fashion"53 },54 {55 "url": "https://www.amazon.com/Best-Sellers-Collectible-Coins/zgbs/coins"56 },57 {58 "url": "https://www.amazon.com/Best-Sellers-Computers-Accessories/zgbs/pc"59 },60 {61 "url": "https://www.amazon.com/Best-Sellers-Digital-Educational-Resources/zgbs/digital-educational-resources"62 },63 {64 "url": "https://www.amazon.com/Best-Sellers-Digital-Music/zgbs/dmusic"65 },66 {67 "url": "https://www.amazon.com/Best-Sellers-Electronics/zgbs/electronics"68 },69 {70 "url": "https://www.amazon.com/Best-Sellers-Entertainment-Collectibles/zgbs/entertainment-collectibles"71 },72 {73 "url": "https://www.amazon.com/Best-Sellers-Gift-Cards/zgbs/gift-cards"74 },75 {76 "url": "https://www.amazon.com/Best-Sellers-Grocery-Gourmet-Food/zgbs/grocery"77 },78 {79 "url": "https://www.amazon.com/Best-Sellers-Handmade-Products/zgbs/handmade"80 },81 {82 "url": "https://www.amazon.com/Best-Sellers-Health-Household/zgbs/hpc"83 },84 {85 "url": "https://www.amazon.com/Best-Sellers-Home-Kitchen/zgbs/home-garden"86 },87 {88 "url": "https://www.amazon.com/Best-Sellers-Industrial-Scientific/zgbs/industrial"89 },90 {91 "url": "https://www.amazon.com/Best-Sellers-Kindle-Store/zgbs/digital-text"92 },93 {94 "url": "https://www.amazon.com/Best-Sellers-Kitchen-Dining/zgbs/kitchen"95 },96 {97 "url": "https://www.amazon.com/best-sellers-movies-TV-DVD-Blu-ray/zgbs/movies-tv"98 },99 {100 "url": "https://www.amazon.com/Best-Sellers-Musical-Instruments/zgbs/musical-instruments"101 },102 {103 "url": "https://www.amazon.com/Best-Sellers-Office-Products/zgbs/office-products"104 },105 {106 "url": "https://www.amazon.com/Best-Sellers-Patio-Lawn-Garden/zgbs/lawn-garden"107 },108 {109 "url": "https://www.amazon.com/Best-Sellers-Pet-Supplies/zgbs/pet-supplies"110 },111 {112 "url": "https://www.amazon.com/best-sellers-software/zgbs/software"113 },114 {115 "url": "https://www.amazon.com/Best-Sellers-Sports-Outdoors/zgbs/sporting-goods"116 },117 {118 "url": "https://www.amazon.com/Best-Sellers-Sports-Collectibles/zgbs/sports-collectibles"119 },120 {121 "url": "https://www.amazon.com/Best-Sellers-Tools-Home-Improvement/zgbs/hi"122 },123 {124 "url": "https://www.amazon.com/Best-Sellers-Toys-Games/zgbs/toys-and-games"125 },126 {127 "url": "https://www.amazon.com/Best-Sellers-Unique-Finds/zgbs/boost"128 },129 {130 "url": "https://www.amazon.com/best-sellers-video-games/zgbs/videogames"131 }132 ]133};134
135// Run the Actor and wait for it to finish136const run = await client.actor("ahmed_jasarevic/amazon-bestsellers-scraper").call(input);137
138// Fetch and print Actor results from the run's dataset (if any)139console.log('Results from dataset');140console.log(`๐พ Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);141const { items } = await client.dataset(run.defaultDatasetId).listItems();142items.forEach((item) => {143 console.dir(item);144});145
146// ๐ Want to learn more ๐? Go to โ https://docs.apify.com/api/client/js/docsThe Apify API client for JavaScript is the official library that allows you to use Amazon Bestsellers [๐ฐ$2.5/1K] | Rankings | Prices | Reviews API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.
Install the apify-client
$npm install apify-clientOther API clients include:
Amazon Bestsellers [๐ฐ$2.5/1K] | Rankings | Prices | Reviews API in Python
Amazon Bestsellers [๐ฐ$2.5/1K] | Rankings | Prices | Reviews API through CLI
Amazon Bestsellers [๐ฐ$2.5/1K] | Rankings | Prices | Reviews OpenAPI definition
Amazon Bestsellers [๐ฐ$2.5/1K] | Rankings | Prices | Reviews API