# Scrape jobs by location on Belmeta

**Use case:** 

Scrape Belmeta job listings filtered by location. Structured aggregated job data. No subscription, pay per result.

## Input

```json
{
  "keyword": "nurse",
  "location": "London",
  "maxItems": 5,
  "fetchDetails": false,
  "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.