# Collect Bengaluru data engineer openings

**Use case:** 

Build a current list of public data engineer jobs in Bengaluru for recruiting and market research on Foundit jobs.

## Input

```json
{
  "keywords": "data engineer",
  "location": "Bengaluru",
  "postedWithinDays": "7",
  "sortBy": "date",
  "maxResults": 20,
  "includeJobDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salaryText": {
    "label": "Salary",
    "format": "string"
  },
  "experienceText": {
    "label": "Experience",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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