Investing News Apify avatar
Investing News Apify

Pricing

$30.00 / 1,000 results

Go to Apify Store
Investing News Apify

Investing News Apify

Developed by

Romy

Romy

Maintained by Community

Investing.com News Scraper is a lightweight Apify actor that extracts the latest financial news directly from Investing.com without requiring an official API key returns structured JSON results with full article metadata, tickers, and user comments.

0.0 (0)

Pricing

$30.00 / 1,000 results

0

2

2

Last modified

15 hours ago

๐Ÿ“ฐ Investing.com News Scraper

Investing.com News Scraper is a lightweight Apify actor that extracts the latest financial news directly from Investing.com without requiring an official API key. It supports multiple news categories, pagination, and returns structured JSON results with full article metadata, tickers, and user comments.

๐ŸŽฏ Features

  • ๐Ÿ—ž๏ธ Latest Financial News โ€“ Fetch up-to-date market and economy news from Investing.com.
  • ๐Ÿ“‚ Multiple Categories โ€“ Choose from Breaking, Stock Market, Crypto, Commodities, Economy, and more.
  • ๐Ÿ“‘ Paginated Results โ€“ Scrape multiple pages of articles easily.
  • ๐Ÿ“Š Structured JSON Output โ€“ Includes headline, body, related tickers, images, and comments.
  • ๐Ÿ”Ž Ticker & Comment Extraction โ€“ Capture symbols, price changes, and user discussion threads.

๐Ÿš€ How to Use

  1. Run the actor on Apify Console or via API.

  2. Provide input with the following fields:

    • type: News category (dropdown: BREAKING, CRYPTOCURRENCY, ECONOMY, etc.)
    • page: Page number to scrape (e.g., 1 for first page, 2 for second page)
  3. Wait for execution and download results in JSON format from the dataset.

๐Ÿ“Œ Example Input

{
"type": "BREAKING",
"page": 2
}

๐Ÿ“ฆ Example Output

Image

{
"news_ID": 4235241,
"providerId": "10",
"news_provider_name": "Investing.com",
"last_updated": "2025-08-23 14:04:07",
"type": "text",
"HEADLINE": "BofA warns Fed risks policy mistake with early rate cuts",
"BODY": "Investing.com -- Bank of America (NYSE:BAC) warned that the Federal Reserve risks committing a policy mistake if it begins cutting rates next month...",
"news_link": "https://uk.investing.com/news/economy-news/bofa-warns-fed-risks-policy-mistake-with-early-rate-cuts-4235241",
"related_image": "https://i-invdn-com.investing.com/news/moved_small-LYNXMPEL470VG_L.jpg",
"tickers": [
{
"symbol": "SP500",
"pairID": 166,
"chg": "+1.52%",
"chg_color": "green"
},
{
"symbol": "BAC",
"pairID": 243,
"chg": "+2.53%",
"chg_color": "green"
}
],
"comments": [
{
"CommentId": 4179749,
"UserName": "John Williams",
"CommentText": "Household debt is at a historic high, cutting rates will only encourage further debt...",
"num_likes": 2,
"num_dislikes": 0
},
{
"CommentId": 4179748,
"UserName": "eric vercruysse",
"CommentText": "Hopefully JP will do his job as always in a responsible way...",
"num_likes": 1,
"num_dislikes": 0
}
]
}

๐Ÿ” Disclaimer

This actor scrapes publicly available content from Investing.com. You are responsible for ensuring your use complies with Investing.comโ€™s Terms of Service. For official access, please consider the Investing.com API.

๐Ÿ› ๏ธ Support

If you run into issues or have feature requests, feel free to reach out via the Apify Console or the Apify community forum.