Skip to content

lucasprado84/scrapy-crunchbase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Ruby 0.5%