# ConcorsiPubblici.com Scraper (`rainminer/concorsipubblici-com-scraper`) Actor

Scrape active Italian public sector job competitions (concorsi pubblici) from concorsipubblici.com. Export competition titles, employers, locations, roles, open positions, application deadlines, and filter URLs for recruitment monitoring, deadline alerts, and public hiring intelligence across Italy.

- **URL**: https://apify.com/rainminer/concorsipubblici-com-scraper.md
- **Developed by:** [rainminer](https://apify.com/rainminer) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.49 / 1,000 competitions

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/actors/running/actors-in-store.md#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 ConcorsiPubblici.com Scraper do?

**ConcorsiPubblici.com Scraper** extracts **active Italian public sector job competitions** (concorsi pubblici) from [ConcorsiPubblici.com](https://www.concorsipubblici.com/) — one of Italy's most visited portals for public hiring announcements. Paste the main competitions listing URL and export structured competition data without coding.

### Why scrape ConcorsiPubblici.com?

- **Public sector hiring** — Track competitions from municipalities, hospitals, universities, and regional authorities across Italy.
- **Deadline monitoring** — Capture application deadlines, open positions, and employer details for alerts and dashboards.
- **Recruitment intelligence** — Monitor roles, locations, and hiring volumes in the Italian public sector.
- **Apify platform** — Schedule runs, export JSON/CSV/Excel, monitor failures, and integrate via API.

### What data can you extract from ConcorsiPubblici.com?

| Field | Description |
| --- | --- |
| id | Internal competition node ID |
| title | Competition title |
| url | Public competition page URL |
| authority | Employer / public body name |
| authorityUrl | Employer profile URL on concorsipubblici.com |
| locality | City or province |
| localityUrl | Location filter URL |
| occupation | Role or profession |
| occupationUrl | Occupation filter URL |
| availableSlots | Number of open positions |
| expirationDate | Deadline in ISO datetime when available |
| expirationDisplay | Human-readable deadline |
| isExpired | Whether the listing is marked expired on the portal |
| searchUrl | Source listing URL used for the scrape |
| scrapedAt | UTC timestamp when the row was collected |

### How to scrape ConcorsiPubblici.com

1. Open the Actor in Apify Console.
2. Add one or more **concorsipubblici.com /concorsi** URLs under **Start URLs**.
3. Set **Maximum items** (competitions per start URL).
4. Keep proxies disabled unless you hit rate limits.
5. Run the Actor and download results from the dataset tab.

### Input

ConcorsiPubblici.com Scraper accepts **Start URLs**, **maxItems** (per start URL), and **proxy configuration**. See the **Input** tab in Apify Console for details.

Supported start URLs:

- Active competitions: `https://www.concorsipubblici.com/concorsi`
- Paginated listing: `https://www.concorsipubblici.com/concorsi?page=1`

### Output example

```json
{
  "id": "115753",
  "title": "Azienda Sanitaria Provinciale di Trapani, 1 medico di medicina interna (riapertura termini)",
  "url": "https://www.concorsipubblici.com/azienda-sanitaria-provinciale-di-trapani-concorso-medico-di-medicina-interna-trapani-2026",
  "authority": "Azienda Sanitaria Provinciale di Trapani",
  "authorityUrl": "https://www.concorsipubblici.com/concorsi/ente/ent/azienda-sanitaria-provinciale-di-trapani-40198",
  "locality": "Trapani",
  "localityUrl": "https://www.concorsipubblici.com/concorsi/regione/loc/trapani",
  "occupation": "medico di medicina interna",
  "occupationUrl": "https://www.concorsipubblici.com/concorsi/occupazione/pro/medico-di-medicina-interna-1001",
  "availableSlots": 1,
  "expirationDate": "2026-12-31T12:00:00Z",
  "expirationDisplay": "31/12/2026",
  "isExpired": false,
  "searchUrl": "https://www.concorsipubblici.com/concorsi",
  "scrapedAt": "2026-08-14T12:00:00.000Z"
}
```

You can download the dataset in JSON, CSV, Excel, or HTML.

### Integrations

Export results to Google Sheets, Zapier, Make, Slack, or any system that accepts JSON via the Apify API.

### Tips

- Use the main `/concorsi` URL for the latest active competitions feed.
- Increase **maxItems** for broader monitoring; pagination continues automatically until the limit is reached.
- Re-run on a schedule to catch newly published bandi before deadlines.

### FAQ

**Is scraping ConcorsiPubblici.com legal?**

This Actor collects publicly visible competition listings published for citizens and job seekers. Always respect the website's terms of use and applicable laws in your jurisdiction.

**Do I need proxies?**

Most runs work without proxies. Enable Apify Proxy only if you experience blocking.

### Image Credit

Image credit: [concorsipubblici.com](https://www.concorsipubblici.com/)

# Actor input Schema

## `startUrls` (type: `array`):

One or more public concorsipubblici.com competition listing URLs.

## `maxItems` (type: `integer`):

Maximum number of competitions to return per start URL.

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

Proxy settings. concorsipubblici.com works without proxies in normal runs.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.concorsipubblici.com/concorsi"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "startUrls": [
        {
            "url": "https://www.concorsipubblici.com/concorsi"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rainminer/concorsipubblici-com-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 = {
    "startUrls": [{ "url": "https://www.concorsipubblici.com/concorsi" }],
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("rainminer/concorsipubblici-com-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.concorsipubblici.com/concorsi"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call rainminer/concorsipubblici-com-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,rainminer/concorsipubblici-com-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/7shhe3cypB0Zlbwe4/builds/w7g90eGIEJw25kqmf/openapi.json
