# Software engineer jobs in Paris on LinkedIn

**Use case:** 

Current software engineer openings in Paris pulled straight from LinkedIn, company, title and link ready to browse or export.

## Input

```json
{
  "keywords": [
    "software engineer"
  ],
  "location": [
    "Paris"
  ],
  "workType": "any",
  "experienceLevel": "any",
  "jobType": "any",
  "postedSince": "any",
  "sortBy": "relevance",
  "scrapeDetails": false,
  "maxResults": 10
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Hiring company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted date (ISO)",
    "format": "string"
  },
  "seniorityLevel": {
    "label": "Seniority level",
    "format": "string"
  },
  "applicantsCount": {
    "label": "Applicants",
    "format": "number"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Jobs Scraper 💼 (hiring company + all-in price)](https://apify.com/tagadanar/linkedin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/linkedin-jobs-scraper) to learn more, explore other use cases, and run it yourself.