# 🏆Best Doda.jp Jobs Scraper — Japan 🏆 (`claygenius/best-cheapest-doda-jp-job-scraper`) Actor

Scrape job listings from doda.jp, Japan's #2 job site. Bilingual EN/JP fields, salary normalized to annual JPY and USD, full descriptions, company info and station data. HTTP-only, fast and cheap.

- **URL**: https://apify.com/claygenius/best-cheapest-doda-jp-job-scraper.md
- **Developed by:** [Muhammad Shamshad Aslam](https://apify.com/claygenius) (community)
- **Categories:** AI, Automation, Jobs
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## Doda.jp Jobs Scraper — Japan 転職・求人

Scrape job listings from [doda.jp](https://doda.jp), **Japan's #2 job site** (10M+ monthly visits). English field names, original Japanese content, and salaries normalized to **annual JPY and USD** — ready for international recruiters, market intelligence, and data teams without any Japanese-processing pipeline of your own.

### Input

| Field | Type | Description |
|---|---|---|
| `startUrls` | array | doda.jp **search URLs** — keyword, area, occupation, salary and all other filters are reproduced exactly. Takes precedence: when set, keyword search is skipped. |
| `keyword` | string | Search term (Japanese or English), e.g. `エンジニア`, `データサイエンティスト`, `python`. |
| `maxItems` | integer | Cap on results. Leave empty (or `0`) to scrape **all** results. |
| `usdRate` | integer | JPY per USD for the `salary_*_usd` fields (default `150`). |
| `proxyConfig` | object | Optional — doda.jp usually works without a proxy. |

#### Pasting search URLs

Compose any search on doda.jp (keyword, 勤務地, 職種, 年収, こだわり条件…), copy the address-bar URL, paste it in. Multiple URLs are combined and deduplicated.

### Output

One item per listing, English field names, original Japanese values:

```json
{
  "jid": "3015284994",
  "title": "Webプロダクトクリエイター／フルリモート前提／未経験歓迎",
  "catch_copy": "★入社後3ヶ月は研修だけ！…",
  "company": "株式会社ｔａｌｅ",
  "business_content": "◆Web開発（自社サービス）…",
  "description": "…full job description…",
  "requirements": "◆学歴不問◆未経験・第二新卒歓迎…",
  "work_location": "【配属後は原則フルリモート勤務…】",
  "stations": ["駒沢大学駅", "新宿駅", "渋谷駅"],
  "salary_text": "月給25万円～60万円以上＋賞与年2回…",
  "salary_examples": ["【月収例】◆28万円（未経験入社：1年目）…"],
  "salary_basis": "monthly",
  "salary_min_jpy": 3000000,
  "salary_max_jpy": 7200000,
  "salary_min_usd": 20000,
  "salary_max_usd": 48000,
  "is_new": true,
  "is_near_deadline": false,
  "url": "https://doda.jp/DodaFront/View/JobSearchDetail/j_jid__3015284994/-tab__pr/",
  "search_query": "エンジニア",
  "scraped_at": "2026-07-15T09:00:00.000Z"
}
````

#### Salary normalization — the killer feature

Japanese job ads express pay as 年収 (annual), 月給/月収 (monthly), 日給 (daily) or 時給 (hourly), with amounts in 万円 (10,000-yen units) like `月給19万6,200円`. The actor parses all of these and outputs comparable **annual JPY** (monthly ×12, daily ×245, hourly ×160×12) plus a USD conversion — so `月給25万円～60万円` becomes `salary_min_jpy: 3000000, salary_max_jpy: 7200000` automatically. The raw text is always kept in `salary_text`.

#### Field mapping (EN ↔ doda)

| Output field | doda source |
|---|---|
| `title` | 職種名 (occupationName) |
| `catch_copy` | キャッチコピー |
| `company` | 企業名 |
| `business_content` | 事業内容 |
| `description` | 仕事内容 |
| `requirements` | 対象となる方 |
| `work_location` | 勤務地 |
| `stations` | 最寄り駅 |
| `salary_text` | 給与 |

### Why this scraper

- **First mover** — the only doda.jp actor on Apify
- **Complete** — leave Max Items empty and it walks the entire result set (50 jobs/page), stopping automatically
- **Fast & cheap** — HTTP-only, no headless browser
- **Analysis-ready** — normalized salaries make cross-listing comparison and JP↔international benchmarking trivial

### Use cases

- **International recruiting** — source Japanese openings with salaries you can actually compare
- **Market intelligence** — hiring volumes, salary bands and remote-work share in the Japanese market
- **Company monitoring** — track which Japanese firms are scaling engineering teams
- **Job aggregation** — structured Japanese listings for global job platforms

# Actor input Schema

## `startUrls` (type: `array`):

doda.jp search URLs — keyword, location, occupation and all other filters in the URL are reproduced exactly. When set, keyword search below is skipped.

## `keyword` (type: `string`):

Keyword to search (Japanese or English), e.g. 'エンジニア', 'データサイエンティスト', 'python'.

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

Maximum number of job listings to scrape. Leave empty (or 0) to scrape ALL results.

## `usdRate` (type: `integer`):

Yen per US dollar used for the salary\_\*\_usd convenience fields (default 150).

## `proxyConfig` (type: `object`):

Optional. doda.jp usually works without a proxy; enable one for large or scheduled runs.

## Actor input object example

```json
{
  "startUrls": [
    "https://doda.jp/DodaFront/View/JobSearchList.action?ss=1&kw=%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%8B%E3%82%A2"
  ],
  "maxItems": 0,
  "usdRate": 150,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `jobs` (type: `string`):

All scraped listings: bilingual field names, full Japanese descriptions, salary raw text plus normalized annual JPY/USD, company info, nearest stations, and listing URL.

# 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 = {
    "startUrls": [
        "https://doda.jp/DodaFront/View/JobSearchList.action?ss=1&kw=%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%8B%E3%82%A2"
    ],
    "proxyConfig": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("claygenius/best-cheapest-doda-jp-job-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 = {
    "startUrls": ["https://doda.jp/DodaFront/View/JobSearchList.action?ss=1&kw=%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%8B%E3%82%A2"],
    "proxyConfig": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("claygenius/best-cheapest-doda-jp-job-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 '{
  "startUrls": [
    "https://doda.jp/DodaFront/View/JobSearchList.action?ss=1&kw=%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%8B%E3%82%A2"
  ],
  "proxyConfig": {
    "useApifyProxy": false
  }
}' |
apify call claygenius/best-cheapest-doda-jp-job-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=claygenius/best-cheapest-doda-jp-job-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "🏆Best Doda.jp Jobs Scraper — Japan 🏆",
        "description": "Scrape job listings from doda.jp, Japan's #2 job site. Bilingual EN/JP fields, salary normalized to annual JPY and USD, full descriptions, company info and station data. HTTP-only, fast and cheap.",
        "version": "0.1",
        "x-build-id": "YwqQVZjHkQSfgBGd3"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/claygenius~best-cheapest-doda-jp-job-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-claygenius-best-cheapest-doda-jp-job-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/claygenius~best-cheapest-doda-jp-job-scraper/runs": {
            "post": {
                "operationId": "runs-sync-claygenius-best-cheapest-doda-jp-job-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/claygenius~best-cheapest-doda-jp-job-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-claygenius-best-cheapest-doda-jp-job-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "startUrls": {
                        "title": "Search URLs",
                        "type": "array",
                        "description": "doda.jp search URLs — keyword, location, occupation and all other filters in the URL are reproduced exactly. When set, keyword search below is skipped.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "keyword": {
                        "title": "Search Keyword",
                        "type": "string",
                        "description": "Keyword to search (Japanese or English), e.g. 'エンジニア', 'データサイエンティスト', 'python'."
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of job listings to scrape. Leave empty (or 0) to scrape ALL results.",
                        "default": 0
                    },
                    "usdRate": {
                        "title": "JPY→USD Rate",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Yen per US dollar used for the salary_*_usd convenience fields (default 150).",
                        "default": 150
                    },
                    "proxyConfig": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Optional. doda.jp usually works without a proxy; enable one for large or scheduled runs."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
