# Track San Francisco Hiring Signals

**Use case:** 

Compare public hiring signals for Google and TikTok in San Francisco, including job counts, U.S. roles, sample listings, sources, and evidence URLs.

## Input

```json
{
  "companies": [
    "Google",
    "TikTok"
  ],
  "regionHints": [
    "San Francisco"
  ],
  "maxJobsPerCompany": 50,
  "includeJobSamples": true,
  "detectAts": true
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "ats": {
    "label": "Source",
    "format": "string"
  },
  "totalJobs": {
    "label": "Total jobs",
    "format": "integer"
  },
  "usJobs": {
    "label": "U.S. jobs",
    "format": "integer"
  },
  "remoteJobs": {
    "label": "Remote jobs",
    "format": "integer"
  },
  "signalScore": {
    "label": "Signal score",
    "format": "integer"
  },
  "inputUrl": {
    "label": "Input URL",
    "format": "string"
  },
  "warnings": {
    "label": "Warnings",
    "format": "array"
  },
  "jobs": {
    "label": "Job samples",
    "format": "array"
  },
  "observedAt": {
    "label": "Observed at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Hiring Signal](https://apify.com/toronto_777/company-hiring-signal) with a specific input configuration. Visit the [Actor detail page](https://apify.com/toronto_777/company-hiring-signal) to learn more, explore other use cases, and run it yourself.