# Find software engineer jobs on TheLadders

**Use case:** 

Scrape software engineering roles from TheLadders. Export job titles, employers, locations, and posting URLs for tech recruiting.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.theladders.com/jobs/searchresults-jobs?keywords=software+engineer"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "originalUrl": {
    "label": "Original url"
  },
  "jobId": {
    "label": "Job id"
  },
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company name"
  },
  "companyWebsite": {
    "label": "Company website"
  },
  "companyLogo": {
    "label": "Company logo"
  },
  "location": {
    "label": "Location"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "country": {
    "label": "Country"
  },
  "workplaceType": {
    "label": "Workplace type"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "salaryText": {
    "label": "Salary text"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Salary currency"
  },
  "salaryUnit": {
    "label": "Salary unit"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "validThrough": {
    "label": "Valid through"
  },
  "postedAtText": {
    "label": "Posted at text"
  },
  "industry": {
    "label": "Industry"
  },
  "experienceText": {
    "label": "Experience text"
  },
  "qualifications": {
    "label": "Qualifications"
  },
  "responsibilities": {
    "label": "Responsibilities"
  },
  "benefits": {
    "label": "Benefits"
  },
  "skills": {
    "label": "Skills"
  },
  "applicantLocationRequirements": {
    "label": "Applicant location requirements"
  },
  "directApply": {
    "label": "Direct apply"
  },
  "descriptionText": {
    "label": "Description text"
  },
  "metaDescription": {
    "label": "Meta description"
  }
}
```

## About this Actor

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