# Find jobs in Bangalore on Shine.com

**Use case:** 

Scrape job listings in Bangalore from Shine.com. Structured Indian job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "engineer",
  "location": "Bangalore",
  "skipReposts": false,
  "requestDelayMs": 1000,
  "respectRobotsTxt": true,
  "startUrls": [],
  "fetchDetails": false,
  "maxItems": 5,
  "notificationLimit": 10,
  "notifyOnlyChanges": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "workMode": {
    "label": "Work Mode",
    "format": "text"
  },
  "isTopCompany": {
    "label": "Top Company",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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