Agent skill · Backend & API

deep-research-api-landscape

Use when building automated research systems. Official Deep Research APIs (OpenAI, Gemini, Perplexity) over browser automation.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-research-api-landscape --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Version: 1.0
Declared author: shimo4228
Path: skills/analysis/deep-research-api-landscape/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Deep Research API Landscape (2026) **Extracted:** 2026-02-13 **Context:** AIによる自動リサーチシステムを構築する際の技術選定 ## Problem Deep Research品質のリサーチを自動化したい場合、 Playwright + ヘッドレスブラウザでWeb UIを操作する方法が 思い浮かびやすいが、ToSリスクと脆弱性がある。 ## Solution 2026年時点で、主要3社が公式Deep Research APIを提供している。 ブラウザ自動化は不要。 | サービス | API | モデル | 特徴 | |---------|-----|--------|------| | OpenAI | `/responses` endpoint | `o3-deep-research-2025-06-26` | MCP連携、信頼サイト制限 | | Gemini | Interactions API | Gemini 3 Pro | 最大60分調査、public beta | | Perplexity | `sonar-deep-research` | Opus 4.5 | SimpleQA 93.9%精度 | 追加候補: - Tavily Research API(private beta、SOTA性能) - Exa Research API(セマンティック検索特化、SimpleQA 94.9%) ## Key Links - OpenAI: https://platform.openai.com/docs/guides/deep-research - Gemini: https://ai.google.dev/gemini-api/docs/deep-research - Perplexity: https://docs.perplexity.ai/getting-started/models/models/sonar-deep-research ## When to Use - リサーチ自動化システムの技術選定時 - 「Playwrightでディープリサーチを自動化したい」という要望が出た時 - APIベースの情報収集パイプラインを設計する時

What's inside
Steps it walks through
  1. Problem
  2. Solution
  3. Key Links
  4. When to Use
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the deep-research-api-landscape skill do?

Use when building automated research systems. Official Deep Research APIs (OpenAI, Gemini, Perplexity) over browser automation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-research-api-landscape --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going