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

Latest commit

 

History

History
25 lines (20 loc) · 444 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 444 Bytes

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