
Summary
> 💡 Bottom line: switching from "manually Googling" Japanese startups and prospects to "letting AI agents collect them automatically" cuts the time to 1/10 and eliminates oversights. This article explains, for complete beginners, how to use two AI agents — OpenAI's **Codex CLI** and Nous Research's **Hermes Agent** — to automatically build Japanese startup / prospect lists.
【2026】Automating Japanese Startup Lead Research with Codex CLI & Hermes Agent: The Complete Beginner Guide
💡 Bottom line: switching from "manually Googling" Japanese startups and prospects to "letting AI agents collect them automatically" cuts the time to 1/10 and eliminates oversights. This article explains, for complete beginners, how to use two AI agents — OpenAI's Codex CLI and Nous Research's Hermes Agent — to automatically build Japanese startup / prospect lists.
「Where are the Japanese startups I should sell to?」 「Manually building a prospecting list takes all day…」
If you're in sales, marketing, or freelancing, you've hit this wall.
In 2026, you can almost fully automate this by simply asking an AI agent to "research and compile a list." By the end of this article, you'll be running Codex CLI and Hermes Agent yourself, with Japanese startup info in a CSV.
What You'll Learn
- The full picture of Japanese startup / prospect data sources (free & paid)
- Installing OpenAI Codex CLI and practical prompts for data collection
- Setting up Hermes Agent for browser automation and article generation
- How to divide the work (what to give Codex, what to give Hermes)
- Real impressions and how to avoid common failures
📊 The "Data Source Map" for Finding Japanese Startups
Before letting AI collect, know where the information lives. Giving agents correct URLs dramatically improves accuracy.
| Source | What You Get | Price | AI Ease |
|---|---|---|---|
| X (Twitter) | Real-time founder voices, funding announcements | Free | ◎ Hermes x_search direct |
| PR TIMES / press releases | Official new product, partnership, funding news | Free | ◎ Web search can pick up |
| StartUp Wing DB (METI) | List of government-certified Japanese startups | Free | ○ Simple site structure |
| Wantedly | Hiring startups & business details | Free | △ Some login-required areas |
| Official startup databases | Funding amounts, industry, founding year | Free~ | ○ API/CSV provided |
| Google Maps / reviews | Proof of local businesses | Free | △ Scraping caution |
| TechCrunch Japan / TechWave | Industry trends, notable startups | Free | ◎ Easy extraction from articles |
Key insight: AI agents are great at "searching, opening pages, extracting text," but weak at login-required pages and CAPTCHAs. Starting with the "◎ ○" sources is the fastest route for beginners.
Setting Up Codex CLI
1. Install
npm install -g @openai/codex
2. Authenticate
codex login
3. Practical Prompt for Japanese Startup Collection
Search for Japanese startups that match our service (SaaS for SMBs).
For each: company name, URL, industry, funding amount, founding year, and why they fit.
Compile into a CSV.
Setting Up Hermes Agent
1. Install
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
2. Real-Time Research with x_search
Ask Hermes to search X in real time:
Use x_search to find Japanese founders announcing funding in the last week.
Compile company names and contact info.
3. Browser Automation & Article Generation
Hermes can open pages, extract data, and even draft outreach articles automatically.
How to Split the Work
| Task | Which Agent | Why |
|---|---|---|
| List building, routine collection | Codex CLI | Scriptable, repeatable CSV generation |
| Real-time research, article generation | Hermes Agent | x_search + browser + writing in one flow |
| Deep web scraping | Hermes Agent | Browser automation built in |
| Structured data extraction | Codex CLI | Code-driven, precise |
Common Failures & How to Avoid
- Login walls: use public sources first
- CAPTCHA: avoid scraping-heavy sources; use APIs instead
- Outdated info: cross-check with official databases
- Language barrier: Japanese sources may need Japanese prompts for best results
🎯 Final Recommendation
Japanese startup / prospect collection has moved from "the era of manual Googling" to "the era of AI agents."
- List building, routine collection → automate with OpenAI Codex CLI
- Real-time research, article writing → end-to-end with Hermes Agent
Combine these two, and a full day of sales list building becomes 10 minutes — you spend your time only on "truly valuable meetings."
Try Hermes Agent's x_search once right now. From there, the world changes.
This article does not contain affiliate links. Codex CLI and Hermes Agent are both open source (free); no compensation mechanism exists.
Related Reading
この記事をシェアする
Related articles

2026年7月19日
Agentic Engineering 2026: Coined by Karpathy — How Google Agents CLI Is Transforming Production Development

2026年7月19日
12 Free AI Agent Courses Recommended for 2026: Learn from the World's Top Instructors

2026年8月8日
Claude Code Cross-Session Messaging Complete Guide 2026: Sessions Can Now Send Messages to Each Other

2026年8月8日
Control Your iPhone with Claude Code in 2026: Complete phone-harness Guide (with Setup Steps)

2026年8月9日
Herdr Complete Guide 2026: The New Standard Runtime Where Any Agents Can Talk to Each Other

2026年8月9日
Hermes HUD Mode Complete Guide 2026: The Overlay AI Agent That Sees, Understands, and Controls Your Screen