Resolve any Google Finance ticker into typed JSON: current price, intraday movement, key statistics, related news, and the index and currency context shown beside it.
Google Finance presents a clean, fast quote surface for global equities, major indices, and currency pairs, with concise company snapshots and curated headlines. The Google Finance Scraper API reads those public quote pages and returns price, percentage change, basic statistics, and linked news as structured records.
Teams building dashboards and alerting tools lean on it when they want Google's tidy, normalized view rather than a noisy raw feed. We resolve each quote when you call and pass through the indices and FX rates Google displays alongside the instrument.
# POST a target — get validated JSON back
curl https://api.crawlzo.com/v4/scrape \
-H "Authorization: Bearer $CRAWLZO_KEY" \
-d '{
"url": "https://www.googlefinance.com/",
"type": "quote",
"symbol": "AAPL"
}'
// ← response
{
"status": "ok",
"data": {
"symbol": "AAPL",
"price": 228.41,
"change_pct": 1.24,
"market_cap": 3480000000000,
"volume": 41200000,
"currency": "USD"
}
} "type": "quote",
"symbol": "AAPL"Google Finance data parsed into clean, validated JSON. Pull any group below on its own, or combine them in a single request.
Lightweight quote dashboards
Index and currency tracking
Price-alert and notification services
Company snapshot enrichment
Yes. Alongside equity tickers you can request major index symbols and FX pairs, and we return the same structured price and change fields Google Finance displays.
Structured JSON straight from the API, or pushed to your stack natively — S3, BigQuery, Snowflake, Postgres, Kafka, or any HTTPS webhook. Call it from Python, Node, Go, Rust, or any HTTP client. The data lands where your pipeline already lives.
No. You pay for valid, schema-passing rows only. Retries, blocks, CAPTCHAs, and 5xxs are on us. If a run doesn't return data that conforms to the schema, it isn't billed.
Every request routes through the same engine behind our Web Unblocker API: compliant residential IPs, real browser fingerprints, TLS-level evasion, behaviour modelling, and built-in CAPTCHA solving. Hard targets become routine.
Yes. We respect robots policies, rate budgets, and ToS-aware allow/deny lists. We deliver and move on — no row-level retention beyond your replay window. GDPR DPA, PII redaction, and custom data residency available on request.