# Daijob Job Listings Extractor

**Use case:** 

Extract detailed job listings from Daijob.com, including company information, role categories, salary details, and application links in a structured dataset.

## Input

```json
{
  "startUrl": "https://www.daijob.com/en/jobs/search_result?job_search_form_hidden=1",
  "collectDetails": true,
  "results_wanted": 200,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "job_types": {
    "label": "Job Types",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "working_hours": {
    "label": "Working hours"
  },
  "english_level": {
    "label": "English Level",
    "format": "text"
  },
  "japanese_level": {
    "label": "Japanese Level",
    "format": "text"
  },
  "job_contract_period": {
    "label": "Contract Period",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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