# Companies Crunchbase Standard Export

**Use case:** 

Standard Export of Crunchbase for Companies. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.crunchbase.com/organization/openai"
    },
    {
      "url": "https://www.crunchbase.com/organization/anthropic"
    },
    {
      "url": "https://www.crunchbase.com/organization/stripe"
    }
  ],
  "maxItems": 100,
  "searchType": "organizations"
}
```

## Output

```json
{
  "logoUrl": {
    "label": "Logo",
    "format": "string"
  },
  "imageUrl": {
    "label": "Photo",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "operatingStatus": {
    "label": "Status",
    "format": "string"
  },
  "primaryJobTitle": {
    "label": "Job Title",
    "format": "string"
  },
  "primaryOrganization": {
    "label": "Organization",
    "format": "string"
  },
  "crunchbaseUrl": {
    "label": "Crunchbase URL",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "shortDescription": {
    "label": "Description",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "array"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "string"
  },
  "companyType": {
    "label": "Type",
    "format": "string"
  },
  "cbRank": {
    "label": "CB Rank",
    "format": "integer"
  },
  "heatScore": {
    "label": "Heat Score",
    "format": "number"
  },
  "growthScoreDeltaD90": {
    "label": "Growth Delta 90d",
    "format": "number"
  },
  "lastFundingType": {
    "label": "Last Funding",
    "format": "string"
  },
  "numFundingRounds": {
    "label": "Rounds",
    "format": "integer"
  },
  "numInvestors": {
    "label": "Investors",
    "format": "integer"
  },
  "numAcquisitions": {
    "label": "Acquisitions",
    "format": "integer"
  },
  "ipoStatus": {
    "label": "IPO Status",
    "format": "string"
  },
  "contactEmail": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "semrushMonthlyVisits": {
    "label": "Monthly Visits",
    "format": "integer"
  },
  "totalArticles": {
    "label": "Total Articles",
    "format": "integer"
  },
  "fundingPredictionScore": {
    "label": "Funding Prediction",
    "format": "number"
  },
  "ipoPredictionTier": {
    "label": "IPO Prediction",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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