# Scrape developer jobs in India

**Use case:** 

Extract developer jobs from TimesJobs.com across India. Structured Indian job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "Bangalore",
  "experience": "3",
  "industry": "IT-Software",
  "jobFunction": "IT Software - Application Programming",
  "salaryMin": "10",
  "salaryMax": "30",
  "datePosted": "any",
  "maxResults": 5,
  "pageSize": 10,
  "startPage": 1,
  "enrichDetails": false,
  "requestsPerSecond": 3,
  "fetchDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "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": "array"
  },
  "postDate": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

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