
Bloomberg Scraper
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative Actors
Bloomberg Scraper
Scrape publicly available data from bloomberg.com for securities and companies, using either their URLs or Bloomberg tickers, to extract financial details, market prices, company information, stock metrics, market activity, and much more.
You can access the Bloomberg Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "scrapeInput": [
3 "AAPL:US",
4 "NFLX US",
5 "IBM US Equity",
6 "https://www.bloomberg.com/quote/TSLA:US"
7 ],
8 "dataType": "market"
9}' |
10apify call avaritia/bloomberg-scraper --silent --output-dataset
Bloomberg Scraper API through CLI
The Apify CLI is the official tool that allows you to use Bloomberg Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: