How to scrape AliExpress using Python and Selenium

preview_player
Показать описание
In this video i scrape aliexpress using python and Selenium.
The products are easily scraped using selenium. The only difficulty with web scraping Aliexpress was adding a script in selenium to scroll the pages for the products to appear.

Please subscribe for more Python web scraping videos.

Рекомендации по теме
Комментарии
Автор

hey man, i'm doing this on Mac M1, meaning i can't use lxml. Is there any way to get around this, perhaps with another library, or a different way to install it?

srikarthikeyan
Автор

Very good. Thanks for sharing your knowledge!

cj
Автор

could you also explain how to report all products in an excel file with pandas?

stelvio
Автор

I want to extract product image url. Would you like to tell me that?

hamzahumayun
Автор

hi, great video! I saw a problem: it was scraping only the first 2 row of links (8 products per page).
I would like to see, if possible, how to open each link and get information inside and how to change the amount I want to see the price.
Example: how much would be the shipping + the product if I buy 2 units.

nandobarreto
Автор

This accent if from:
[ ] Brazil
[ ] Thailand
[ ] Brasil

videosdowhatsapp
Автор

Thank you for your code. It works but I can't reach title and price

ouissalbelaouni