Business news monitoring
Usa los endpoints de Forbes para convertir business news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
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.
Familias de endpoints
6
Parámetros documentados
14
Ejemplos
6
Snapshot en vivo del catálogo
Endpoints activos
6
Métodos
GET
Parámetros obligatorios
9
Referencias de esquema
6
{
"platform": "Forbes",
"endpoint": "forbes-article",
"method": "GET",
"path": "/forbes/article",
"auth": "apiKey"
}Casos de uso
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.
Usa los endpoints de Forbes para convertir business news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Forbes para convertir wealth and rich-list research en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Forbes para convertir editorial research en solicitudes API repetibles con inputs documentados y respuestas JSON.
Ejecución gestionada
Cada cifra de abajo se lee directamente del catálogo de endpoints en vivo de Forbes — 6 endpoints, 14 parámetros de solicitud documentados y 6 esquemas de respuesta publicados — el mismo catálogo contra el que corren Docs y Playground.
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.
Mapa de cobertura
Estas tarjetas se generan a partir del catálogo de endpoints activo, así que la landing page refleja la misma superficie de API que usan Docs y Playground.
/forbes/article
/forbes/author
/forbes/billionaires
/forbes/categories
/forbes/headlines
/forbes/person
Catálogo de endpoints
/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.
Herramienta MCP 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.
Herramienta MCP 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.
Herramienta MCP 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.
Herramienta MCP forbes_categories
/forbes/headlinesReturns current Forbes article-card metadata from a public Forbes navigation path. Use /forbes/categories to discover paths.
Herramienta MCP 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.
Herramienta MCP forbes_person
APIs relacionadas
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.
Cómo hacer scraping de 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.
Preguntas frecuentes
/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.