Documentation
README
Serper Image Search
Use this skill to search for candidate images via Serper.dev.
Commands
Standard image search:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10
Image URLs only:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --image-urls-only --limit 5
Page URLs only:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --page-urls-only --limit 5
Raw JSON:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --json
Save raw JSON to a file for later inspection:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --save-json /tmp/serper-images.json
Important
This is the opening of the README. Read the full README on GitHub.