drawrowfly / amazon-product-api

Amazon Scraper. Scrape products from the amazon search result or reviews from the specific product
631 stars 181 forks source link

Bulk asin request #9

Open hiehoo opened 4 years ago

hiehoo commented 4 years ago

Hi friend, can i scrape list of asin instead of only one?

hiehoo commented 4 years ago

@drawrowfly

drawrowfly commented 4 years ago

In CLI tool no

If using as module then you can do it

hiehoo commented 4 years ago

In CLI tool no

If using as module then you can do it

how can i convert it as module?

drawrowfly commented 4 years ago

https://github.com/drawrowfly/amazon-scraper#module

I will add later the possibility to specify input source(asin id's and etc) from a file, to extract data in bulk

hiehoo commented 4 years ago

https://github.com/drawrowfly/amazon-scraper#module

I will add later the possibility to specify input source(asin id's and etc) from a file, to extract data in bulk

Thanks, hope to see the next version soon

vesper8 commented 3 years ago

Thanks for explaining the alternative. I would also like it if it was possible to pass comma seperated list of asins on the CLI

ahmedwalid05 commented 3 years ago

In CLI tool no

If using as module then you can do it

I am not really sure how to use get multiple products in a single ASIN Call, is there a way to pass a list? or do you mean just do multiple calls to the function and await all of them at the same time?

devhan77 commented 3 years ago

Please I need extract Asin in Bulk... please help us my friend

Chroner2 commented 3 years ago

Guys you can easily use Python from subprocess import call and invoke many CLI calls...

akuajaneh commented 2 years ago

I use this, but it's not efficient, because it will make a lot csv file. How to compile the result in 1 csv file?

import os os.system('amazon-buddy asin B08LH5KXWH --country GB') os.system('amazon-buddy asin B087C28KJ1--country GB')

himanshuvashisht878 commented 2 years ago

I got around 7-8k Asin wanted to use them instead I also found a way to make a link from it like www.amazon.com/dp/[ASIN] Is there any way to scrape data in bulk with this? @drawrowfly

ZamaniDeveloper commented 2 months ago

In CLI tool no

If using as module then you can do it

in this case price in null or empty. how can i fix it?