The following websites were web scraped to create complete lists of movies released in the given year in the United States.
Beautiful Soup and pandas were used to parse the html and extract the title_ids needed to make our API calls. Since OMDb API limits the API calls allowed for their free tier to 1000 calls per day we batched the titles for each year into lists no longer than 1000 records. These were then exported to our data folder. The CSVs that were exported are attached to the right.