prorHiliphoff
New Member
For my android app, I am trying to do HTML scraping from this website:http://www.trico.haverford.edu/cgi-bin/courseguide/cgi-bin/search.cgiEssentially, my app has a button for each department, and for example if the user clicks "biology" , i want to search all the biology courses in the link and scrape the data from it.Any tips. My intuition is to use a POST request where the key would be "department, and the value would be "biology"