# Export All Jobs at Target Companies on LinkedIn

**Use case:** 

Export every open role at target companies on LinkedIn by company ID — job title, location, salary and description, plus company size, industry and HQ.

## Input

```json
{
  "keywords": "software engineer",
  "location": "United States",
  "datePosted": "any",
  "workplaceType": [],
  "jobType": [],
  "experienceLevel": [],
  "salaryBucket": "any",
  "companyIds": [
    "1035",
    "1441"
  ],
  "sortBy": "relevance",
  "scrapeJobDetails": true,
  "scrapeCompanyDetails": true,
  "maxJobs": 100,
  "splitByLocation": false,
  "splitByDateWindow": false,
  "incrementalMode": false,
  "firstRunLookback": "pastWeek",
  "maxConcurrency": 12,
  "maxRequestsPerMinute": 240,
  "searchConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "debugDumpDetailHtml": false
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyWebsite": {
    "label": "Website",
    "format": "link"
  },
  "companyIndustries": {
    "label": "Industries",
    "format": "array"
  },
  "companyEmployeesCount": {
    "label": "Employees",
    "format": "number"
  },
  "companyEmployeeCountRange": {
    "label": "Size",
    "format": "text"
  },
  "companyFollowerCount": {
    "label": "Followers",
    "format": "number"
  },
  "companyLinkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  }
}
```

## About this Actor

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