# Find jobs in Bucharest with full descriptions

**Use case:** 

Scrape job listings in Bucharest from Hipo.ro including full descriptions. Clean structured Romanian job data. Pay per result.

## Input

```json
{
  "searchQuery": "contabil",
  "domain": "",
  "city": "Bucuresti",
  "jobType": "",
  "workMode": "Remote",
  "fetchDetails": true,
  "maxResults": 5,
  "sitemapMode": false,
  "startUrls": []
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "PublishDate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "ScrapedAt",
    "format": "text"
  }
}
```

## About this Actor

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