google-serper-search▌
shuliuzhenhua-sys/google-serper-search · updated Apr 8, 2026
Use scripts/serper_search.py to call the Serper API and return JSON search results.
Google Serper Search
Use scripts/serper_search.py to call the Serper API and return JSON search results.
Check configuration
Confirm SERPER_API_KEY is available before searching.
Run:
printenv SERPER_API_KEY
If the variable is empty, read references/configuration.md and set it in the current shell or shell profile before continuing.
Run searches
Use:
python3 scripts/serper_search.py "query"
Use filters when the request needs them:
python3 scripts/serper_search.py "query" --type news --gl us --hl en --tbs "past week"
Supported --type values:
searchimagesvideosplacesmapsreviewsnewsshoppinglensscholarpatentsautocomplete
Aliases:
web->searchimage->imagesimg->images
Supported --tbs shortcuts:
past hourpast 24 hourspast weekpast monthpast year
Use --gl for country and --hl for language when the request needs regional or language-specific results.
Interpret results
Read references/api_response.md when you need the result schema.
For web and news results, prioritize:
knowledgeGraphorganicpeopleAlsoAskrelatedSearches
For image results, prioritize:
- image title
imageUrlthumbnailUrl- dimensions
- source page
Present the answer
Summarize the most relevant results instead of dumping raw JSON unless the user asks for the raw response.
Include source links in the final answer.
Call out missing configuration or API errors explicitly when the script returns an error field.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.5★★★★★50 reviews- ★★★★★Evelyn Zhang· Dec 24, 2024
google-serper-search reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Ganesh Mohane· Dec 20, 2024
Keeps context tight: google-serper-search is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Isabella Torres· Nov 15, 2024
I recommend google-serper-search for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Sakshi Patil· Nov 11, 2024
google-serper-search has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Meera Srinivasan· Oct 6, 2024
Useful defaults in google-serper-search — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Chaitanya Patil· Oct 2, 2024
Solid pick for teams standardizing on skills: google-serper-search is focused, and the summary matches what you get after install.
- ★★★★★Evelyn Reddy· Sep 25, 2024
google-serper-search fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Ira Sharma· Sep 25, 2024
I recommend google-serper-search for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Rahul Santra· Sep 21, 2024
Registry listing for google-serper-search matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Ren Yang· Sep 17, 2024
Keeps context tight: google-serper-search is the kind of skill you can hand to a new teammate without a long onboarding doc.
showing 1-10 of 50