A web scraper built on beautifulsoup4 that takes an input of zipcodes and search phrases which are used to look up business on Yellowpages. After it is run it will generate a data.csv that will store the following data: 1. Business Name 2. Keyword 3. Yellowpages Url 4. Business Website 5. Business Domain 5. Business Phone Number 6. Business Address 7. Business ZipCode
- Create a zipcodes.csv file that will store the zipcodes to lookup.
- Create a keywords.csv file that will store the keywords to lookup.