Crawlora
ProductPlatformsUse CasesDocsPricingCompareContact
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms

Developers

DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub

Use cases

SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases

Legal

ContactTermsPrivacy
Product
Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms
Developers
DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub
Use cases
SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases
Legal
ContactTermsPrivacy
© 2026 Crawlora. All rights reserved.·Built by Tony Wang
System statusCrawlora API status
  1. Home
  2. /Playground
  3. /Google
  4. /Search Google video results API

Endpoint Playground

Try the Search Google video results API

Test Crawlora's Search Google video results API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/google/videos
Platform
Google
Auth
apiKey
Credits
No listed credit charge
Required params
q
Common optional params
page, count, country, lang
Search Google video results API documentationGoogle Search platform pageCrawlora API pricingTry Google Jobs APITry Search Google News APITry Google search APITry Suggest Google search queries API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/google/videos?q=openai&page=1&count=10&country=us&lang=en" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
qstringYesopenaiSearch query
pageintegerNo11-based page number; defaults to 1
countintegerNo10Results per page; defaults to 10, clamped to 1..50
countrystringNousTwo-letter country code; defaults to us
langstringNoenGoogle UI language; defaults to en

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "results": [
      {
        "position": 1,
        "title": "OpenAI DevDay keynote - YouTube",
        "url": "https://www.youtube.com/watch?v=openai-devday",
        "description": "Watch the OpenAI DevDay keynote.",
        "platform": "YouTube",
        "thumbnail": "https://example.com/thumb.jpg",
        "duration": "45:12",
        "age": "2 days ago"
      }
    ],
    "pagination": {
      "page": 1,
      "next_page": 2
    }
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

5 shown
Group
GETapiKeyNo listed credit chargegoogle.videosResponseDocGoogle
GET /google/videos

Search Google video results

Returns normalized Google video vertical results (title, platform, link, duration, age) parsed from the public Google video results page. Locale defaults to country=us and lang=en. Returns 503 when Google serves a challenge page or unusable HTML.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Required query parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

MCP tool

MCP URL

https://mcp.crawlora.net/mcp

Tool name

google_videos

MCP auth

Authorization: Bearer $CRAWLORA_API_KEY

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "results": [
      {
        "position": 1,
        "title": "OpenAI DevDay keynote - YouTube",
        "url": "https://www.youtube.com/watch?v=openai-devday",
        "description": "Watch the OpenAI DevDay keynote.",
        "platform": "YouTube",
        "thumbnail": "https://example.com/thumb.jpg",
        "duration": "45:12",
        "age": "2 days ago"
      }
    ],
    "pagination": {
      "page": 1,
      "next_page": 2
    }
  }
}

Endpoint details

Returns normalized Google video vertical results (title, platform, link, duration, age) parsed from the public Google video results page. Locale defaults to country=us and lang=en. Returns 503 when Google serves a challenge page or unusable HTML.

Method
GET
Path
/google/videos
Authentication
apiKey
Credit cost
No listed credit charge
Platform
Google
Parameters
6 documented fields

Request parameters

q:querypage:querycount:querycountry:querylang:queryx-api-key:header

Response schema fields

codedatadata.paginationdata.pagination.next_pagedata.pagination.pagedata.pagination.previous_pagedata.resultsdata.results[].agedata.results[].descriptiondata.results[].durationdata.results[].platformdata.results[].position

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "results": [
      {
        "position": 1,
        "title": "OpenAI DevDay keynote - YouTube",
        "url": "https://www.youtube.com/watch?v=openai-devday",
        "description": "Watch the OpenAI DevDay keynote.",
        "platform": "YouTube",
        "thumbnail": "https://example.com/thumb.jpg",
        "duration": "45:12",
        "age": "2 days ago"
      }
    ],
    "pagination": {
      "page": 1,
      "next_page": 2
    }
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/google/videos?q=<q>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingSearch Google JobsSearch Google NewsGoogle search APISuggest Google search queries

Browse public API demos

Search stored Google Maps businessesFacet stored Google Maps businessesGoogle Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko markets
DocsPlatformsPricing