Management research
Harvard Business Reviewエンドポイントを使えば、「Management research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Harvard Business Review's public taxonomy, headline stream, topic archives, and articles into normalized JSON for management research and content monitoring.
Get Harvard Business Review's topic taxonomy, latest headlines, topic archives, and full article content as structured JSON.
エンドポイントファミリー
4
ドキュメント化されたパラメータ
6
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
4
メソッド
GET
必須パラメータ
6
スキーマ参照
4
{
"platform": "Harvard Business Review",
"endpoint": "hbr-article",
"method": "GET",
"path": "/hbr/article",
"auth": "apiKey"
}ユースケース
Get Harvard Business Review's topic taxonomy, latest headlines, topic archives, and full article content as structured JSON.
Harvard Business Reviewエンドポイントを使えば、「Management research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Harvard Business Reviewエンドポイントを使えば、「Content monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Harvard Business Reviewエンドポイントを使えば、「Editorial aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のHarvard Business Reviewエンドポイントカタログから取得しています(エンドポイント4件、ドキュメント化されたリクエストパラメータ6個、公開レスポンススキーマ4件)。DocsとPlaygroundが参照しているカタログと同じものです。
Harvard Business Reviewのエンドポイントは4件、4つのリクエストファミリーに分類されています(Article、Categories、Headlinesほか1件)。
これらのHarvard Business Reviewエンドポイントには6個のリクエストパラメータがドキュメント化されており、うち6個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
4件のHarvard Business Reviewエンドポイントのうち4件がドキュメント化されたレスポンススキーマを備えているため、パース処理を書く前にJSONの構造が分かります。
Harvard Business Reviewのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Harvard Business Reviewのエンドポイントは4個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/hbr/article
/hbr/categories
/hbr/headlines
/hbr/topic
エンドポイントカタログ
/hbr/articleReturns a public Harvard Business Review article's metadata and full body text from a canonical article URL. from_magazine flags articles originally published in the print magazine.
MCPツール hbr_article
/hbr/categoriesReturns Harvard Business Review's full public topic taxonomy, grouped into Subject, Industry, and Geography. Use a topic's slug directly as the topic parameter on hbr-topic.
MCPツール hbr_categories
/hbr/headlinesReturns fresh entries from Harvard Business Review's public, site-wide "The Latest" content stream.
MCPツール hbr_headlines
/hbr/topicReturns the newest public Harvard Business Review articles on one topic archive page. topic is a "<group>/<slug>" value -- see hbr-categories for the full known value space.
MCPツール hbr_topic
関連API
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
Harvard Business Reviewのスクレイピング方法
Crawlora exposes Harvard Business Review's public topic taxonomy, latest-content stream, topic archives, and full article extraction with one API key.
Call /hbr/categories for the full Subject, Industry, and Geography taxonomy.
Call /hbr/headlines for the newest site-wide stories, or pass a discovered slug to /hbr/topic.
Pass a canonical hbr.org article URL to /hbr/article.
FAQ
Call /hbr/categories. It returns the full public taxonomy grouped into Subject, Industry, and Geography, each with a slug usable directly as the topic parameter on /hbr/topic.
/hbr/headlines returns the current site-wide "The Latest" stream, while /hbr/topic returns the newest articles from one topic archive page, both with title, URL, summary, and author or topic metadata.
It returns the full plain-text body plus metadata for a canonical hbr.org article URL. A from_magazine flag notes whether the piece originally ran in the print magazine, but the complete body is returned either way — hbr.org only visually shortens magazine pieces on the page itself, and the API reads the same complete text from the page's own structured data regardless.
No. These endpoints read credential-free public hbr.org pages without login cookies, account state, or a publisher API key. Crawlora API authentication is still required.