#DailyBloggingChallenge (321/365)
When comparing the scraping method between Goruck's and Sandlot's page they differ quite significant.
On #Goruck one can use a simple #HTML parser and extract the data from a reusable #CSS class name.
On #Sandlot one has access to the response data as #JSON and needs to create a pattern/dictionary matcher.