# Scrape remote software engineer jobs in the US

**Use case:** 

Extract remote software engineer job listings from LinkedIn in the United States. Get title, company, location, description, and posting URL.

## Input

```json
{
  "searchUrls": [
    "https://www.linkedin.com/jobs/search/?keywords=software%20engineer&location=United%20States&f_WT=2"
  ],
  "maxJobs": 50,
  "includeCompanyDetails": false,
  "splitByCity": false,
  "splitCountryCode": "US"
}
```

## Output

```json
{
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "applicants": {
    "label": "Applicants",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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