skills/smithery.ai/google-image-crawler

google-image-crawler

Installation
SKILL.md

Google Image Crawler

基于 Playwright 的 Google 图片爬虫,支持提取高清原图 URL 和批量下载。

快速开始

安装依赖

pip install playwright aiohttp requests tqdm
playwright install chromium

基础使用

import asyncio
from crawler import GoogleImageCrawler
Installs
5
First Seen
Mar 23, 2026
google-image-crawler from smithery.ai