Developer resources

Google Search API guides and examples

Start with a working integration or choose a use case. Every guide follows the same public API contract and links to the full reference when you need exact fields and errors.

Choose the shortest path to a working search

New to the API? Read the JSON guide first. If you already know the response shape, open the Python or Node.js example and make the request from your server.

The AI agent and RAG guides focus on workflow design, source handling, safety, and the limits of search snippets.

One public contract across every guide

All examples use POST /api/v1/search, server-side API key authentication, and the same ordered organic result fields. The API supports 239 country codes, 5 language codes, and result pages 1 through 10.

For the complete and current contract, use the API documentation and OpenAPI specification instead of copying assumptions from a guide.

Next steps