# Entry-level data science jobs in New York

**Use case:** 

Scrape entry-level and junior data science job listings in New York from Hiring.cafe's database. Includes salary data, company details, tech requirements, etc.

## Input

```json
{
  "searchQueries": [
    "data science"
  ],
  "locations": [
    "New York"
  ],
  "workplaceTypes": [
    "Remote",
    "Hybrid",
    "Onsite"
  ],
  "seniorityLevels": [
    "No Prior Experience Required",
    "Entry Level"
  ],
  "commitmentTypes": [
    "Full Time"
  ],
  "dateFetchedPastNDays": 30,
  "maxItems": 50,
  "jobTitleQuery": "",
  "jobDescriptionQuery": "",
  "technologyKeywordsQuery": "",
  "requirementsKeywordsQuery": "",
  "companyNames": [],
  "excludedCompanyNames": [],
  "companyKeywords": [],
  "excludedCompanyKeywords": [],
  "industries": [],
  "excludedIndustries": [],
  "salaryCurrency": "",
  "salaryFrequency": "",
  "onlyTransparentSalaries": false,
  "minYearsExperience": 0,
  "maxYearsExperience": 20,
  "sortBy": "newest"
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "commitment": {
    "label": "Commitment",
    "format": "text"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "workplaceCities": {
    "label": "Cities",
    "format": "text"
  },
  "workplaceCountries": {
    "label": "Countries",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "technicalTools": {
    "label": "Tech Stack",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "source": {
    "label": "ATS Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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