Scrape the public company directory of the Erbil Chamber of Commerce and Industry into a CSV file.
For each registered company the scraper collects the managing director, company activity, registration number, date of registration, mobile number, address and shareholders.
- Python 3
Install the dependencies:
pip install -r requirements.txtpython erbilChamber.pyResults are appended to ErbilChamber.csv. If a run is interrupted, the last
processed offset is printed so it can be resumed.
Released under the GPL-3.0 license.