# Data Analyst Jobs in London Scraper

**Use case:** 

Scrape current data analyst job openings in London from LinkedIn - company, location, posted date, and apply links. Ready preset for recruiters & AI agents.

## Input

```json
{
  "action": "search",
  "keywords": "data analyst",
  "location": "London, United Kingdom",
  "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.