A simple web scraping script using BeautifulSoap that aims to scrape unlisted companies of India from URL: https://buysellunlistedshares.com/
.
Ensure that you're in the correct directory path, this can be checked using pwd
command: .../Web-Scraping/BuySellUnlistedShares
.
The ls
command should return this:
$ ls
data/ README.md bsus.py
- Simply run the scraper using command
python bsus.py
to generate data of Unlisted shares in a json and csv format.- The output files are inside the
data/
directory.
- The output files are inside the