The Crunchbase Scraper is a tool designed to extract funding round information from Crunchbase, a leading platform for finding business information about private and public companies. This script is particularly useful for researchers, investors, and analysts who need up-to-date data on company funding rounds.
Before using the Crunchbase Scraper, ensure you have the following prerequisites:
- Crunchbase Premium Account: Access to the data requires a Crunchbase premium account. You can sign up for a free 7-day trial of Crunchbase Premium to test the functionality of this scraper.
- Python Environment: The script is written in Python and requires Python 3 to run.
- Required Python Packages: The script depends on several Python packages which can be installed using the provided requirements file.
Follow these steps to set up the Crunchbase Scraper:
-
Clone the Repository: Start by cloning this repository to your local machine.
git clone https://github.com/FredericoBaker/crunchbase-scraper
-
Install Dependencies: Navigate to the cloned repository's directory and install the required Python packages.
pip install -r requirements.txt
-
Crunchbase Account Login: Before running the script, log in to your Crunchbase premium account in chrome web browser. This step is crucial as the scraper relies on your account's access permissions to retrieve data.
To run the Crunchbase Scraper, execute the following command in the terminal:
python3 main.py
This command initiates the scraping process, which will gather data on funding rounds from Crunchbase based on your account's access privileges.