Investing Signal Trade Scraper avatar

Investing Signal Trade Scraper

Pricing

from $0.05 / result

Go to Apify Store
Investing Signal Trade Scraper

Investing Signal Trade Scraper

Investing.com Trade Signal Scraper is a lightweight Apify actor that extracts technical analysis signals directly from the Investing.com mobile API endpoint.

Pricing

from $0.05 / result

Rating

0.0

(0)

Developer

Romy

Romy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

📊 Investing.com Trade Signal Scraper

Investing.com Trade Signal Scraper is a lightweight Apify actor that extracts technical analysis signals directly from the Investing.com mobile API endpoint. It retrieves real-time trading signals such as Strong Buy, Buy, Neutral, Sell, and Strong Sell for any trading pair without requiring an official API key.


🎯 Features

  • 📈 Real-Time Technical Signals – Fetch live technical summaries for trading pairs.
  • 🔎 Pair Search Support – Automatically finds matching pair IDs from Investing.com.
  • ⏱️ Multiple Timeframes – Returns signals for various intervals (1m, 5m, 15m, 1H, 4H, 1D, etc.).
  • 📊 Structured JSON Output – Includes summary, moving averages, oscillators, and metadata.
  • Fast Async Execution – Uses asynchronous requests for efficient data retrieval.

🚀 How to Use

  1. Run the actor via Apify Console or API.

  2. Provide input with the following field:

    • pair: Trading pair symbol (e.g., btcusdt, ethusdt, gold, eurusd)
  3. Wait for execution to complete.

  4. Download results in JSON format from the dataset.


📌 Example Input

{
"pair": "btcusdt"
}

📦 Example Output

Trade Signal Preview

{
"pair": "btcusd",
"data": [
{
"pair_ID": 945629,
"search_main_text": "BTC/USD",
"search_main_longtext": "Bitcoin US Dollar",
"exchange_flag_ci": 241,
"flag_image_circle": "https://cdn.investing.com/crypto-logos/40x40/v2/bitcoin.png",
"search_main_subtext": "Crypto - Bitfinex",
"pair_updatetime": 1771432888,
"technical_data": [
{
"timeframe": "300",
"pair_ID": "945629",
"main_summary": {
"text": "Strong Sell",
"text_color": "#ffffff",
"bg_color": "#a82226",
"action": "strong_sell"
},
"ma_summary": {
"ma_buy": "Buy (0)",
"ma_sell": "Sell (12)",
"ma_text": "Strong Sell",
"ma_text_color": "#852121",
"ma_bg_color": "#de8181",
"ma_color": "red"
},
"ti_summary": {
"ti_buy": "Buy (0)",
"ti_sell": "Sell (7)",
"ti_neutral": "Neutral (4)",
"ti_text": "Strong Sell",
"ti_text_color": "#852121",
"ti_bg_color": "#de8181",
"ti_color": "red"
},
"pivot_points": [
{
"text": "R3",
"value_class": "67446.6",
"color_class_text": "#852121",
"color_class_bg": "#de8181",
"value_class_color_text": "#ffffff",
"value_fib": "67353.3",
"color_fib_text": "#852121",
"color_fib_bg": "#de8181",
"value_fib_color_text": "#ffffff"
},
{
"text": "R2",
"value_class": "67353.3",
"color_class_text": "#852121",
"color_class_bg": "#de8181",
"value_color_text": "#ffffff",
"value_fib": "67299.8",
"color_fib_text": "#852121",
"color_fib_bg": "#de8181",
"value_fib_color_text": "#ffffff"
},
{
"text": "R1",
"value_class": "67306.6",
"color_class_text": "#852121",
"color_class_bg": "#de8181",
"value_class_color_text": "#ffffff",
"value_fib": "67266.8",
"color_fib_text": "#852121",
"color_fib_bg": "#de8181",
"value_fib_color_text": "#ffffff"
},
{
"text": "Pivot Point",
"value_class": "67213.3",
"color_class_text": "#ffffff",
"color_class_bg": "#a6a6a6",
"value_class_color_text": "#ffffff",
"value_fib": "67213.3",
"color_fib_text": "#ffffff",
"color_fib_bg": "#a6a6a6",
"value_fib_color_text": "#ffffff"
},
{
"text": "S1",
"value_class": "67166.6",
"color_class_text": "#085c00",
"color_class_bg": "#74bd6d",
"value_class_color_text": "#ffffff",
"value_fib": "67159.8",
"color_fib_text": "#085c00",
"color_fib_bg": "#74bd6d",
"value_fib_color_text": "#ffffff"
},
{
"text": "S2",
"value_class": "67073.3",
"color_class_text": "#085c00",
"color_class_bg": "#74bd6d",
"value_class_color_text": "#ffffff",
"value_fib": "67126.8",
"color_fib_text": "#085c00",
"color_fib_bg": "#74bd6d",
"value_fib_color_text": "#ffffff"
},
{
"text": "S3",
"value_class": "67026.6",
"color_class_text": "#085c00",
"color_class_bg": "#74bd6d",
"value_class_color_text": "#ffffff",
"value_fib": "67073.3",
"color_fib_text": "#085c00",
"color_fib_bg": "#74bd6d",
"value_fib_color_text": "#ffffff"
}
],
"ti": [
{
"text": "RSI(14)",
"value": "44.479",
"action": "Sell",
"action_color_text": "#852121",
"action_color_bg": "#de8181",
"value_color_text": "#ffffff",
"ti_color": "red"
},
{
"text": "STOCH(9,6)",
"value": "98.532",
"action": "Overbought",
"action_color_text": "#ffffff",
"action_color_bg": "#a6a6a6",
"value_color_text": "#ffffff",
"ti_color": "black"
},
{
"text": "STOCHRSI(14)",
"value": "12.149",
"action": "Oversold",
"action_color_text": "#ffffff",
"action_color_bg": "#a6a6a6",
"value_color_text": "#ffffff",
"ti_color": "black"
},
{
"text": "MACD(12,26)",
"value": "-72.900",
"action": "Sell",
"action_color_text": "#852121",
"action_color_bg": "#de8181",
"value_color_text": "#ffffff",
"ti_color": "red"
},
{
"text": "ATR(14)",
"value": "226.7143",
"action": "Less Volatility",
"action_color_text": "#ffffff",
"action_color_bg": "#a6a6a6",
"value_color_text": "#ffffff",
"ti_color": "black"
},
{
"text": "ADX(14)",
"value": "28.080",
"action": "Neutral",
"action_color_text": "#ffffff",
"action_color_bg": "#a6a6a6",
"value_color_text": "#ffffff",
"ti_color": "black"
},
{
"text": "CCI(14)",
"value": "-57.8324",
"action": "Sell",
"action_color_text": "#852121",
"action_color_bg": "#de8181",
"value_color_text": "#ffffff",
"ti_color": "red"
},
{
"text": "Highs/Lows(14)",
"value": "-163.2857",
"action": "Sell",
"action_color_text": "#852121",
"action_color_bg": "#de8181",
"value_color_text": "#ffffff",
"ti_color": "red"
},
{
"text": "UO",
"value": "48.955",
"action": "Sell",
"action_color_text": "#852121",
"action_color_bg": "#de8181",
"value_color_text": "#ffffff",
"ti_color": "red"
},
{
"text": "ROC",
"value": "-0.360",
"action": "Sell",
"action_color_text": "#852121",
"action_color_bg": "#de8181",
"value_color_text": "#ffffff",
"ti_color": "red"
},
{
"text": "WilliamsR",
"value": "-1.969",
"action": "Overbought",
"action_color_text": "#ffffff",
"action_color_bg": "#a6a6a6",
"value_color_text": "#ffffff",
"ti_color": "black"
},
{
"text": "BullBear(13)",
"value": "-175.1180",
"action": "Sell",
"action_color_text": "#852121",
"action_color_bg": "#de8181",
"value_color_text": "#ffffff",
"ti_color": "red"
}
],
"ma": [
{
"text": "MA5",
"simple": "67268.4",
"simple_action": "Sell",
"simple_text_color": "#852121",
"simple_text_bg": "#de8181",
"ma_simple_color": "red",
"exponential": "67268.5",
"exponential_action": "Sell",
"exponential_text_color": "#852121",
"exponential_text_bg": "#de8181",
"ma_exponential_color": "red"
},
{
"text": "MA10",
"simple": "67311.0",
"simple_action": "Sell",
"simple_text_color": "#852121",
"simple_text_bg": "#de8181",
"ma_simple_color": "red",
"exponential": "67340.2",
"exponential_action": "Sell",
"exponential_text_color": "#852121",
"exponential_text_bg": "#de8181",
"ma_exponential_color": "red"
},
{
"text": "MA20",
"simple": "67500.8",
"simple_action": "Sell",
"simple_text_color": "#852121",
"simple_text_bg": "#de8181",
"ma_simple_color": "red",
"exponential": "67397.8",
"exponential_action": "Sell",
"exponential_text_color": "#852121",
"exponential_text_bg": "#de8181",
"ma_exponential_color": "red"
},
{
"text": "MA50",
"simple": "67429.7",
"simple_action": "Sell",
"simple_text_color": "#852121",
"simple_text_bg": "#de8181",
"ma_simple_color": "red",
"exponential": "67488.9",
"exponential_action": "Sell",
"exponential_text_color": "#852121",
"exponential_text_bg": "#de8181",
"ma_exponential_color": "red"
},
{
"text": "MA100",
"simple": "67678.4",
"simple_action": "Sell",
"simple_text_color": "#852121",
"simple_text_bg": "#de8181",
"ma_simple_color": "red",
"exponential": "67556.6",
"exponential_action": "Sell",
"exponential_text_color": "#852121",
"exponential_text_bg": "#de8181",
"ma_exponential_color": "red"
},
{
"text": "MA200",
"simple": "67681.5",
"simple_action": "Sell",
"simple_text_color": "#852121",
"simple_text_bg": "#de8181",
"ma_simple_color": "red",
"exponential": "67670.3",
"exponential_action": "Sell",
"exponential_text_color": "#852121",
"exponential_text_bg": "#de8181",
"ma_exponential_color": "red"
}
]
}
],
"tradenow": [
{
"IOS_Unit2": "/6938/Inv_UK_App_iOS/Inv_uk_app_ios_tnb_all_positions",
"AND_Unit2": "/6938/Inv_UK_App/Inv_uk_app_tnb_all_positions",
"AND_Broker": "",
"IOS_btnOnly": "Yes"
}
]
}
]
}

⚙️ Supported Markets

You can query signals for:

  • 🪙 Crypto (e.g., BTCUSDT, ETHUSDT)
  • 💱 Forex (e.g., EURUSD, GBPUSD)
  • 🏦 Indices (e.g., SP500, NASDAQ)
  • 🥇 Commodities (e.g., Gold, Silver)
  • 📈 Stocks (depending on Investing.com availability)

🔐 Disclaimer

This actor scrapes publicly accessible data from Investing.com’s mobile API endpoints. You are responsible for ensuring your use complies with Investing.com’s Terms of Service. For official access, please refer to the Investing.com website:

👉 https://www.investing.com/


🛠️ Support

If you encounter issues or would like additional features (multi-pair input, timeframe filtering, webhook alerts, or cron scheduling), feel free to reach out via:

  • Apify Console
  • Apify Community Forum