Python Assignment - A
Python Assignment - A
Objective: In this assignment, you will create a Python program that scrapes data
from Google Maps search results using different libraries such as Beautiful Soup,
Playwright, Scrapy, and Puppeteer. The scraped data will be inserted into a MySQL
database for storage.
Requirements:
Scraping Libraries: You need to use the following scraping libraries for different
parts of the assignment:
• Business name
• Address
• Category
• Review average
• Review count
• Website
• Phone number
MySQL Database: You need to create a MySQL database to store the scraped
data. The database schema should include a table to store the above-mentioned
data.
Tips: