i was wondering how i can get the product dimensions and weight from an amazon page. this is the page: https://www.amazon.com/Vic-Firth-American-5B-Drumsticks/dp/B0002F73Z8/ref=psdc_11966431_t1_B0064RNNP2?th=1
there is a place where it says
item weight: 3.2 ounces
product dimensions: 16 x 0.6 x 0.6.
I am new to webscraping and python so if you could please help me, that would be awesome!
>Solution :
What you need to do is first install selenium in your computer.
Then after setting it up you can go to the page and click on inspect.Then you search what you need to scrap after that copy the XPath .
You can Follow Selenium with Python Docs or watch any tutorial for more detail
.