# Data Analyst Jobs in London - Indeed Listings Export

**Use case:** 

Data analyst vacancies in London from Indeed with salary, job type and posting date. No Indeed account needed. Export to CSV, JSON or Excel.

## Input

```json
{
  "query": "data analyst",
  "location": "London",
  "country": "uk",
  "maxResults": 100
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "jobTypes": {
    "label": "Job types",
    "format": "array"
  },
  "salaryText": {
    "label": "Salary",
    "format": "string"
  },
  "postedRelative": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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