# Find jobs in Bucharest on eJobs.ro

**Use case:** 

Scrape job listings in Bucharest from eJobs.ro. Structured Romanian job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "contabil",
  "location": "Bucuresti",
  "maxResults": 5,
  "fetchDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "contractTypes": {
    "label": "Contract Type",
    "format": "array"
  },
  "careerLevels": {
    "label": "Career Level",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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