Investing.com Financial Data Scraper
Pricing
from $18.00 / 1,000 results
Investing.com Financial Data Scraper
Multi-mode HTTP-only scraper for Investing.com instrument pages. Extracts asset info + FAQs, technical indicators, instrument news, forum sentiment, or raw OHLCV history. Routes by extractionMode.
Pricing
from $18.00 / 1,000 results
Rating
0.0
(0)
Developer
Xtractoo
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Investing.com Financial Scraper
Multi-mode scraper for Investing.com instrument pages. Point it at any equity, crypto, index, commodity, or currency URL and pick which slice of data you need — overview & FAQs, technical indicators, news, forum comments, or raw OHLCV history.
Why use this actor
- No account, no login, no API key needed
- Five extraction modes in one actor — switch with a single input field
- Rich technical detail: aggregate verdict (Strong Buy / Sell / Neutral), 6 moving averages × simple/exp, 12+ indicators (RSI, MACD, ADX, …), classical + Fibonacci + Camarilla + Woodie + DeMark pivot points
- Real-time prices, change %, exchange, currency, and rendered FAQs
- Up to a decade of daily OHLCV bars per call
- Stable JSON output, ready for pipelines, databases, or notebooks
How it works
- You give the actor one or more Investing.com instrument URLs (any asset class).
- You pick an extraction mode —
general_faq,technical_indicators,news_analysis,forum_sentiment, orchart_ohlcv. - For the timeframe-sensitive modes (technical indicators and chart history) you pick a window from
1mup to1M. - Results stream into your dataset, one record per URL, ready to download as JSON, CSV, or Excel.
No proxies, browsers, or scraper code to manage — the actor handles all of it for you.
Input
{"startUrls": [{ "url": "https://www.investing.com/equities/apple-computer-inc" }],"extractionMode": "general_faq","timeframe": "1D","proxyConfiguration": { "useApifyProxy": true }}
| Field | Type | Description |
|---|---|---|
startUrls | array | Investing.com instrument URLs (equities, crypto, indices, commodities, currencies). One record is pushed per URL. |
extractionMode | string | One of general_faq, technical_indicators, news_analysis, forum_sentiment, chart_ohlcv. |
timeframe | string | 1m / 5m / 15m / 30m / 1H / 5H / 1D / 1W / 1M. Used by technical_indicators and chart_ohlcv. Ignored otherwise. |
proxyConfiguration | object | Standard Apify Proxy configuration. Default datacenter pool works for most pages. |
Mode 1 — general_faq
Asset overview, live price, and the rendered FAQ list.
Output sample (https://www.investing.com/equities/apple-computer-inc):
{"mode": "general_faq","url": "https://www.investing.com/equities/apple-computer-inc","source": "Investing.com","pair_id": 6408,"name": "Apple Inc","symbol": "AAPL","exchange": "Nasdaq Stock Exchange","last_price": "297.84","change": "-2.39","change_percent": "-0.8","currency": "USD","description": "View today's Apple Inc stock price and latest AAPL news and analysis. Create real-time notifications to follow any changes in the live stock price.","faqs": [{ "question": "What Is the Apple (AAPL) Stock Price Today?", "answer": "The Apple stock price today is 297.84 USD." },{ "question": "What Stock Exchange Does Apple Trade On?", "answer": "Apple is listed and trades on the Nasdaq Stock Exchange." },{ "question": "What Is the Stock Symbol for Apple?", "answer": "The stock symbol for Apple is \"AAPL.\"" },"... 11 more"]}
| Field | Type | Description |
|---|---|---|
pair_id | integer | Investing.com internal numeric ID. |
name, symbol, exchange, currency | string | Instrument identity. |
last_price, change, change_percent | string | Quote snapshot at fetch time. |
description | string | Page meta description. |
faqs | array | [{question, answer}] rendered FAQ pairs. |
Mode 2 — technical_indicators
Aggregate TA verdict, moving averages (simple + exponential), oscillators, and pivot points for a chosen timeframe.
Output sample (timeframe: "1D"):
{"mode": "technical_indicators","url": "https://www.investing.com/equities/apple-computer-inc","source": "Investing.com","pair_id": 6408,"timeframe": "1D","summary": "Strong Buy","moving_averages": [{ "period": "MA5", "simple": "297.99", "simple_signal": "Sell", "exp": "297.20", "exp_signal": "Buy" },{ "period": "MA10", "simple": "293.51", "simple_signal": "Buy", "exp": "292.72", "exp_signal": "Buy" },{ "period": "MA20", "simple": "282.79", "simple_signal": "Buy", "exp": "284.69", "exp_signal": "Buy" },"... 3 more"],"indicators": [{ "name": "RSI", "value": "71.329", "signal": "Buy" },{ "name": "STOCH", "value": "79.775", "signal": "Buy" },{ "name": "STOCHRSI", "value": "76.104", "signal": "Overbought" },"... 9 more"],"pivot_points": [{ "name": "Classic", "s3": "290.08", "s2": "293.30", "s1": "296.76","pivot": "299.98","r1": "303.44", "r2": "306.66", "r3": "310.12" },"... 4 more"]}
| Field | Type | Description |
|---|---|---|
timeframe | string | The timeframe the values were computed for. |
summary | string | Aggregate verdict — Strong Buy, Buy, Neutral, Sell, or Strong Sell. |
moving_averages | array | MA5 … MA200 with simple and exponential values + Buy/Sell signal. |
indicators | array | RSI, STOCH, STOCHRSI, MACD, ATR, ADX, CCI, BullBear, UO, ROC, Williams %R, … |
pivot_points | array | Five systems: Classic, Fibonacci, Camarilla, Woodie, DeMark. |
Mode 3 — news_analysis
Latest news for the asset, with publisher and ISO-8601 publish date.
Output sample:
{"mode": "news_analysis","url": "https://www.investing.com/equities/apple-computer-inc-news","source": "Investing.com","pair_id": 6408,"article_count": 10,"articles": [{"title": "U.S. stocks mixed at close of trade; Dow Jones Industrial Average up 0.32%","url": "https://www.investing.com/news/stock-market-news/us-stocks-mixed-at-close-of-trade-dow-jones-industrial-average-up-032-4696930","date": "2026-05-18T20:30:00Z","publisher": "Investing.com","news_id": 4696930},{"title": "Indian court tells Apple to 'cooperate' in antitrust case","url": "https://www.investing.com/news/stock-market-news/indian-court-tells-apple-to-cooperate-in-antitrust-case-4694676","date": "2026-05-18T06:34:40Z","publisher": "Reuters","news_id": 4694676},"... 8 more"]}
| Field | Type | Description |
|---|---|---|
article_count | integer | Number of articles returned (typically 10 — Investing's page-1 default). |
articles[].title | string | Headline. |
articles[].url | string | Absolute article URL — feed it to the Investing.com News Scraper for full body. |
articles[].date | string | ISO-8601 publish timestamp. |
articles[].publisher | string | Investing.com, Reuters, Bloomberg, … |
articles[].news_id | integer | Internal article ID. |
Mode 4 — forum_sentiment
Threaded community comments plus the technical Bull/Bear Power indicator as a sentiment proxy.
Output sample:
{"mode": "forum_sentiment","url": "https://www.investing.com/equities/apple-computer-inc","source": "Investing.com","pair_id": 6408,"sentiment": {"bull_bear_value": "14.8420","bull_bear_signal": "Buy","summary_timeframe": "1d"},"comments_count": 11,"comments": [{"comment_id": "46759468","parent_id": null,"username": "Seng Hyun","text": "Lol they literally dropped it before close so it gets pinned at flat... how rigged is this market","date": "2026-05-01 01:17:40","likes": 3,"dislikes": 1,"is_pro_user": false,"total_replies": 0},"... 10 more"]}
| Field | Type | Description |
|---|---|---|
sentiment.bull_bear_value | string | Numeric reading of the Bull/Bear Power oscillator. |
sentiment.bull_bear_signal | string | Buy / Sell / Neutral. |
comments_count | integer | Total comments (including replies). |
comments[] | array | Flat list incl. replies. parent_id is null for top-level comments. |
Mode 5 — chart_ohlcv
Raw OHLCV bars for the chosen timeframe. Window auto-sized: 1 year for daily, 5 years for weekly, 10 years for monthly.
Output sample (timeframe: "1D"):
{"mode": "chart_ohlcv","url": "https://www.investing.com/equities/apple-computer-inc","source": "Investing.com","pair_id": 6408,"timeframe": "1D","start_date": "2025-05-19","end_date": "2026-05-19","bar_count": 251,"bars": [{ "timestamp": 1779062400, "date": "May 18, 2026","open": "300.24", "high": "300.66", "low": "294.91", "close": "297.84","volume": 34482960, "change_pct": -0.7961 },{ "timestamp": 1778803200, "date": "May 15, 2026","open": "297.90", "high": "303.20", "low": "296.52", "close": "300.23","volume": 54862836, "change_pct": 0.6774 },"... 249 more"]}
| Field | Type | Description |
|---|---|---|
timeframe | string | 1D / 1W / 1M. (Intraday timeframes are TA-only.) |
start_date, end_date | string | ISO date window. |
bar_count | integer | Number of bars returned. |
bars[] | array | {timestamp, date, open, high, low, close, volume, change_pct}. |
Running on a schedule
Set up an Apify schedule and the actor will keep your dataset fresh automatically — every hour for chart data, every 15 minutes for technical indicators, daily for FAQs. Use the Schedules tab in the Apify Console and reuse the same input JSON.
Other related actors
| Actor | Purpose |
|---|---|
Investing.com News Scraper | Full article body + tickers + comments for a single news URL. Pair with news_analysis mode here. |
| Reuters / Bloomberg / WSJ scrapers | Article-level extraction from the original publishers when this actor only returns a headline. |
| Yahoo Finance Scraper | Alternative source for OHLCV and fundamental data. |