Problem
Define the contract micro scrapers (spiders?) will need to have.
Proposed Solution
def scrape(url:str) -> dict
in: link to be scraped
out: dictionary with the content. This will make it easy to add more columns in future iterations of the version.