# Scrape Finance Jobs in London on LinkedIn

**Use case:** 

Pull finance and financial-analyst jobs in London from LinkedIn Jobs — job title, company, salary range, seniority, description and apply link. No login.

## Input

```json
{
  "keywords": "financial analyst",
  "location": "London, United Kingdom",
  "datePosted": "any",
  "workplaceType": [],
  "jobType": [],
  "experienceLevel": [],
  "salaryBucket": "any",
  "sortBy": "relevance",
  "scrapeJobDetails": true,
  "scrapeCompanyDetails": false,
  "maxJobs": 100,
  "splitByLocation": false,
  "splitByDateWindow": false,
  "incrementalMode": false,
  "firstRunLookback": "pastWeek",
  "maxConcurrency": 12,
  "maxRequestsPerMinute": 240,
  "searchConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "debugDumpDetailHtml": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "applicantsCount": {
    "label": "Applicants",
    "format": "number"
  },
  "isReposted": {
    "label": "Repost",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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