# Hiring Cafe Admin Job Listings Extractor

**Use case:** 

Retrieve up to 100 job postings for admin roles from Hiring.Cafe. Access comprehensive details including titles, companies, and locations.

## Input

```json
{
  "startUrl": "https://hiring.cafe",
  "keyword": "admin",
  "location": "United States",
  "workplaceType": "Any",
  "results_wanted": 100,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "job_id": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workplace_type": {
    "label": "Workplace Type",
    "format": "string"
  },
  "commitment_type": {
    "label": "Commitment Type",
    "format": "string"
  },
  "compensation": {
    "label": "Compensation",
    "format": "string"
  },
  "date_posted": {
    "label": "Date Posted",
    "format": "string"
  },
  "description_html": {
    "label": "Description HTML",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Hiring.Cafe Jobs Scraper](https://apify.com/shahidirfan/hiring-cafe-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/hiring-cafe-jobs-scraper) to learn more, explore other use cases, and run it yourself.