# Investor Data from Crunchbase

**Use case:** 

Extract detailed investor information from Crunchbase's extensive database. Gain access to accurate and verified investor data.

## Input

```json
{
  "investor_name": "tcs",
  "Industy": "",
  "Limit": "5"
}
```

## Output

```json
{
  "name": {
    "label": "name",
    "format": "text"
  },
  "first_name": {
    "label": "first_name",
    "format": "text"
  },
  "last_name": {
    "label": "last_name",
    "format": "text"
  },
  "entity_type": {
    "label": "entity_type",
    "format": "text"
  },
  "short_description": {
    "label": "short_description",
    "format": "text"
  },
  "phone_number": {
    "label": "phone_number",
    "format": "text"
  },
  "contact_email": {
    "label": "contact_email",
    "format": "text"
  },
  "linkedin": {
    "label": "linkedin",
    "format": "text"
  },
  "website": {
    "label": "website",
    "format": "text"
  },
  "gender": {
    "label": "gender",
    "format": "text"
  },
  "primary_job_title": {
    "label": "primary_job_title",
    "format": "text"
  },
  "primary_organization_value": {
    "label": "v",
    "format": "text"
  },
  "primary_organization_image_id": {
    "label": "primary_organization_image_id",
    "format": "text"
  },
  "num_employees_enum": {
    "label": "num_employees_enum",
    "format": "text"
  },
  "founded_on": {
    "label": "founded_on",
    "format": "text"
  },
  "operating_status": {
    "label": "operating_status",
    "format": "text"
  },
  "rank_person": {
    "label": "rank_person",
    "format": "text"
  },
  "rank_org_company": {
    "label": "rank_org_company",
    "format": "text"
  },
  "num_investments_funding_rounds": {
    "label": "num_investments_funding_rounds",
    "format": "text"
  },
  "num_portfolio_organizations": {
    "label": "num_portfolio_organizations",
    "format": "text"
  },
  "num_exits": {
    "label": "num_exits",
    "format": "text"
  },
  "num_exits_ipo": {
    "label": "num_exits_ipo",
    "format": "text"
  },
  "num_event_appearances": {
    "label": "num_event_appearances",
    "format": "text"
  },
  "num_founded_organizations": {
    "label": "num_founded_organizations",
    "format": "text"
  },
  "investor_type_1": {
    "label": "investor_type_1",
    "format": "text"
  },
  "investor_type_2": {
    "label": "investor_type_2",
    "format": "text"
  },
  "investor_type_3": {
    "label": "investor_type_3",
    "format": "text"
  },
  "investor_type_4": {
    "label": "investor_type_4",
    "format": "text"
  },
  "investor_type_5": {
    "label": "investor_type_5",
    "format": "text"
  },
  "category_1_value": {
    "label": "category_1_value",
    "format": "text"
  },
  "category_2_value": {
    "label": "category_2_value",
    "format": "text"
  },
  "category_3_value": {
    "label": "category_3_value",
    "format": "text"
  },
  "category_4_value": {
    "label": "category_4_value",
    "format": "text"
  },
  "category_5_value": {
    "label": "category_5_value",
    "format": "text"
  },
  "category_6_value": {
    "label": "category_6_value",
    "format": "text"
  },
  "category_group_1_value": {
    "label": "category_group_1_value",
    "format": "text"
  },
  "category_group_2_value": {
    "label": "category_group_2_value",
    "format": "text"
  },
  "category_group_3_value": {
    "label": "category_group_3_value",
    "format": "text"
  },
  "category_group_4_value": {
    "label": "category_group_4_value",
    "format": "text"
  },
  "category_group_5_value": {
    "label": "category_group_5_value",
    "format": "text"
  },
  "category_group_6_value": {
    "label": "category_group_6_value",
    "format": "text"
  },
  "city": {
    "label": "city",
    "format": "text"
  },
  "region": {
    "label": "region",
    "format": "text"
  },
  "country": {
    "label": "country",
    "format": "text"
  },
  "continent": {
    "label": "continent",
    "format": "text"
  }
}
```

## About this Actor

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