# OpenAI Crunchbase Profile — Funding and Company Data

**Use case:** 

Get OpenAI company data from Crunchbase. Funding rounds, employee count, headquarters, and categories.

## Input

```json
{
  "company_slug": "openai",
  "max_results": 1,
  "include_funding": true,
  "include_people": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company Name",
    "format": "text"
  },
  "url": {
    "label": "Crunchbase URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "founded_date": {
    "label": "Founded",
    "format": "date"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "text"
  },
  "employee_count": {
    "label": "Employees",
    "format": "text"
  },
  "total_funding": {
    "label": "Total Funding",
    "format": "text"
  },
  "last_funding_date": {
    "label": "Last Funding",
    "format": "date"
  },
  "last_funding_round": {
    "label": "Last Round",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "acquisitions_count": {
    "label": "Acquisitions",
    "format": "number"
  }
}
```

## About this Actor

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