Image Search
/api/images
Search Google Images with keyword queries and get structured results
Search Google Images and get structured JSON with image URLs, thumbnails, source pages, dimensions, and metadata. Build visual search, content enrichment, and research workflows without operating a Google Images scraper yourself.
Try it now
Use the first endpoint in this API family with a Scrappa API key. Every account includes 500 free monthly credits, so you can validate the response shape before buying credits.
curl -X GET "https://scrappa.co/api/images?query=modern+office+interior+design&limit=5" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"results": [
{
"title": "Modern Office Interior Design Ideas",
"image_url": "https://example.com/images/office-design.jpg",
"thumbnail": "https://encrypted-tbn0.gstatic.com/...",
"source": "example.com",
"source_url": "https://example.com/blog/office-design",
"width": 1920,
"height": 1080
}
]
}
Structured data for real applications. Here are some ideas.
Search for images by keyword to find visual content for editorial research, design inspiration, and competitive analysis of visual branding.
Build image search functionality into your applications using Google's image index. Power stock photo finders, reference image tools, and visual browsers.
Track where brand logos, product images, and marketing visuals appear across the web by searching Google Images for brand-related keywords.
Automatically find relevant images for articles, blog posts, and product pages. Enrich text content with visual media sourced from Google's comprehensive image index.
Google Images scraper API
Use Scrappa when your search intent is Google Images API, Google image scraper, image search API, or SerpAPI Images alternative. The endpoint returns image result data your application can store, filter, enrich, or review without maintaining browser automation.
Image results include titles, image URLs, thumbnail URLs, source domains, source pages, and dimensions when available.
Use keyword queries for visual research, brand monitoring, content enrichment, image discovery, and internal search tools.
Pricing stays credit-based across Scrappa APIs instead of forcing a separate image-search subscription.
Start with the playground and 500 free monthly credits before sending production volume.
Search by keyword when you need image candidates, source pages, thumbnails, and metadata for editorial, product, or monitoring workflows.
Open Image Search docsUse the pricing page when you are comparing Google Images API cost against SERP providers that bundle image searches into monthly query allowances.
View pricingEverything you need in one API.
/api/images
Search Google Images with keyword queries and get structured results
See how Scrappa compares to the official API.
| Feature | Scrappa | SerpAPI Images |
|---|---|---|
| Results per query | Configurable | 10 default |
| Price per 1k queries | $0.20 | $15.00+ |
| Image dimensions included | ||
| Thumbnail URLs | ||
| Pay-as-you-go pricing | Subscription only | |
| Google Cloud required | ||
| Free tier | 500 credits/month | 100 searches/month |
Most image search API providers charge $5-$15 per 1,000 queries and require monthly subscriptions. Scrappa offers flat $0.20/1k pricing with pay-as-you-go billing, no setup required, and configurable result counts — no Google Cloud account or complex configuration needed.
Yes. There are no daily query limits, so you can run thousands of image searches for content enrichment, visual research, or automated workflows. The flat per-request pricing means costs are predictable at any scale.
Just a Scrappa API key passed as an X-API-KEY header. No Google Cloud account, no OAuth, no complex setup. Create a free account, get your key, and start searching images immediately.
Each result includes the image title, full-resolution image URL, thumbnail URL, source website, source page URL, and image dimensions (width and height). All data is returned as structured JSON.
Yes. Every Scrappa account gets 500 free credits per month with no credit card required. Test the image search endpoint and validate your integration before committing to paid usage.
Scrappa charges $0.20 per 1,000 requests with no daily caps. There are no per-image charges — you pay only for each API call. The free tier includes 500 credits per month.