Management research
Use Harvard Business Review endpoints to turn management research into repeatable API requests with documented inputs and JSON responses.
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.
Endpoint families
4
Documented params
6
Examples
0
Live catalog snapshot
Active endpoints
4
Methods
GET
Required params
6
Schema refs
4
{
"platform": "Harvard Business Review",
"endpoint": "hbr-article",
"method": "GET",
"path": "/hbr/article",
"auth": "apiKey"
}Use cases
Get Harvard Business Review's topic taxonomy, latest headlines, topic archives, and full article content as structured JSON.
Use Harvard Business Review endpoints to turn management research into repeatable API requests with documented inputs and JSON responses.
Use Harvard Business Review endpoints to turn content monitoring into repeatable API requests with documented inputs and JSON responses.
Use Harvard Business Review endpoints to turn editorial aggregation into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Harvard Business Review endpoint catalog — 4 endpoints, 6 documented request parameters, and 4 published response schemas — the same catalog Docs and Playground run against.
4 documented Harvard Business Review endpoints, grouped into 4 request families — Article, Categories and Headlines, plus 1 more.
6 request parameters are documented across those Harvard Business Review endpoints, 6 of them required — the full input contract is public before you write any integration code.
4 of the 4 Harvard Business Review endpoints carry a documented response schema, so the JSON shape is known before you write any parsing code.
Harvard Business Review endpoints document their error responses (400, 404, 429 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
4 hosted MCP tools back the Harvard Business Review endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/hbr/article
/hbr/categories
/hbr/headlines
/hbr/topic
Endpoint catalog
/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 tool 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 tool hbr_categories
/hbr/headlinesReturns fresh entries from Harvard Business Review's public, site-wide "The Latest" content stream.
MCP tool 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 tool hbr_topic
Related APIs
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.
How to scrape 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.