# Xing Finance Job Listings in Last 24 Hours

**Use case:** 

Fetch 100 finance job postings from Xing updated in the last 24 hours. Receive detailed data on roles, salaries, and company information.

## Input

```json
{
  "keyword": "finance",
  "location": "Berlin",
  "date_posted": "LAST_24_HOURS",
  "results_wanted": 100,
  "max_pages": 20
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "job_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "discipline": {
    "label": "Discipline",
    "format": "text"
  },
  "date_posted": {
    "label": "Date Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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