Zacks Rank Stock Scraper avatar

Zacks Rank Stock Scraper

Pricing

from $10.00 / 1,000 stock records

Go to Apify Store
Zacks Rank Stock Scraper

Zacks Rank Stock Scraper

Extract the Zacks Rank (1 Strong Buy to 5 Strong Sell) plus a full quote snapshot for any US stock ticker: price, market cap, P/E, EPS, dividend yield, 52-week range, and earnings dates. Clean JSON output, ideal for AI agents, RAG pipelines, and quant research. No login needed.

Pricing

from $10.00 / 1,000 stock records

Rating

0.0

(0)

Developer

Sheshinmcfly

Sheshinmcfly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract the Zacks Rank — the proprietary 1 (Strong Buy) to 5 (Strong Sell) stock rating used by investors and analysts — along with a full quote snapshot for any US stock ticker. No login, no API key, no subscription required.

What data do you get?

FieldTypeExample
ticker, name, companyShortNamestringAAPL, Apple Inc.
exchange, logoUrl, urlstringNASDAQ
zacksRank, zacksRankTextnumber, string3, "Hold"
price, previousClose, opennumber313.39
dayHigh, dayLow, yearHigh, yearLownumber52-week range
change, changePercent, volumenumber
preAfterChange, preAfterChangePercentnumberpre/after-market move
marketCap, peRatio, peForward, epsnumber
dividend, dividendYield, dividendFrequency, dividendDatenumber/string
confirmedReportingDate, expectedReportingDatestringnext earnings date
marketStatus, marketTime, updatedAtstringlive market state

31 fields per ticker, merged into a single record.

How to use

  1. Open the actor and enter one or more ticker symbols (e.g. AAPL, MSFT, TSLA)
  2. Click Start
  3. Download results as JSON, CSV, or Excel

Use cases

  • Quant screening: filter your portfolio or watchlist by Zacks Rank to spot Strong Buy/Sell signals
  • Portfolio monitoring: track rank changes and earnings dates across your holdings
  • Trading research: combine Zacks Rank with valuation and dividend data for a single-call snapshot
  • Alerting/automation: feed the data into dashboards or bots that react to rank or price changes
  • Academic/data science: build datasets combining a proprietary rating signal with standard fundamentals

Input parameters

{
"tickers": ["AAPL", "MSFT", "TSLA"]
}
ParameterTypeRequiredDescription
tickersarray of stringsYesTicker symbols to look up. Case-insensitive.
proxyConfigurationobjectNoOptional — the actor works reliably without a proxy in most cases.

Example output (JSON)

{
"ticker": "AAPL",
"name": "Apple Inc.",
"companyShortName": "Apple",
"exchange": "NASDAQ",
"price": 313.39,
"previousClose": 313.39,
"dayHigh": 314.82,
"dayLow": 307.05,
"yearHigh": 317.4,
"yearLow": 201.5,
"zacksRank": 3,
"zacksRankText": "Hold",
"marketCap": 4602870496840,
"peRatio": 35.53,
"eps": 8.27,
"dividendYield": 0.35,
"confirmedReportingDate": "07/30/2026",
"marketStatus": "Full Trading Day (Market Closed)",
"url": "https://www.zacks.com/stock/quote/AAPL",
"extractedAt": "2026-07-09T09:58:30.860Z"
}

Performance

Typically returns results in a few seconds, even for larger ticker lists — data for multiple tickers is retrieved efficiently in batches.

Pricing

Pay-per-event: $10.00 per 1,000 results ($0.01 per stock). Every Apify account gets $5 in free usage per month, enough to try this actor at no cost.

FAQ

Do I need a Zacks account or subscription? No. This actor extracts publicly available quote data — no login required.

Can I look up any ticker? Yes, any US-listed common stock. Zacks Rank covers common stocks only — warrants, units, preferred shares, and structured notes are not rated by Zacks and are skipped rather than returned as empty records.

How often is the data updated? It reflects the current market state (live during trading hours, most recent close when markets are closed).

What does the Zacks Rank mean? 1 = Strong Buy, 2 = Buy, 3 = Hold, 4 = Sell, 5 = Strong Sell — Zacks' proprietary rating based on earnings estimate revisions.

Keywords

zacks rank, stock rating, stock screener, stock scraper, financial data api, earnings calendar, dividend yield, market cap, stock research, quant screening

This actor extracts publicly available stock market data. Users are solely responsible for ensuring their use of this data complies with applicable laws and Zacks' terms of service. This is not financial advice.

Changelog

  • v1.1 (2026-07-09) — Added pre/after-market change fields.
  • v1.0 (2026-07-09) — Initial release: Zacks Rank + 29-field quote snapshot per ticker, batch lookups, no login required.