Google Launches Partner-Only API for Full Web Search Results

▼ Summary
– Google has refreshed its public documentation for the Web Search Service API, which allows partners to retrieve and display full web search results.
– Access to this API is restricted to programmatic partners who must have a specific client ID tied to a partner agreement, differentiating it from standard developer APIs.
– The service returns up to 20 results in JSON format via REST or gRPC, requiring inputs like a client ID, user IP address, and search query.
– This transition aligns with Google’s plan to discontinue the Custom Search JSON API and limit the Programmable Search Element by January 2027.
– While details on pricing and partnership acquisition remain undisclosed, the new API serves enterprise needs for full-web indexing beyond limited domain searches.
Google has officially updated its developer documentation for the Web Search Service API, a tool designed to allow approved partners to retrieve and display complete Google Search results within their own applications and websites. The refresh, which occurred on September 9 across the main overview and four supporting pages, clarifies that access is strictly gated. Every API call now requires a specific client ID linked to a formal partner agreement, in addition to standard credentials like a Google Cloud project and an API key. This move serves as the concrete implementation of a broader strategy announced earlier this year, effectively replacing the upcoming expiration of the Custom Search JSON API.
API Functionality and Data Structure
The core functionality of the new service relies on a single primary method labeled Search, which performs what Google describes as a “full web search.” Results are delivered in JSON format via either REST or gRPC protocols. To ensure proper regional routing and mitigate misuse, each request must explicitly include the user’s IP address alongside the search query and the mandatory partner client ID.
Developers can retrieve up to 20 results per request, with a default limit of 10. Pagination is supported through tokens, allowing users to fetch subsequent pages of data. The API offers robust filtering options, enabling partners to sort by date, restrict results by language or country, apply SafeSearch filters, or define specific date ranges. The response payload is comprehensive, providing fields such as title, URL, snippet, MIME type, file format, an estimated total result count, and a corrected query suggestion if applicable.
Restricted Access Model
Unlike previous tools that allowed developers to enable services directly through a Google Cloud console, this new offering is reserved for “programmatic partners.” The introduction page emphasizes that requests are tied to a partner agreement via the client ID, which follows a standardized format containing details about the partner, product name, and feature set.
While the documentation outlines the technical requirements for making requests, it remains opaque regarding business terms. There are currently no public details available on how a company qualifies as a partner, what the pricing structure entails, or what specific query limits might be imposed on different tiers of partners. This restriction clearly separates the Web Search Service API from more accessible developer tools, positioning it as an enterprise-grade solution rather than a general-purpose utility.
Transition From Legacy Services
This development aligns with Google’s January announcement regarding the future of its search ecosystem. The Programmable Search Element, previously used for site-specific widgets, will now focus exclusively on searches across 50 or fewer domains. For enterprise needs requiring conversational search or grounding capabilities, Google directs users to Vertex AI Search. However, for partners needing access to the entire web index, Google indicated there would be a separate full-web solution.
The deadline for this transition is January 1, 2027. Both the Programmable Search Element and the Custom Search JSON API will cease to support full-web searches after this date. The Custom Search JSON API is already closed to new customers and is scheduled for discontinuation. The newly documented Web Search Service API matches the criteria outlined in January: it provides full-web indexing but is limited to partners. Interestingly, as of September 11, the updated documentation does not cross-reference the original January announcement, leaving some ambiguity about the direct migration path.
Implications for Developers
For developers currently relying on the Custom Search JSON API for full-web projects, the lack of a clear migration path remains a significant concern. While Google has provided detailed technical documentation for the partner-only API, it has not clarified whether existing Custom Search users can transition to this new service or what specific requirements they must meet to secure a partner agreement.
The January 1, 2027 deadline remains firm. Stakeholders are advised to monitor for further updates regarding partner eligibility, cost structures, and query limits. Until Google explicitly names the Web Search Service API as the designated successor for full-web Custom Search users, organizations will need to navigate the uncertainty of how to maintain access to Google’s entire search index beyond the cutoff date.
(Source: Search Engine Journal)