
Amazon Scraper
Pay $10.00 for 1,000 results

Amazon Scraper
Pay $10.00 for 1,000 results
Gets you product data from Amazon. Unofficial API. Scrapes and downloads product information without using the Amazon API, including reviews, prices, descriptions, and ASIN.
Actor Metrics
513 Monthly users
4.5 / 5 (13)
99 bookmarks
97% runs succeeded
1.9 days response time
Created in May 2022
Modified 2 days ago
Output order NOT consistant with input order
Hello and good day
A very important thing for me is to KEEP the output order consistant with the input order. Because I use the data later in the same order...
Could we do that?
Thanks // Adrian

Sviatozar Petrenko (svpetrenko)
Hi, thanks for asking!
Regarding the order of output items, it is almost always out of order among scrapers because they usually work in an asynchronous manner with some navigations happening earlier then others.
But for such cases we usually add an input
field to output items, so you can yourself map each output item to your input and put it in order. I see we don't have it here, so we'll try to add it
We'll let you know when it's here

Sviatozar Petrenko (svpetrenko)
Hi! Just wanted to notify that we have added the input
output property. Hope it suits your use-case
adrianbe
Thank you very much! I will test this out!