# Scrape full-time jobs in Romania

**Use case:** 

Scrape full-time job listings from BestJobs.eu. Structured Romanian job data. Pay per result.

## Input

```json
{
  "searchQuery": "contabil",
  "location": "",
  "employmentType": "Full time",
  "maxResults": 5,
  "fetchDetails": false,
  "startUrls": []
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "employmentTypes": {
    "label": "Employment Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

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