# Manufacturing Company Profiles in Illinois

**Use case:** 

Gather profiles of manufacturing companies based in Illinois from PitchBook.

## Input

```json
{
  "maxCompanies": 20,
  "companyIds": [
    "100123-56"
  ],
  "profileUrls": []
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "companyType": {
    "label": "Company Type",
    "format": "text"
  },
  "revenue": {
    "label": "Revenue",
    "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.