← 返回
未分类 Key 中文

Google Search

Search the web using Google via AceDataCloud API. Use when searching for web pages, images, news, maps, local places, or videos. Supports localization, time...
使用 AceDataCloud API 调用 Google 搜索,支持搜索网页、图片、新闻、地图、当地地点和视频,具备本地化和时间过滤功能。
germey germey 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 481
下载
💾 0
安装
1
版本
#latest

概述

Google Search (SERP)

Search the web through AceDataCloud's Google SERP API.

Authentication

export ACEDATACLOUD_API_TOKEN="your-token-here"

Quick Start

curl -X POST https://api.acedata.cloud/serp/google \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"query": "latest AI news", "search_type": "search"}'

Search Types

TypeDescriptionReturns
----------------------------
searchWeb search (default)Organic results, knowledge graph, rich snippets
imagesImage searchImage URLs, titles, sources
newsNews articlesHeadlines, sources, publish dates
mapsMap resultsLocations, coordinates
placesLocal businesses/placesName, address, rating, reviews
videosVideo resultsVideo URLs, thumbnails, duration

Parameters

POST /serp/google
{
  "query": "your search query",
  "search_type": "search",
  "country": "us",
  "language": "en",
  "time_range": "qdr:w",
  "number": 10,
  "page": 1
}
ParameterTypeDescription
------------------------------
querystringSearch query (required)
search_typestringOne of: search, images, news, maps, places, videos
countrystringCountry code (e.g., "us", "uk", "cn", "jp")
languagestringLanguage code (e.g., "en", "zh", "ja")
time_rangestringTime filter (see below)
numberintNumber of results per page
pageintPage number for pagination

Time Range Options

ValuePeriod
---------------
qdr:hPast hour
qdr:dPast 24 hours
qdr:wPast week
qdr:mPast month
qdr:yPast year

Response Structure

Web search returns structured data including:

  • organic_results: Main search results with title, link, snippet
  • knowledge_graph: Entity information panel (when available)
  • related_searches: Related query suggestions

MCP Server

pip install mcp-serp

Or hosted: https://serp.mcp.acedata.cloud/mcp

Key tool: serp_google_search

Gotchas

  • Default search type is "search" (web). Always specify search_type for non-web searches
  • Country and language codes affect result localization significantly
  • number controls results per page, not total results — use page for pagination
  • Time range only applies to web search and news, not images or places
  • Image search returns thumbnail and full-size URLs — use full-size for downloads
  • Places search works best with location-specific queries (e.g., "restaurants near Times Square")

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 07:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Acedatacloud Api

germey
AceDataCloud API 使用指南。在身份验证、发起 API 调用、管理凭证、了解计费或集成 AceDataCloud 服务时使用。
★ 0 📥 552

Nano Banana Image

germey
使用 NanoBanana(基于 Gemini)通过 AceDataCloud API 生成和编辑 AI 图像。适用于根据文字提示创建图像或编辑已有图像。
★ 0 📥 420

Ai Chat

germey
通过 AceDataCloud 的统一 OpenAI 兼容 API访问 50+ LLM 模型,适用于需要 GPT、Claude、Gemini、DeepSeek、Grok 等聊天补全的场景。
★ 0 📥 436