├── .gitignore ├── README.md ├── restaurants-boston-yellowpages-scraped-data.csv └── yellow_pages.py /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea/ 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scrapehero/yellowpages-scraper/HEAD/README.md -------------------------------------------------------------------------------- /restaurants-boston-yellowpages-scraped-data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scrapehero/yellowpages-scraper/HEAD/restaurants-boston-yellowpages-scraped-data.csv -------------------------------------------------------------------------------- /yellow_pages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scrapehero/yellowpages-scraper/HEAD/yellow_pages.py --------------------------------------------------------------------------------