# Find Adobe Software Engineering Jobs

**Use case:** 

Find current Adobe software engineering jobs with titles, locations, posting dates, job IDs, and direct Workday application URLs.

## Input

```json
{
  "companies": [
    {
      "subdomain": "adobe.wd5",
      "career_site": "external_experienced",
      "name": "Adobe"
    }
  ],
  "searchText": "software engineer",
  "keywords": [],
  "remoteOnly": false,
  "maxResults": 3
}
```

## Output

```json
{
  "job_title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company Name",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "date"
  },
  "bullet_fields": {
    "label": "Bullet Fields",
    "format": "text"
  },
  "job_description": {
    "label": "Job Description",
    "format": "text"
  },
  "job_id": {
    "label": "Job ID",
    "format": "number"
  }
}
```

## About this Actor

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