# Bloomberg News Scraper (`clyde/bloomberg-news-scraper`) Actor

Bypass Bloomberg paywall and extract full article data — headline, body text, authors, tags, publish date, thumbnail, and more. Fast, lightweight, and no browser required.

- **URL**: https://apify.com/clyde/bloomberg-news-scraper.md
- **Developed by:** [Lim](https://apify.com/clyde) (community)
- **Categories:** News, Automation, Agents
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $15.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Bloomberg News Scraper

An [Apify Actor](https://apify.com/actors) that bypasses the Bloomberg paywall and returns complete, structured article data — ready for analysis, storage, or integration into your pipeline.

### What does Bloomberg News Scraper do?

**Bloomberg News Scraper** gives you full access to [Bloomberg](https://www.bloomberg.com) article content without a subscription. Paste any Bloomberg article URL and get back clean JSON — headline, body, authors, tags, publish date, thumbnail, and more.

No browser. No webdriver. No overhead. Just fast, reliable data extraction.

### Why use Bloomberg News Scraper?

- **Bypass the paywall** — get full article text without a Bloomberg subscription
- **Structured JSON output** — headline, body, authors, tags, dates, thumbnail, and metadata, all in one clean response
- **Lightweight and fast** — no headless browser required; runs efficiently even at scale
- **Apify-native** — schedule runs, trigger via API, export to CSV/JSON/Excel, and monitor everything from Apify Console

### How to use Bloomberg News Scraper

1. Open the Actor on [Apify Console](https://console.apify.com)
2. Paste your Bloomberg article URL into the **Article URL** field
3. Click **Start** — results are ready in seconds
4. Download or connect the output from the **Output** tab

### Input

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `url` | string | ✅ | Full URL of the Bloomberg article to extract |

#### Example input

```json
{
  "url": "https://www.bloomberg.com/news/articles/2025-02-02/hong-kong-listed-chinese-stocks-brace-for-trump-tariffs-impact"
}
````

### Output

Each run returns one record to the default Apify dataset. Export as JSON, CSV, HTML, or Excel.

#### Output fields

| Field | Type | Description |
|-------|------|-------------|
| `url` | string | Original article URL |
| `language` | string | Article language (e.g. `en`) |
| `headline` | string | Article headline |
| `summary` | string | Article subtitle or short summary |
| `authors` | array | List of author objects with `name`, `bio`, `twitter`, `profileSlug`, `slug`, `profileUrl`, and `thumbnail` (with `image` and `type`) |
| `published_at` | string | Publish timestamp (ISO 8601) |
| `updated_at` | string | Last updated timestamp (ISO 8601) |
| `section` | string | Bloomberg section (e.g. `markets`, `technology`) |
| `tags` | array | Topic tags associated with the article |
| `mostRelevantTags` | array | Subset of tags most relevant to the article |
| `categories` | array | Article categories (e.g. `personal-finance`) |
| `thumbnail` | string | Cover image URL |
| `imageAttachments` | array | List of image attachments with `alt`, `title`, `type`, and `url` |
| `body` | object | Full article body as a structured content tree |

#### Example output

```json
{
  "url": "https://www.bloomberg.com/news/articles/2025-02-02/hong-kong-listed-chinese-stocks-brace-for-trump-tariffs-impact",
  "language": "en",
  "headline": "Hong Kong-Listed Chinese Stocks Brace for Trump Tariffs’ Impact",
  "summary": "Chinese stocks listed in Hong Kong will come under renewed pressure when they resume trading on Monday following a three-session break, after US President Donald Trump fired the first salvo of his tariff war.",
  "authors": [
    {
      "name": "Abhishek Vishnoi",
      "bio": "",
      "twitter": null,
      "profileSlug": "19683550-abhishek-vishnoi",
      "slug": "ASxY3iVjhAY/abhishek-vishnoi",
      "profileUrl": "ASxY3iVjhAY/abhishek-vishnoi",
      "thumbnail": {
        "image": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/icmfBru1fmSE/v3/piUjdcePl62Og/160x160.jpg",
        "type": "image"
      }
    }
  ],
  "published_at": "2025-02-02T07:35:12.660Z",
  "updated_at": "2025-02-02T23:23:33.809Z",
  "section": "markets",
  "tags": [
    "Stocks",
    "Chief Executive Officer",
    "E-commerce",
    "Exports",
    "Bear Market",
    "Imports",
    "Government",
    "Renewable Energy",
    "Startups",
    "Artificial Intelligence",
    "Hardware",
    "Public Health",
    "Trade War",
    "Greener Living",
    "C-suite",
    "Utilities",
    "ESG Concerns",
    "Infrastructure",
    "Climate Change",
    "Megacity",
    "Futures Markets",
    "Currency",
    "Personal Finance",
    "Commodity Futures",
    "Global Trade",
    "Emerging Markets",
    "Well Spent",
    "BRICS",
    "Materials",
    "ESG",
    "Consumer Discretionary",
    "Emerging Markets Economics"
  ],
  "mostRelevantTags": [
    "Donald John Trump",
    "China",
    "Stocks",
    "Hong Kong",
    "Chief Executive Officer",
    "Mexico",
    "Canada",
    "ALIBABA GROUP HOLDING-SP ADR",
    "E-commerce",
    "Exports"
  ],
  "categories": [
    "personal-finance"
  ],
  "thumbnail": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ijow4cQfDfow/v0/1200x800.jpg",
  "imageAttachments": [
    {
      "alt": "Top Asian Sources of Imports for US | Taiwan, Vietnam and Korea account for large share of US import growth",
      "title": "Top Asian Sources of Imports for US | Taiwan, Vietnam and Korea account for large share of US import growth",
      "type": "image",
      "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iNZ0v_OAvKVQ/v3/-1x-1.webp"
    },
    {
      "alt": "HKEX CEO Nicolas Aguzin Attends Earnings News Conference ",
      "title": "HKEX CEO Nicolas Aguzin Attends Earnings News Conference ",
      "type": "image",
      "url": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ijow4cQfDfow/v0/-1x-1.webp"
    }
  ],
  "body": {
    "type": "document",
    "content": [
      {
        "type": "inline-newsletter",
        "data": {
          "position": "top"
        },
        "content": []
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Chinese stocks listed in Hong Kong will come under renewed pressure when they resume trading on Monday following a three-session break, after US President Donald Trump fired the first salvo of his tariff war."
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Fears of rising levies had already helped push the MSCI China Index into a bear market last month. On Saturday, Trump ordered general tariffs of 25% on Canada and Mexico and 10% on China, to come into effect on Tuesday, while promising a similar move later for the European Union. The Nasdaq Golden Dragon Index fell 3.5% on Friday, marking its worst day in seven weeks. "
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "The new tariffs might curtail China’s products exports, dragging on the country’s already struggling economy. Online merchants such as Alibaba Group Holding Ltd. and Asia’s broader chip industry are more vulnerable than others. China on Sunday vowed countermeasures and said it would file a "
          },
          {
            "type": "entity",
            "subType": "story",
            "data": {
              "story": {
                "identifiers": {
                  "suid": "SR1EMNDWLU68"
                }
              },
              "link": {
                "href": "bbg://news/stories/SR1EMNDWLU68",
                "title": "China Vows Measures Against US Tariffs, Threatens WTO Action",
                "itemscope": "itemscope",
                "itemprop": "StoryLink",
                "data-web-url": "https://www.bloomberg.com/news/articles/2025-02-02/china-vows-measures-to-counter-us-tariffs-threatens-wto-action",
                "webUrl": "https://www.bloomberg.com/news/articles/2025-02-02/china-vows-measures-to-counter-us-tariffs-threatens-wto-action",
                "tooltip": "China Vows Measures Against US Tariffs, Threatens WTO Action",
                "destination": {
                  "web": "https://www.bloomberg.com/news/articles/2025-02-02/china-vows-measures-to-counter-us-tariffs-threatens-wto-action",
                  "bbg": "bbg://news/stories/SR1EMNDWLU68"
                }
              }
            },
            "content": [
              {
                "type": "text",
                "value": "complaint"
              }
            ],
            "meta": {
              "type": "StoryLink",
              "suid": "SR1EMNDWLU68"
            }
          },
          {
            "type": "text",
            "value": " with the World Trade Organization."
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "“China’s nascent recovery signs could be disrupted,” said "
          },
          {
            "type": "entity",
            "subType": "person",
            "data": {
              "person": {
                "identifiers": {
                  "personId": 18908901
                }
              },
              "link": {
                "href": "bbg://people/profile/18908901",
                "title": "Bloomberg Profile",
                "itemscope": "itemscope",
                "itemprop": "StoryLink",
                "tooltip": "Bloomberg Profile",
                "destination": {
                  "bbg": "bbg://people/profile/18908901"
                }
              }
            },
            "content": [
              {
                "type": "text",
                "value": "Charu Chanana"
              }
            ],
            "meta": {
              "profile": "18908901",
              "type": "ProfileLink"
            }
          },
          {
            "type": "text",
            "value": ", chief investment strategist at Saxo Markets. The government “will have to strike a balance between responding to domestic and external headwinds,” she added."
          }
        ]
      },
      {
        "type": "inline-newsletter",
        "data": {
          "position": "middle"
        },
        "content": []
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Trump’s actions potentially mark the beginning of a series of threatened trade attacks, though he has so far scaled back his planned actions against China. An executive order he signed on his first day in office, calling for a series of trade review reports by April 1, could lead to further action. Other Asian economies also may be vulnerable as they account for a significant portion of the increase in US imports in recent years. An exodus of foreign investors from the region’s equities since Trump’s election win, could accelerate."
          }
        ]
      },
      {
        "type": "media",
        "subType": "chart",
        "data": {
          "identifiers": {
            "avmmId": 425839402
          },
          "remoteContent": [
            {
              "link": {
                "destination": {
                  "bbg": "http://resource.bloomberg.com/images/425839402",
                  "web": "https://www.bloomberg.com/toaster/v2/charts/e74a5e45e8852c0e1a7c0375bc2c87a7.html"
                }
              },
              "rendition": "highres"
            }
          ],
          "chart": {
            "data-id": "425839402",
            "data-type": "image",
            "data-image-type": "chart",
            "data-image-size": "full",
            "data-align": "center",
            "id": 425839402,
            "type": "image",
            "imageType": "chart",
            "imageSize": "full",
            "align": "center",
            "src": "https://www.bloomberg.com/toaster/v2/charts/e74a5e45e8852c0e1a7c0375bc2c87a7.html",
            "alt": "",
            "caption": "",
            "credit": "",
            "fallback": "https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iNZ0v_OAvKVQ/v3/pidjEfPlU1QWZop3vfGKsrX.ke8XuWirGYh1PKgEw44kE/-1x-1.png"
          },
          "attachment": {
            "id": "425839402",
            "title": "Top Asian Sources of Imports for US",
            "subtitle": "Taiwan, Vietnam and Korea account for large share of US import growth",
            "uuid": "e74a5e45e8852c0e1a7c0375bc2c87a7",
            "url": "https://www.bloomberg.com/toaster/v2/charts/e74a5e45e8852c0e1a7c0375bc2c87a7.html",
            "footnote": "Note: 2023-2024 growth",
            "source": "Source: ING Economics",
            "theme": "business",
            "aspectRatio": "1240:776",
            "creator": "TOASTER",
            "responsiveImages": {
              "large": null,
              "mobile": null,
              "widget": null,
              "__typename": "ChartResponsiveImageSet"
            },
            "__typename": "Chart"
          }
        }
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Here are the stocks and sectors likely to react the most to prolonged trade wars and tariffs."
          }
        ]
      },
      {
        "type": "heading",
        "data": {
          "level": 3
        },
        "content": [
          {
            "type": "text",
            "value": "Online Retailers"
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Trump’s new trade levies include a broadside against e-commerce, with apparent plans to extinguish a long-held tariff exemption for packages worth less than $800. He curtailed so-called de-minimis exemptions for small parcels and packages sent to the US from Canada and China, effectively applying tariffs more widely, though the scope of the measure wasn’t immediately clear."
          }
        ]
      },
      {
        "type": "ad",
        "data": {
          "num": 1,
          "pageId": "article"
        },
        "content": []
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "The decision appears to be primarily targeted at reducing duty-free shipments from China, which will hurt online retailers and e-commerce platforms like Alibaba."
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Goods such as clothing, accessories, home goods, electronics and small durable items from Shein and Temu alone account for 30% of all so-called de-minimis shipments, according to research from Pablo Fajgelbaum at University of California, Los Angeles and Amit Khandelwal at Yale University."
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Read: "
          },
          {
            "type": "entity",
            "subType": "story",
            "data": {
              "story": {
                "identifiers": {
                  "suid": "SR19FADWLU68"
                }
              },
              "link": {
                "href": "bbg://news/stories/SR19FADWLU68",
                "title": "Trump Tariffs Target Loophole Used by Chinese Online Retailers",
                "itemscope": "itemscope",
                "itemprop": "StoryLink",
                "data-web-url": "https://www.bloomberg.com/news/articles/2025-02-02/trump-tariffs-target-loophole-used-by-chinese-online-retailers",
                "webUrl": "https://www.bloomberg.com/news/articles/2025-02-02/trump-tariffs-target-loophole-used-by-chinese-online-retailers",
                "tooltip": "Trump Tariffs Target Loophole Used by Chinese Online Retailers",
                "destination": {
                  "web": "https://www.bloomberg.com/news/articles/2025-02-02/trump-tariffs-target-loophole-used-by-chinese-online-retailers",
                  "bbg": "bbg://news/stories/SR19FADWLU68"
                }
              }
            },
            "content": [
              {
                "type": "text",
                "value": "Trump Tariffs Target Loophole Used by Chinese Online Retailers"
              }
            ],
            "meta": {
              "type": "StoryLink",
              "suid": "SR19FADWLU68"
            }
          }
        ]
      },
      {
        "type": "heading",
        "data": {
          "level": 3
        },
        "content": [
          {
            "type": "text",
            "value": "Chips"
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Semiconductor makers with sales to China, including Taiwan Semiconductor Manufacturing Co. and Samsung Electronics Co., will be in focus as Trump said he’d tax chips — repeating that vow after his meeting Friday with Nvidia Corp. Chief Executive Officer Jensen Huang. "
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Meanwhile, shares of Chinese chipmakers such as Semiconductor Manufacturing International Corp. may rise, if tariffs are seen fanning the nation’s quest for industrial self-sufficiency. "
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Read: "
          },
          {
            "type": "entity",
            "subType": "story",
            "data": {
              "story": {
                "identifiers": {
                  "suid": "SQRRG6T0G1KW"
                }
              },
              "link": {
                "href": "bbg://news/stories/SQRRG6T0G1KW",
                "title": "DeepSeek Renews Focus on China’s Self-Reliance Bid: Taking Stock",
                "itemscope": "itemscope",
                "itemprop": "StoryLink",
                "tooltip": "DeepSeek Renews Focus on China’s Self-Reliance Bid: Taking Stock",
                "destination": {
                  "bbg": "bbg://news/stories/SQRRG6T0G1KW"
                }
              }
            },
            "content": [
              {
                "type": "text",
                "value": "DeepSeek Renews Focus on China’s Self-Reliance Bid: Taking Stock"
              }
            ],
            "meta": {
              "type": "StoryLink",
              "suid": "SQRRG6T0G1KW"
            }
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Chips have been at the center of the ongoing tech rivalry between the US and China, with Washington implementing tighter export controls aimed at limiting the flow of advanced components to China. In response, Beijing has enacted its own restrictions."
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "This back-and-forth is likely to escalate given that Chinese startup DeepSeek’s low-cost artificial intelligence model is being seen by many as a threat to US dominance in the technology."
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Morgan Stanley strategists including "
          },
          {
            "type": "entity",
            "subType": "person",
            "data": {
              "person": {
                "identifiers": {
                  "personId": 16127620
                }
              },
              "link": {
                "href": "bbg://people/profile/16127620",
                "title": "Bloomberg Profile",
                "itemscope": "itemscope",
                "itemprop": "StoryLink",
                "tooltip": "Bloomberg Profile",
                "destination": {
                  "bbg": "bbg://people/profile/16127620"
                }
              }
            },
            "content": [
              {
                "type": "text",
                "value": "Daniel Blake"
              }
            ],
            "meta": {
              "type": "ProfileLink",
              "profile": "16127620"
            }
          },
          {
            "type": "text",
            "value": " reiterated caution on semiconductors, hardware, China, Taiwan and Korea in a note dated Feb. 1, citing broader risks from approaching tariffs and potential investigations into China. "
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "“Taiwan and Korea are most exposed in terms of total revenue share from exports to the US. While they are not facing the first phase of tariff announcements, we note the momentum towards both a universal tariff and tariffs on essential goods, including semiconductors,” they said."
          }
        ]
      },
      {
        "type": "heading",
        "data": {
          "level": 3
        },
        "content": [
          {
            "type": "text",
            "value": "Mexico Exposure, Resources "
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Asian auto stocks with exposure to Mexico, such as Korea’s HL Mando Co. and Kia Corp. will be on investors’ radar. EV bellwether BYD Co., which is looking to build its first Mexican manufacturing plant, will also be in focus. "
          }
        ]
      },
      {
        "type": "ad",
        "data": {
          "num": 2,
          "pageId": "article"
        },
        "content": []
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Mexico’s president on Sunday called for retaliatory tariffs and other non-tariff measures on the US, while opening the door for the two sides to cooperate on security and public health issues."
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Among other themes at risk, Trump has also threatened to impose tariffs on a wide range of imports in the coming months, including on steel, aluminum, copper, oil and gas, and pharmaceuticals."
          }
        ]
      },
      {
        "type": "heading",
        "data": {
          "level": 3
        },
        "content": [
          {
            "type": "text",
            "value": "Green Energy "
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Stocks associated with green energy remain vulnerable as Trump has prioritized the production of fossil fuels, reduced the focus on environmental issues, and threatened to review a consumer tax credit designed to encourage electric vehicle usage. "
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "Shares of Korean electric-vehicle battery manufacturers like Samsung SDI Co. and LG Chem Ltd. have dropped more than 25% each since Trump’s election victory on Nov. 5, compounded by already bleak sales forecasts."
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "The outlook is also grim for Chinese solar companies such as Longi Green Energy Technology Co., which have faced scrutiny from the U.S. for years while dominating global markets with lower-priced products."
          }
        ]
      },
      {
        "type": "paragraph",
        "data": {},
        "content": [
          {
            "type": "text",
            "value": "On Monday, the offshore yuan slid 0.5% to trade around 7.36 per dollar, close to a record low. "
          }
        ]
      },
      {
        "type": "tabularData",
        "content": [
          {
            "type": "columns",
            "data": {
              "definitions": [
                {
                  "dataType": "text",
                  "title": "Read more about Trump’s tariff war "
                }
              ]
            }
          },
          {
            "type": "row",
            "data": {},
            "content": [
              {
                "type": "cell",
                "data": {
                  "class": "news-rsf-table-string"
                },
                "content": [
                  {
                    "type": "paragraph",
                    "data": {},
                    "content": [
                      {
                        "type": "entity",
                        "subType": "story",
                        "data": {
                          "story": {
                            "identifiers": {
                              "suid": "SR14S8DWRGG0"
                            }
                          },
                          "link": {
                            "href": "bbg://news/stories/SR14S8DWRGG0",
                            "title": "Trump Hits China, Canada, Mexico With Tariffs in Trade War (4)",
                            "itemscope": "itemscope",
                            "itemprop": "StoryLink",
                            "data-web-url": "https://www.bloomberg.com/news/articles/2025-02-01/trump-hits-china-canada-mexico-with-tariffs-to-open-trade-war",
                            "webUrl": "https://www.bloomberg.com/news/articles/2025-02-01/trump-hits-china-canada-mexico-with-tariffs-to-open-trade-war",
                            "tooltip": "Trump Hits China, Canada, Mexico With Tariffs in Trade War (4)",
                            "destination": {
                              "web": "https://www.bloomberg.com/news/articles/2025-02-01/trump-hits-china-canada-mexico-with-tariffs-to-open-trade-war",
                              "bbg": "bbg://news/stories/SR14S8DWRGG0"
                            }
                          }
                        },
                        "content": [
                          {
                            "type": "text",
                            "value": "Trump Hits China, Canada, Mexico With Tariffs in Trade War "
                          }
                        ],
                        "meta": {
                          "type": "StoryLink",
                          "suid": "SR14S8DWRGG0"
                        }
                      }
                    ]
                  },
                  {
                    "type": "paragraph",
                    "data": {},
                    "content": [
                      {
                        "type": "entity",
                        "subType": "story",
                        "data": {
                          "story": {
                            "identifiers": {
                              "suid": "SQZ1MZT0AFB4"
                            }
                          },
                          "link": {
                            "href": "bbg://news/stories/SQZ1MZT0AFB4",
                            "title": "Autos, Chipmakers, China Stocks Brace for Impact as Tariffs Loom",
                            "itemscope": "itemscope",
                            "itemprop": "StoryLink",
                            "data-web-url": "https://www.bloomberg.com/news/articles/2025-01-31/autos-chipmakers-china-stocks-brace-for-impact-as-tariffs-loom",
                            "webUrl": "https://www.bloomberg.com/news/articles/2025-01-31/autos-chipmakers-china-stocks-brace-for-impact-as-tariffs-loom",
                            "tooltip": "Autos, Chipmakers, China Stocks Brace for Impact as Tariffs Loom",
                            "destination": {
                              "web": "https://www.bloomberg.com/news/articles/2025-01-31/autos-chipmakers-china-stocks-brace-for-impact-as-tariffs-loom",
                              "bbg": "bbg://news/stories/SQZ1MZT0AFB4"
                            }
                          }
                        },
                        "content": [
                          {
                            "type": "text",
                            "value": "Autos, Chipmakers, China Stocks Brace for Impact as Tariffs Loom"
                          }
                        ],
                        "meta": {
                          "type": "StoryLink",
                          "suid": "SQZ1MZT0AFB4"
                        }
                      }
                    ]
                  },
                  {
                    "type": "paragraph",
                    "data": {},
                    "content": [
                      {
                        "type": "entity",
                        "subType": "story",
                        "data": {
                          "story": {
                            "identifiers": {
                              "suid": "SQYYG7T0G1KW"
                            }
                          },
                          "link": {
                            "href": "bbg://news/stories/SQYYG7T0G1KW",
                            "title": "As Trump Tariffs Near, World Braces for Stock Market Spillover",
                            "itemscope": "itemscope",
                            "itemprop": "StoryLink",
                            "data-web-url": "https://www.bloomberg.com/news/articles/2025-01-31/as-trump-tariffs-near-world-braces-for-stock-market-spillover",
                            "webUrl": "https://www.bloomberg.com/news/articles/2025-01-31/as-trump-tariffs-near-world-braces-for-stock-market-spillover",
                            "tooltip": "As Trump Tariffs Near, World Braces for Stock Market Spillover",
                            "destination": {
                              "web": "https://www.bloomberg.com/news/articles/2025-01-31/as-trump-tariffs-near-world-braces-for-stock-market-spillover",
                              "bbg": "bbg://news/stories/SQYYG7T0G1KW"
                            }
                          }
                        },
                        "content": [
                          {
                            "type": "text",
                            "value": "As Trump Tariffs Near, World Braces for Stock Market Spillover"
                          }
                        ],
                        "meta": {
                          "type": "StoryLink",
                          "suid": "SQYYG7T0G1KW"
                        }
                      }
                    ]
                  },
                  {
                    "type": "paragraph",
                    "data": {},
                    "content": [
                      {
                        "type": "entity",
                        "subType": "story",
                        "data": {
                          "story": {
                            "identifiers": {
                              "suid": "SR14EGDWX2PS"
                            }
                          },
                          "link": {
                            "href": "bbg://news/stories/SR14EGDWX2PS",
                            "title": "GLOBAL REACT: Trump Tariffs Risk 1.2% US GDP Hit, 0.7% PCE Boost",
                            "itemscope": "itemscope",
                            "itemprop": "StoryLink",
                            "tooltip": "GLOBAL REACT: Trump Tariffs Risk 1.2% US GDP Hit, 0.7% PCE Boost",
                            "destination": {
                              "bbg": "bbg://news/stories/SR14EGDWX2PS"
                            }
                          }
                        },
                        "content": [
                          {
                            "type": "text",
                            "value": "Tariffs Seen Disrupting Oil Market, Raising US Pump Prices"
                          }
                        ],
                        "meta": {
                          "type": "StoryLink",
                          "suid": "SR14EGDWX2PS"
                        }
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ],
        "data": {}
      },
      {
        "type": "inline-newsletter",
        "data": {
          "position": "bottom"
        },
        "content": []
      }
    ],
    "data": {}
  }
}
```

# Actor input Schema

## `articleUrl` (type: `string`):

Bloomberg article URL to scrape (e.g. https://www.bloomberg.com/news/articles/...).

## Actor input object example

```json
{}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("clyde/bloomberg-news-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("clyde/bloomberg-news-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call clyde/bloomberg-news-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=clyde/bloomberg-news-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Bloomberg News Scraper",
        "description": "Bypass Bloomberg paywall and extract full article data — headline, body text, authors, tags, publish date, thumbnail, and more. Fast, lightweight, and no browser required.",
        "version": "0.0",
        "x-build-id": "ounD9JIAlYZXWBo3k"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/clyde~bloomberg-news-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-clyde-bloomberg-news-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/clyde~bloomberg-news-scraper/runs": {
            "post": {
                "operationId": "runs-sync-clyde-bloomberg-news-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/clyde~bloomberg-news-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-clyde-bloomberg-news-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "articleUrl"
                ],
                "properties": {
                    "articleUrl": {
                        "title": "Article URL",
                        "type": "string",
                        "description": "Bloomberg article URL to scrape (e.g. https://www.bloomberg.com/news/articles/...)."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
