Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paritoshtripathi935/zomato_scraping
This repository helps you extract data from the official zomato website by providing the link to the city zomato page.
https://github.com/paritoshtripathi935/zomato_scraping
python selenium selenium-python webscraping zomato zomato-scraper
Last synced: 2 months ago
JSON representation
This repository helps you extract data from the official zomato website by providing the link to the city zomato page.
- Host: GitHub
- URL: https://github.com/paritoshtripathi935/zomato_scraping
- Owner: paritoshtripathi935
- License: mit
- Created: 2021-09-07T14:37:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T07:30:05.000Z (over 2 years ago)
- Last Synced: 2024-05-30T01:43:21.334Z (8 months ago)
- Topics: python, selenium, selenium-python, webscraping, zomato, zomato-scraper
- Language: Jupyter Notebook
- Homepage: https://paritoshtripathi935.github.io/Zomato_Scraping/
- Size: 6.85 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web scraping Of Top Restaurants in Banglore from Zomato
## Table of Contents
1. Why collecton?
2. Objective
3. Introduction
4. Libraries Used:
5. Installations and Versions
6. Built With
7. Types of Data## Note : The project is done for learning purposes only.
## Why collecton?
The Data Science projects start with the collection of data. The data can be collected from the database, internet/online and offline mode. These days most of the information is available online and in order to extract that information Data Engineers/Data Scientists use Web Scraping. In this article we will learn about web scraping and how is it done in Python using openly available tools.
## Objective:
Scraping the data from Zomato to get a list of restaurants in Bangalore.## Introduction
The following repo is an attempt to get required data from Zomato's website, to do an in depth analysis of the the restaurant industry in the tech capital of India. Here, Selenium is used to automate the browser for dynamic page of Zomato and BeautifulSoup is used for parsing. Bangalore is also the most diverse city in the Country. So analysis would provide a good picture of the favorable type of restaurant in the city.## Libraries Used:
bs4
pandas
requests# Installations and Versions
1. Python - Python 3.7.6
2. Selenium Webdriver - ChromeDriver 79.0.3945.36
3. BeautifulSoup - BeautifulSoup4# Built With
Pychram## Types of Data
1. resturants name
2. resturants links
3. resturnats rating
4. resturnats crusnies
5. resturnats price