# Shine Python Jobs India

**Use case:** 

Get structured data for shine python jobs india with Shine Jobs Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "searchUrls": [
    "https://www.shine.com/job-search/python-jobs"
  ],
  "useResidentialProxy": false,
  "proxyCountry": "IN",
  "maxResults": 3
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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