FinancialJuice News Scraper avatar

FinancialJuice News Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store
FinancialJuice News Scraper

FinancialJuice News Scraper

[๐Ÿ’ฐ $4.00 / 1K] Extract real-time market-moving news headlines from FinancialJuice โ€” titles, links, categories, tags, authors, and publish times. Filter by asset class (Forex, Crypto, Commodities, Equities, Bonds, Indexes, Macro) or search by keyword, with a headline limit per run.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a month ago

Last modified

Share

Pull real-time market-moving headlines from FinancialJuice at scale โ€” asset-class feeds, full-newswire keyword search, source attribution, and clean UTC timestamps on every story. FinancialJuice broadcasts short, timestamped market-moving news the moment it breaks; this actor turns that live wire into a structured, deduplicated dataset. Built for algo traders, quant researchers, and financial-media monitors who need breaking market headlines in a database without watching a feed all day.

Why This Scraper?

  • Eight asset-class feeds in one run โ€” Market Moving, Forex, Crypto, Commodities, Bonds, Equities, Indexes, and Macro headlines, or leave categories empty to pull the aggregate market-moving wire.
  • Keyword search across the entire newswire โ€” match any term or phrase ("Federal Reserve", "Bitcoin", "oil") against every headline the wire carries, not just today's front page. Category feeds and keyword search are two independent ways to narrow what you collect.
  • ISO-8601 UTC timestamps on every headline โ€” plus the original raw publish string, so you can sort, window, and align headlines to price bars without parsing localized date text.
  • Named source outlet per headline โ€” each row records the wire that broke the story (FXStreet, Reuters, and others) alongside a permalink to the headline on FinancialJuice.
  • Deduplicated on headline ID across every feed and keyword โ€” the same story surfacing in Crypto, Macro, and a keyword search collapses to a single row, so overlapping feeds never inflate your dataset.
  • Newest-first, capped exactly โ€” one headline limit governs the whole run; the feed returns the most recent market-moving news first and never overshoots your cap.
  • Keyword-match provenance on every row โ€” run several search terms at once and each headline records which keyword surfaced it, so multi-term monitoring stays traceable to its trigger.
  • Ten typed fields per headline, no cleanup required โ€” id, title, permalink, category, tags, source, ISO + raw publish time, matched keyword, and collection time, ready to load straight into a database or dashboard.

Use Cases

Algo & Quant Signals

  • Feed breaking market-moving headlines into event-driven trading models
  • Build a news factor keyed on asset class (Forex, Crypto, Bonds, Commodities)
  • Timestamp-align UTC headlines to price bars for backtesting
  • Trigger a strategy re-check when Fed, CPI, or NFP headlines land

Market Research

  • Track how a theme โ€” rate cuts, oil, AI โ€” moves across asset classes over time
  • Assemble a searchable archive of market-moving headlines by keyword
  • Compare headline volume across the Forex, Commodities, and Equities feeds

Financial Media Monitoring

  • Watch for any mention of a company, ticker, or central bank across the wire
  • Surface breaking headlines for a newsroom or research desk
  • Archive the market-moving wire for compliance and audit trails

Sentiment & NLP

  • Build a labeled corpus of financial headlines for sentiment models
  • Score market tone by asset class using the category label on each row
  • Correlate headline flow with intraday price moves

Dashboards & Alerting

  • Power a live market-news dashboard grouped by asset class
  • Push new headlines to Slack or email as they break, filtered by keyword
  • Feed a client-facing terminal with structured, deduplicated headlines

Getting Started

Latest Market-Moving Headlines

Zero configuration โ€” pull the most recent headlines from the main wire:

{
"maxItems": 50
}

Filter by Asset Class

Collect only Forex and Crypto headlines:

{
"categories": ["forex", "crypto"],
"maxItems": 100
}

Keyword Search Across the Wire

Track every headline mentioning any of these central banks, newest first:

{
"searchTerms": ["Federal Reserve", "ECB", "Bank of Japan"],
"maxItems": 500
}

Input Reference

What to Collect

ParameterTypeDefaultDescription
categoriesarray[] (main feed)Asset classes to collect: Market Moving, Forex, Commodities, Crypto, Equities, Bonds, Indexes, or Macro (Economy). Pick one or more, or leave empty to pull the aggregate market-moving feed.
searchTermsarray[]Keywords or phrases to match against the whole newswire (e.g. "Federal Reserve", "Bitcoin", "oil"). Each keyword is searched separately. Leave empty to skip keyword filtering.

Limits

ParameterTypeDefaultDescription
maxItemsinteger100The most headlines to collect in one run, counted across all selected categories and keywords combined (duplicates removed). Newest headlines come first, so a lower number returns the latest news faster.

Output

Each record is one headline with ten typed fields:

{
"id": "9683844",
"title": "USD/CHF Price Forecast: Bulls pause below 0.8150 as momentum fades",
"url": "https://www.financialjuice.com/News/9683844/USDCHF-Price-Forecast-Bulls-pause-below-08150-as-momentum-fades.aspx",
"category": "Forex",
"tags": [],
"author": "FXStreet",
"publishedAt": "2026-07-18T02:01:55.063Z",
"publishedAtRaw": "2026-07-18T02:01:55.063",
"searchTerm": null,
"scrapedAt": "2026-07-18T11:33:25.989Z"
}

Fields

FieldTypeDescription
idstringUnique headline identifier. Used as the deduplication key across feeds and keywords.
titlestringHeadline text.
urlstringPermalink to the headline's page on FinancialJuice.
categorystringAsset-class feed the headline came from โ€” Forex, Crypto, Macro, and so on, or "All" for the main feed.
tagsarrayTopic tags the wire attached to the headline. Often empty.
authorstringSource outlet that published the headline (e.g. "FXStreet"); "FinancialJuice" when no outlet is named.
publishedAtstringPublish time in ISO-8601 UTC (with trailing Z).
publishedAtRawstringThe original publish timestamp exactly as provided by the wire.
searchTermstring | nullThe keyword that surfaced this headline; null when the row did not come from a keyword search.
scrapedAtstringISO-8601 UTC time the headline was collected.

Tips for Best Results

  • Start small to preview โ€” set maxItems to 25โ€“50 on the first run to confirm the feed and fields match what you need, then scale up.
  • Use keyword search for event-driven monitoring โ€” a single term like "Federal Reserve" or a ticker sweeps the whole wire, ideal for alerting on a name the moment it breaks rather than watching a category scroll by.
  • Poll categories separately for asset-class dashboards โ€” request each asset class in its own run (or list several in categories) to keep a clean, per-class stream feeding each dashboard panel.
  • Keep runs recent and frequent โ€” the feed returns newest headlines first, so short, scheduled runs with a modest maxItems capture breaking news faster and cheaper than one huge backfill.
  • Category and keyword narrow independently โ€” a keyword search scans the full newswire rather than filtering inside a single category, so use categories to slice by asset class and keywords to hunt a theme across everything.
  • Give multi-word phrases as one entry โ€” put "Bank of Japan" in a single searchTerms item to match the phrase, and use several items to track several names in one run; each row's searchTerm tells you which one matched.
  • Deduplication is automatic โ€” request overlapping categories and keywords freely; each headline is returned once, keyed on its ID.

Pricing

From $4.00 per 1,000 results โ€” flat, pay-per-result pricing that undercuts the going rate for FinancialJuice headline data. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows the total cost at each Apify discount tier.

ResultsNo discountBronzeSilverGold
100$0.48$0.45$0.43$0.40
1,000$4.80$4.50$4.30$4.00
10,000$48.00$45.00$43.00$40.00
100,000$480.00$450.00$430.00$400.00

A "result" is one headline row in the output dataset. No compute or time-based charges โ€” you pay per result, plus a small fixed per-run start fee.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n โ€” Workflow automation
  • Google Sheets โ€” Direct spreadsheet export
  • Slack / Email โ€” Notifications on new results
  • Webhooks โ€” Trigger custom workflows when a run completes
  • Apify API โ€” Full programmatic access

This actor is designed for legitimate market research, financial media monitoring, and trading analytics. Users are responsible for complying with applicable laws and FinancialJuice's Terms of Service. Respect copyright when redistributing headlines, and do not use collected data for spam, harassment, or any illegal purpose.