# Cognizant H-1B and Green Card Sponsorship

**Use case:** 

Review Cognizant's H-1B and PERM sponsorship footprint by role, salary, and approval rate from official US DOL disclosure filings.

## Input

```json
{
  "mode": "company-check",
  "role": "",
  "employer": "Cognizant",
  "city": "",
  "state": "",
  "visaTypes": [
    "H-1B",
    "PERM"
  ],
  "decisions": [
    "Approved"
  ],
  "fiscalYears": [
    "2026"
  ],
  "minSalary": 0,
  "maxSalary": 0,
  "maxItems": 50,
  "newFilingsOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "filings": {
    "label": "Filings",
    "format": "integer"
  },
  "approvalRate": {
    "label": "Approval %",
    "format": "number"
  },
  "medianSalary": {
    "label": "Median salary ($)",
    "format": "number"
  },
  "p25Salary": {
    "label": "P25 salary ($)",
    "format": "number"
  },
  "p75Salary": {
    "label": "P75 salary ($)",
    "format": "number"
  },
  "topCity": {
    "label": "Top city",
    "format": "string"
  },
  "topState": {
    "label": "Top state",
    "format": "string"
  },
  "latestFiling": {
    "label": "Latest filing",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US H-1B & Green Card Sponsor Database](https://apify.com/constructive_calm/visa-sponsor-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/visa-sponsor-tracker) to learn more, explore other use cases, and run it yourself.