sudheer-ranga / aliexpress-product-scraper

Get Aliexpress product details as a json response including feedbacks, variants, shipping info, description, images, etc.,
MIT License
233 stars 89 forks source link

v2.0.0 - Fix for Breaking Changes Due to AliExpress Website Update #39

Closed sudheer-ranga closed 10 months ago

sudheer-ranga commented 10 months ago

⚠️ This PR has breaking changes

This pull request addresses the breaking changes that occurred in the master branch due to recent updates in the way the AliExpress website is rendered.

Changes include:

Updated the scraping logic to align with the new website structure of AliExpress. This ensures that the scraper continues to function as expected and extracts the correct data.

Fixed a breaking issue that was causing the application to crash under certain conditions. The application is now more robust and can handle unexpected scenarios more gracefully.

Optimized the code to run certain tasks in parallel, improving the overall performance and efficiency of the scraper.

Added more robust error handling and logging. This will make it easier to troubleshoot issues in the future.

These changes ensure that our AliExpress scraper remains reliable and efficient, providing accurate data as the AliExpress website continues to evolve.

Please review these changes and provide any feedback.