All Projects → duydo → scrapy-crunchbase

duydo / scrapy-crunchbase

Licence: Apache-2.0 license
Using Scrapy to get company profiles from http://crunchbase.com

Programming Languages

python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language

Scrapy Crunchbase

Using Scrapy to get company profiles from http://crunchbase.com

The profile includes following information:

  • Business Name
  • Category
  • Email
  • Phone
  • Website
  • About
  • Street Address
  • City
  • State
  • Zip Code
  • Country

See crunchbase_data_sample.csv for sample data

Usage

Using this command to crawl and store data in CSV format:

scrapy crawl CrunchbaseSpider -o crunchbase_data.csv -t csv
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].