Overview
Search Google for web results, images, news, and places through a simple Python interface.How It Works
Default (Ziet’s Keys)
No setup required - start searching immediately:Bring Your Own Keys
For higher limits:- Get API key from Google Cloud Console
- Get Search Engine ID from Programmable Search Engine
- Add both to Ziet Dashboard → Google
Methods
search()
Search Google for web results:query(string, required): Search querynum_results(int, default 10): Number of results (max 100)
images()
Search Google Images:news()
Search Google News:maps()
Search Google Maps/Places:Complete Example
Best Practices
Cache results
Cache results
Avoid redundant searches:
Filter results
Filter results
Post-process for better quality:
Handle errors
Handle errors
Next Steps
Apify
Scrape search results for detailed data
OpenAI
Summarize search results with AI
Memory
Cache and store search results
Actions
Build search actions