# Find Junior Data Analyst Jobs in Bangalore (0-3 Yrs Exp)

**Use case:** 

Identify entry-level data analyst positions in Bangalore for candidates with 0-3 years of experience. This aids fresh graduates and junior professionals in targ

## Input

```json
{
  "searchUrl": "https://www.naukri.com/python-developer-jobs-in-bangalore",
  "maxItems": 80,
  "keyword": "data analyst",
  "location": "bangalore",
  "experienceYears": 0,
  "salaryLakhs": "0-3",
  "jobAge": "15",
  "sortBy": "relevance"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "experience": {
    "label": "Experience",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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