# Believe Music Industry Careers Export

**Use case:** 

Track open Believe music industry jobs across digital distribution and marketing with title, location, team and apply link from the Believe careers board.

## Input

```json
{
  "maxItems": 200,
  "withDetails": true,
  "companies": [
    "Believe"
  ],
  "searchQuery": ""
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "companyId": {
    "label": "Company ID",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "hybrid": {
    "label": "Hybrid",
    "format": "boolean"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "jobFunction": {
    "label": "Function",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience Level",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "refNumber": {
    "label": "Ref Number",
    "format": "text"
  },
  "releasedDate": {
    "label": "Released",
    "format": "date"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "recruiter": {
    "label": "Recruiter",
    "format": "text"
  },
  "jobDescription": {
    "label": "Job Description",
    "format": "text"
  },
  "qualifications": {
    "label": "Qualifications",
    "format": "text"
  },
  "companyDescription": {
    "label": "Company Description",
    "format": "text"
  },
  "additionalInformation": {
    "label": "Additional Information",
    "format": "text"
  },
  "descriptionText": {
    "label": "Full Description",
    "format": "text"
  },
  "customFields": {
    "label": "Custom Fields",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SmartRecruiters Jobs & Salary Scraper](https://apify.com/scrapers_lat/smartrecruiters-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/smartrecruiters-jobs-scraper) to learn more, explore other use cases, and run it yourself.