# ANOFM.ro Scraper: Romania Government Jobs & Vacancies (`santamaria-automations/anofm-ro-scraper`) Actor

Scrape official job listings from Romania's National Employment Agency (ANOFM, mediere.anofm.ro). Returns occupation title, COR code, employer, Romanian county (județ), salary in RON, employment type, education level, and contact details for all 41 județe.

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

## Pricing

Pay per event

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## ANOFM.ro Scraper: Romania Government Jobs & Vacancies

Collect official job listings from [mediere.anofm.ro](https://mediere.anofm.ro), the job-matching portal of Romania's National Employment Agency (Agenția Națională pentru Ocuparea Forței de Muncă). ANOFM is the government body that manages Romania's national labor exchange. Every employer posting a vacancy is legally required to register it with ANOFM before filling it, making this the most complete and authoritative source of open positions in Romania.

### What you get

Each result contains:

- **Job**: occupation title (from the COR registry), ANOFM job ID, URL, start date, expiry date
- **Occupation code**: COR code (Clasificarea Ocupatiilor din Romania) for cross-referencing occupational statistics
- **Employer**: registered company name and Romanian CIF (tax identification number)
- **Location**: city, county (judet), country code RO
- **Compensation**: salary min/max in RON, salary type (gross/net), period (monthly)
- **Contract details**: contract type (permanent/fixed-term), work schedule (full-time/part-time/internship/apprenticeship), work regime (office/field/remote)
- **Requirements**: minimum education level, professional experience level
- **Industry/domain**: ANOFM job domain classification
- **EU eligibility**: flag for positions open to EU citizens (EURES cross-border listings)
- **Special programs**: PCLM, SLD, NEET and other subsidized employment programs
- **Physical address**: street name, number, and building from the workplace address
- **Labor-market velocity**: open\_positions\_freed + open\_positions\_new split for demand analysis
- **Employer cross-reference**: employer\_id for grouping all postings from the same company
- **Contacts**: recruiter name, email address, and phone number from the posting
- **Application method**: Interviu (interview), CV submission, or dosar (application file)

### Use cases

- Romanian labor market research: identify which sectors and counties have the most open positions
- Salary benchmarking: compare RON gross salaries across occupations and regions
- EU cross-border recruitment: filter EURES-flagged positions open to non-Romanian EU citizens
- HR analytics: track demand by COR occupation code, education level, and contract type
- Government procurement intelligence: identify which companies are actively hiring via ANOFM
- Academic research: analyze Romania's formal labor market using the official government registry
- JobFeed aggregation: source for the nanoscrape job-feed service covering the RO market

### Pricing

This actor uses Pay-Per-Event (PPE) pricing:

| Event | Cost |
|---|---|
| Actor start | $0.001 |
| Job result (SERP mode) | $0.003 |
| Full job detail (all contact fields) | $0.005 |

**$5 free monthly credit** is included with every Apify account: enough for roughly 1,600 standard job results or 1,000 detail fetches per month.

Enable `includeJobDetails: true` to charge the detail-result event rate and surface the full contact information (recruiter name, email, phone). The ANOFM API returns all fields in a single request regardless, so there is no extra HTTP cost.

### Input

```json
{
  "searchQueries": ["programator", "contabil", "sudor"],
  "location": "Bucuresti",
  "maxResults": 100,
  "maxResultsPerQuery": 50,
  "includeJobDetails": true
}
```

| Field | Type | Default | Description |
|---|---|---|---|
| `searchQueries` | string\[] | | Occupation keywords. Matched against Romania's COR occupation registry. Examples: `programator`, `contabil`, `mecanic`, `sudor`, `asistent medical`, `sofer`. Leave empty to get all open vacancies. |
| `startUrls` | string\[] | | Direct ANOFM job page URLs. Example: `https://mediere.anofm.ro/app/module/mediere/job/3365408` |
| `location` | string | | Romanian county or major city. Examples: `Bucuresti`, `Cluj`, `Timisoara`, `Iasi`, `Brasov`, `Constanta`. Leave empty for all of Romania (42 administrative units). |
| `countyId` | integer | 0 | ANOFM internal county ID (1-42). Takes priority over `location`. 2=Bucuresti, 13=Cluj, 35=Timis, 23=Iasi, 9=Brasov. |
| `workTypeId` | integer | 0 | 1=Full-time (Norma intreaga), 2=Part-time (Norma partiala), 3=Internship (Practica), 4=Apprenticeship (Ucenicie). 0=any. |
| `contractTypeId` | integer | 0 | 1=Fixed-term (Durata determinata), 2=Permanent (Durata nedeterminata). 0=any. |
| `minimumSalary` | integer | 0 | Minimum salary filter in RON gross. Romania minimum wage 2026 is approximately 3700 RON. |
| `availableForEUCitizens` | boolean | false | When true, only return EURES-flagged positions open to EU citizens. |
| `includeJobDetails` | boolean | false | Charges `job-detail-result` event instead of `job-serp-result`. Fields are identical since ANOFM returns all data in one request. |
| `maxResults` | integer | 5 | Total results cap across all queries. |
| `maxResultsPerQuery` | integer | 5 | Cap per search keyword. |
| `maxConcurrency` | integer | 3 | Parallel requests. Keep at 3-5 to be respectful to the government API. |

### Output sample

```json
{
  "_type": "job",
  "id": "3360005",
  "title": "PROGRAMATOR",
  "job_url": "https://mediere.anofm.ro/app/module/mediere/job/3360005",
  "source_url": "https://mediere.anofm.ro/app/module/mediere/job/3360005",
  "source_platform": "anofm.ro",
  "company_name": "AllCloud Romania SRL",
  "company_tax_code": "36215728",
  "location": "BUCURESTI SECTORUL 4, Municipiul Bucuresti",
  "country": "RO",
  "county": "Municipiul Bucuresti",
  "city": "BUCURESTI SECTORUL 4",
  "posted_at_text": "2026-08-19",
  "posted_at_datetime": "2026-08-19T00:00:00Z",
  "expires_at": "2026-10-31T00:00:00Z",
  "employment_type": "Full-time",
  "work_regime": "Hibrid - sediu + telemunca",
  "contract_type": "Cu durata nedeterminata",
  "education_level": "Universitar - INVATAMANT SUPERIOR",
  "experience_level": "Experienta medie - intre 3 si 5 ani",
  "industry": "IT / Telecomunicatii",
  "cor_code": "251202",
  "cor_name": "PROGRAMATOR",
  "open_positions": 1,
  "open_positions_freed": 0,
  "open_positions_new": 1,
  "address_street": "Str. Primăverii",
  "address_street_number": "7",
  "address_building": null,
  "address_details": null,
  "employer_id": 118250,
  "contract_duration_months": null,
  "work_schedule_details": null,
  "salary_min": 15000,
  "salary_max": 17400,
  "salary_currency": "RON",
  "salary_period": "month",
  "salary_type": "gross",
  "salary_text": "15000 - 17400 RON brut / lunar",
  "description": "Proiectezi si construiesti platforme cloud-native si arhitecturi lakehouse pe AWS...",
  "contact_name": "Diana Teashala",
  "contact_emails": ["diana.teashala@allcloud.io"],
  "contact_phones": ["0752088232"],
  "apply_method": "Interviu",
  "available_for_eu_citizens": false,
  "is_apprenticeship": false,
  "apprentice_qualification": null,
  "target_group": "PCLM",
  "search_query": "programator in Bucuresti",
  "scraped_at": "2026-08-25T10:00:00Z"
}
```

### Romania-specific notes

**Salary currency**: All salaries are in RON (leu romanesc). The 2026 gross minimum wage is approximately 3,700 RON/month. Net salaries are roughly 60% of gross after 35% employee social contributions and 10% income tax.

**COR codes**: Every occupation on ANOFM is classified by the COR (Clasificarea Ocupatiilor din Romania), Romania's national occupation classification aligned with ISCO-08. The `cor_code` field enables cross-referencing with National Institute of Statistics (INS) labor market data.

**41 judete + Bucuresti**: Romania has 41 counties plus the Municipiul Bucuresti special administrative district, totaling 42 administrative units. The `county` field returns the judet name with diacritics (e.g. "Timis", "Constanta", "Valcea").

**Employment types** in Romanian:

- normă întreagă = full-time
- normă parțială = part-time
- practică = internship
- ucenicie = apprenticeship

**PCLM listings**: Locuri de Munca (PCLM = Piata Locurilor de Munca) are standard market vacancies. Other target groups include SLD (long-term unemployed), NEET, and special-needs candidates.

**EURES eligibility**: Vacancies marked `available_for_eu_citizens: true` are published on the European Employment Services network and are open to workers from any EU/EEA country.

### Related actors

- [job-feed](https://apify.com/nanoscrape/job-feed) - Aggregate job data from multiple platforms into one unified feed
- [career-site-jobs-scraper](https://apify.com/nanoscrape/career-site-jobs-scraper) - Extract jobs from any company career page
- [website-job-extractor](https://apify.com/nanoscrape/website-job-extractor) - Structured job extraction from any URL
- [indeed-scraper](https://apify.com/nanoscrape/indeed-scraper) - Global job listings from Indeed
- [ejobs-ro-scraper](https://apify.com/nanoscrape/ejobs-ro-scraper) - Romania's largest private job board
- [vdab-be-scraper](https://apify.com/nanoscrape/vdab-be-scraper) - Belgium official employment agency
- [forem-be-scraper](https://apify.com/nanoscrape/forem-be-scraper) - Belgium Wallonia official employment agency

### Issues

Found a bug or have a question? Open an issue in the [Issues tab](../../issues) or email contact@nanoscrape.com.

# Actor input Schema

## `searchQueries` (type: `array`):

One or more occupation keywords to search on ANOFM. Each runs as a separate query against Romania's official occupation registry (COR). Examples: 'programator', 'contabil', 'sudor', 'mecanic', 'asistent'. Leave empty to get all open vacancies.

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

Direct ANOFM job detail page URLs to scrape. Example: https://mediere.anofm.ro/app/module/mediere/job/3365408

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

Romanian county (județ) or major city to filter results. Examples: 'București', 'Cluj', 'Timișoara', 'Iași', 'Brașov', 'Constanța', 'Galați'. Leave empty for all of Romania.

## `countyId` (type: `integer`):

ANOFM internal county ID (1-42). Takes priority over Location field. See actor documentation for the full ID map. 2=București, 13=Cluj, 35=Timiș, 23=Iași, 9=Brașov.

## `workTypeId` (type: `integer`):

Filter by work schedule. 1=Normă întreagă (Full-time), 2=Normă parțială (Part-time), 3=Practică (Internship), 4=Ucenicie (Apprenticeship). 0 = any.

## `contractTypeId` (type: `integer`):

Filter by contract type. 1=Determinat (Fixed-term), 2=Nedeterminat (Permanent). 0 = any.

## `minimumSalary` (type: `integer`):

Only return jobs with minimum\_salary greater than this value in RON. 0 = no filter. Romania minimum wage 2026 is approximately 3700 RON gross.

## `availableForEUCitizens` (type: `boolean`):

When enabled, only return jobs marked as open to EU citizens (EURES listings).

## `includeJobDetails` (type: `boolean`):

When enabled, the ANOFM API already returns all detail fields — contact name, email, phone, education level, professional experience, work regime, and address. Enabling this flag charges the higher job-detail-result PPE event instead of job-serp-result.

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

Total results cap across all search queries.

## `maxResultsPerQuery` (type: `integer`):

Maximum results returned per individual search keyword.

## `maxConcurrency` (type: `integer`):

Maximum parallel requests. Keep low (3-5) to be respectful to the government API.

## Actor input object example

```json
{
  "searchQueries": [
    "programator"
  ],
  "location": "București",
  "countyId": 2,
  "workTypeId": 1,
  "contractTypeId": 2,
  "minimumSalary": 4000,
  "availableForEUCitizens": false,
  "includeJobDetails": false,
  "maxResults": 5,
  "maxResultsPerQuery": 5,
  "maxConcurrency": 3
}
```

# Actor output Schema

## `jobListings` (type: `string`):

Dataset containing scraped ANOFM job listings. Each row includes occupation, COR code, employer, county, salary in RON, contract type, education level, contact name/email/phone. NEW v0.2 fields: employer\_id, address\_street, address\_street\_number, address\_building, address\_details, open\_positions\_new, open\_positions\_freed, contract\_duration\_months, work\_schedule\_details.

# 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 = {
    "searchQueries": [
        "programator"
    ],
    "availableForEUCitizens": false,
    "includeJobDetails": false,
    "maxResults": 5,
    "maxResultsPerQuery": 5,
    "maxConcurrency": 3
};

// Run the Actor and wait for it to finish
const run = await client.actor("santamaria-automations/anofm-ro-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 = {
    "searchQueries": ["programator"],
    "availableForEUCitizens": False,
    "includeJobDetails": False,
    "maxResults": 5,
    "maxResultsPerQuery": 5,
    "maxConcurrency": 3,
}

# Run the Actor and wait for it to finish
run = client.actor("santamaria-automations/anofm-ro-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 '{
  "searchQueries": [
    "programator"
  ],
  "availableForEUCitizens": false,
  "includeJobDetails": false,
  "maxResults": 5,
  "maxResultsPerQuery": 5,
  "maxConcurrency": 3
}' |
apify call santamaria-automations/anofm-ro-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,santamaria-automations/anofm-ro-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/Gh856g3rVzNcF3A0M/builds/rqGtCBiNUMn1b4Fqv/openapi.json
