Business news monitoring
Use Business Insider endpoints to turn business news monitoring into repeatable API requests with documented inputs and JSON responses.
Turn Business Insider's public Atom feed, section pages, and article pages into normalized JSON for business and markets news monitoring.
Get Business Insider's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Endpoint families
5
Documented params
9
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
7
Schema refs
5
{
"platform": "Business Insider",
"endpoint": "businessinsider-article",
"method": "GET",
"path": "/businessinsider/article",
"auth": "apiKey"
}Use cases
Get Business Insider's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Use Business Insider endpoints to turn business news monitoring into repeatable API requests with documented inputs and JSON responses.
Use Business Insider endpoints to turn markets and tech coverage tracking into repeatable API requests with documented inputs and JSON responses.
Use Business Insider endpoints to turn content aggregation into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Business Insider endpoint catalog — 5 endpoints, 9 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented Business Insider endpoints, grouped into 5 request families — Article, Author and Headlines, plus 2 more.
9 request parameters are documented across those Business Insider endpoints, 7 of them required — the full input contract is public before you write any integration code.
5 of the 5 Business Insider endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
Business Insider endpoints document their error responses (400, 404 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.
5 hosted MCP tools back the Business Insider 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.
/businessinsider/article
/businessinsider/author
/businessinsider/headlines
/businessinsider/news
/businessinsider/sections
Endpoint catalog
/businessinsider/articleReturns public Business Insider article metadata and body paragraphs from a canonical article URL.
MCP tool businessinsider_article
/businessinsider/authorReturns one Business Insider author's public profile: name, job title, bio, social accounts, and their recent articles.
MCP tool businessinsider_author
/businessinsider/headlinesReturns fresh headlines from one public Business Insider section.
MCP tool businessinsider_headlines
/businessinsider/newsReturns fresh Business Insider stories from the public RSS feed.
MCP tool businessinsider_news
/businessinsider/sectionsReturns the public Business Insider editorial section inventory.
MCP tool businessinsider_sections
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 Business Insider
Business Insider's Atom feed and nine section pages move fast: on 2026-09-22 the Markets section alone held 42 live headlines, from a SocGen cybersecurity stock call to a Schonfeld hedge-fund profile. Crawlora's four endpoints turn it all into normalized JSON, including the site-wide feed, whose lead story that day was Def Jam cofounder Rick Rubin's interview on AI and creative prompting, filed at 04:45 UTC.
/businessinsider/sections returns the 9-slug list /businessinsider/headlines accepts — business, markets, technology, politics, strategy, finance, science, lifestyle, and reviews.
/businessinsider/news parses Business Insider's public Atom feed. On 2026-09-22 its top items ranged from Rick Rubin's AI-art comments to British Columbia's lawsuit against OpenAI over the Tumbler Ridge shooting, each with an author, a one-line summary, and a published_at timestamp.
Pass a slug from /businessinsider/sections to /businessinsider/headlines. The markets section returned 42 headlines on 2026-09-22, parsed straight from Business Insider's public category page rather than a feed — everything from Fed rate-hike bets to a Pokémon-card investing piece.
Pass a canonical dated-slug URL to /businessinsider/article for title, authors, section, and body paragraphs. The Rick Rubin piece above came back tagged section: "AI, Entertainment" — Business Insider articles can carry more than one category in that field.
FAQ
9 — business, markets, technology, politics, strategy, finance, science, lifestyle, and reviews — call /businessinsider/sections for the live list.
Business Insider's public home feed is Atom, not RSS. /businessinsider/news parses it directly; /businessinsider/headlines instead parses the public category page for a given section.
A canonical businessinsider.com URL ending in a dated slug, for example businessinsider.com/def-jam-rick-rubin-ai-art-creativity-prompt-ideation-2026-9.
No. These endpoints read Business Insider's public Atom feed, category pages, and article pages — no login or subscription is bypassed. Crawlora API authentication still applies.
42 on 2026-09-22 — a mix of macro calls (Treasury-yield warnings, Fed rate-hike odds, oil-price swings) and consumer pieces like Pokémon-card investing, since Business Insider's Markets section blends hard finance with lifestyle coverage in a single feed.