# Scrape Remote Python Jobs in the United States

**Use case:** 

Extract public LinkedIn remote Python job listings in the United States with job titles, companies, locations, salary fields, apply URLs, and job descriptions.

## Input

```json
{
  "MainKeys": [
    "Python Developer"
  ],
  "Location": "United States",
  "Published_at": "Past week",
  "Remote_or_OnSite": [
    "Remote"
  ],
  "Job_Type": [
    "Full time"
  ],
  "maxItems": 20,
  "maxListPages": 2,
  "maxConcurrency": 2,
  "maxRetries": 3,
  "requestDelaySecs": 2,
  "includeDescriptionHtml": false,
  "includeNoResultRecords": true,
  "resolveCompanyIds": true
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company name"
  },
  "location": {
    "label": "Location"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "contractType": {
    "label": "Contract type"
  },
  "experienceLevel": {
    "label": "Experience level"
  },
  "salary": {
    "label": "Salary"
  },
  "ApplicationsCount": {
    "label": "Applications count"
  },
  "ApplyType": {
    "label": "Apply type"
  },
  "jobUrl": {
    "label": "Job url"
  },
  "applyUrl": {
    "label": "Apply url"
  },
  "companyUrl": {
    "label": "Company url"
  },
  "id": {
    "label": "Id"
  },
  "Search_term": {
    "label": "Search term"
  },
  "input_location": {
    "label": "Input location"
  },
  "error_message": {
    "label": "Error message"
  }
}
```

## About this Actor

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