# Job Listings Extractor for Visa Workday Careers

**Use case:** 

Collect job postings from Visa’s Workday site. Gain insights into roles, requirements, and hiring trends with real-time data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://visa.wd5.myworkdayjobs.com/en-US/Visa"
    }
  ],
  "results_wanted": 100,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "posted_at": {
    "label": "Posted",
    "format": "date"
  },
  "job_url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Workday Job Scraper](https://apify.com/shahidirfan/workday-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/workday-job-scraper) to learn more, explore other use cases, and run it yourself.