# Extract Python developer jobs in London

**Use case:** 

Python developer job listings from London, including titles, companies, locations, job types, and descriptions.

## Input

```json
{
  "searchQueries": [
    "Python Developer"
  ],
  "startUrls": [
    {
      "url": "https://www.ziprecruiter.de/jobs/search?q=Web+Developer&l=Berlin"
    }
  ],
  "locations": [
    "London"
  ],
  "radius": 0,
  "maxJobs": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "date"
  },
  "validThrough": {
    "label": "Valid Through",
    "format": "date"
  },
  "locationLocality": {
    "label": "City",
    "format": "text"
  },
  "locationRegion": {
    "label": "State/Region",
    "format": "text"
  },
  "locationCountry": {
    "label": "Country",
    "format": "text"
  },
  "locationPostalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companySameAs": {
    "label": "Company Social",
    "format": "link"
  },
  "directApply": {
    "label": "Direct Apply",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "sourceQuery": {
    "label": "Search Query",
    "format": "text"
  }
}
```

## About this Actor

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