# Create SmartRecruiters dataset without descriptions

**Use case:** 

Export bounded public SmartRecruiters job postings for recruiting analytics, hiring dashboards, market research, and reporting.

## Input

```json
{
  "companyIdentifiers": [
    "DeliveryHero"
  ],
  "companyUrls": [],
  "limit": 10,
  "includeDetails": false,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "refNumber": {
    "label": "Reference",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "function": {
    "label": "Function",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "hybrid": {
    "label": "Hybrid",
    "format": "boolean"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience level",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted date",
    "format": "date"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "descriptionText": {
    "label": "Description text",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description HTML",
    "format": "text"
  },
  "sourceCompanySlug": {
    "label": "Source company slug",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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