Live data from Hacker News

A Newbs Accidental Dive into Webscraping

dirhuynh.github.io

1–2 of 2 posts

Re: A Newbs Accidental Dive into Webscraping

#2
The hash fragment of a URL is not sent to the server by a browser. If you see dynamic data like that in a URL's fragment, you can conclude that it's useless to query the URL programatically by varying the fragment and that loading data is done by Javascript.