Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnyaneshvn/1mg-scrapper
This Scrapper extracts medicine details from the 1mg website using Selenium and BeautifulSoup. It efficiently collects and saves data like names, prices, images, etc. into CSV files.
https://github.com/dnyaneshvn/1mg-scrapper
1mg 1mg-scrapper beautifulsoup onemg selenium-python webscraping
Last synced: 14 days ago
JSON representation
This Scrapper extracts medicine details from the 1mg website using Selenium and BeautifulSoup. It efficiently collects and saves data like names, prices, images, etc. into CSV files.
- Host: GitHub
- URL: https://github.com/dnyaneshvn/1mg-scrapper
- Owner: Dnyaneshvn
- Created: 2024-03-15T13:03:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T16:11:10.000Z (4 months ago)
- Last Synced: 2024-11-10T08:09:38.579Z (2 months ago)
- Topics: 1mg, 1mg-scrapper, beautifulsoup, onemg, selenium-python, webscraping
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Scraper for 1mg Medicine Data
## Overview
This web scraper project pulls medicine data from the 1mg website using **Selenium** and **BeautifulSoup**. It efficiently gathers details like medicine names, prices, images, and more, saving everything into CSV files. The use of concurrent threads speeds up the process, making data collection both fast and effective.## Features
- **Comprehensive Data**: Extracts medicine names, prices, quantities, and manufacturers.
- **Fast and Efficient**: Utilizes concurrent threads to handle multiple pages and categories.
- **Easy Data Access**: Saves all data into CSV files for convenient use.## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.