Anand Maratha web scrapping
Steps to use the python file
- Go to Anand Maratha web site and select search menu
- Enter the selection criteria. e.g Age, height etc.
- Click on search button.
- Copy the session from browser network requests and give it to python file.
- Once python file got the result will scrap the listing result and details of result into on json file and finaly will create a json file named AnandMaratha_Complete.json.
- Open 'Index.html' file in firefox browser as chrome does not support direct reading json file from hard drive.
- Done.