# Semiconductors: Who Has Budget Right Now?

**Use case:** 

Spot chip manufacturers and silicon design firms scaling workforce footprint to capture enterprise vendor software and hardware spend.

## Input

```json
{
  "companies": [
    "nvidia",
    "amd",
    "intel"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "requestsPerMinute": 60,
  "maxUnits": 50
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "companyId": {
    "label": "Company Identifier",
    "format": "string"
  },
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "followerCount": {
    "label": "Follower Count",
    "format": "integer"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "headquarters": {
    "label": "Headquarters Location",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped Timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Company Finder - Who Is Hiring Right Now](https://apify.com/reapx/linkedin-company-discovery) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/linkedin-company-discovery) to learn more, explore other use cases, and run it yourself.