This small script is to scrape the data from the yellowpages.com.au Data is name, mobile number and email. After retrieving it will ask you for name and then save that scraped data in spreadsheet with your given name.
how operate this script -
- install python
- modules required- bs4,requests,pandas and re.
- Now open script in python and update any category url from www.yellowpages.com.au and save it.
- Run that script and enter the last page upto you want to scrape the data, hit enter it will scrape the data.
- Now it will ask you for the name you want to give that file and hit enter it will save it in spreadsheet.