# Scrape startup tech jobs on Djinni

**Use case:** 

Scrape Djinni.co job listings at startups. Filter by company type, get structured tech job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "frontend",
  "anyKeywords": "",
  "excludeKeywords": "",
  "category": "",
  "company": "",
  "employment": "",
  "experienceLevel": "",
  "englishLevel": "",
  "companyType": "startup",
  "region": "",
  "searchType": "basic-search",
  "startUrls": [],
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "text"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "text"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "jobCity": {
    "label": "City",
    "format": "text"
  },
  "jobCountry": {
    "label": "Country",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "expiresAt": {
    "label": "Expires",
    "format": "text"
  }
}
```

## About this Actor

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