i am a newbie to the web scraping and python , please help me to scrape this link . link - https://chartink.com/screener/time-pass-48 i am trying to web scrape but it is not showing the table which i want. please help me the same.
i have tried this code , but it is not giving me the desired result.
''' import requests from bs4 import BeautifulSoup
URL = 'https://chartink.com/screener/time-pass-48'
page = requests.get(URL)
print(page)
soup = BeautifulSoup(page.content, 'html.parser')
print(soup)
'''
Aucun commentaire:
Enregistrer un commentaire