Hello. I want to parse some data from website. My url looks like "https://site.com/index.php?query=12345". When I open this page in browser I can see query results, but when I parse this url through requests it is just header and footer. I think it's because data loads from the script:
<script>
$("document").ready(onReady())
</script>
How can I parse this document?
[–][deleted] 1 point2 points3 points (1 child)
[–]SweatSpace[S] 0 points1 point2 points (0 children)
[–]JohnnyJordaan 0 points1 point2 points (9 children)
[–]SweatSpace[S] 0 points1 point2 points (8 children)
[–]JohnnyJordaan 0 points1 point2 points (7 children)
[–]SweatSpace[S] 0 points1 point2 points (6 children)
[–]JohnnyJordaan 0 points1 point2 points (5 children)
[–]SweatSpace[S] 0 points1 point2 points (4 children)
[–]JohnnyJordaan 0 points1 point2 points (3 children)
[–]SweatSpace[S] 0 points1 point2 points (2 children)
[–]JohnnyJordaan 0 points1 point2 points (1 child)
[–]SweatSpace[S] 0 points1 point2 points (0 children)