# Scrape Data Analyst Jobs in London, UK with Company Info

**Use case:** 

Gather comprehensive data on available data analyst positions in London, including company details and job descriptions. This enables market researchers to anal

## Input

```json
{
  "position": "data analyst",
  "location": "London",
  "country": "GB",
  "maxItemsPerSearch": 300,
  "parseCompanyDetails": true,
  "saveOnlyUniqueItems": true,
  "followApplyRedirects": false
}
```

## Output

```json
{
  "positionName": {
    "label": "Position",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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