Scrape company details from the Iraqi business directory yellowpages.com.iq into a CSV file.
For each company the scraper collects the name, category, address fields and contact details.
- Python 3
Install the dependencies:
pip install -r requirements.txtpython main.pyResults are appended to IraqCompanyInformation.csv. If a run is interrupted,
the last processed id is printed so it can be resumed.
Released under the GPL-3.0 license.