Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prashver/company-data-scraper-mca
Code repository for automating company data extraction from the Ministry of Corporate Affairs site using Python, Selenium, and Pandas. Results are saved locally in CSV format.
https://github.com/prashver/company-data-scraper-mca
company-data-scraper pandas python selenium selenium-webdriver web-scraping
Last synced: 29 days ago
JSON representation
Code repository for automating company data extraction from the Ministry of Corporate Affairs site using Python, Selenium, and Pandas. Results are saved locally in CSV format.
- Host: GitHub
- URL: https://github.com/prashver/company-data-scraper-mca
- Owner: prashver
- Created: 2021-05-30T09:28:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T12:06:58.000Z (over 2 years ago)
- Last Synced: 2024-11-14T17:12:04.302Z (3 months ago)
- Topics: company-data-scraper, pandas, python, selenium, selenium-webdriver, web-scraping
- Language: Python
- Homepage:
- Size: 57.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Company Data Scraper
This is the code repository for scraping the requested company data from **Ministry of Corporate Affairs** government site.# Technology Used
- Python
- Selenium
- Pandas# Architecture
The main role of the scraper is to automate on to the site [Ministry of Corporate Affairs](https://mca.gov.in) and reach the Master data section, where user will be entering the company name whose data needs to be scraped and following that search, the overall data of the first search result will be extracted.# Result
The data collected will be saved in the local folder in csv format.