# Find jobs in Milan on Randstad.it

**Use case:** 

Scrape job listings in Milan from Randstad.it. Structured Italian job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "impiegato",
  "location": "Milano",
  "region": "",
  "contractType": "Tempo determinato",
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "PublishDate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "ScrapedAt",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Randstad.it Italy Scraper](https://apify.com/unfenced-group/randstad-it-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/randstad-it-scraper) to learn more, explore other use cases, and run it yourself.