WEBSCRAPER PROJECT
The goal of this project is to scrape the data from AgentQuery.com's list of Literary Agents. In their list of Literary Agents, they have the first and last name of the agent, their website (if applicable), the genres they represent, and the E-mail they prefer writers to send submissions to.
Names, agencies, and E-mail addresses were easy to scrape, but due to the HTML formatting of the webpage, it has proven quite challenging to break out the genres by agent.
Phase #2 of the project is to scrape the genres and save them in a meaningful way for re-use.
Once that is done, I can scrape all the data from the site and re-use it for a personal web application where I can search by genre and retrieve a list of relevant literary agents and their contact information.