# BestJobs Scraper by Location

**Use case:** 

Scrape BestJobs.eu listings for a Romanian city. Set the location and run; structured JSON output.

## Input

```json
{
  "query": "asistent manager",
  "startUrls": [],
  "country": "RO",
  "location": "București",
  "keepNoCoord": true,
  "remoteOnly": false,
  "maxResults": 50,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryText": {
    "label": "Salary text"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "remote": {
    "label": "Remote"
  },
  "applicationCount": {
    "label": "Application count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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