This parser queries the Crunchbase API and downloads information about startups and their funding.
- Install Python 2.X
- Clone the parser into a folder of your choosing
- Create a text file called "api_key.txt" containing your Crunchbase API string
- In the script, in search_phrase, enter a keyword that you'd like to search on. The value "analytics" is provided as the default. If no phrases are provided, the parser will download all companies
- Run the script
- For MongoDB support, make sure that MongoDB is installed and available locally