Skip to main content

This project is a scraper for CB Insights, designed to gather information on companies using the public API and web scraping. It provides functionalities to search for companies by name and obtain detailed information about a specific company, including logo, website, description, specifications, news, FAQs, competitors, and address.

Project description

CB Insights Scraper

This project is a scraper for CB Insights, designed to gather information on companies using the public API and web scraping. It provides functionalities to search for companies by name and obtain detailed information about a specific company, including logo, website, description, specifications, news, FAQs, competitors, and address.

Features

  • Company Search: Performs company searches by name.
  • Detailed Company Information: Retrieves detailed information on specific companies, including:
    • Logo
    • Website
    • Description
    • Specifications (Founded Year, Stage, Total Raised, Last Raised)
    • Recent News
    • Frequently Asked Questions (FAQs)
    • Competitors
    • Address

Installation

To install and run this project, follow this command:

pip install cbinsights-scraper

Usage

To use this scraper, you must first import and instantiate the `CBInsights` class from the `cb_insights.py` module. Then, you can use the `company_search` and `company_info` methods to search for companies and obtain detailed information, respectively.

Example of Company Search

from cbinsigths import CBInsights

cbi = CBInsights.Scraper()
search_results = cbi.company_search("Ferrari")
print(search_results)

Example of Retrieving Detailed Company Information

company_details = cbi.company_info("ferrari")
print(company_details)

License

This project is licensed under the MIT License - see the `LICENSE.md` file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cbinsights-scraper-0.1.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distributions

cbinsights_scraper-0.1.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

CBInsights_Scraper-0.1.0-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page