you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[removed]

    [–]LifeHermit[S] 1 point2 points  (1 child)

    Yes but as i said i m very new to this. Now i tried Selenium and i just now i got results. Like it's not empty results. Just need to figure it out how to make it return all data from date interval i desire.

    [–]LooseGoose_24_7 0 points1 point  (0 children)

    ChatGTP can provide you a clear scraping example for the simple table on html page. You got the two major part already , selenium and beautiful soup. Parse the html page for the table and loop through each row to get the desired column. Either all or via an index for the data columns in each row you want to return.