How would pull information from a site without using their api?
Anoniem
'Web scrapping', basically one can use HTTP-request to get the entire html document element of the website. Then clean and extract information/ content from html tags of the response object received. Can be achieved easily in python and java script.