Search Google Images, retrieve structured image results and source links, and filter results by size, colour, type, time, and SafeSearch through one purpose-built API endpoint.
Use the same API key and credit balance across every ScrapeBadger API.
{
"results": [
{
"position": 1,
"title": "Example modern office interior",
"link": "https://example.com/office-design",
"source": "Example Design Source",
"thumbnail": "https://images.example.com/thumbnail.jpg",
"original": "https://images.example.com/original.jpg",
"original_width": 1920,
"original_height": 1280
}
]
}Move from visual discovery to original image URLs, thumbnails, source pages, and image dimensions with structured JSON responses.
/v1/google/images/search7 creditsSearch Google Images for an image query and receive image titles, result positions, source information, thumbnails, original image URLs, and image dimensions in structured JSON.
Filter by country, language, time, image size, colour, image type, and SafeSearch setting. Use the page parameter to request later result pages, with each page returning up to 20 image results.
q | required | Image search query. |
curl --get \
'https://scrapebadger.com/v1/google/images/search' \
--data-urlencode 'q=modern office interior' \
--data-urlencode 'gl=us' \
--data-urlencode 'hl=en' \
--data-urlencode 'tbs=qdr:d' \
--data-urlencode 'imgsz=l' \
--data-urlencode 'imgcolor=color' \
--data-urlencode 'imgtype=photo' \
--data-urlencode 'safe=active' \
--data-urlencode 'page=0' \
--header 'x-api-key: YOUR_API_KEY'{
"query": "modern office interior",
"results": [
{
"position": 1,
"title": "Example modern office interior",
"link": "https://example.com/office-design",
"source": "Example Design Source",
"thumbnail": "https://images.example.com/office-thumbnail.jpg",
"original": "https://images.example.com/office-original.jpg",
"original_width": 1920,
"original_height": 1280
},
{
"position": 2,
"title": "Example collaborative workspace",
"link": "https://example.org/workspace-inspiration",
"source": "Example Architecture Source",
"thumbnail": "https://images.example.org/workspace-thumbnail.jpg",
"original": "https://images.example.org/workspace-original.jpg",
"original_width": 1600,
"original_height": 1067
}
],
"language": "en",
"country": "us"
}Search objects, locations, products, people, styles, events, and visual concepts across country and language contexts. Capture structured titles, result positions, source information, thumbnails, original image URLs, and image dimensions for downstream visual research.
Search brand names, product names, campaign terms, and other identifiable phrases to examine the images and source pages appearing in Google Images. Track displayed result positions, titles, sources, image URLs, and dimensions without treating a text-query match as proof of ownership or unauthorised use.
Measure which images and source pages appear for commercially or editorially relevant queries. Analyse result position, image title, source, image dimensions, country, language, and filter settings across consistent searches to support image-search visibility research.
Turn Google Images results into structured discovery records for research tools, content indexes, dataset-curation workflows, or internal dashboards. Preserve the query, result position, source-page link, original image URL, thumbnail, and dimensions so downstream systems can trace each result to its source.
1,000 free credits · No credit card required
Use the same ScrapeBadger account, API key, and credit balance to connect image results with visual matching, product data, broader search visibility, and demand signals.
Submit a public image URL to search Google Lens for visually related results. Use it alongside Google Images when a workflow begins with an existing image rather than a text query.
Explore the Google Lens API →Search Google Shopping for product listings, prices, ratings, merchant sources, and product details. Combine Shopping results with image-search queries for product-content and visual-merchandising research.
Explore the Google Shopping API →Search Google results for source pages, websites, articles, and other public information related to an image query. Use it when a workflow needs broader web context beyond the image-search result.
Explore the Google SERP API →Measure relative search interest over time, compare geographic demand, and discover top or rising related topics and queries. Use it to add demand context to visual subjects, styles, products, or content themes identified through image research.
Explore the Google Trends API →Structured JSON responses remove browser automation, proxy orchestration, and HTML parsing from your roadmap. Make your first request in minutes and move from proof of concept to production without maintaining scrapers.
99.9% uptime SLA. Your data pipeline does not stop because Google changes a page, rotates an anti-bot challenge, or moves a result block. Monitoring, session management, browser infrastructure, and parsing are all us.
Search, Maps, News, Hotels, Trends, Jobs, Shopping, Patents, Scholar, Images, Videos, Finance, AI Mode, Lens, Local, Shorts, Flights, Products, and Autocomplete — every Google surface under one API key.
RESTful API, SDK support, MCP, CLI, and no-code options. Use ScrapeBadger in an existing system or a new application with consistent authentication, structured JSON, and unified billing.
Use ScrapeBadger through an official SDK, a standard API request, MCP, CLI, or the tools already in your workflow.
Build asynchronous data pipelines with typed responses, retry handling, and access to the complete Google API suite.
Add Google data to Node.js and TypeScript applications with type definitions and support for both ESM and CommonJS.
Connect from any backend or programming language using standard HTTP requests. Responses arrive as structured JSON that can be stored, transformed, or passed into another service.
Access Search, Maps, News, Trends, Shopping, Scholar, Flights, and every other supported Google product with one ScrapeBadger API key and one credit balance.
Give compatible AI agents access to Google Search, Maps, News, Trends, Shopping, Scholar, Images, Flights, and more through ScrapeBadger's MCP server.
Run Google searches, inspect trends, collect local business data, and export results as JSON, CSV, Markdown, or terminal-friendly tables without building an application.
See why developers choose ScrapeBadger for reliable, structured web data.
“We switched from the official Twitter API and cut our costs by 95%. The pagination is seamless, and we've never hit a rate limit. Best decision we made this year.”
“The follower and engagement endpoints are incredibly detailed. We use it for influencer research and competitor analysis. Response times are sub-100ms consistently.”
“Started with the Apify actor, then moved to the API for more control. The 1,000 free credits were enough to build our MVP. Now processing 2M+ tweets monthly.”
“Perfect for academic research. The community and trends endpoints give us data we couldn't get anywhere else. Documentation could use more examples, but support is responsive.”
“We monitor 50,000+ accounts for our clients. ScrapeBadger handles it without breaking a sweat. The bulk ID endpoints are a game-changer for large-scale monitoring.”
“The geo and trends endpoints power our location-based analytics. Setup took 10 minutes. Their Apify actors are also great for quick one-off scrapes.”
Start with pay-as-you-go credits (never expire) or save up to 64% with a monthly or annual subscription. Failed requests never consume credits, and every Google API endpoint is included on every plan.
Choose an endpoint and enter your expected request volume. Google APIs use flat per-request credits, making usage easy to forecast. Failed requests cost 0 credits.
Everything you need to know about the Images API.
imgsz to filter by image size and imgcolor to filter by colour or transparency. The documented imgtype values are face , photo , clipart , lineart , and animated . Use tbs for a Google time or filter string, such as qdr:d , and set safe to off or active . Country and language can be controlled with gl and hl .page parameter to request later results. page=0 requests the first page, page=1 requests the second page, and so on. Each page contains up to 20 image results. Store the original query and filter values when requesting additional pages so the search context remains consistent.original field contains the returned URL of the full image, while thumbnail contains the smaller preview image. The link field points to the source webpage associated with the result, and source contains the displayed name of that source. Image and source-page availability can change after the API response is collected.Use 1,000 free credits to search Google Images and retrieve available titles, source pages, thumbnails, original image URLs, and image dimensions through one structured JSON endpoint.
No credit card required · Failed requests cost 0 credits
Disclaimer: ScrapeBadger is not affiliated with, endorsed by, or in any way officially connected with Google LLC or any of its subsidiaries or affiliates. Google and related trademarks are the property of their respective owners.