Loading...
Loading...
Search the web using Google via AceDataCloud API. Use when searching for web pages, images, news, maps, local places, or videos. Supports localization, time filtering, and pagination. Returns structured results with titles, snippets, URLs, and rich data.
npx skill4agent add acedatacloud/skills google-searchSetup: See authentication for token setup.
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", "type": "search"}'| Type | Description | Returns |
|---|---|---|
| Web search (default) | Organic results, knowledge graph, rich snippets |
| Image search | Image URLs, titles, sources |
| News articles | Headlines, sources, publish dates |
| Map results | Locations, coordinates |
| Local businesses/places | Name, address, rating, reviews |
| Video results | Video URLs, thumbnails, duration |
POST /serp/google
{
"query": "your search query",
"type": "search",
"country": "us",
"language": "en",
"range": "qdr:w",
"number": 10,
"page": 1
}| Parameter | Type | Description |
|---|---|---|
| string | Search query (required) |
| string | One of: search, images, news, maps, places, videos |
| string | Country code (e.g., "us", "uk", "cn", "jp") |
| string | Language code (e.g., "en", "zh", "ja") |
| string | Time filter (see below) |
| int | Number of results per page |
| int | Page number for pagination |
| Value | Period |
|---|---|
| Past hour |
| Past 24 hours |
| Past week |
| Past month |
| Past year |
organic_resultsknowledge_graphrelated_searches"search"typenumberpagerangeMCP:| Hosted:pip install mcp-serp| See all MCP servershttps://serp.mcp.acedata.cloud/mcp