- Jun 23, 2021
- 1,510
- 1,557
Hi guys,
I have a problem when scraping amazon with selenium in python.
The problem is that, sometimes the asin page does not show the actual content completely. It will not load/render some parts such as product description, product detail tables.
I tried scrolling down step by step and wait, but the missing part just won't load.
How to force it to load the full page?
** I have API and know how to use the API but I need to scrape the content without the API.
I have a problem when scraping amazon with selenium in python.
The problem is that, sometimes the asin page does not show the actual content completely. It will not load/render some parts such as product description, product detail tables.
I tried scrolling down step by step and wait, but the missing part just won't load.
How to force it to load the full page?
** I have API and know how to use the API but I need to scrape the content without the API.