# Scrape developer jobs in Portugal

**Use case:** 

Extract developer job listings from Net-Empregos across Portugal. Structured Portuguese job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "zone": 0,
  "category": 0,
  "jobType": 0,
  "city": "",
  "fetchDetails": false,
  "daysOld": 0,
  "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 [Net-Empregos Scraper](https://apify.com/unfenced-group/net-empregos-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/net-empregos-scraper) to learn more, explore other use cases, and run it yourself.