/google/finance/analyst-articles/{quote}apiKey1 credit/requestGoogle Finance analyst articles
Returns normalized analyst article results for a quote.
Required params: quote:path
API Reference
Use Crawlora's Google Finance Scraper API endpoints to extract supported public Google Finance data as structured JSON. This documentation covers 19 active endpoints including Google Finance analyst articles, Google Finance chart data, Google Finance classification data, Google Finance company data, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as quote, q, category, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/google/finance/quote/AAPL%3ANASDAQ" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/google/finance/analyst-articles/{quote}apiKey1 credit/requestReturns normalized analyst article results for a quote.
Required params: quote:path
/google/finance/chart/{quote}apiKey1 credit/requestReturns normalized chart points for a quote and window.
Required params: quote:path
/google/finance/classification/{quote}apiKey1 credit/requestReturns normalized classification strings for a quote.
Required params: quote:path
/google/finance/company/{quote}apiKey1 credit/requestReturns normalized company information from Google Finance.
Required params: quote:path
/google/finance/contextapiKey1 credit/requestReturns normalized Google Finance context search results.
Required params: q:query
/google/finance/financials/{quote}apiKey1 credit/requestReturns normalized annual and quarterly financial rows when Google Finance has statement data for the quote.
Required params: quote:path
/google/finance/markets/categories/{category}/newsapiKey1 credit/requestReturns normalized news for a Google Finance category.
Required params: category:path
/google/finance/markets/categories/{category}/stocksapiKey1 credit/requestReturns normalized instruments for a Google Finance category.
Required params: category:path
/google/finance/markets/earningsapiKey1 credit/requestReturns normalized earnings calendar instruments.
Required params: None
/google/finance/markets/featuredapiKey1 credit/requestReturns normalized featured instruments.
Required params: None
/google/finance/markets/headlineapiKey1 credit/requestReturns the top Google Finance headline.
Required params: None
/google/finance/markets/indicesapiKey1 credit/requestReturns normalized market index instruments.
Required params: None
/google/finance/markets/moversapiKey1 credit/requestReturns normalized market mover instruments.
Required params: None
/google/finance/markets/topapiKey1 credit/requestReturns normalized top instruments for a Google Finance metric.
Required params: None
/google/finance/markets/trendingapiKey1 credit/requestReturns normalized trending instruments.
Required params: None
/google/finance/news/{quote}apiKey1 credit/requestReturns normalized news articles for a quote.
Required params: quote:path
/google/finance/quote/{quote}apiKey1 credit/requestFetches the latest quote data for a provided stock symbol from Google Finance https://www.google.com/finance/quote/AAPL:NASDAQ?hl=en.
Required params: quote:path
/google/finance/related/{quote}apiKey1 credit/requestReturns normalized related instruments for a quote.
Required params: quote:path
/google/finance/searchapiKey1 credit/requestFetches normalized search results for a provided keyword from Google Finance.
Required params: q:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Google Finance analyst articles | /google/finance/analyst-articles/{quote} | GET | 1 credit/request | quote:path | View docs | Try endpoint |
| Google Finance chart data | /google/finance/chart/{quote} | GET | 1 credit/request | quote:path | View docs | Try endpoint |
| Google Finance classification data | /google/finance/classification/{quote} | GET | 1 credit/request | quote:path | View docs | Try endpoint |
| Google Finance company data | /google/finance/company/{quote} | GET | 1 credit/request | quote:path | View docs | Try endpoint |
| Google Finance context search | /google/finance/context | GET | 1 credit/request | q:query | View docs | Try endpoint |
| Google Finance financial statements | /google/finance/financials/{quote} | GET | 1 credit/request | quote:path | View docs | Try endpoint |
| Google Finance category news | /google/finance/markets/categories/{category}/news | GET | 1 credit/request | category:path | View docs | Try endpoint |
| Google Finance category stocks | /google/finance/markets/categories/{category}/stocks | GET | 1 credit/request | category:path | View docs | Try endpoint |
| Google Finance earnings calendar | /google/finance/markets/earnings | GET | 1 credit/request | None | View docs | Try endpoint |
| Google Finance featured stocks | /google/finance/markets/featured | GET | 1 credit/request | None | View docs | Try endpoint |
| Google Finance top headline | /google/finance/markets/headline | GET | 1 credit/request | None | View docs | Try endpoint |
| Google Finance market indices | /google/finance/markets/indices | GET | 1 credit/request | None | View docs | Try endpoint |
| Google Finance market movers | /google/finance/markets/movers | GET | 1 credit/request | None | View docs | Try endpoint |
| Google Finance top stocks by metric | /google/finance/markets/top | GET | 1 credit/request | None | View docs | Try endpoint |
| Google Finance trending stocks | /google/finance/markets/trending | GET | 1 credit/request | None | View docs | Try endpoint |
| Google Finance quote news | /google/finance/news/{quote} | GET | 1 credit/request | quote:path | View docs | Try endpoint |
| Google Finance Quote API | /google/finance/quote/{quote} | GET | 1 credit/request | quote:path | View docs | Try endpoint |
| Google Finance related instruments | /google/finance/related/{quote} | GET | 1 credit/request | quote:path | View docs | Try endpoint |
| Google Finance Search API | /google/finance/search | GET | 1 credit/request | q:query | View docs | Try endpoint |