# Remote Data Analyst Job Listings from LinkedIn

**Use case:** 

Access thousands of remote data analyst jobs on LinkedIn. Get details like job title, company, salary, and more in CSV, JSON, or Excel.

## Input

```json
{
  "searchTerm": "data analyst",
  "location": "United States",
  "datePosted": "any",
  "workplaceTypes": [
    "remote"
  ],
  "experienceLevels": [],
  "jobTypes": [],
  "sortBy": "relevance",
  "maxItems": 200,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedAgo": {
    "label": "Posted",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "text"
  },
  "applicants": {
    "label": "Applicants",
    "format": "number"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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