# Visa Careers Jobs Scraper

**Use case:** 

Scrape open Visa job listings from SmartRecruiters with titles, locations, departments and apply links. Structured hiring data fast.

## Input

```json
{
  "companyIdentifier": "Visa",
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "uuid": {
    "label": "Uuid",
    "format": "text"
  },
  "jobAdId": {
    "label": "Job Ad Id",
    "format": "text"
  },
  "refNumber": {
    "label": "Ref Number",
    "format": "text"
  },
  "refUrl": {
    "label": "Ref Url",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply Url",
    "format": "link"
  },
  "postingUrl": {
    "label": "Posting Url",
    "format": "link"
  },
  "referralUrl": {
    "label": "Referral Url",
    "format": "link"
  },
  "active": {
    "label": "Active",
    "format": "text"
  },
  "visibility": {
    "label": "Visibility",
    "format": "text"
  },
  "companyIdentifier": {
    "label": "Company Identifier",
    "format": "text"
  },
  "companyName": {
    "label": "Company Name",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SmartRecruiters Jobs Scraper](https://apify.com/parseforge/smartrecruiters-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/smartrecruiters-jobs-scraper) to learn more, explore other use cases, and run it yourself.