Bzj Amazon Actor
No credit card required
Bzj Amazon Actor
No credit card required
Crawl and extract unlimited data using actors integrated with the scrapeless amazon scraper api
Amazon Scraper Actor - scrapeless.com 😊
Crawl and extract unlimited data using actors integrated with the scrapeless amazon scraper api
Easily collect Amazon data like ASINs, seller names, merchant IDs, product titles, URLs, images, brands, overviews, descriptions, and more. With Scrapeless, you get full control, flexibility, and scalability—no need to manage proxies, infrastructure, or worry about blocks.
Get Started • Docs • Community • Official Website • API Reference
Start using scrapeless’s scraping actor for free
API Key (Application Programming Interface Key) is a tool used to verify identity and authorize access to an API. It is usually a unique string of letters, numbers, and symbols. API Key acts as an authentication "pass" when accessing the API, ensuring that the request is made by a legitimate user or application.
✅ You can get the API KEY by following the steps below:
- After clicking to log in to Scrapeless, you can automatically get the corresponding API KEY.
- You can see your API Key in API Key Management:
⬇️ Input
Different scraper actions
have different input formats
. The specific reference is as follows:
keywords
Search for products based on keywords, crawl product information, and support concurrent crawling of up to 100 pages of data.
In addition to the required action
and apiKey
, you only need to configure keywords options
:
1{ 2 "action": "keywords", 3 "apiKey": "your_api_key", 4 "keywords": "iPhone 12", 5 "pages": 20, 6 "maxConcurrency": 100, 7 "domain": "com", 8}
product
Crawl product information based on the corresponding product details page URL.
In addition to the required action
and apiKey
, you only need to configure product options
:
1{ 2 "action": "product", 3 "apiKey": "your_api_key", 4 "url": "https://www.amazon.com/dp/B0BQXHK363" 5}
seller
Crawl seller information based on the URL of the corresponding merchant details page
In addition to the required action
and apiKey
, you only need to configure seller options
:
1{ 2 "action": "seller", 3 "apiKey": "your_api_key", 4 "url": "https://www.amazon.com/dp/B0BQXHK363" 5}
⬆️ Output example
keywords
1{ 2 "url": "https://www.amazon.com/s?k=iPhone+12&page=1", 3 "currentPage": "1", 4 "totalPage": 20, 5 "keyword": "iPhone 12", 6 "result": { 7 "paid": [ 8 { 9 "pos": 20, 10 "url": "https://www.amazon.com/dp/B08PNVVX47", 11 "asin": "B08PNVVX47", 12 "price": "$323.00", 13 "title": "SponsoredSponsored You’re seeing this ad based on the product’s relevance to your search query.Leave ad feedback Apple iPhone 12, 256GB, Black - Fully Unlocked (Renewed)", 14 "rating": "4.1 out of 5 stars", 15 "is_prime": false, 16 "url_image": "/sspa/click?ie=UTF8&spc=MToxNTk0NjI3ODYzNTgzMzcyOjE3MzYyNDAxMzY6c3BfYnRmOjMwMDU5MTIxOTAyMDUwMjo6MDo6&url=%2FApple-iPhone-12-256GB-Black%2Fdp%2FB08PNVVX47%2Fref%3Dsr_1_17_sspa%3Fdib%3DeyJ2IjoiMSJ9.-GgvdylllA5K_6T1tIc035w7h-RQ7Bh8x-1QBwt6haFWidtdrrXrnII5cgJ6sZoXZxqFL2uLjXf6CVfVqJeVe2cB1e6xXPEKmagitaH-Tlx0iV9u8DMB4Vw2OIbN_H--joq-mgELN_Iyr-4MZPXQfRqo6z-MCc0VRf-6IUsorvxx73fO00tms-68LcKMmzzeVdOCgsS6q8V8sz7H3RG9cR28_Rdqc_uBb-OvfhapgX0.5oPz1VzuyyVyAEu4u87zEgC8Odqhly7Gxvkj5EJ0nbk%26dib_tag%3Dse%26keywords%3DiPhone%2B12%26qid%3D1736240136%26sr%3D8-17-spons%26sp_csd%3Dd2lkZ2V0TmFtZT1zcF9idGY%26psc%3D1", 17 "best_seller": false, 18 "price_upper": "$323.00", 19 "is_sponsored": true, 20 "manufacturer": "", 21 "pricing_count": 1, 22 "reviews_count": 27851, 23 "price_strikethrough": "", 24 "shipping_information": "FREE delivery Tomorrow, Jan 8Only 6 left in stock - order soon." 25 }, 26 // more data 27 ] 28 }, 29 "totalResultsCount": 19 30}
product
1{ 2 "title": "OLIXIS Guest Reception Desk Chairs Without Wheels PU Leather Padded Arms, for Office Waiting Room Restaurant Library Barber Store Clinic Lobby Student Adult, Black-1 Pack", 3 "seller_name": "", 4 "brand": "OLIXIS", 5 "description": "About this item 🥇 【Comfortable Support】- Made of high density sponge, the cushion of this reception chair is soft and durable. The backrest is wide and full, can perfectly support the back and hips, without compressing the nerves in the back and legs, so you can fully relax your body 🥇【Preferred Leather】- The guest chair with arms uses high-grade leather, which is not easy to wear, surface waterproof, corrosion-resistant, not easy to change color, skin-friendly, and non-irritating odor. The waiting room chair can be used both indoor and outdoor, easy to clean and has a long service life 🥇【Sturdy Base】- This office chair no wheels is made of metal legs, the legs are not easy to break, strong and durable. The office guest chair's structure is stable, with four-point support, maximum weight bearing 275 pounds. Scientific hole design, even center of gravity, not easy to slip, strong security, screw fixing without noise 🥇【Flexible Use】- The black leather waiting room chairs are suitable for business reception, simple and beautiful, with suitable size (22.24 \"W x 24.02 \"D x 32.68 \"H). Perfect for placement in reception rooms, conference rooms, offices, hospital clinic, dining chairs, libraries, barber stores, etc. This wheel-less chair with solid armrests can be used for post-operative rehab, practicing arm support, and exercising the body 🥇【Easy Assembly】- Packed in an outer thick cardboard box, the lobby chairs are not easily damaged during transportation. Inside the box are instructions, accessories, and installation tools. Usually assembled within 20 minutes, screw fixing does not fall off, 1-year free warranty service. Any questions, please contact our customer service 😊 \n › See more product details", 6 "initial_price": "", 7 "final_price": "Add to Cart", 8 "availability": "Only 1 left in stock - order soon.", 9 "reviews_count": "118", 10 "categories": [ 11 "Office Products", 12 "Office Furniture & Lighting", 13 "Chairs & Sofas", 14 "Guest & Reception Chairs" 15 ], 16 "asin": "B0BQXHK363", 17 "buybox_seller": "", 18 "number_of_sellers": 1, 19 "root_bs_rank": "21,210", 20 "answered_questions": 0, 21 "domain": "https://www.amazon.com", 22 "images_count": 0, 23 "url": "https://www.amazon.com/dp/B0BQXHK363", 24 "video_count": 3, 25 "image_url": "https://m.media-amazon.com/images/I/71CO3NYypML._AC_SL1500_.jpg", 26 "item_weight": "12 pounds", 27 "rating": "4.0", 28 "product_dimensions": "24.02\"D x 22.24\"W x 32.68\"H", 29 "seller_id": "ATVPDKIKX0DER", 30 "date_first_available": "December 23, 2022", 31 "discount": "", 32 "model_number": "MK6109-1", 33 "manufacturer": "OLIXIS", 34 "department": "Office Products", 35 "plus_content": true, 36 "upc": "810108654766", 37 "video": true, 38 "top_review": "I needed a basic, sturdy armchair with back support to sit comfortably and do leg exercises after surgery. This fit the bill perfectly, at a very affordable price, especially with a warehouse deal! Very easy to assemble. Lightweight and easy to move around - very easy to slide back and forth to get yourself closer to/away from the table. Arms are at a great height to help you get up and sit down without being restrictive while you’re sitting. Perfect for my needs!", 39 "variations": null, 40 "delivery": "FREE delivery Sunday, January 12", 41 "features": [ 42 "🥇 【Comfortable Support】- Made of high density sponge, the cushion of this reception chair is soft and durable. The backrest is wide and full, can perfectly support the back and hips, without compressing the nerves in the back and legs, so you can fully relax your body", 43 "🥇【Preferred Leather】- The guest chair with arms uses high-grade leather, which is not easy to wear, surface waterproof, corrosion-resistant, not easy to change color, skin-friendly, and non-irritating odor. The waiting room chair can be used both indoor and outdoor, easy to clean and has a long service life", 44 "🥇【Sturdy Base】- This office chair no wheels is made of metal legs, the legs are not easy to break, strong and durable. The office guest chair's structure is stable, with four-point support, maximum weight bearing 275 pounds. Scientific hole design, even center of gravity, not easy to slip, strong security, screw fixing without noise", 45 "🥇【Flexible Use】- The black leather waiting room chairs are suitable for business reception, simple and beautiful, with suitable size (22.24 \"W x 24.02 \"D x 32.68 \"H). Perfect for placement in reception rooms, conference rooms, offices, hospital clinic, dining chairs, libraries, barber stores, etc. This wheel-less chair with solid armrests can be used for post-operative rehab, practicing arm support, and exercising the body", 46 "🥇【Easy Assembly】- Packed in an outer thick cardboard box, the lobby chairs are not easily damaged during transportation. Inside the box are instructions, accessories, and installation tools. Usually assembled within 20 minutes, screw fixing does not fall off, 1-year free warranty service. Any questions, please contact our customer service 😊" 47 ], 48 "format": "", 49 "buybox_prices": { 50 "discount": "", 51 "final_price": "Add to Cart", 52 "initial_price": "", 53 "unit_price": "" 54 }, 55 "parent_asin": "B0BQXHK363", 56 "input_asin": "B0BQXHK363", 57 "ingredients": null, 58 "origin_url": "https://www.amazon.com", 59 "bought_past_month": "300+ bought in past month", 60 "is_available": true, 61 "root_bs_category": "Office Products", 62 "bs_category": "Office Guest Chairs & Reception Chairs", 63 "bs_rank": "10", 64 "badge": "", 65 "subcategory_rank": { 66 "subcategory_name": "Office Guest Chairs & Reception Chairs", 67 "subcategory_rank": "10" 68 }, 69 "amazon_choice": false, 70 "images": null, 71 "product_details": [ 72 { 73 "type": "Brand", 74 "values": "OLIXIS" 75 }, 76 { 77 "type": "Color", 78 "values": "Black- 1 Pack" 79 }, 80 // more data 81 ], 82 "prices_breakdown": { 83 "deal_type": "", 84 "list_price": "", 85 "typical_price": "" 86 }, 87 "country_of_origin": "", 88 "from_the_brand": [ 89 "https://m.media-amazon.com/images/S/aplus-media-library-service-media/ff99e1c9-d12f-4fce-9919-8f69659fdd28.__CR0,0,1464,625_PT0_SX1464_V1___.jpg", 90 "https://m.media-amazon.com/images/S/aplus-media-library-service-media/c8fcbebd-08eb-4b7a-820f-c8f2a69c15c6.__CR0,0,315,145_PT0_SX315_V1___.jpg", 91 "https://m.media-amazon.com/images/I/41w1qbDSMDL.__AC_SR166,182___.jpg", 92 "https://m.media-amazon.com/images/I/41mad1GxnzL.__AC_SR166,182___.jpg", 93 "https://m.media-amazon.com/images/I/41e-CIuIfqL.__AC_SR166,182___.jpg", 94 "https://m.media-amazon.com/images/I/51qAef2aYgL.__AC_SR166,182___.jpg", 95 "https://m.media-amazon.com/images/S/aplus-media-library-service-media/c6d45f6a-457a-4ec9-bc76-a0e2427890f6.__CR0,23,463,579_PT0_SX362_V1___.jpg", 96 "https://m.media-amazon.com/images/S/aplus-media-library-service-media/c3f99631-c4d5-4b81-bf89-67dfdbd29c61.__CR0,23,463,579_PT0_SX362_V1___.jpg", 97 "https://m.media-amazon.com/images/S/aplus-media-library-service-media/f2990b94-e3ea-4920-9a1f-61f08b7f47d4.__CR0,23,463,579_PT0_SX362_V1___.jpg", 98 "https://m.media-amazon.com/images/S/aplus-media-library-service-media/82027a3b-c109-4852-9d45-35e47649c814.__CR0,23,463,579_PT0_SX362_V1___.jpg", 99 "https://m.media-amazon.com/images/S/aplus-media-library-service-media/f195e919-538a-4815-ae7f-c136638f0df0.__CR0,23,463,579_PT0_SX362_V1___.jpg" 100 ], 101 "product_description": null, 102 "seller_url": "https://www.amazon.com/sp?ie=UTF-8&seller=ATVPDKIKX0DER&asin=B0BQXHK363", 103 "customer_says": "Customers appreciate the chair's sturdiness, comfort, and ease of assembly. They find it sturdy, comfortable, and simple to put together. The chair looks nice and simple, and customers find it a good value for the price. However, some customers dislike the screw quality.", 104 "sustainability_features": null, 105 "climate_pledge_friendly": false, 106 "videos": [ 107 "https://www.amazon.com/vdp/0d571639c47849a2b8b4cc9b39ee61d4", 108 "https://www.amazon.com/vdp/0bf57952050a4e3c9247ada1b19e2e72", 109 "https://www.amazon.com/vdp/07922331b3594c4d850649d9f587423c" 110 ], 111 "other_sellers_prices": null, 112 "downloadable_videos": [ 113 "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/8979de7f-e61a-4f71-9ed4-04c28d4c91f0/default.jobtemplate.hls.m3u8", 114 "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/f511d7ac-7f1c-4a8e-927c-0a339308967f/default.jobtemplate.hls.m3u8", 115 "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/23e5f824-cdca-4b24-a009-596681a82a29/default.jobtemplate.hls.m3u8" 116 ] 117}
seller
1{ 2 "url": "https://www.amazon.com/dp/B0BQXHK363", 3 "seller_id": "", 4 "seller_name": "", 5 "description": "", 6 "detailed_info": null, 7 "feedbacks": null, 8 "stars": "", 9 "return_policy": "", 10 "shipping_policies": "", 11 "privacy_security": "", 12 "privacy_policy": " ", 13 "tax_info": "", 14 "help_content": "", 15 "products_link": "https://www.amazon.com#", 16 "business_name__DUPLICATE": "", 17 "business_address__DUPLICATE": "", 18 "rating_positive": "", 19 "brands": "", 20 "feedbacks_percentages": { 21 "star_1": "", 22 "star_2": "", 23 "star_3": "", 24 "star_4": "", 25 "star_5": "" 26 }, 27 "rating_count_m12": "", 28 "rating_count_m3": "", 29 "rating_count_lifetime": "", 30 "rating_count_m1": "", 31 "country": "US", 32 "email": "", 33 "timestamp": "2025-01-7" 34}
Actor Metrics
2 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Jan 2025
Modified a day ago