# Scrape Finance Jobs on LinkedIn

**Use case:** 

Scrape financial analyst and finance jobs from LinkedIn with company, location, description, and recruiter data as structured, exportable records.

## Input

```json
{
  "keywords": "financial analyst",
  "location": "United States",
  "datePosted": "",
  "workplaceType": "",
  "jobType": "",
  "experienceLevel": "",
  "sortBy": "",
  "startUrls": [],
  "maxItems": 100,
  "scrapeDetails": true,
  "scrapeCompany": false,
  "splitByLocation": false,
  "splitCountry": "us"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companyLogo": {
    "label": "Logo",
    "format": "image"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "date"
  },
  "postedTimeAgo": {
    "label": "Posted",
    "format": "text"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "text"
  },
  "jobFunction": {
    "label": "Job function",
    "format": "text"
  },
  "industries": {
    "label": "Industries",
    "format": "text"
  },
  "applicants": {
    "label": "Applicants",
    "format": "number"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Salary period",
    "format": "text"
  },
  "jobPosterName": {
    "label": "Job poster",
    "format": "text"
  },
  "jobPosterTitle": {
    "label": "Poster title",
    "format": "text"
  },
  "jobPosterProfileUrl": {
    "label": "Poster profile",
    "format": "link"
  },
  "jobPosterPhoto": {
    "label": "Poster photo",
    "format": "image"
  },
  "companyDescription": {
    "label": "About company",
    "format": "text"
  },
  "companyWebsite": {
    "label": "Company website",
    "format": "link"
  },
  "companyEmployeesCount": {
    "label": "Company size",
    "format": "number"
  },
  "companyHeadquarters": {
    "label": "HQ",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "descriptionMarkdown": {
    "label": "Description (Markdown)",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "text"
  },
  "searchPosition": {
    "label": "Position #",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Jobs Scraper - Salary, Recruiter & Company ($0.5/1k)](https://apify.com/harshmaur/linkedin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/harshmaur/linkedin-jobs-scraper) to learn more, explore other use cases, and run it yourself.