Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Google Web Search

This TypeScript example uses Google Custom Search to find web results, fetches result pages, and extracts readable page content.

Environment Variables

GOOGLE_API_KEY=<your-google-api-key>
GOOGLE_CSE_ID=<your-google-custom-search-engine-id>