Programmatically search Google Images and get structured results with image URLs, source pages, dimensions, and thumbnails. Build image search features, content tools, and visual research applications without Google Cloud.
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.
Everything you need in one API.
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/google-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
}
]
}
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.