Management research
Mit Harvard Business Review-Endpunkten verwandelst du management research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
4
Dokumentierte Parameter
6
Beispiele
0
Live-Katalog-Snapshot
Aktive Endpunkte
4
Methoden
GET
Pflichtparameter
6
Schema-Referenzen
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.
Mit Harvard Business Review-Endpunkten verwandelst du management research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Harvard Business Review-Endpunkten verwandelst du content monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Harvard Business Review-Endpunkten verwandelst du editorial aggregation in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Harvard Business Review-Endpunktkatalog — 4 Endpunkte, 6 dokumentierte Request-Parameter und 4 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
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.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/hbr/article
/hbr/categories
/hbr/headlines
/hbr/topic
Endpunktkatalog
/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
Verwandte 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.
So scrapst du 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.