maxibaby
Junior Member
- Apr 20, 2013
- 103
- 50
Hey guys, i'm trying to scrape amazon products.
Python:
Requests + Beautifulsoup4
For example...
amazon /dp/B00OZQZUJ6?psc=1
// Cant post link
Problem comes rigth when we want to scrape description:
Frame is populated directly by JS instead of having a source.
Anyone knows how could i get that?
At least understand what shall i emulate to get the info ?
How can i know whats the JS populating it
Thanks
Python:
Requests + Beautifulsoup4
For example...
amazon /dp/B00OZQZUJ6?psc=1
// Cant post link
Problem comes rigth when we want to scrape description:
Frame is populated directly by JS instead of having a source.
Anyone knows how could i get that?
At least understand what shall i emulate to get the info ?
How can i know whats the JS populating it
Thanks