Green Japan Scraper — IT & Web Jobs, Salaries, Companies
Pricing
from $3.00 / 1,000 results
Green Japan Scraper — IT & Web Jobs, Salaries, Companies
Scrape Green (green-japan.com), Japan's IT/Web focused job board. Positions, salary ranges, required skills, hiring companies with capital, headcount and address — as clean JSON.
Green Japan Scraper — IT & Web jobs, salary ranges, hiring companies
Structured job data from Green, Japan's IT/Web focused job board (28,000+ live postings). Search in Japanese or English, export as JSON, CSV or Excel. No login, no browser, no proxy setup.
What you get
Default run (list only, fast):
{"jobId": 323025,"url": "https://www.green-japan.com/company/11170/job/323025","positionName": "バックエンドエンジニア/自社サービス","salaryText": "440万円〜960万円","area": "東京都, 大阪府","companyName": "ネクストライブ 株式会社","companyUrl": "https://www.green-japan.com/company/11170","employeesNumber": 32,"establishedYear": "2019年","skills": ["PHP", "Laravel", "AWS"],"updatedAt": "2026-07-22T09:42:16.000Z"}
With Include detail page data, each job carries the whole hiring picture — 44 fields in total:
{"minSalaryYen": 4400000,"maxSalaryYen": 9600000,"employmentStatus": "正社員","requirements": "・PHPでの開発経験3年以上…","benefits": "各種社会保険完備、リモート可…","holidays": "完全週休2日制(土日祝)…","workStartTime": "10:00","workEndTime": "19:00","workAddress": "東京都渋谷区…","access": "東京メトロ銀座線「外苑前」駅より徒歩3分","hiringProcess": "書類選考 → 一次面接 → 最終面接","companyCapital": "1,500万円","companyEmployees": 32,"companyPresident": "…","companyIndustries": ["受託開発", "自社サービス"]}
Note the salary fields: Green stores pay in 万円 units, and this Actor converts them to plain yen, so minSalaryYen: 4400000 sorts and filters correctly without post-processing.
Who uses this
- Recruiters & sourcing — which Japanese tech companies are hiring, for what, at what pay, with office location and nearest station
- Salary benchmarking — numeric min/max ranges per role, not free text you have to regex
- Market entry & competitive research — company capital, headcount, industry and main customers come attached to every posting
- Job boards & alert bots — poll a keyword daily and diff against yesterday's dataset; every job carries an
updatedAttimestamp - Recruitment-tech products — a clean, structured feed of a market that is hard to scrape from the outside
How to use
- Enter a keyword —
engineer,React,データサイエンティスト,PM, or leave it empty to walk the whole board - Set Max jobs (Green pages 20 at a time)
- Enable Include detail page data when you need salary numbers, requirements and company profiles
- Run, then download from the Dataset tab as JSON / CSV / Excel, or pull it through the Apify API
Example input
{"keyword": "機械学習","maxItems": 300,"includeDetails": true}
Notes on reliability
- Data comes from the same structured payload Green's own site renders from, so fields stay stable across redesigns
- Requests are paced with exponential backoff and retries, and jobs are de-duplicated by ID across pages, so a long export never bills you twice for the same row
- The log prints Green's own total match count first, so you can size the job before committing to it
Pricing model
You pay per result — a small fee for each job returned. You only pay for rows you actually receive.
FAQ
Does it need a proxy? No. It runs from Apify's servers without residential proxies.
Can I get all 28,000 jobs?
Yes — leave the keyword empty and raise maxItems. Use detail mode selectively on large runs, since it adds one request per job.
How current is the data?
Every job carries updatedAt straight from Green. Schedule the Actor daily and diff to catch new and refreshed postings.
Japanese or English? Both work as search input. The output keeps Japanese field values as published — no lossy translation.