Skip to content
This repository has been archived by the owner on Nov 4, 2018. It is now read-only.

duydo/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