Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.