# Daijob Search Scraper (`jobsapi/daijob-jobs-search-scraper`) Actor

Scrape job listings from Daijob.com, a leading bilingual job board for Japan connecting English-speaking professionals with Japanese companies. Extract job titles, companies, locations, salary ranges, and descriptions.

- **URL**: https://apify.com/jobsapi/daijob-jobs-search-scraper.md
- **Developed by:** [Jobs API](https://apify.com/jobsapi) (community)
- **Categories:** Jobs, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 job details

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Daijob Search Scraper

> An [Apify Actor](https://apify.com/jobsapi/daijob-jobs-search-scraper) that scrapes publicly listed job postings from **[Daijob Search Scraper](https://example.com)** - Scrape job listings from Daijob.com, a leading bilingual job board for Japan connecting English-speaking professionals with Japanese companies. Extract job titles, companies, locations, salary ranges, and descriptions..

The Actor navigates Daijob Search Scraper's public job-search results, opens each result detail page to enrich the record, normalises everything into a single rich structured schema, and pushes one record per job into the Actor's default dataset for download or downstream integration.

***

### Table of Contents

- [What is Daijob Search Scraper?](#what-is-daijob-search-scraper)
- [What does the Actor scrape?](#what-does-the-actor-scrape)
- [Main target URL](#main-target-url)
- [Input schema](#input-schema)
- [Output / dataset schema](#output--dataset-schema)
- [Example input](#example-input)
- [Example output record](#example-output-record)
- [Responsible use](#responsible-use)
- [Related jobs scrapers](#related-jobs-scrapers)

***

### What is Daijob Search Scraper?

**Daijob Search Scraper** is Scrape job listings from Daijob.com, a leading bilingual job board for Japan connecting English-speaking professionals with Japanese companies. Extract job titles, companies, locations, salary ranges, and descriptions.

This Actor targets **Daijob Search Scraper**'s public job-search results and enriches each result with the canonical Daijob Search Scraper detail page.

### What does the Actor scrape?

Scrape job listings from Daijob.com, a leading bilingual job board for Japan connecting English-speaking professionals with Japanese companies. Extract job titles, companies, locations, salary ranges, and descriptions.

The actor maps listing fields such as:

- `id`
- `position`
- `title`
- `company`
- `location`
- `salary`
- `jobCategories`
- `industry`
- `descriptionText`
- `descriptionHtml`

### Main target URL

The primary target is configured in source code.

Request modifiers come from fields: query, location, maxItems, proxyConfiguration.

### Input schema

The Actor accepts the following input (defined in `.actor/input_schema.json`):

| Field | Type | Required | Default | Constraints | Description |
| --- | --- | --- | --- | --- | --- |
| `query` | `string` | Yes | `"engineer"` | - | Job search keywords (e.g., engineer, marketing, finance, sales). |
| `location` | `string` | No | `"Tokyo"` | - | City or region in Japan to search in (e.g., Tokyo, Osaka, Yokohama). |
| `maxItems` | `integer` | No | `50` | >= 1; <= 500 | Maximum number of job listings to scrape. |
| `proxyConfiguration` | `object` | No | `{"useApifyProxy":false}` | - | Optional Apify Proxy settings. Direct browser access is used by default. |

### Example input

```json
{
  "query": "engineer",
  "location": "Tokyo",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

### Output / dataset schema

Each record follows `.actor/dataset_schema.json` and includes the properties below.

| Field | Type | Required |
| --- | --- | --- |
| `id` | `string` | Yes |
| `position` | `integer` | Yes |
| `title` | `string` | Yes |
| `company` | `object` | Yes |
| `location` | `object` | Yes |
| `salary` | `object` | No |
| `jobCategories` | `string` | No |
| `industry` | `string` | No |
| `descriptionText` | `string` | Yes |
| `descriptionHtml` | `string` | Yes |
| `requirementsText` | `string` | No |
| `requirementsHtml` | `string` | No |
| `languageRequirements` | `object` | No |
| `workingHours` | `string` | No |
| `holidays` | `string` | No |
| `contractPeriod` | `string` | No |
| `visaSponsorshipMentioned` | `boolean` | No |
| `datePosted` | `string` | Yes |
| `validThrough` | `string` | Yes |
| `application` | `object` | Yes |
| `url` | `string` | Yes |
| `listing` | `object` | Yes |
| `detailSections` | `array` | Yes |
| `structuredJobPosting` | `object` | Yes |
| `search` | `object` | Yes |
| `source` | `string` | Yes |
| `scrapedAt` | `string` | Yes |

### Example output record

```json
{
  "id": "1487360",
  "position": 1,
  "title": "【Technical Support Engineer】Join a Global Security Solution Leader: Field Support and Technical Assistance Role (Tokyo-based)",
  "company": {
    "name": "Genetec Japan KK",
    "website": "https://www.genetec.com/ja",
    "logo": "https://www.daijob.com/images/uploads/18782/fd515-4512-bd1a4.jpg",
    "info": "Genetec is a global company providing innovative security solutions. We value individual initiative and have a dynamic environment that values change and learning. We offer flexible work schedules that encourage work-life balance and support our employees' growth and development. You'll be able to collaborate with your team while also being able to manage your own work independently."
  },
  "location": {
    "text": "Asia Japan Tokyo Shinjuku",
    "places": [
      {
        "region": "Tokyo",
        "country": "JP"
      }
    ],
    "nearestStation": "Shinjuku Island Tower, 25th Floor, 6 Chome-5-1, Nishishinjuku, Shinjuku City, Tokyo 163-1325"
  },
  "salary": {
    "text": "JPY - Japanese Yen JPY 5000K - JPY 7000K",
    "currency": "JPY",
    "min": 5000000,
    "max": 7000000,
    "unit": "YEAR"
  },
  "jobCategories": "IT (Other) - IT Help Desk IT (Other) - Customer Support Engineer Consulting - IT Security Consulting",
  "industry": "Software Vendor",
  "descriptionText": "[Main Duties] At Genetec, we utilize innovative software tools to diagnose and resolve complex technical issues and service outages, contributing to increased customer satisfaction. This position will play a key role in providing fast and accurate technical support based on a deep technical understanding of Genetec solutions. You will be responsible for a variety of tasks while working closely with our in-house technical support team and R&D engineers. [Major Duties] ■ Technical Support • Diagnosing and resolving technical issues using software tools • Providing clear and concise technical explanations to customers • Implementing problem resolution processes based on established processes • Rapidly escalating critical customer issues through the appropriate channels • Collaborating with other technical support personnel and R&D engineers to resolve issues • Building and maintaining trusting relationships with new and existing customers • Acquiring and maintaining comprehensive knowledge of Genetec solutions • Providing and contributing to improvements to support processes and software • Assisting in the creation of technical documentation and knowledge base articles • Properly recording customer issues in ticketing systems and CRM tools • Installing, auditing, evaluating, maintaining, and providing technical support for Genetec systems at customer sites • Conducting proof-of-concept (PoC), on-site technical support, system implementation and launch, training, audits, and evaluations • Serve as the technical liaison between Genetec and customers • Identifying and supporting product and feature requirements based on customer feedback • Providing technical consultation on strategic planning, best practices, upgrades, and customer concerns • Flexible technical consulting for software implementation, integration, training, and change requests",
  "descriptionHtml": "<p>\n              [Main Duties]<br>\nAt Genetec, we utilize innovative software tools to diagnose and resolve complex technical issues and service outages, contributing to increased customer satisfaction.<br>\nThis position will play a key role in providing fast and accurate technical support based on a deep technical understanding of Genetec solutions.<br>\nYou will be responsible for a variety of tasks while working closely with our in-house technical support team and R&amp;D engineers.<br>\n<br>\n[Major Duties]<br>\n■ Technical Support<br>\n• Diagnosing and resolving technical issues using software tools<br>\n• Providing clear and concise technical explanations to customers<br>\n• Implementing problem resolution processes based on established processes<br>\n• Rapidly escalating critical customer issues through the appropriate channels<br>\n• Collaborating with other technical support personnel and R&amp;D engineers to resolve issues<br>\n• Building and maintaining trusting relationships with new and existing customers<br>\n• Acquiring and maintaining comprehensive knowledge of Genetec solutions<br>\n• Providing and contributing to improvements to support processes and software<br>\n• Assisting in the creation of technical documentation and knowledge base articles<br>\n• Properly recording customer issues in ticketing systems and CRM tools<br>\n• Installing, auditing, evaluating, maintaining, and providing technical support for Genetec systems at customer sites<br>\n• Conducting proof-of-concept (PoC), on-site technical support, system implementation and launch, training, audits, and evaluations<br>\n• Serve as the technical liaison between Genetec and customers<br>\n• Identifying and supporting product and feature requirements based on customer feedback<br>\n• Providing technical consultation on strategic planning, best practices, upgrades, and customer concerns<br>\n• Flexible technical consulting for software implementation, integration, training, and change requests\n            </p>",
  "requirementsText": "[Qualifications] • Bachelor's degree in computer science, computer engineering, or electrical engineering • Initial experience in a similar position (e.g., support, IT, networking, etc.) • Excellent analytical and troubleshooting skills related to hardware and software • Flexible and proactive, able to multitask and manage priorities • Experience in customer service, technical support, or project management • Willingness to learn new technologies and grow as software evolves • Ability to work independently while emphasizing teamwork • Ability to communicate in English (primarily for email work) ________________________________________ [Technical Skills] • Knowledge of Windows operating systems (Active Directory, file sharing, IIS, clustering, GPO, performance monitoring, etc.) and troubleshooting techniques • Advanced understanding of network and IP protocols • Experience configuring and troubleshooting network devices such as switches and routers • Experience operating an IP-based video security system (CCTV) or access control system • Experience using SQL databases • Understanding of the TCP/IP/UDP protocol stack • Understanding of network storage (SAN, NAS, iSCSI) principles and best practices • Basic understanding of server virtualization ________________________________________ [Preferred Skills and Experience] • Programming experience in C#, Visual Basic, VBScript, PowerShell, etc. • Microsoft SQL Server administration experience • Technical certifications such as MCSE, SQL Server, and VMware • Experience implementing and troubleshooting the following security systems: • CCTV (IP cameras, encoders, video matrices, DVRs, etc.) • Access control systems (software, readers, controllers, cabling, etc.) • License plate recognition systems and related technologies • CCNA certification",
  "requirementsHtml": "<p>\n                [Qualifications]<br>\n• Bachelor's degree in computer science, computer engineering, or electrical engineering<br>\n• Initial experience in a similar position (e.g., support, IT, networking, etc.)<br>\n• Excellent analytical and troubleshooting skills related to hardware and software<br>\n• Flexible and proactive, able to multitask and manage priorities<br>\n• Experience in customer service, technical support, or project management<br>\n• Willingness to learn new technologies and grow as software evolves<br>\n• Ability to work independently while emphasizing teamwork<br>\n• Ability to communicate in English (primarily for email work)<br>\n________________________________________<br>\n[Technical Skills]<br>\n• Knowledge of Windows operating systems (Active Directory, file sharing, IIS, clustering, GPO, performance monitoring, etc.) and troubleshooting techniques<br>\n• Advanced understanding of network and IP protocols<br>\n• Experience configuring and troubleshooting network devices such as switches and routers<br>\n• Experience operating an IP-based video security system (CCTV) or access control system<br>\n• Experience using SQL databases<br>\n• Understanding of the TCP/IP/UDP protocol stack<br>\n• Understanding of network storage (SAN, NAS, iSCSI) principles and best practices<br>\n• Basic understanding of server virtualization<br>\n________________________________________<br>\n[Preferred Skills and Experience]<br>\n• Programming experience in C#, Visual Basic, VBScript, PowerShell, etc.<br>\n• Microsoft SQL Server administration experience<br>\n• Technical certifications such as MCSE, SQL Server, and VMware<br>\n• Experience implementing and troubleshooting the following security systems:<br>\n• CCTV (IP cameras, encoders, video matrices, DVRs, etc.)<br>\n• Access control systems (software, readers, controllers, cabling, etc.)<br>\n• License plate recognition systems and related technologies<br>\n• CCNA certification\n              </p>",
  "languageRequirements": {
    "english": "Business Conversation Level (TOEIC 735-860)",
    "japanese": "Fluent(JLPT Level 1 or N1)"
  },
  "workingHours": "9:00-18:00",
  "holidays": "Five-Day Workweek",
  "contractPeriod": "Permanent Employee",
  "datePosted": "2026-07-16",
  "validThrough": "2026-11-12T00:00",
  "application": {
    "url": "https://www.daijob.com/en/jobs/detail/1487360",
    "label": "View and apply on Daijob"
  },
  "url": "https://www.daijob.com/en/jobs/detail/1487360",
  "listing": {
    "title": "【Technical Support Engineer】Join a Global Security Solution Leader: Field Support and Technical Assistance Role (Tokyo-based)",
    "company": {
      "name": "Genetec Japan KK",
      "url": "https://www.daijob.com/en/jobs/detail/1487360"
    },
    "location": "Asia Japan Tokyo Shinjuku",
    "salary": "JPY - Japanese Yen JPY 5000K - JPY 7000K",
    "descriptionSnippet": "[Main Duties] At Genetec, we utilize innovative software tools to diagnose and resolve complex technical issues and service outages, contributing to increased customer satisfaction. This position will play a key role in providing fast and accurate technical support based on a deep technical understanding of Genetec solutions. You will be responsible for a variety of tasks while working closely with our in-house technical support team and R&D engineers. [Major Duties] ■ Technical Support • Diagnosing and resolving technical issues using softwa ..."
  },
  "detailSections": [
    {
      "label": "Job Description",
      "text": "[Main Duties] At Genetec, we utilize innovative software tools to diagnose and resolve complex technical issues and service outages, contributing to increased customer satisfaction. This position will play a key role in providing fast and accurate technical support based on a deep technical understanding of Genetec solutions. You will be responsible for a variety of tasks while working closely with our in-house technical support team and R&D engineers. [Major Duties] ■ Technical Support • Diagnosing and resolving technical issues using software tools • Providing clear and concise technical explanations to customers • Implementing problem resolution processes based on established processes • Rapidly escalating critical customer issues through the appropriate channels • Collaborating with other technical support personnel and R&D engineers to resolve issues • Building and maintaining trusting relationships with new and existing customers • Acquiring and maintaining comprehensive knowledge of Genetec solutions • Providing and contributing to improvements to support processes and software • Assisting in the creation of technical documentation and knowledge base articles • Properly recording customer issues in ticketing systems and CRM tools • Installing, auditing, evaluating, maintaining, and providing technical support for Genetec systems at customer sites • Conducting proof-of-concept (PoC), on-site technical support, system implementation and launch, training, audits, and evaluations • Serve as the technical liaison between Genetec and customers • Identifying and supporting product and feature requirements based on customer feedback • Providing technical consultation on strategic planning, best practices, upgrades, and customer concerns • Flexible technical consulting for software implementation, integration, training, and change requests",
      "html": "<p>\n              [Main Duties]<br>\nAt Genetec, we utilize innovative software tools to diagnose and resolve complex technical issues and service outages, contributing to increased customer satisfaction.<br>\nThis position will play a key role in providing fast and accurate technical support based on a deep technical understanding of Genetec solutions.<br>\nYou will be responsible for a variety of tasks while working closely with our in-house technical support team and R&amp;D engineers.<br>\n<br>\n[Major Duties]<br>\n■ Technical Support<br>\n• Diagnosing and resolving technical issues using software tools<br>\n• Providing clear and concise technical explanations to customers<br>\n• Implementing problem resolution processes based on established processes<br>\n• Rapidly escalating critical customer issues through the appropriate channels<br>\n• Collaborating with other technical support personnel and R&amp;D engineers to resolve issues<br>\n• Building and maintaining trusting relationships with new and existing customers<br>\n• Acquiring and maintaining comprehensive knowledge of Genetec solutions<br>\n• Providing and contributing to improvements to support processes and software<br>\n• Assisting in the creation of technical documentation and knowledge base articles<br>\n• Properly recording customer issues in ticketing systems and CRM tools<br>\n• Installing, auditing, evaluating, maintaining, and providing technical support for Genetec systems at customer sites<br>\n• Conducting proof-of-concept (PoC), on-site technical support, system implementation and launch, training, audits, and evaluations<br>\n• Serve as the technical liaison between Genetec and customers<br>\n• Identifying and supporting product and feature requirements based on customer feedback<br>\n• Providing technical consultation on strategic planning, best practices, upgrades, and customer concerns<br>\n• Flexible technical consulting for software implementation, integration, training, and change requests\n            </p>"
    },
    {
      "label": "Company Info",
      "text": "Genetec is a global company providing innovative security solutions. We value individual initiative and have a dynamic environment that values change and learning. We offer flexible work schedules that encourage work-life balance and support our employees' growth and development. You'll be able to collaborate with your team while also being able to manage your own work independently.",
      "html": "<p>\n                Genetec is a global company providing innovative security solutions.<br>\nWe value individual initiative and have a dynamic environment that values change and learning.<br>\nWe offer flexible work schedules that encourage work-life balance and support our employees' growth and development.<br>\nYou'll be able to collaborate with your team while also being able to manage your own work independently.\n              </p>"
    },
    {
      "label": "Working Hours",
      "text": "9:00-18:00",
      "html": "<p>\n                9:00-18:00\n              </p>"
    },
    {
      "label": "Job Requirements",
      "text": "[Qualifications] • Bachelor's degree in computer science, computer engineering, or electrical engineering • Initial experience in a similar position (e.g., support, IT, networking, etc.) • Excellent analytical and troubleshooting skills related to hardware and software • Flexible and proactive, able to multitask and manage priorities • Experience in customer service, technical support, or project management • Willingness to learn new technologies and grow as software evolves • Ability to work independently while emphasizing teamwork • Ability to communicate in English (primarily for email work) ________________________________________ [Technical Skills] • Knowledge of Windows operating systems (Active Directory, file sharing, IIS, clustering, GPO, performance monitoring, etc.) and troubleshooting techniques • Advanced understanding of network and IP protocols • Experience configuring and troubleshooting network devices such as switches and routers • Experience operating an IP-based video security system (CCTV) or access control system • Experience using SQL databases • Understanding of the TCP/IP/UDP protocol stack • Understanding of network storage (SAN, NAS, iSCSI) principles and best practices • Basic understanding of server virtualization ________________________________________ [Preferred Skills and Experience] • Programming experience in C#, Visual Basic, VBScript, PowerShell, etc. • Microsoft SQL Server administration experience • Technical certifications such as MCSE, SQL Server, and VMware • Experience implementing and troubleshooting the following security systems: • CCTV (IP cameras, encoders, video matrices, DVRs, etc.) • Access control systems (software, readers, controllers, cabling, etc.) • License plate recognition systems and related technologies • CCNA certification",
      "html": "<p>\n                [Qualifications]<br>\n• Bachelor's degree in computer science, computer engineering, or electrical engineering<br>\n• Initial experience in a similar position (e.g., support, IT, networking, etc.)<br>\n• Excellent analytical and troubleshooting skills related to hardware and software<br>\n• Flexible and proactive, able to multitask and manage priorities<br>\n• Experience in customer service, technical support, or project management<br>\n• Willingness to learn new technologies and grow as software evolves<br>\n• Ability to work independently while emphasizing teamwork<br>\n• Ability to communicate in English (primarily for email work)<br>\n________________________________________<br>\n[Technical Skills]<br>\n• Knowledge of Windows operating systems (Active Directory, file sharing, IIS, clustering, GPO, performance monitoring, etc.) and troubleshooting techniques<br>\n• Advanced understanding of network and IP protocols<br>\n• Experience configuring and troubleshooting network devices such as switches and routers<br>\n• Experience operating an IP-based video security system (CCTV) or access control system<br>\n• Experience using SQL databases<br>\n• Understanding of the TCP/IP/UDP protocol stack<br>\n• Understanding of network storage (SAN, NAS, iSCSI) principles and best practices<br>\n• Basic understanding of server virtualization<br>\n________________________________________<br>\n[Preferred Skills and Experience]<br>\n• Programming experience in C#, Visual Basic, VBScript, PowerShell, etc.<br>\n• Microsoft SQL Server administration experience<br>\n• Technical certifications such as MCSE, SQL Server, and VMware<br>\n• Experience implementing and troubleshooting the following security systems:<br>\n• CCTV (IP cameras, encoders, video matrices, DVRs, etc.)<br>\n• Access control systems (software, readers, controllers, cabling, etc.)<br>\n• License plate recognition systems and related technologies<br>\n• CCNA certification\n              </p>"
    },
    {
      "label": "English Level",
      "text": "Business Conversation Level (TOEIC 735-860)",
      "html": "<p>\n                <a href=\"/en/jobs/search/?pg=0&amp;fl=1&amp;ga=23&amp;ol%5B%5D=4\">\n                  Business Conversation Level (TOEIC 735-860)\n                </a>\n              </p>"
    },
    {
      "label": "Japanese Level",
      "text": "Fluent(JLPT Level 1 or N1)",
      "html": "<p>\n                <a href=\"/en/jobs/search/?pg=0&amp;fl=1&amp;ga=48&amp;ol%5B%5D=5\">\n                  Fluent(JLPT Level 1 or N1)\n                </a>\n              </p>"
    },
    {
      "label": "Salary",
      "text": "JPY - Japanese Yen JPY 5000K - JPY 7000K",
      "html": "<a href=\"/en/jobs/search?yc=1&amp;ns=5000000&amp;pg=0&amp;xs=7000000&amp;fl=1\">JPY  - Japanese Yen   JPY 5000K -  JPY 7000K </a>\n              &nbsp;&nbsp;"
    },
    {
      "label": "Holidays",
      "text": "Five-Day Workweek",
      "html": "<p>\n                Five-Day Workweek\n              </p>"
    },
    {
      "label": "Job Contract Period",
      "text": "Permanent Employee",
      "html": "<p>\n                Permanent Employee\n              </p>"
    },
    {
      "label": "Nearest Station",
      "text": "Shinjuku Island Tower, 25th Floor, 6 Chome-5-1, Nishishinjuku, Shinjuku City, Tokyo 163-1325",
      "html": "<p>\n                Shinjuku Island Tower, 25th Floor, 6 Chome-5-1, Nishishinjuku, Shinjuku City, Tokyo 163-1325\n              </p>"
    },
    {
      "label": "Note to applicants",
      "text": "This position is being operated by Daijob AGENT. Before applying, please check the following steps: 1) Click the \"Apply\" button below. 2) You will be contacted by mail or phone by a consultant from Daijob AGENT. 3) Our consultant will give you an interview, introduce the details of the position and help you with your application. Please note that if your skills and experience do not match the position, you may not be introduced even if you interview with our consultant. » What is Daijob AGENT?",
      "html": "<p class=\"mb-3 fw-bold\">\n                This position is being operated by Daijob AGENT.<br>\n                Before applying, please check the following steps:\n              </p>\n              <p class=\"fs-12px\">\n                1) Click the \"Apply\" button below.<br>\n                2) You will be contacted by mail or phone by a consultant from Daijob AGENT.<br>\n                3) Our consultant will give you an interview, introduce the details of the position and help you with your application.<br>\n                <br>\n                <b>Please note that if your skills and experience do not match the position, you may not be introduced even if you interview with our consultant.</b><br>\n                <br>\n                » <a target=\"_blank\" class=\"text-navy-500 text-decoration-underline\" href=\"http://www.daijob.com/popup/jobs/detail/daijob_agent_explanation_en.shtml\" onclick=\"return daijobOpenWindow(this.href, '/', 840, 700);\">What is Daijob AGENT?</a>\n              </p>"
    }
  ],
  "structuredJobPosting": {
    "jobLocation": [
      {
        "address": {
          "addressCountry": "JP",
          "addressLocality": "Shinjuku",
          "addressRegion": "Tokyo"
        }
      }
    ],
    "baseSalary": {
      "currency": "JPY",
      "value": {
        "maxValue": 7000000,
        "minValue": 5000000,
        "unitText": "YEAR"
      }
    },
    "title": "【Technical Support Engineer】Join a Global Security Solution Leader: Field Support and Technical Assistance Role (Tokyo-based)",
    "description": "[Main Duties]<br />\nAt Genetec, we utilize innovative software tools to diagnose and resolve complex technical issues and service outages, contributing to increased customer satisfaction.<br />\nThis position will play a key role in providing fast and accurate technical support based on a deep technical understanding of Genetec solutions.<br />\nYou will be responsible for a variety of tasks while working closely with our in-house technical support team and R&amp;D engineers.<br />\n<br />\n[Major Duties]<br />\n■ Technical Support<br />\n• Diagnosing and resolving technical issues using software tools<br />\n• Providing clear and concise technical explanations to customers<br />\n• Implementing problem resolution processes based on established processes<br />\n• Rapidly escalating critical customer issues through the appropriate channels<br />\n• Collaborating with other technical support personnel and R&amp;D engineers to resolve issues<br />\n• Building and maintaining trusting relationships with new and existing customers<br />\n• Acquiring and maintaining comprehensive knowledge of Genetec solutions<br />\n• Providing and contributing to improvements to support processes and software<br />\n• Assisting in the creation of technical documentation and knowledge base articles<br />\n• Properly recording customer issues in ticketing systems and CRM tools<br />\n• Installing, auditing, evaluating, maintaining, and providing technical support for Genetec systems at customer sites<br />\n• Conducting proof-of-concept (PoC), on-site technical support, system implementation and launch, training, audits, and evaluations<br />\n• Serve as the technical liaison between Genetec and customers<br />\n• Identifying and supporting product and feature requirements based on customer feedback<br />\n• Providing technical consultation on strategic planning, best practices, upgrades, and customer concerns<br />\n• Flexible technical consulting for software implementation, integration, training, and change requests",
    "datePosted": "2026-07-16",
    "identifier": {
      "name": "Genetec Japan KK",
      "value": 1487360
    },
    "hiringOrganization": {
      "logo": "https://www.daijob.com/images/uploads/18782/fd515-4512-bd1a4.jpg",
      "sameAs": "https://www.genetec.com/ja",
      "name": "Genetec Japan KK"
    },
    "validThrough": "2026-11-12T00:00"
  },
  "search": {
    "query": "engineer",
    "location": "Tokyo",
    "url": "https://www.daijob.com/en/jobs/search?kw=engineer&pg=0&fl=1"
  },
  "source": "daijob.com",
  "scrapedAt": "2026-07-21T20:14:07.619Z"
}
```

### Responsible use

Only collect publicly available job information. Respect Daijob Search Scraper's applicable terms of service, robots directives, and data-protection requirements, and follow the usage policy of any proxy infrastructure you route through. Do not use this Actor to scrape authenticated pages, to bypass paywalls, or to harvest personal data of candidates or recruiters.

### Related jobs scrapers

This Actor is part of the **[jobsapi](https://apify.com/jobsapi)** organisation on Apify — a curated set of job-board scrapers that all share the same conventions (input schema, output schema, validation, and runtime). Each scraper lives under [`apify.com/jobsapi/<actor-name>`](https://apify.com/jobsapi) and is published from a sibling folder in this workspace.

The full catalogue of jobs scrapers in this workspace:

#### Global / multi-country

- [indeed-jobs-search-scraper](https://apify.com/jobsapi/indeed-jobs-search-scraper) — [Indeed](https://www.indeed.com)
- [linkedin-jobs-search-scraper](https://apify.com/jobsapi/linkedin-jobs-search-scraper) — [LinkedIn](https://www.linkedin.com/jobs)
- [google-jobs-search-scraper](https://apify.com/jobsapi/google-jobs-search-scraper) — [Google Jobs](https://www.google.com/search_jobs)
- [glassdoor-jobs-search-scraper](https://apify.com/jobsapi/glassdoor-jobs-search-scraper) — [Glassdoor](https://www.glassdoor.com)
- [monster-jobs-search-scraper](https://apify.com/jobsapi/monster-jobs-search-scraper) — [Monster](https://www.monster.com)
- [ziprecruiter-jobs-search-scraper](https://apify.com/jobsapi/ziprecruiter-jobs-search-scraper) — [ZipRecruiter](https://www.ziprecruiter.com)
- [simplyhired-jobs-search-scraper](https://apify.com/jobsapi/simplyhired-jobs-search-scraper) — [SimplyHired](https://www.simplyhired.com)
- [adzuna-jobs-search-scraper](https://apify.com/jobsapi/adzuna-jobs-search-scraper) — [Adzuna](https://www.adzuna.com)
- [jooble-jobs-search-scraper](https://apify.com/jobsapi/jooble-jobs-search-scraper) — [Jooble](https://jooble.org)
- [jora-jobs-search-scraper](https://apify.com/jobsapi/jora-jobs-search-scraper) — [Jora](https://www.jora.com)
- [careerjet-jobs-search-scraper](https://apify.com/jobsapi/careerjet-jobs-search-scraper) — [Careerjet](https://www.careerjet.com)
- [multi-ats-jobs-search-scraper](https://apify.com/jobsapi/multi-ats-jobs-search-scraper) — multi-ATS aggregator
- [workable-jobs-search-scraper](https://apify.com/jobsapi/workable-jobs-search-scraper) — [Workable](https://www.workable.com)
- [workday-jobs-search-scraper](https://apify.com/jobsapi/workday-jobs-search-scraper) — Workday-powered career sites

#### Remote / flexible

- [remoteok-jobs-search-scraper](https://apify.com/jobsapi/remoteok-jobs-search-scraper) — [RemoteOK](https://remoteok.com)
- [we-work-remotely-jobs-search-scraper](https://apify.com/jobsapi/we-work-remotely-jobs-search-scraper) — [We Work Remotely](https://weworkremotely.com)
- [remotive-jobs-search-scraper](https://apify.com/jobsapi/remotive-jobs-search-scraper) — [Remotive](https://remotive.com)
- [remote-co-jobs-search-scraper](https://apify.com/jobsapi/remote-co-jobs-search-scraper) — [Remote.co](https://remote.co)
- [flexjobs-jobs-search-scraper](https://apify.com/jobsapi/flexjobs-jobs-search-scraper) — [FlexJobs](https://www.flexjobs.com)
- [upwork-jobs-search-scraper](https://apify.com/jobsapi/upwork-jobs-search-scraper) — [Upwork](https://www.upwork.com)

#### United States

- [usajobs-jobs-search-scraper](https://apify.com/jobsapi/usajobs-jobs-search-scraper) — [USAJobs](https://www.usajobs.gov)
- [dice-com-jobs-search-scraper](https://apify.com/jobsapi/dice-com-jobs-search-scraper) — [Dice](https://www.dice.com)
- [builtin-jobs-search-scraper](https://apify.com/jobsapi/builtin-jobs-search-scraper) — [Built In](https://www.builtin.com)
- [governmentjobs-jobs-search-scraper](https://apify.com/jobsapi/governmentjobs-jobs-search-scraper) — [GovernmentJobs](https://www.governmentjobs.com)
- [handshake-jobs-search-scraper](https://apify.com/jobsapi/handshake-jobs-search-scraper) — [Handshake](https://joinhandshake.com)
- [higheredjobs-jobs-search-scraper](https://apify.com/jobsapi/higheredjobs-jobs-search-scraper) — [HigherEdJobs](https://www.higheredjobs.com)
- [hcareers-jobs-search-scraper](https://apify.com/jobsapi/hcareers-jobs-search-scraper) — [HCareers](https://www.hcareers.com)
- [idealist-jobs-search-scraper](https://apify.com/jobsapi/idealist-jobs-search-scraper) — [Idealist](https://www.idealist.org)
- [jobcase-jobs-search-scraper](https://apify.com/jobsapi/jobcase-jobs-search-scraper) — [Jobcase](https://www.jobcase.com)
- [snagajob-jobs-search-scraper](https://apify.com/jobsapi/snagajob-jobs-search-scraper) — [Snagajob](https://www.snagajob.com)
- [themuse-jobs-search-scraper](https://apify.com/jobsapi/themuse-jobs-search-scraper) — [The Muse](https://www.themuse.com)
- [wellfound-jobs-search-scraper](https://apify.com/jobsapi/wellfound-jobs-search-scraper) — [Wellfound (AngelList Talent)](https://wellfound.com)
- [tes-jobs-search-scraper](https://apify.com/jobsapi/tes-jobs-search-scraper) — [TES](https://www.tes.com)
- [practicelink-jobs-search-scraper](https://apify.com/jobsapi/practicelink-jobs-search-scraper) — [PracticeLink](https://www.practicelink.com)
- [civilservice-jobs-search-scraper](https://apify.com/jobsapi/civilservice-jobs-search-scraper) — Civil Service

#### United Kingdom & Ireland

- [reed-jobs-search-scraper](https://apify.com/jobsapi/reed-jobs-search-scraper) — [Reed](https://www.reed.co.uk)
- [totaljobs-jobs-search-scraper](https://apify.com/jobsapi/totaljobs-jobs-search-scraper) — [Totaljobs](https://www.totaljobs.com)
- [cv-library-jobs-search-scraper](https://apify.com/jobsapi/cv-library-jobs-search-scraper) — [CV-Library](https://www.cv-library.co.uk)
- [jobsite-jobs-search-scraper](https://apify.com/jobsapi/jobsite-jobs-search-scraper) — [Jobsite](https://www.jobsite.co.uk)
- [jobs-ac-uk-jobs-search-scraper](https://apify.com/jobsapi/jobs-ac-uk-jobs-search-scraper) — [Jobs.ac.uk](https://www.jobs.ac.uk)
- [guardian-jobs-search-scraper](https://apify.com/jobsapi/guardian-jobs-search-scraper) — [Guardian Jobs](https://jobs.theguardian.com)
- [irishjobs-jobs-search-scraper](https://apify.com/jobsapi/irishjobs-jobs-search-scraper) — [IrishJobs](https://www.irishjobs.ie)
- [nhs-jobs-search-scraper](https://apify.com/jobsapi/nhs-jobs-search-scraper) — [NHS Jobs](https://www.jobs.nhs.uk)
- [tes-jobs-search-scraper](https://apify.com/jobsapi/tes-jobs-search-scraper) — [TES](https://www.tes.com)

#### Europe

- [apec-jobs-search-scraper](https://apify.com/jobsapi/apec-jobs-search-scraper) — [APEC](https://www.apec.fr) (France, executive roles)
- [cadremploi-jobs-search-scraper](https://apify.com/jobsapi/cadremploi-jobs-search-scraper) — [Cadremploi](https://www.cadremploi.fr) (France)
- [meteojob-jobs-search-scraper](https://apify.com/jobsapi/meteojob-jobs-search-scraper) — [Meteojob](https://www.meteojob.com) (France)
- [hellowork-jobs-search-scraper](https://apify.com/jobsapi/hellowork-jobs-search-scraper) — [Hellowork](https://www.hellowork.com) (France)
- [francetravail-jobs-search-scraper](https://apify.com/jobsapi/francetravail-jobs-search-scraper) — [France Travail](https://www.francetravail.fr) (France)
- [michaelpage-jobs-search-scraper](https://apify.com/jobsapi/michaelpage-jobs-search-scraper) — [Michael Page](https://www.michaelpage.com)
- [manpower-jobs-search-scraper](https://apify.com/jobsapi/manpower-jobs-search-scraper) — [Manpower](https://www.manpower.com)
- [randstad-jobs-search-scraper](https://apify.com/jobsapi/randstad-jobs-search-scraper) — [Randstad](https://www.randstad.com)
- [roberthalf-jobs-search-scraper](https://apify.com/jobsapi/roberthalf-jobs-search-scraper) — [Robert Half](https://www.roberthalf.com)
- [akkodis-jobs-search-scraper](https://apify.com/jobsapi/akkodis-jobs-search-scraper) — [Akkodis](https://www.akkodis.com)
- [stepstone-jobs-search-scraper](https://apify.com/jobsapi/stepstone-jobs-search-scraper) — [Stepstone](https://www.stepstone.com) (DE/EU)
- [arbeitsagentur-jobs-search-scraper](https://apify.com/jobsapi/arbeitsagentur-jobs-search-scraper) — [Arbeitsagentur](https://www.arbeitsagentur.de) (Germany)
- [xing-jobs-search-scraper](https://apify.com/jobsapi/xing-jobs-search-scraper) — [Xing](https://www.xing.com)
- [karriere-at-jobs-search-scraper](https://apify.com/jobsapi/karriere-at-jobs-search-scraper) — [Karriere.at](https://www.karriere.at) (Austria)
- [jobs-ch-jobs-search-scraper](https://apify.com/jobsapi/jobs-ch-jobs-search-scraper) — [Jobs.ch](https://www.jobs.ch) (Switzerland)
- [pracuj-pl-jobs-search-scraper](https://apify.com/jobsapi/pracuj-pl-jobs-search-scraper) — [Pracuj.pl](https://www.pracuj.pl) (Poland)
- [nofluffjobs-jobs-search-scraper](https://apify.com/jobsapi/nofluffjobs-jobs-search-scraper) — [No Fluff Jobs](https://nofluffjobs.com)
- [jobindex-jobs-search-scraper](https://apify.com/jobsapi/jobindex-jobs-search-scraper) — [Jobindex](https://www.jobindex.dk) (Denmark)
- [finn-no-jobs-search-scraper](https://apify.com/jobsapi/finn-no-jobs-search-scraper) — [FINN.no](https://www.finn.no) (Norway)
- [infojobs-jobs-search-scraper](https://apify.com/jobsapi/infojobs-jobs-search-scraper) — [InfoJobs](https://www.infojobs.net) (Spain/Italy/Portugal)
- [eluta-jobs-search-scraper](https://apify.com/jobsapi/eluta-jobs-search-scraper) — [Eluta.ca](https://www.eluta.ca) (Canada)
- [jobbank-jobs-search-scraper](https://apify.com/jobsapi/jobbank-jobs-search-scraper) — [Job Bank](https://www.jobbank.gc.ca) (Canada)
- [jobillico-jobs-search-scraper](https://apify.com/jobsapi/jobillico-jobs-search-scraper) — [Jobillico](https://www.jobillico.com) (Canada)
- [eures-jobs-search-scraper](https://apify.com/jobsapi/eures-jobs-search-scraper) — [EURES](https://ec.europa.eu/eures) (EU)
- [vdab-jobs-search-scraper](https://apify.com/jobsapi/vdab-jobs-search-scraper) — [VDAB](https://www.vdab.be) (Belgium)
- [kariyer-net-jobs-search-scraper](https://apify.com/jobsapi/kariyer-net-jobs-search-scraper) — [Kariyer.net](https://www.kariyer.net) (Türkiye)
- [jobberman-jobs-search-scraper](https://apify.com/jobsapi/jobberman-jobs-search-scraper) — [Jobberman](https://www.jobberman.com) (Nigeria)
- [pnet-jobs-search-scraper](https://apify.com/jobsapi/pnet-jobs-search-scraper) — [PNet](https://www.pnet.co.za) (South Africa)
- [brightmonday-jobs-search-scraper](https://apify.com/jobsapi/brightmonday-jobs-search-scraper) — [BrighterMonday](https://www.brightermonday.co.ke) (East Africa)
- [caterer-jobs-search-scraper](https://apify.com/jobsapi/caterer-jobs-search-scraper) — [Caterer.com](https://www.caterer.com) (hospitality, UK/EU)

#### India

- [naukri-jobs-search-scraper](https://apify.com/jobsapi/naukri-jobs-search-scraper) — [Naukri](https://www.naukri.com)
- [foundit-jobs-search-scraper](https://apify.com/jobsapi/foundit-jobs-search-scraper) — [Foundit (Monster India)](https://www.foundit.in)
- [timesjobs-jobs-search-scraper](https://apify.com/jobsapi/timesjobs-jobs-search-scraper) — [TimesJobs](https://www.timesjobs.com)
- [shine-com-jobs-search-scraper](https://apify.com/jobsapi/shine-com-jobs-search-scraper) — [Shine](https://www.shine.com)
- [internshala-jobs-search-scraper](https://apify.com/jobsapi/internshala-jobs-search-scraper) — [Internshala](https://internshala.com)
- [freshersworld-jobs-search-scraper](https://apify.com/jobsapi/freshersworld-jobs-search-scraper) — [Freshersworld](https://www.freshersworld.com)
- [hirist-jobs-search-scraper](https://apify.com/jobsapi/hirist-jobs-search-scraper) — [Hirist](https://www.hirist.com)
- [instahyre-jobs-search-scraper](https://apify.com/jobsapi/instahyre-jobs-search-scraper) — [Instahyre](https://www.instahyre.com)
- [iimjobs-jobs-search-scraper](https://apify.com/jobsapi/iimjobs-jobs-search-scraper) — [IIMJobs](https://www.iimjobs.com)
- [cutshort-jobs-search-scraper](https://apify.com/jobsapi/cutshort-jobs-search-scraper) — [Cutshort](https://cutshort.io)
- [workindia-jobs-search-scraper](https://apify.com/jobsapi/workindia-jobs-search-scraper) — [WorkIndia](https://www.workindia.in)
- [quikr-jobs-search-scraper](https://apify.com/jobsapi/quikr-jobs-search-scraper) — [Quikr Jobs](https://www.quikr.com/jobs)
- [unstop-jobs-search-scraper](https://apify.com/jobsapi/unstop-jobs-search-scraper) — [Unstop (Dare2Compete)](https://unstop.com)
- [apna-jobs-search-scraper](https://apify.com/jobsapi/apna-jobs-search-scraper) — [Apna](https://apna.co)
- [employmentnews-jobs-search-scraper](https://apify.com/jobsapi/employmentnews-jobs-search-scraper) — [Employment News](https://employmentnews.gov.in)
- [ibps-recruitment-jobs-search-scraper](https://apify.com/jobsapi/ibps-recruitment-jobs-search-scraper) — IBPS recruitment
- [ssc-recruitment-jobs-search-scraper](https://apify.com/jobsapi/ssc-recruitment-jobs-search-scraper) — SSC recruitment
- [rrb-recruitment-jobs-search-scraper](https://apify.com/jobsapi/rrb-recruitment-jobs-search-scraper) — RRB recruitment
- [upsc-recruitment-jobs-search-scraper](https://apify.com/jobsapi/upsc-recruitment-jobs-search-scraper) — UPSC recruitment
- [freejobalert-jobs-search-scraper](https://apify.com/jobsapi/freejobalert-jobs-search-scraper) — [FreeJobAlert](https://www.freejobalert.com)
- [tnprivatejobs-jobs-search-scraper](https://apify.com/jobsapi/tnprivatejobs-jobs-search-scraper) — TN Private Jobs

#### Asia-Pacific

- [jobkorea-jobs-search-scraper](https://apify.com/jobsapi/jobkorea-jobs-search-scraper) — [JobKorea](https://www.jobkorea.co.kr) (Korea)
- [saramin-jobs-search-scraper](https://apify.com/jobsapi/saramin-jobs-search-scraper) — [Saramin](https://www.saramin.co.kr) (Korea)
- [daijob-jobs-search-scraper](https://apify.com/jobsapi/daijob-jobs-search-scraper) — [Daijob](https://www.daijob.com) (Japan)
- [gaijinpot-jobs-search-scraper](https://apify.com/jobsapi/gaijinpot-jobs-search-scraper) — [GaijinPot](https://jobs.gaijinpot.com) (Japan)
- [jobsdb-sg-jobs-search-scraper](https://apify.com/jobsapi/jobsdb-sg-jobs-search-scraper) — [JobsDB](https://www.jobsdb.com) (Hong Kong / SEA)
- [jobstreet-jobs-search-scraper](https://apify.com/jobsapi/jobstreet-jobs-search-scraper) — [JobStreet](https://www.jobstreet.com) (SEA)
- [mycareersfuture-jobs-search-scraper](https://apify.com/jobsapi/mycareersfuture-jobs-search-scraper) — [MyCareersFuture](https://www.mycareersfuture.gov.sg) (Singapore)
- [glints-jobs-search-scraper](https://apify.com/jobsapi/glints-jobs-search-scraper) — [Glints](https://glints.com) (SEA)
- [himalayas-jobs-search-scraper](https://apify.com/jobsapi/himalayas-jobs-search-scraper) — [Himalayas](https://himalayas.app)
- [vietnamworks-jobs-search-scraper](https://apify.com/jobsapi/vietnamworks-jobs-search-scraper) — [VietnamWorks](https://www.vietnamworks.com)
- [conzultalent-jobs-search-scraper](https://apify.com/jobsapi/conzultalent-jobs-search-scraper) — Conzultalent

#### MENA

- [bayt-jobs-search-scraper](https://apify.com/jobsapi/bayt-jobs-search-scraper) — [Bayt.com](https://www.bayt.com)
- [gulftalent-jobs-search-scraper](https://apify.com/jobsapi/gulftalent-jobs-search-scraper) — [GulfTalent](https://www.gulftalent.com)
- [wuzzuf-jobs-search-scraper](https://apify.com/jobsapi/wuzzuf-jobs-search-scraper) — [Wuzzuf](https://wuzzuf.net) (Egypt)
- [naukrigulf-jobs-search-scraper](https://apify.com/jobsapi/naukrigulf-jobs-search-scraper) — [NaukriGulf](https://www.naukrigulf.com)
- [hh-ru-jobs-search-scraper](https://apify.com/jobsapi/hh-ru-jobs-search-scraper) — [hh.ru](https://hh.ru) (Russia)

#### Latin America

- [computrabajo-jobs-search-scraper](https://apify.com/jobsapi/computrabajo-jobs-search-scraper) — [Computrabajo](https://www.computrabajo.com)
- [bumeran-jobs-search-scraper](https://apify.com/jobsapi/bumeran-jobs-search-scraper) — [Bumeran](https://www.bumeran.com)
- [occ-mundial-jobs-search-scraper](https://apify.com/jobsapi/occ-mundial-jobs-search-scraper) — [OCC Mundial](https://www.occ.com.mx)
- [zonajobs-jobs-search-scraper](https://apify.com/jobsapi/zonajobs-jobs-search-scraper) — [ZonaJobs](https://www.zonajobs.com.ar)
- [laborum-jobs-search-scraper](https://apify.com/jobsapi/laborum-jobs-search-scraper) — [Laborum](https://www.laborum.com)
- [catho-jobs-search-scraper](https://apify.com/jobsapi/catho-jobs-search-scraper) — [Catho](https://www.catho.com.br) (Brazil)
- [gupy-jobs-search-scraper](https://apify.com/jobsapi/gupy-jobs-search-scraper) — [Gupy](https://gupy.com.br) (Brazil)
- [infojobs-jobs-search-scraper](https://apify.com/jobsapi/infojobs-jobs-search-scraper) — [InfoJobs](https://www.infojobs.com.br) (Brazil)
- [olx-jobs-search-scraper](https://apify.com/jobsapi/olx-jobs-search-scraper) — [OLX](https://www.olx.com) Jobs

#### Africa

- [jobberman-jobs-search-scraper](https://apify.com/jobsapi/jobberman-jobs-search-scraper) — [Jobberman](https://www.jobberman.com) (Nigeria)
- [pnet-jobs-search-scraper](https://apify.com/jobsapi/pnet-jobs-search-scraper) — [PNet](https://www.pnet.co.za) (South Africa)
- [brightmonday-jobs-search-scraper](https://apify.com/jobsapi/brightmonday-jobs-search-scraper) — [BrighterMonday](https://www.brightermonday.co.ke) (East Africa)
- [career-jobs-search-scraper](https://apify.com/jobsapi/career-jobs-search-scraper) — [Career](https://www.career.co.za) (South Africa)
- [ejobs-ro-jobs-search-scraper](https://apify.com/jobsapi/ejobs-ro-jobs-search-scraper) — [eJobs.ro](https://www.ejobs.ro) (Romania)
- [ncs-jobs-search-scraper](https://apify.com/jobsapi/ncs-jobs-search-scraper) — NCS
- [trademe-jobs-search-scraper](https://apify.com/jobsapi/trademe-jobs-search-scraper) — [Trade Me Jobs](https://www.trademe.co.nz) (New Zealand)
- [seek-jobs-search-scraper](https://apify.com/jobsapi/seek-jobs-search-scraper) — [SEEK](https://www.seek.com.au) (AU/NZ)
- [workforce-australia-jobs-search-scraper](https://apify.com/jobsapi/workforce-australia-jobs-search-scraper) — Workforce Australia

#### Other / specialised

- [dice-com-jobs-search-scraper](https://apify.com/jobsapi/dice-com-jobs-search-scraper) — [Dice](https://www.dice.com) (tech, US)
- [efinancialcareers-jobs-search-scraper](https://apify.com/jobsapi/efinancialcareers-jobs-search-scraper) — [eFinancialCareers](https://www.efinancialcareers.com)
- [apsjobs-jobs-search-scraper](https://apify.com/jobsapi/apsjobs-jobs-search-scraper) — APS Jobs
- [talent-jobs-search-scraper](https://apify.com/jobsapi/talent-jobs-search-scraper) — Talent
- [jungle-jobs-search-scraper](https://apify.com/jobsapi/jungle-jobs-search-scraper) — [Jungle.co](https://jungle.co) (creative / tech)
- [wuzzuf-jobs-search-scraper](https://apify.com/jobsapi/wuzzuf-jobs-search-scraper) — [Wuzzuf](https://wuzzuf.net)

Browse the full catalogue at **[apify.com/jobsapi](https://apify.com/jobsapi)**.

# Actor input Schema

## `query` (type: `string`):

Job search keywords (e.g., engineer, marketing, finance, sales).

## `location` (type: `string`):

City or region in Japan to search in (e.g., Tokyo, Osaka, Yokohama).

## `maxItems` (type: `integer`):

Maximum number of job listings to scrape.

## `proxyConfiguration` (type: `object`):

Optional Apify Proxy settings. Direct browser access is used by default.

## Actor input object example

```json
{
  "query": "engineer",
  "location": "Tokyo",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("jobsapi/daijob-jobs-search-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "proxyConfiguration": { "useApifyProxy": False } }

# Run the Actor and wait for it to finish
run = client.actor("jobsapi/daijob-jobs-search-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call jobsapi/daijob-jobs-search-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=jobsapi/daijob-jobs-search-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/dboYx6jHMu50qJkAz/builds/hae9utwCnHdJd0iZP/openapi.json
