/bloomberg/articleapiKey3 credits/requestGet a Bloomberg article's content
Returns one public Bloomberg article's metadata and body paragraphs from a canonical article URL. Subscriber-only articles are not available.
Required params: url:query
API Reference
Use Crawlora's Bloomberg API endpoints to extract supported public Bloomberg data as structured JSON. This documentation covers 3 active endpoints including Get a Bloomberg article's content, List Bloomberg monthly news sitemaps, Get the latest Bloomberg stories. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as url, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/bloomberg/article" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/bloomberg/articleapiKey3 credits/requestReturns one public Bloomberg article's metadata and body paragraphs from a canonical article URL. Subscriber-only articles are not available.
Required params: url:query
/bloomberg/news-sitemapsapiKey1 credit/requestReturns Bloomberg's public monthly news-sitemap index so callers can discover historical news feeds beyond the rolling latest feed.
Required params: None
/bloomberg/newsapiKey1 credit/requestReturns Bloomberg's current news feed: the newest stories across all sections, each with its title, canonical URL, and publication time.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get a Bloomberg article's content | /bloomberg/article | GET | 3 credits/request | url:query | View docs | Try endpoint |
| List Bloomberg monthly news sitemaps | /bloomberg/news-sitemaps | GET | 1 credit/request | None | View docs | Try endpoint |
| Get the latest Bloomberg stories | /bloomberg/news | GET | 1 credit/request | None | View docs | Try endpoint |