Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojas-arora/web-scrapping-using-beautiful-soup
https://github.com/ojas-arora/web-scrapping-using-beautiful-soup
machine-learning webscraping webscraping-beautifulsoup
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojas-arora/web-scrapping-using-beautiful-soup
- Owner: Ojas-Arora
- Created: 2024-11-04T11:47:49.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2024-11-04T12:03:35.000Z (4 days ago)
- Last Synced: 2024-11-04T12:37:02.962Z (4 days ago)
- Topics: machine-learning, webscraping, webscraping-beautifulsoup
- Language: Jupyter Notebook
- Homepage: https://medium.com/@ojas.arora14/web-scrapping-using-beautiful-soup-292e46fa72f2
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌐✨Web-Scrapping-Using-Beautiful-Soup 🍜🔍
![image](https://github.com/user-attachments/assets/f6f516b6-44fb-4609-9331-9191cd4637f1)
1. **🌐 Web Scraping:** A technique for extracting information from the internet automatically using our script that simulates human web surfing. 🤖📈
2. **📊 Data Extraction:** Web scraping helps us extract large volumes of data from different websites efficiently. 🌍📚## 📝 Steps 🚀
![image](https://github.com/user-attachments/assets/4124b7fc-04ee-40ed-a7e1-b36c04b9306e)
- **📥 Load HTML:** Retrieve the web page content.
- **📥 Load HTML:** Retrieve the web page content.
- **📍 Locate and Extract the Desired Data:** Identify and pull out the specific information needed.