100 free credits — no credit card required.Start building
Logo
100 free credits — no credit card required

Google Finance Markets API

Scrape Google Finance Markets data with one API call. Returns a unified QuoteList snapshot of the global markets overview: the major regional indices (US / Europe / Asia, tagged in `quote.ext.section`) plus the day's most-active, gainers, and losers movers. Each row is the same canonical Quote shape used everywhere — re-feed any `id` into /v1/google_finance/quote for the full detail. A standing overview (no input required); the regional grouping is baked into the single response. Sourced live from DataForSEO's Google Finance SERP (~4-8s).

Last updated July 2026Maintained by the SocialCrawl team

Searching 46 platforms in parallel

·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
Google Finance API

What can you do with the Markets API?

The Markets endpoint gives you structured Google Finance data with computed fields in a single request. No scraping infrastructure to build or maintain.

Example Request

curl -H "x-api-key: YOUR_API_KEY" \
  "https://www.socialcrawl.dev/v1/google_finance/markets"
import requests

response = requests.get(
    "https://www.socialcrawl.dev/v1/google_finance/markets",
    headers={"x-api-key": "YOUR_API_KEY"},
)

data = response.json()
const response = await fetch(
  "https://www.socialcrawl.dev/v1/google_finance/markets",
  {
    headers: { "x-api-key": "YOUR_API_KEY" },
  },
);

const data = await response.json();

Parameters

ParameterRequiredDescription
languageNoLanguage as a DFS name ('English') or 2-letter code ('en'). Defaults to English.
locationNoLocation as a DFS name ('United States') or numeric code ('2840'). Defaults to the US.
Example Response

What does the Google Finance Markets API return?

Every response follows one unified schema. Here is a real, unmodified response body, so you can see the exact fields you get back before spending a credit.

Example response
{
  "success": true,
  "platform": "google_finance",
  "endpoint": "/v1/google_finance/markets",
  "data": {
    "items": [
      {
        "quote": {
          "id": "INTC:NASDAQ",
          "ticker": "INTC",
          "exchange": "NASDAQ",
          "name": "Intel Corp",
          "type": "stock",
          "url": "https://google.com/finance/quote/INTC:NASDAQ?hl=en&gl=us",
          "currency": "USD",
          "pair": null,
          "price": {
            "current": 87.725,
            "previous_close": 92.32,
            "delta": -4.595001,
            "percentage_delta": -4.9772544,
            "trend": "down",
            "day_low": null,
            "day_high": null,
            "year_low": null,
            "year_high": null,
            "timestamp": "2026-07-27 14:39:15 +00:00"
          },
          "metrics": null,
          "ext": {
            "section": "most_active"
          }
        }
      },
      {
        "quote": {
          "id": "NOK:NYSE",
          "ticker": "NOK",
          "exchange": "NYSE",
          "name": "Nokia Oyj",
          "type": "stock",
          "url": "https://google.com/finance/quote/NOK:NYSE?hl=en&gl=us",
          "currency": "USD",
          "pair": null,
          "price": {
            "current": 8.97,
            "previous_close": 9.1,
            "delta": -0.13000011,
            "percentage_delta": -1.4285727,
            "trend": "down",
            "day_low": null,
            "day_high": null,
            "year_low": null,
            "year_high": null,
            "timestamp": "2026-07-27 14:38:46 +00:00"
          },
          "metrics": null,
          "ext": {
            "section": "most_active"
          }
        }
      }
    ],
    "total": 12,
    "dropped": 0
  },
  "credits_used": 1,
  "credits_remaining": 9999,
  "request_id": "req_example000000",
  "cached": false,
  "pagination": {
    "next_cursor": null,
    "has_more": false,
    "page_size": 12
  }
}

Live sample illustrating the unified response shape. Field values reflect the record you query.

API Details

How does the Google Finance Markets API work?

Send a GET request with your API key and get back clean, structured JSON in our unified schema. Supported computed fields are populated when the source provides the required inputs.

Method

GET

Response

JSON

Why SocialCrawl

Why use SocialCrawl for Google Finance Markets data?

We handle the complexity of Google Finance data extraction so you can focus on building. Unified schema, AI enrichment, and zero platform logic in your code.

Developer First

How do you scrape social media data in seconds?

The fastest social media scraping API for developers. Scrape profiles, posts, comments, and analytics from 46 platforms covering 10B+ monthly active users.

One schema, every platform

Query 46 platforms with identical response structures. Write your integration once.

Computed fields, not just scraped

When an endpoint supports these metrics and the source provides the required inputs, the normalized record includes engagement_rate, estimated_reach, content_category, and language — ready to use.

See your data before you code

Visual Data Explorer — paste any URL, get rich result cards, sortable tables, CSV export.

import requests

response = requests.get(
    'https://www.socialcrawl.dev/v1/tiktok/profile',
    params={'handle': 'charlidamelio'},
    headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json()
[ .JSON ]
{
  "success": true,
  "platform": "tiktok",
  "data": {
    "author": {
      "username": "charlidamelio",
      "followers": 152400000
    },
    "engagement": {
      "likes": 12400000000,
      "engagement_rate": 0.087
    },
    "metadata": {
      "language": "en",
      "content_category": "lifestyle"
    }
  }
}
+ 46 platforms
FAQ

Have a question? We got answers

Find answers to frequently asked questions about SocialCrawl's API, pricing, and capabilities.

Contact us
How do I get a stock market overview from an API?
Send a GET request to /v1/google_finance/markets — no required parameters. You get a standing overview: major regional indices and the day's movers, all flattened into one list of canonical Quotes (about 47 rows across 10 sections).
What indices and movers does the markets endpoint return?
Major US, Europe, and Asia indices (tagged in quote.ext.section) plus the day's most-active, gainers, and losers. A billed refresh typically returns about 47 rows across 10 sections, each a canonical Quote you can read with the same code as a single ticker. Exact repeats may use the 60-second cache; cache hits cost 0 credits, and Cache-Control: no-cache requests a billed refresh.
Does the markets endpoint need any parameters?
No required parameters — a bare GET to /v1/google_finance/markets works. Optional language and location parameters localize the overview, but the default call returns the standard US, Europe, and Asia market snapshot.
How do I tell indices apart from movers in the response?
Each row is tagged in quote.ext.section, so you can split regional indices from the most-active, gainers, and losers groups. Everything is the same Quote shape, so one parser handles indices and movers alike.
How much does the markets endpoint cost?
The markets overview is 1 credit per call on the standard tier, however many rows come back. New accounts get 100 free credits with no credit card required, so you can build a markets dashboard before paying anything.

Ask AI about SocialCrawl

Ready to scrape Google Finance Markets data?

Get your API key and start pulling Google Finance data in under 60 seconds.

Start for free

🤖 AI agent or LLM? Read this page as markdown