# Net-Empregos Scraper - Portuguese Job Listings (`studio-amba/net-empregos-scraper`) Actor

Scrape job listings from Net-Empregos.com, Portugal's largest job board. Search by keyword, location, and category. Extract job titles, companies, salaries, descriptions, and more. No login or cookies required.

- **URL**: https://apify.com/studio-amba/net-empregos-scraper.md
- **Developed by:** [Studio Amba](https://apify.com/studio-amba) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 87.5% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.20 / 1,000 result scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### What does Net-Empregos Scraper do?

**Net-Empregos Scraper** extracts job listings from [Net-Empregos.com](https://www.net-empregos.com), Portugal's largest and most popular job portal with over 64,000 active job offers and 300,000+ registered companies. The scraper collects job titles, company names, locations, salaries, employment types, categories, descriptions, and posting dates.

Run it on the Apify platform to get structured job market data via API, schedule recurring scrapes, and integrate results with your existing tools. No login, cookies, or manual browsing required.

### Why use Net-Empregos Scraper?

- **Portuguese job market intelligence**: Monitor hiring trends, salary benchmarks, and demand across Portugal's districts and industries.
- **Recruitment automation**: Feed job data into your ATS or CRM to track competitors' hiring activity or source candidates.
- **Academic and market research**: Analyze the Portuguese labor market at scale with structured, machine-readable data.
- **Lead generation**: Identify companies that are actively hiring in specific sectors or regions.
- **No technical setup**: Run directly from the Apify Console with a few clicks, or call the API from any programming language.

### How to scrape Net-Empregos data

1. Go to the Net-Empregos Scraper page on Apify.
2. Click **Try for free** to open the actor in the Apify Console.
3. Enter a search query in Portuguese (e.g., `programador`, `engenheiro`, `marketing`).
4. Optionally set a location (e.g., `Lisboa`, `Porto`) and category filter.
5. Set the maximum number of results you want.
6. Click **Start** and wait for the run to finish.
7. Download your data as JSON, CSV, Excel, or connect it via API.

### Input

| Field | Type | Description |
|-------|------|-------------|
| `searchQuery` | String | Job search keyword in Portuguese. Defaults to `programador`. |
| `location` | String | City or district (e.g., `Lisboa`, `Porto`, `Braga`). Leave empty for all Portugal. |
| `category` | String | Job category filter (e.g., `Informatica / Programacao`, `Engenharia`). |
| `maxResults` | Integer | Maximum listings to scrape (default: 100, max: 10,000). |
| `proxyConfiguration` | Object | Proxy settings. Portuguese residential proxies are pre-configured. |

#### Example input

```json
{
    "searchQuery": "engenheiro",
    "location": "Lisboa",
    "category": "",
    "maxResults": 50,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "PT"
    }
}
```

### Output

The scraper produces a dataset of job listings. Each item contains the following fields:

| Field | Type | Description |
|-------|------|-------------|
| `jobTitle` | String | Job position title |
| `company` | String | Hiring company name |
| `location` | String | Job location (city/district) |
| `salary` | String | Salary information (when listed) |
| `employmentType` | String | Tempo Inteiro, Part-Time, Estagio, Teletrabalho, etc. |
| `category` | String | Job category on Net-Empregos |
| `postedDate` | String | Date posted (YYYY-MM-DD format) |
| `jobDescription` | String | Full job description text |
| `url` | String | Direct link to the listing on Net-Empregos |
| `scrapedAt` | String | ISO 8601 timestamp of data collection |

#### Example output

```json
{
    "jobTitle": "Programador Backend Junior (m/f)",
    "company": "NHCLIMA",
    "location": "Braga",
    "salary": "",
    "employmentType": "Tempo Inteiro",
    "category": "Informatica ( Programacao )",
    "postedDate": "2026-06-09",
    "jobDescription": "O que procuramos? Programador Backend Junior com conhecimentos em PHP, MySQL...",
    "url": "https://www.net-empregos.com/15540721/programador-backend-junior-m-f/",
    "scrapedAt": "2026-06-09T14:30:00.000Z"
}
```

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

### How much does it cost to scrape Net-Empregos?

The Apify platform gives you a monthly free tier of platform credits. A typical run scraping 100 job listings takes about 2-5 minutes and uses minimal compute resources. Scraping 1,000 listings costs roughly $0.10-0.30 in platform credits depending on proxy usage.

For regular monitoring, schedule daily or weekly runs to track new job postings automatically.

### Tips

- **Use Portuguese keywords**: Net-Empregos is a Portuguese-language site. Use Portuguese search terms for best results (e.g., `programador` instead of `programmer`).
- **Filter by category**: The 22 available categories help narrow results to relevant sectors without wasting compute on unrelated listings.
- **Start small**: Test with `maxResults: 20` to verify your search returns relevant results before scaling up.
- **Combine with location**: Filtering by district (e.g., `Lisboa`, `Porto`, `Faro`) reduces noise and speeds up scraping.
- **Schedule recurring runs**: Set up a daily or weekly schedule to build a historical dataset of the Portuguese job market.

### Frequently asked questions

#### Is it legal to scrape Net-Empregos?

This actor extracts publicly available job listing data. It does not access any private, paywalled, or login-protected content. Always review the target website's Terms of Service before scraping, and use the data responsibly and in compliance with applicable laws.

#### Can I scrape jobs from specific Portuguese cities?

Yes. Use the `location` input field with any Portuguese city or district name (Lisboa, Porto, Braga, Coimbra, Faro, Aveiro, etc.).

#### What if the scraper returns no results?

- Verify your search query is in Portuguese.
- Try a broader query or remove the location/category filter.
- Check that proxy settings are configured (Portuguese residential proxies recommended).

#### Can I integrate this with my tools?

Yes. Apify provides API access, webhooks, and direct integrations with tools like Zapier, Make, Google Sheets, and Slack. You can also use the Apify API Client in Python, JavaScript, or any HTTP-capable language.

### Support

If you encounter any issues or have feature requests, please open an issue in the **Issues** tab on this actor's page. For custom scraping solutions or enterprise needs, reach out through the Apify platform.

# Actor input Schema

## `searchQuery` (type: `string`):

Job search keyword (e.g. 'programador', 'engenheiro', 'marketing'). Defaults to 'programador' if empty.

## `location` (type: `string`):

City or district name (e.g. 'Lisboa', 'Porto', 'Braga'). Leave empty for all Portugal.

## `category` (type: `string`):

Filter by job category.

## `maxResults` (type: `integer`):

Maximum number of job listings to scrape.

## `proxyConfiguration` (type: `object`):

Proxy settings for avoiding rate limits. Portuguese proxies recommended.

## Actor input object example

```json
{
  "searchQuery": "programador",
  "category": "",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "PT"
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQuery": "programador",
    "maxResults": 5,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "PT"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/net-empregos-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQuery": "programador",
    "maxResults": 5,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "PT",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/net-empregos-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQuery": "programador",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "PT"
  }
}' |
apify call studio-amba/net-empregos-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=studio-amba/net-empregos-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/2TfO7KfsvTKEU4nEm/builds/4mROBVWCOuhSTdJfp/openapi.json
