# Find jobs with full descriptions on Belmeta

**Use case:** 

Scrape job listings from Belmeta including full descriptions. Structured aggregated job data. Pay per result.

## Input

```json
{
  "keyword": "engineer",
  "location": "Минск",
  "maxItems": 5,
  "fetchDetails": true,
  "skipDuplicates": true
}
```

## Output

```json
{
  "jobId": {
    "label": "JobId",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "EmploymentType",
    "format": "text"
  },
  "schedule": {
    "label": "Schedule",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "number"
  },
  "salaryMin": {
    "label": "SalaryMin",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

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