# Global Job Listings for Admin Positions

**Use case:** 

Retrieve job listings for admin roles from LinkedIn. Get essential details like job title, company, location, and job URL from the last 24 hours.

## Input

```json
{
  "query": "admin",
  "location": "Worldwide",
  "timeRange": "24h",
  "maxJobs": 200,
  "collectOnly": false,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workType": {
    "label": "Job Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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