![Amazon Search Scraper avatar](https://images.apifyusercontent.com/qvrSWDxMBluPdjjpnbpgFheZ38wbiDCbDnS05pdBpQY/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vOUdtRURmOHNyOUp5YjZiM1gvcVBtWmxaa3BITWpEaU1UYmstYW5kcm9pZC1jaHJvbWUtNTEyeDUxMi5wbmc.webp)
Amazon Search Scraper
Pay $0.10 for 1,000 Products
![Amazon Search Scraper](https://images.apifyusercontent.com/qvrSWDxMBluPdjjpnbpgFheZ38wbiDCbDnS05pdBpQY/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vOUdtRURmOHNyOUp5YjZiM1gvcVBtWmxaa3BITWpEaU1UYmstYW5kcm9pZC1jaHJvbWUtNTEyeDUxMi5wbmc.webp)
Amazon Search Scraper
Pay $0.10 for 1,000 Products
Our Amazon Search Results Scraper extracts real-time search results from Amazon, including product titles, prices, ratings and other key details. Download the data in formats such as JSON, CSV, Excel, XML, or HTML. Fast, accurate, and designed for detailed analysis and actionable insights.
How does Axesso Amazon Search Scraper work?
The Axesso Amazon Search Scraper works seamlessly to extract detailed, real-time search results directly from Amazon. It is designed for efficiency and ease of use, requiring only a few parameters to deliver precise and comprehensive search result data.
Here’s how it works:
-
Input Parameters: Simply provide the keyword for the product search on Amazon along with further filters, such as domain code, max page to be scraped, category, browseNode, node hierarchy and sorting preferences, to refine your search.
-
Data Extraction: The scraper performs the search on Amazon and extracts relevant details for each product, including title, price, ASIN, star rating, number of reviews, product image URL, and availability of Prime shipping..
-
Real-Time Output: Unlike preprocessed data, our scraper retrieves up-to-date product search results directly from Amazon, ensuring accurate and fresh data every time.
-
Download Options: Once the search results are extracted, the data can be downloaded in your preferred format, such as JSON, CSV, Excel, XML, or HTML.
With the Axesso Amazon Search Result Scraper, you get a user-friendly, reliable tool that delivers fast, accurate, and customizable data extraction to meet your specific needs.
Input data
The Axesso Amazon Search Scraper accepts input in JSON format. The provided JSON include one mandatory JSON Array field "input" with the following fields:
keyword
(Required) The search keyword used to retrieve product results from Amazon.domainCode
(Required) The Amazon marketplace domain code (e.g., "com" for Amazon.com, "de" for Amazon Germany).sortBy
(Optional) The sorting method for search results. Options include "relevanceblender" (default), "price-asc-rank", "price-desc-rank", "review-rank", "date-desc-rank".maxPages
(Optional) Set the maximum number of search pages to scrape. For instance, "1" limits scraping to the first page. Max value is 20 pages as this is predefined limit by Amazon. Default value is 1.category
(Optional) Filter search results by category, such as "electronics" or "home_decor," to narrow the product listing.browseNode
(Optional) Filter search results by a specific node id, e.g. 10158976011 to get warehouse-deals related listings.nodeHierarchy
(Optional) Further category nodes hierarchy. Can be a single category number or a comma separated list, e.g. 3375251,10158976011,706814011,11051400011
The 'input' field is an array, allowing you to pass multiple keywords in one run. Each keyword can be configured with individual filters and options, enabling the scraping of up to millions of search results in a single run.
Here an example of a sample input:
1{ 2"input": [ 3 { 4 "keyword": "Playstation", 5 "domainCode": "com", 6 "sortBy": "relevanceblender", 7 "maxPages": 10 8 }, 9 { 10 "keyword": "TV", 11 "domainCode": "com", 12 "sortBy": "relevanceblender", 13 "maxPages": 1, 14 "category": "electronics", 15 "browseNode": 10158976011, 16 "nodeHierarchy": "172282,10158976011,1266092011,3213027011" 17 }, 18 { 19 "keyword": "Shoes", 20 "domainCode": "co.uk", 21 "sortBy": "relevanceblender", 22 "maxPages": 1 23 } 24] 25}
Output data
1[ 2{ 3 "statusCode": 200, 4 "statusMessage": "FOUND", 5 "keyword": "TV", 6 "domainCode": "com", 7 "page": 1, 8 "selectedCategory": "aps", 9 "browseNode": null, 10 "nodeHierarchy": null, 11 "resultCount": 50000, 12 "categories": [ 13 "Televisions", 14 "LED & LCD TVs", 15 "QLED TVs", 16 "OLED TVs", 17 "Smart TVs" 18 ], 19 "similarKeywords": [ 20 { 21 "keyword": "tv stand", 22 "url": "/s?k=tv+stand&ref=rsl_sug_0_0&pd_rd_w=1USX0&content-id=amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b:amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_p=5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_r=R8681KGN9K4W25N63GPZ&pd_rd_wg=2Cxkg&pd_rd_r=8b864c7e-bb64-4a1a-9d82-f53fdbf29491&qid=1737752363" 23 }, 24 { 25 "keyword": "tv 55 inch", 26 "url": "/s?k=tv+55+inch&ref=rsl_sug_0_3&pd_rd_w=1USX0&content-id=amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b:amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_p=5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_r=R8681KGN9K4W25N63GPZ&pd_rd_wg=2Cxkg&pd_rd_r=8b864c7e-bb64-4a1a-9d82-f53fdbf29491&qid=1737752363" 27 }, 28 { 29 "keyword": "roku tv", 30 "url": "/s?k=roku+tv&ref=rsl_sug_0_1&pd_rd_w=1USX0&content-id=amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b:amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_p=5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_r=R8681KGN9K4W25N63GPZ&pd_rd_wg=2Cxkg&pd_rd_r=8b864c7e-bb64-4a1a-9d82-f53fdbf29491&qid=1737752363" 31 }, 32 { 33 "keyword": "fire tv", 34 "url": "/s?k=fire+tv&ref=rsl_sug_0_4&pd_rd_w=1USX0&content-id=amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b:amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_p=5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_r=R8681KGN9K4W25N63GPZ&pd_rd_wg=2Cxkg&pd_rd_r=8b864c7e-bb64-4a1a-9d82-f53fdbf29491&qid=1737752363" 35 }, 36 { 37 "keyword": "smart tv", 38 "url": "/s?k=smart+tv&ref=rsl_sug_0_2&pd_rd_w=1USX0&content-id=amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b:amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_p=5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_r=R8681KGN9K4W25N63GPZ&pd_rd_wg=2Cxkg&pd_rd_r=8b864c7e-bb64-4a1a-9d82-f53fdbf29491&qid=1737752363" 39 }, 40 { 41 "keyword": "tv 50 inch", 42 "url": "/s?k=tv+50+inch&ref=rsl_sug_0_5&pd_rd_w=1USX0&content-id=amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b:amzn1.sym.5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_p=5aa19d53-77d3-406e-a166-ae5e47edb27b&pf_rd_r=R8681KGN9K4W25N63GPZ&pd_rd_wg=2Cxkg&pd_rd_r=8b864c7e-bb64-4a1a-9d82-f53fdbf29491&qid=1737752363" 43 } 44 ], 45 "currentPage": 1, 46 "sortStrategy": "relevanceblender", 47 "productDescription": "SAMSUNG 65-Inch Class Crystal UHD 4K DU7200 Series HDR Smart TV w/Object Tracking Sound Lite, PurColor, Motion Xcelerator, Mega Contrast, Q-Symphony (UN65DU7200, 2024 Model)", 48 "asin": "B0CVS1XHJL", 49 "countReview": 1884, 50 "imgUrl": "https://m.media-amazon.com/images/I/71T3tmMx2FL._AC_UY218_.jpg", 51 "price": 397.99, 52 "retailPrice": 469.99, 53 "productRating": "4.1 out of 5 stars", 54 "prime": false, 55 "dpUrl": "/SAMSUNG-Tracking-Xcelerator-Q-Symphony-UN65DU7200/dp/B0CVS1XHJL/ref=sr_1_1?dib=eyJ2IjoiMSJ9.JkDXIhQCmqr-Rkl1IMOQ1qpKqph0mw5lcUT-Qk-f8SmdNi_F142dl_z7k2N3-A4ZlJo6SBMeMMUFNPRsER8JOPiXQNmBkg4Yl80KBV6Y6U62ITdT21htv2nXXIMNBwvqdfPZEZ8B8i7A8otWmFHlPgF0V7lbxVwFu6cexjutvb6S36AfsqZ_76HuTiO0LrraeAEUUEU8UQe3ZxzDl82v6USipdKWxL5pHPs9N5Mx5Ew.tyyE_MU3nJdkJuvDnTYzvjAm9MKPc_Vm20Ctf3j2JXg&dib_tag=se&keywords=TV&qid=1737752363&sr=8-1", 56 "series": null, 57 "deliveryMessage": "FREE delivery Tomorrow 11 AM - 8 PM ", 58 "variations": [], 59 "productDetails": [ 60 { 61 "name": "Display Size", 62 "value": "65 inches" 63 }, 64 { 65 "name": "Refresh Rate", 66 "value": "60 hertz" 67 }, 68 { 69 "name": "Resolution", 70 "value": "4K" 71 }, 72 { 73 "name": "Model Year", 74 "value": "2024" 75 } 76 ], 77 "salesVolume": "5K+ bought in past month", 78 "manufacturer": null, 79 "secondaryOffer": 0.0, 80 "sponsored": false, 81 "searchResultPosition": 0 82} 83]
How much does Axesso Amazon Search Scraper cost?
With our Pay-Per-Result pricing model, the cost is completely transparent and predictable, unlike renting actors where expenses can be hard to forecast. The price per result can be easily obtained at the top of this listing page, giving you full visibility into your costs before you start scraping.
What to consider when using this Actor?
Axesso - Data Service is performing Web Crawling activities for over a decade. All our expertises are included in this Actor, this means the user of this Actor is not required to deal with any inconveniences of web scraping.
In details it means we cover the whole lifecycle including
-
Proxy Rotation: We Use our own Proxy Pool including several million proxies in all countries worldwide avoiding that our Scraper can be blocked.
-
Geo Targeting: We determine the correct location based on the provided URL. If you would like to fetch result for amazon.com domain, we only use Proxies from USA for the corresponding request. Thus, we support all Amazon domains available while using always the right Proxy location.
-
Captchas and 503 Status Code: Captchas and temporary blocks are completely handled by this Actor under the hood ensuring the user to get always the required data.
-
Further rotation As already mentioned, our Actor is covering all required activities to ensure a smooth user experience at any point in time.
Where else you can find Axesso - Data Service solutions?
Our solutions are available and distributed via different channels. You can find our full API selection either on own API Portal or on Rapid API.
You can find more information about our Amazon API on our product page.
On RapidAPI our solutions are already available since 5 years proven by a track record of over 5,000 subscribers across all our APIs. Check it out, to gain trust in our experience!
Use cases for our Axesso Actors**
-
Market Research: Businesses can utilize our Axesso APIs to gather product information, pricing data, customer reviews, and seller details from Amazon. This information can help in understanding market trends, competitor analysis, and identifying gaps in the market.
-
Price Monitoring: E-commerce retailers can track prices of their own products as well as competitor products on Amazon using our Axesso APIs. This enables them to adjust their pricing strategies in real-time to stay competitive and maximize profits.
-
Inventory Management: Sellers can automate inventory management by leveraging our Axesso APIs to monitor stock levels, product availability, and any changes in product attributes on Amazon. This ensures timely restocking while preventing stockouts or overstocking..
-
Product Catalog Management: Retailers with large product catalogs can efficiently update their product listings on Amazon using our Axesso APIs. This includes extracting product titles, descriptions, images, and specifications from their database and synchronizing them with Amazon listings.
-
Review Monitoring and Sentiment Analysis: Brands can monitor customer reviews of their products on Amazon using our Axesso APIs. By analyzing sentiment and identifying common issues or positive feedback, brands can improve their products and customer satisfaction.
-
Lead Generation: Businesses can leverage our Axesso APIs to scrape Amazon for contact information of sellers or manufacturers to identify potential suppliers, distributors, or partners. This data can be used for targeted outreach and business development efforts.
-
Content Aggregation and Curation: Content creators, bloggers, and publishers can use our Axesso APIs to aggregate product information, images, and customer reviews from Amazon to create curated content such as product reviews, comparison articles, or buying guides.
-
Price Comparison Websites: Price comparison websites can utilize our Axesso APIs to collect pricing data from Amazon and other e-commerce platforms. This enables consumers to compare prices across different retailers and make informed purchasing decisions.
-
Ad Campaign Optimization: Advertisers can scrape Amazon using our Axesso APIs to gather insights into popular products, keywords, and advertising strategies. This data can be used to optimize Amazon PPC (pay-per-click) campaigns and maximize return on ad spend (ROAS).
Actor Metrics
7 monthly users
-
1 star
>99% runs succeeded
Created in Jan 2025
Modified 18 days ago