Business news monitoring
Mit Forbes-Endpunkten verwandelst du business news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Turn Forbes's public navigation, section headlines, billionaires feed, person profiles, and article pages into normalized JSON for business news and wealth-data research.
List Forbes's editorial sections, read section headlines, pull the billionaires list, get a person's wealth profile, and get full article content as JSON.
Endpunkt-Familien
6
Dokumentierte Parameter
14
Beispiele
6
Live-Katalog-Snapshot
Aktive Endpunkte
6
Methoden
GET
Pflichtparameter
9
Schema-Referenzen
6
{
"platform": "Forbes",
"endpoint": "forbes-article",
"method": "GET",
"path": "/forbes/article",
"auth": "apiKey"
}Use Cases
List Forbes's editorial sections, read section headlines, pull the billionaires list, get a person's wealth profile, and get full article content as JSON.
Mit Forbes-Endpunkten verwandelst du business news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Forbes-Endpunkten verwandelst du wealth and rich-list research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Forbes-Endpunkten verwandelst du editorial research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Forbes-Endpunktkatalog — 6 Endpunkte, 14 dokumentierte Request-Parameter und 6 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
6 documented Forbes endpoints, grouped into 6 request families — Article, Author and Billionaires, plus 3 more.
14 request parameters are documented across those Forbes endpoints, 9 of them required — the full input contract is public before you write any integration code.
6 of the 6 Forbes endpoints ship a recorded example response, and 6 carry a documented response schema — you can code against the real JSON before the first request.
Forbes endpoints document their error responses (400, 404, 429, 500 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.
6 hosted MCP tools back the Forbes 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.
/forbes/article
/forbes/author
/forbes/billionaires
/forbes/categories
/forbes/headlines
/forbes/person
Endpunktkatalog
/forbes/articleReturns public Forbes article metadata and body content from Forbes's same-host content JSON endpoint. The response preserves rich body HTML, normalized paragraphs, headings, and public embed metadata. Accepts dated /sites/<author>/... and /councils/<council>/... URLs; it does not bypass login, subscription, or bot challenges.
MCP-Tool forbes_article
/forbes/authorReturns one Forbes contributor or staff author's public byline page: name, display type, bio, headshot, and their most recent bylined articles. This is the journalist byline page at forbes.com/sites/<slug>/, distinct from forbes-person, which is a billionaire net-worth profile from Forbes's rich-list data.
MCP-Tool forbes_author
/forbes/billionairesReturns a paginated Forbes billionaires list from the public Forbes JSON feed. The default field set includes ranking, worth, person identity, citizenship, category, industry, organization, image, and biography fields.
MCP-Tool forbes_billionaires
/forbes/categoriesLists the current public Forbes navigation taxonomy, including business, money, innovation, leadership, lifestyle, Forbes Vetted, Advisor, Health, and their public subsections. Article promos, account surfaces, games, video-only links, and external hosts are excluded.
MCP-Tool forbes_categories
/forbes/headlinesReturns current Forbes article-card metadata from a public Forbes navigation path. Use /forbes/categories to discover paths.
MCP-Tool forbes_headlines
/forbes/personReturns public Forbes JSON profile data plus the profile page's biography, real-time net-worth display, wealth history, personal facts, editor update, and list-appearance metadata.
MCP-Tool forbes_person
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 Forbes
Forbes exposes a public navigation taxonomy of well over a hundred sections, section-scoped headlines, a billionaires list, and enriched person, author, and article pages. Crawlora's six endpoints return each as normalized JSON. The 2026 billionaires list held 3,428 entries on 2026-09-24, led by Elon Musk's $839 billion list valuation — though his separate real-time profile put him at $930.5 billion that same day, since the list and the live tracker recalculate on different schedules.
Call /forbes/categories for Forbes's live public navigation taxonomy — the discovery source for the section path /forbes/headlines accepts, such as /business/.
Pass a path from /forbes/categories to /forbes/headlines for current article cards from that section; /business/ returned 40 cards on 2026-09-24.
Call /forbes/billionaires with an optional year, limit, and offset. The 2026 edition, the default when year is omitted, held 3,428 ranked entries on 2026-09-24, led by Elon Musk at a $839 billion final_worth.
Pass a Forbes person URI (for example elon-musk) to /forbes/person for a real-time net worth, wealth-history points, and editor biography — the real-time figure can diverge sharply from the static billionaires-list value on the same day.
Pass a slug (the URL segment after /sites/) or full URL to /forbes/author for that writer's bio, display_type such as “Forbes Staff,” and recent bylines.
Pass a dated article URL returned by /forbes/headlines to /forbes/article for rich body_html plus a headings array — a topline-format story pulled on 2026-09-24 returned Topline, Key Facts, Tangent, key background, and further reading sections intact.
FAQ
/forbes/billionaires reflects the static annual list — Elon Musk's entry showed a $839 billion final_worth as of 2026-09-24 — while /forbes/person carries Forbes's separate real-time tracker, which put him at $930.5 billion that same day. Pull the person endpoint if you need the freshest figure.
A byline page: biography, a display_type like “Forbes Staff” or contributor, a Twitter/X handle when Forbes lists one, and that author's recent bylined articles — a pull for reporter Siladitya Ray returned 10 recent stories alongside his bio.
It's the slug Forbes uses in its profile URLs, such as elon-musk. It appears in billionaire list entries and profile links across Forbes's public pages.
Yes — a story pulled on 2026-09-24 came back with a full headings array (Topline, Key Facts, Tangent, key background) alongside body_html and normalized paragraphs, so structured explainer templates aren't flattened into plain text.
No. Forbes's navigation, feeds, billionaires data, and article pages are public; a Hong Kong-based investor group has held a majority stake in Forbes since 2014, but that ownership doesn't put any of this behind a paywall Crawlora bypasses.