# Scrape Shine Data Analyst Jobs in Delhi

**Use case:** 

Collect public data analyst job postings from Shine.com for Delhi using Shine search parameters and pagination limits.

## Input

```json
{
  "keyword": "data analyst",
  "location": "Delhi",
  "searchUrls": [
    {
      "url": "https://www.shine.com/job-search/software-engineer-jobs-in-bangalore"
    }
  ],
  "maxItems": 80,
  "maxPages": 4,
  "includeDescriptionHtml": false
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "expiresAt": {
    "label": "Expires",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "recruiterEmail": {
    "label": "Recruiter Email",
    "format": "text"
  },
  "recruiterPhone": {
    "label": "Recruiter Phone",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "link"
  }
}
```

## About this Actor

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