Zacks Rank Stock Scraper
Pricing
from $10.00 / 1,000 stock records
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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?
| Field | Type | Example |
|---|---|---|
| ticker, name, companyShortName | string | AAPL, Apple Inc. |
| exchange, logoUrl, url | string | NASDAQ |
| zacksRank, zacksRankText | number, string | 3, "Hold" |
| price, previousClose, open | number | 313.39 |
| dayHigh, dayLow, yearHigh, yearLow | number | 52-week range |
| change, changePercent, volume | number | |
| preAfterChange, preAfterChangePercent | number | pre/after-market move |
| marketCap, peRatio, peForward, eps | number | |
| dividend, dividendYield, dividendFrequency, dividendDate | number/string | |
| confirmedReportingDate, expectedReportingDate | string | next earnings date |
| marketStatus, marketTime, updatedAt | string | live market state |
31 fields per ticker, merged into a single record.
How to use
- Open the actor and enter one or more ticker symbols (e.g.
AAPL,MSFT,TSLA) - Click Start
- 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"]}
| Parameter | Type | Required | Description |
|---|---|---|---|
tickers | array of strings | Yes | Ticker symbols to look up. Case-insensitive. |
proxyConfiguration | object | No | Optional — 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.
Related actors
- FinViz Stock Screener — technical screeners (top gainers, most active) with 61 fundamental/technical fields per stock.
- Yahoo Finance Scraper — real-time quotes, fundamentals and historical OHLCV by ticker.
- SEC EDGAR Scraper — company filings, Form 4 insider trades, XBRL financials and 13F fund holdings.
- Dividend & ETF Scraper — full dividend history and ETF holdings, expense ratio and yield by ticker.
- Financial Calendar Scraper — earnings, dividends, splits and IPO calendars.
- Congressional Stock Trades Scraper — every House member stock trade disclosed under the STOCK Act, with disclosure-delay signals.
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
Legal Disclaimer
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.