# Find Junior Developer Openings at Fast-Growing Startups

**Use case:** 

Identify entry-level developer opportunities specifically at innovative, smaller companies to help new graduates kickstart their careers. This task provides a t

## Input

```json
{
  "searchQueries": [
    "junior developer",
    "entry-level engineer"
  ],
  "workplaceTypes": [
    "Onsite",
    "Hybrid"
  ],
  "locations": [
    "Austin, TX",
    "Denver, CO",
    "Boston, MA"
  ],
  "excludedCompanyKeywords": [
    "Google",
    "Microsoft",
    "Amazon",
    "Meta",
    "Apple",
    "IBM",
    "Oracle"
  ],
  "salaryCurrency": "USD",
  "salaryFrequency": "",
  "minSalary": 50000,
  "onlyTransparentSalaries": false,
  "minYearsExperience": 0,
  "maxYearsExperience": 2,
  "sortBy": "default",
  "seniorityLevels": [
    "No Prior Experience Required",
    "Entry Level",
    "Mid Level",
    "Senior Level",
    "Director",
    "Executive"
  ],
  "commitmentTypes": [
    "Full Time",
    "Part Time",
    "Contract",
    "Internship",
    "Temporary",
    "Seasonal",
    "Volunteer"
  ],
  "dateFetchedPastNDays": 30,
  "maxItems": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "string"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "string"
  },
  "commitment": {
    "label": "Commitment",
    "format": "string"
  },
  "salaryMin": {
    "label": "Min Salary",
    "format": "number"
  },
  "salaryMax": {
    "label": "Max Salary",
    "format": "number"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "string"
  }
}
```

## About this Actor

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