# Remote Python Developer Jobs Scraper

**Use case:** 

Pull the newest remote Python developer jobs from LinkedIn - title, company, location, posted date, and apply link. A ready preset for recruiters & AI agents.

## Input

```json
{
  "action": "search",
  "keywords": "python developer remote",
  "location": "Remote",
  "maxItems": 25,
  "url": "",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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