# Python Jobs in London Scraper

**Use case:** 

Scrape Jobsite Python jobs in London with salary, company, location, posting dates, snippets, and apply URLs.

## Input

```json
{
  "keywords": [
    "python"
  ],
  "location": "London",
  "radiusMiles": 10,
  "postedWithinDays": 7,
  "sortBy": "relevance",
  "startUrls": [],
  "maxItems": 100,
  "useApifyProxy": false,
  "proxyGroups": []
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryText": {
    "label": "Salary"
  },
  "workFromHome": {
    "label": "Remote / hybrid"
  },
  "postedAt": {
    "label": "Posted"
  },
  "expiresAt": {
    "label": "Expires"
  },
  "descriptionSnippet": {
    "label": "Description snippet"
  },
  "jobUrl": {
    "label": "Job URL"
  },
  "applyUrl": {
    "label": "Apply URL"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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