FinViz Stock Screener avatar

FinViz Stock Screener

Pricing

from $2.00 / 1,000 results

Go to Apify Store
FinViz Stock Screener

FinViz Stock Screener

Extract real-time stock data from FinViz screeners: top gainers, losers, most active, unusual volume, overbought, oversold, new highs and lows. Returns ticker, company, price, % change, sector, industry, market cap, volume, and P/E ratio per stock. No login or API key required.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Sheshinmcfly

Sheshinmcfly

Maintained by Community

Actor stats

2

Bookmarked

31

Total users

8

Monthly active users

2 days ago

Last modified

Share

Extract real-time stock market data from FinViz screeners — one of the most popular stock screening tools used by traders and investors worldwide.

Filter by screener type (top gainers, losers, most active, unusual volume, overbought/oversold) and export structured data with ticker, company, sector, price, change, and volume.


What data does it extract?

FieldDescriptionExample
screenerScreener filter used"ta_topgainers"
tickerStock ticker symbol"AAPL"
companyCompany name"Apple Inc"
sectorMarket sector"Technology"
industryIndustry"Consumer Electronics"
countryCountry of listing"USA"
marketCapMarket capitalization"3.12T"
pePrice-to-Earnings ratio"32.5"
priceCurrent stock price185.42
changePrice change % today5.21
changePercentFormatted change %"+5.21%"
volumeTrading volume52341800
urlFinViz quote page"https://finviz.com/quote.ashx?t=AAPL"
extractedAtExtraction timestamp"2026-04-21T12:00:00Z"

Available screeners

ScreenerDescription
ta_topgainersStocks with the highest % gain today
ta_toplosersStocks with the highest % loss today
ta_newhighStocks hitting 52-week highs
ta_newlowStocks hitting 52-week lows
ta_mostactiveHighest trading volume stocks
ta_unusualvolumeStocks with unusual volume spikes
ta_mostvolatileMost volatile stocks today
ta_overboughtStocks with RSI > 70
ta_oversoldStocks with RSI < 30

Use cases

  • Day traders: Spot top movers and unusual volume before market close
  • Swing traders: Find overbought/oversold setups for entries and exits
  • Market research: Track sector trends and daily market breadth
  • Algorithmic trading: Feed screener data into trading strategies
  • Portfolio monitoring: Watch for stocks hitting new highs/lows
  • Volume analysis: Detect institutional activity via unusual volume

How to use

  1. Open the actor and configure:
    • Screeners: Select one or more screener filters
    • Max results: Cap the number of stocks per screener
  2. Click Start
  3. Download results as JSON, CSV, or Excel

Example output (JSON)

{
"screener": "ta_topgainers",
"ticker": "FFAI",
"company": "Faraday Future Intelligent Electric Inc",
"sector": "Consumer Cyclical",
"industry": "Auto Manufacturers",
"country": "USA",
"marketCap": "132.32M",
"pe": null,
"price": 0.53,
"change": 85.52,
"changePercent": "+85.52%",
"volume": 575445744,
"url": "https://finviz.com/quote.ashx?t=FFAI",
"extractedAt": "2026-04-21T12:00:00.000Z"
}

Pricing

This actor charges $0.002 USD per stock extracted. Extracting 100 stocks costs approximately $0.20 USD.



FAQ

Do I need a FinViz account or API key? No. This actor extracts publicly available screener data — no login, subscription, or API key required.

Which screeners can I scrape? Nine technical screeners: top gainers, top losers, new highs, new lows, most active, unusual volume, most volatile, overbought (RSI > 70) and oversold (RSI < 30). Select one or more per run.

How fresh is the data? It reflects FinViz at the moment of the run — effectively real-time intraday market data.

Can I extract more than 100 stocks? Yes. Set Max results per screener up to 500. No FinViz Elite account needed.

Do I need proxies? Apify datacenter proxies work for FinViz out of the box. The actor also adapts its proxy strategy automatically (see changelog), so you rarely need to touch proxy settings.

What export formats are available? JSON, CSV, and Excel — download from the run's dataset or pull via the Apify API.


Keywords

finviz stock screener, stock market scraper, top gainers losers, unusual volume stocks, stock screener data, day trading scanner, market movers, NYSE NASDAQ stocks, overbought oversold stocks, finviz scraper


This actor extracts publicly available commercial data only from FinViz (finviz.com), in compliance with Chilean Law 19.628 on the Protection of Private Life (Ley 19.628 sobre Protección de la Vida Privada).

This actor only accesses screener URLs explicitly permitted in FinViz's robots.txt file (ta_topgainers, ta_toplosers, ta_newhigh, ta_newlow, ta_mostactive, ta_unusualvolume, ta_mostvolatile, ta_overbought, ta_oversold).

What this actor does NOT collect:

  • Names or personal data of any individuals
  • User accounts, portfolios, or private information
  • Any data that could identify or profile a private person

What this actor collects:

  • Stock tickers, company names, and market data (public commercial data)
  • Sector, industry, and country classifications
  • Publicly visible price, volume, and percentage changes

The data extracted is identical to what any visitor can freely view on the FinViz website. Users are solely responsible for ensuring their use of this data complies with applicable laws and FinViz's terms of service.


Changelog

  • v1.0.20 (2026-06-01) — Adaptive proxy intelligence: the scraper now learns the best proxy and pacing strategy per domain across runs for higher reliability, at no extra cost to you.
  • v1.0.18 (2026-05-26) — Added a data-quality report at the end of each run; code cleanup and faster item counting.
  • v1.0 — Initial release: 9 technical screeners, real-time market data, JSON/CSV/Excel export.