# Databricks Profile & Funding Data | Crunchbase

**Use case:** 

Pull Databricks' public Crunchbase profile: headquarters, industries, employee band, founders, latest funding round type and contacts.

## Input

```json
{
  "maxItems": 5,
  "withDetails": true,
  "slugs": [
    "databricks"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "name": {
    "label": "Company",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "shortDescription": {
    "label": "Summary",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "hqCity": {
    "label": "City",
    "format": "text"
  },
  "hqRegion": {
    "label": "Region",
    "format": "text"
  },
  "hqCountry": {
    "label": "Country",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "employeeRange": {
    "label": "Employees",
    "format": "text"
  },
  "lastFundingType": {
    "label": "Last Funding Type",
    "format": "text"
  },
  "numFundingRounds": {
    "label": "Funding Rounds",
    "format": "number"
  },
  "rank": {
    "label": "CB Rank",
    "format": "number"
  },
  "contactEmail": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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