# LinkedIn Python Jobs (USA)

**Use case:** 

Scrape Python developer job postings from LinkedIn in the US — title, company, salary, and full description. Export to JSON, CSV, or Excel. No login needed.

## Input

```json
{
  "searchUrls": [],
  "keywords": "python developer",
  "location": "United States",
  "companyIds": [],
  "skipJobIds": [],
  "sortBy": "",
  "datePosted": "any",
  "jobTypes": [],
  "workplaceTypes": [],
  "experienceLevels": [],
  "maxResults": 500,
  "splitByCountry": "",
  "splitLocations": [],
  "splitBy": [],
  "scrapeDetails": true,
  "titleIncludeKeywords": [],
  "titleExcludeKeywords": [],
  "excludeCompanies": [],
  "minSalary": 0,
  "onlyWithSalary": false,
  "onlyNewJobs": false,
  "scrapeCompany": false,
  "requestDelaySecs": 1,
  "detailConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "workplaceType": {
    "label": "Workplace"
  },
  "employmentType": {
    "label": "Type"
  },
  "salary": {
    "label": "Salary"
  },
  "companyIndustry": {
    "label": "Industry"
  },
  "postedAt": {
    "label": "Posted"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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