# Figma Company Profile on PitchBook

**Use case:** 

Extract the Figma PitchBook company profile including industry, valuation signals, status, HQ location, year founded and website.

## Input

```json
{
  "companyIds": [
    "57686-86"
  ],
  "profileUrls": [],
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "yearFounded": {
    "label": "Founded",
    "format": "text"
  },
  "latestDealType": {
    "label": "Latest Deal",
    "format": "text"
  },
  "hqCity": {
    "label": "City",
    "format": "text"
  },
  "hqRegion": {
    "label": "Region",
    "format": "text"
  },
  "hqCountry": {
    "label": "Country",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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