Hello World,
New in Python, I am trying to webscrape a javascript page : https://search.gleif.org/#/search/
Please find below the result from my code (using request)
<!DOCTYPE html> <html> <head><meta charset="utf-8"/> <meta content="width=device-width,initial-scale=1" name="viewport"/> <title>LEI Search 2.0</title> <link href="/static/icons/favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,600,700,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet"/> <link href="/static/css/main.045139db483277222eb714c1ff8c54f2.css" rel="stylesheet"/></head> <body> <div id="app"></div> <script src="/static/js/manifest.2ae2e69a05c33dfc65f8.js" type="text/javascript"></script> <script src="/static/js/vendor.6bd9028998d5ca3bb72f.js" type="text/javascript"></script> <script src="/static/js/main.5da23c5198041f0ec5af.js" type="text/javascript"></script> </body> </html>
The question: Instead of retrieving the above script:
"src="/static/js/manifest.2ae2e69a05c33dfc65f8.js" type="text/javascript""