I'm working on a web scraping project
When i run my code :
url = myurl
session = requests.session()
response = session.get(url)
print(response.content)
The response.content looks like this:
<html><head><meta charset="utf-8"><script>function i700(){}i700.F20=function (){return typeof i700.O20.p60==='function'?i700.O20.p60.apply(i700.O20,arguments):i700.O20.p60;};i700.X70=function (){return typeof i700.v70.p60.............................
Inspecting the source webpage using Firefox Dev Tools, I found the data I need.