Investing.com Scraper avatar

Investing.com Scraper

Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Investing.com Scraper

Investing.com Scraper

glitch_404/investing-scraper

Scrape Investing.com daily news and 250K of archived news and articles

You can access the Investing.com Scraper programmatically from your own applications by using the Apify API. You can 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  "startUrls": [
3    {
4      "url": "https://www.investing.com/indices/eu-stoxx50-news/"
5    },
6    {
7      "url": "https://www.investing.com/news/latest-news/"
8    },
9    {
10      "url": "https://www.investing.com/news/most-popular-news/"
11    },
12    {
13      "url": "https://www.investing.com/news/headlines/"
14    },
15    {
16      "url": "https://www.investing.com/news/cryptocurrency-news/"
17    },
18    {
19      "url": "https://www.investing.com/news/stock-market-news/"
20    },
21    {
22      "url": "https://www.investing.com/news/commodities-news/"
23    },
24    {
25      "url": "https://www.investing.com/news/forex-news/"
26    },
27    {
28      "url": "https://www.investing.com/news/economy/"
29    },
30    {
31      "url": "https://www.investing.com/news/economic-indicators/"
32    },
33    {
34      "url": "https://www.investing.com/news/politics/"
35    },
36    {
37      "url": "https://www.investing.com/news/world-news/"
38    }
39  ],
40  "dateRange": "2023/1/5 - 2020/1/5",
41  "maxArticles": 50,
42  "maxDepth": 20,
43  "proxyConfiguration": {
44    "useApifyProxy": false
45  }
46}' |
47apify call glitch_404/investing-scraper --silent --output-dataset

Investing unofficial API API through CLI

The Apify CLI is the official tool that allows you to use Investing.com 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:

Developer
Maintained by Community