TipRanks Stock Scraper avatar

TipRanks Stock Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
TipRanks Stock Scraper

TipRanks Stock Scraper

Collect analyst ratings, price targets, Smart Scores, dividends, and key market data for stock tickers from TipRanks. Returns one detailed record per ticker with the original source data preserved under `raw`.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Collects analyst consensus, price targets, dividends and the TipRanks Smart Score for one or more stock tickers from TipRanks (tipranks.com). Returns one record per ticker; a trimmed copy of the original data is preserved under raw.

Input

FieldDefaultDescription
tickers["AAPL","MSFT","GOOGL"]Ticker symbols to fetch. Leave empty to use the default sample.
limit25Maximum number of ticker records to return (1–100).
request_delay1Seconds to wait between per-ticker requests (0–10).
Proxy configurationUS proxy onOptional. Enable a US-based proxy for the most reliable results.

Output

Each ticker is returned as one record. Example:

{
"ticker": "KO",
"company_name": "Coca-Cola",
"market": "NYSE",
"market_cap": 300000000000,
"latest_price": 70.12,
"smart_score": 9,
"analyst_consensus": "strongbuy",
"analyst_rating_raw": 5,
"num_analysts": 18,
"num_buy": 16,
"num_hold": 2,
"num_sell": 0,
"price_target": 96.47,
"price_target_high": 110.0,
"price_target_low": 80.0,
"has_dividends": true,
"dividend": 2.04,
"dividend_yield": 2.3715,
"next_dividend_pay_date": "2026-10-01T00:00:00",
"next_ex_dividend_date": "2026-09-15T00:00:00",
"source_url": "https://www.tipranks.com/stocks/ko",
"raw": { ... }
}

Notes

  • Runs with empty input (uses a default sample of tickers).
  • Enable a US-based proxy for the most reliable results.
  • For research/educational use — please review TipRanks' Terms of Service before redistributing data.