# Company Data from Crunchbase

**Use case:** 

Extract detailed information about TCS, including investors and founders, from the Crunchbase database without login requirements.

## Input

```json
{
  "company_name": "TCS",
  "Emp_Size": "",
  "Industy": "",
  "Limit": "5"
}
```

## Output

```json
{
  "company_name": {
    "label": "company_name",
    "format": "text"
  },
  "company_type": {
    "label": "company_type",
    "format": "text"
  },
  "phone_number": {
    "label": "phone_number",
    "format": "text"
  },
  "company_Email": {
    "label": "company_Email",
    "format": "text"
  },
  "company_image": {
    "label": "company_image",
    "format": "text"
  },
  "description": {
    "label": "description",
    "format": "text"
  },
  "cmp_linkedin": {
    "label": "cmp_linkedin",
    "format": "text"
  },
  "short_description": {
    "label": "short_description",
    "format": "text"
  },
  "operating_status": {
    "label": "operating_status",
    "format": "text"
  },
  "cmp_twitter": {
    "label": "cmp_twitter",
    "format": "text"
  },
  "cmp_facebook": {
    "label": "cmp_facebook",
    "format": "text"
  },
  "cmp_employee_count": {
    "label": "cmp_employee_count",
    "format": "text"
  },
  "company_founded_on": {
    "label": "company_founded_on",
    "format": "text"
  },
  "company_website": {
    "label": "company_website",
    "format": "text"
  },
  "company_category_groups_1": {
    "label": "company_category_groups_1",
    "format": "text"
  },
  "company_category_groups_2": {
    "label": "company_category_groups_2",
    "format": "text"
  },
  "company_category_groups_3": {
    "label": "company_category_groups_3",
    "format": "text"
  },
  "company_category_groups_4": {
    "label": "company_category_groups_4",
    "format": "text"
  },
  "company_category_groups_5": {
    "label": "company_category_groups_5",
    "format": "text"
  },
  "company_category_groups_6": {
    "label": "company_category_groups_6",
    "format": "text"
  },
  "company_investorCount": {
    "label": "company_investorCount",
    "format": "text"
  },
  "company_closedon": {
    "label": "company_closedon",
    "format": "text"
  },
  "company_num_funding_rounds": {
    "label": "company_num_funding_rounds",
    "format": "text"
  },
  "company_lastfunding_at": {
    "label": "company_lastfunding_at",
    "format": "text"
  },
  "company_fundingstage": {
    "label": "company_fundingstage",
    "format": "text"
  },
  "company_last_equity_funding_type": {
    "label": "company_last_equity_funding_type",
    "format": "text"
  },
  "company_city": {
    "label": "company_city",
    "format": "text"
  },
  "company_country": {
    "label": "company_country",
    "format": "text"
  },
  "company_state": {
    "label": "company_state",
    "format": "text"
  },
  "company_region": {
    "label": "company_region",
    "format": "text"
  },
  "company_continent": {
    "label": "company_continent",
    "format": "text"
  },
  "company_location_group_identifiers_1": {
    "label": "company_location_group_identifiers_1",
    "format": "text"
  },
  "company_location_group_identifiers_2": {
    "label": "company_location_group_identifiers_2",
    "format": "text"
  },
  "company_location_group_identifiers_3": {
    "label": "company_location_group_identifiers_3",
    "format": "text"
  },
  "company_location_group_identifiers_4": {
    "label": "company_location_group_identifiers_4",
    "format": "text"
  },
  "company_location_group_identifiers_5": {
    "label": "company_location_group_identifiers_5",
    "format": "text"
  },
  "company_hq_postal_code": {
    "label": "company_hq_postal_code",
    "format": "text"
  },
  "company_num_founders": {
    "label": "company_num_founders",
    "format": "text"
  },
  "company_revenue_range": {
    "label": "company_revenue_range",
    "format": "text"
  },
  "company_num_lead_investors": {
    "label": "company_num_lead_investors",
    "format": "text"
  },
  "company_num_articles": {
    "label": "company_num_articles",
    "format": "text"
  },
  "company_equity_funding_total": {
    "label": "company_equity_funding_total",
    "format": "text"
  },
  "company_last_equity_funding_total": {
    "label": "company_last_equity_funding_total",
    "format": "text"
  },
  "company_last_funding_total": {
    "label": "company_last_funding_total",
    "format": "text"
  },
  "company_funding_total": {
    "label": "company_funding_total",
    "format": "text"
  },
  "All_investors_founders": {
    "label": "All_investors_founders",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Crunchbase Scraper (Without login)](https://apify.com/bhansalisoft/crunchbase-scraper-without-login) with a specific input configuration. Visit the [Actor detail page](https://apify.com/bhansalisoft/crunchbase-scraper-without-login) to learn more, explore other use cases, and run it yourself.