I am extracting Amazon bestseller books data book name, author name, and price of the book. For this task, I am using the beautifulSoup and requests library. The URL is- https://www.amazon.in/gp/bestsellers/books/ [code snippet-price infoHTML tree structure](https://i.stack.imgur.com/7K0rN.png)
I am getting an empty list of price info. How to fix the issue?
I have checked one of the post in Stackoverflow it suggests the use of lxml. Does it apply to my case also?
Here is an example how you can get titles of the books + their price:
Prints: