SearchCans

Google Images API

Built for visual search, brand monitoring, and reverse image lookup. One POST returns Google image results with thumbnails, original URLs, dimensions, and source attribution in clean JSON.

Try in Playground →

Live Images Preview

q="World Cup 2026 logo"
Visual SERP
Screenshot · read-only
Google Images API screenshot — 'World Cup 2026 logo' visual search results with thumbnails and Google Lens

Set "html": 1 in your request body to receive the raw SERP HTML alongside structured JSON data.

API Endpoint

POST https://www.searchcans.com/api/v1/search

Code Examples

curl -X POST "https://www.searchcans.com/api/v1/search" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "t": "google_images",
    "s": "World Cup 2026 logo",
    "country": "us",
    "page": 1
  }'

Example Response

images_results suggestedSearches
{
  "code": 0,
  "data": {
    "id": "q_2053073179210944512_85376f28-f4a3-4e8e-8b24-cac85897a1b2",
    "images_results": [
      {
        "position": 1,
        "title": "FIFA unveils official logo, campaign ...",
        "link": "https://www.foxsports.com/stories/soccer/fifa-unveils-official-logo-campaign-for-2026-world-cup",
        "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTY8nb57fh5Hw7UV2ogEpeVrhgdMSyNy988pA&s",
        "source": "FOX Sports",
        "original": "https://a57.foxsports.com/statics.foxsports.com/www.foxsports.com/content/uploads/2023/05/1294/728/IMG_6227.png?ve=1&tl=1",
        "original_width": 728,
        "original_height": 1294,
        "is_product": false
      },
      {
        "position": 2,
        "title": "FIFA World Cup 26™ Official Brand ...",
        "link": "https://www.sportingkc.com/news/fifa-world-cup-26tm-official-brand-unveiled-in-a-celebration-of-football-and-div",
        "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS9u7Fi0tKgYPdDGopY3qfb4RClT0gZCkeApA&s",
        "source": "Sporting Kansas City",
        "original": "https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/mls-skc-prd/jqslzfkzp0jjtvbfx3uw.jpg",
        "original_width": 464,
        "original_height": 824,
        "is_product": false
      },
      {
        "position": 3,
        "title": "2026 FIFA World Cup - Wikipedia",
        "link": "https://en.wikipedia.org/wiki/2026_FIFA_World_Cup",
        "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSDuR3KqXNyx6HTo4jM5DS7r0XO6utdHjaOcQ&s",
        "source": "Wikipedia",
        "original": "https://upload.wikimedia.org/wikipedia/en/thumb/1/17/2026_FIFA_World_Cup_emblem.svg/960px-2026_FIFA_World_Cup_emblem.svg.png",
        "original_width": 1482,
        "original_height": 960,
        "is_product": false
      },
      {
        "position": 4,
        "title": "FIFA have released the official logo ...",
        "link": "https://www.facebook.com/OneFootball/posts/fifa-have-released-the-official-logo-for-the-%F0%9D%9F%AE%F0%9D%9F%AC%F0%9D%9F%AE%F0%9D%9F%B2-world-cup-/9944021918956330/",
        "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTlrOVVAlQyCbOpQ6d8WE41pk7K67Oj-_QFFQ&s",
        "source": "Facebook",
        "original": "https://lookaside.fbsbx.com/lookaside/crawler/media/?media_id=9944018225623366",
        "original_width": 1500,
        "original_height": 1200,
        "is_product": false
      },
      {
        "position": 5,
        "title": "356 Official World Cup Logo Stock ...",
        "link": "https://www.shutterstock.com/search/official-world-cup-logo?image_type=vector",
        "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSr2vk9bI_zaFR-72IzlJEDb0kVFIcK8_jOwg&s",
        "source": "Shutterstock",
        "original": "https://www.shutterstock.com/image-vector/official-fifa-world-cup-2026-260nw-2696081649.jpg",
        "original_width": 280,
        "original_height": 260,
        "is_product": false
      },
      {
        "position": 6,
        "title": "Atlanta's 2026 World Cup logo unveiled",
        "link": "https://www.ajc.com/sports/atlanta-united/atlantas-2026-world-cup-logo-unveiled/43GQIQXTRFF2HLERC5XUHLZ4M4/",
        "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQDCu2ZUr_mTWRCjtYn09jdRqQ2PGnxSR3uJw&s",
        "source": "Atlanta Journal-Constitution",
        "original": "https://images.ajc.com/resizer/v2/2ZEHTB23F5EO7HZGZWRLKMDGIA.png?auth=3bfcd81cc66999d539e5b307ac6094021c54bb1ed6a704a27bbfe1c5f7310a2a&width=3840&height=6738&smart=true",
        "original_width": 6738,
        "original_height": 3840,
        "is_product": false
      },
      {
        "position": 7,
        "title": "The 2026 FIFA World Cup Logo Is Awful ...",
        "link": "https://zacelectrifly.com/2023/07/13/the-2026-fifa-world-cup-logo-is-awful/",
        "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSwnJ6u_EsxvyfVnh7K3D29WQTzyVXiUqLf9g&s",
        "source": "Zac Electrifly",
        "original": "https://zacelectrifly.com/wp-content/uploads/2023/07/fwaohs9wcaa1dqu-1.jpg",
        "original_width": 1448,
        "original_height": 1037,
        "is_product": false
      },
      {
        "position": 8,
        "title": "World Cup 2026 Logo, symbol, meaning ...",
        "link": "https://logos-world.net/world-cup-2026-logo/",
        "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS7C37bmG8pJVk0Vlx89VCMaRyJxNPl7OTsMg&s",
        "source": "Logos-World.net",
        "original": "https://logos-world.net/wp-content/uploads/2023/06/World-Cup-2026-Logo.png",
        "original_width": 2160,
        "original_height": 3840,
        "is_product": false
      }
    ],
    "suggestedSearches": [
      {
        "name": "Stadiums",
        "link": "https://www.google.com/search?q=stadiums+World%2BCup%2B2026%2Blogo&udm=2&tbs=lr%3Alang_1en%2Cctr%3AcountryUS&hl=en",
        "q": "stadiums World+Cup+2026+logo"
      },
      {
        "name": "Logo",
        "link": "https://www.google.com/search?q=logo+World%2BCup%2B2026%2Blogo&udm=2&tbs=lr%3Alang_1en%2Cctr%3AcountryUS&hl=en",
        "q": "logo World+Cup+2026+logo"
      },
      {
        "name": "Football",
        "link": "https://www.google.com/search?q=football+World%2BCup%2B2026%2Blogo&udm=2&tbs=lr%3Alang_1en%2Cctr%3AcountryUS&hl=en",
        "q": "football World+Cup+2026+logo"
      },
      {
        "name": "Schedule",
        "link": "https://www.google.com/search?q=schedule+World%2BCup%2B2026%2Blogo&udm=2&tbs=lr%3Alang_1en%2Cctr%3AcountryUS&hl=en",
        "q": "schedule World+Cup+2026+logo"
      },
      {
        "name": "Qualifiers",
        "link": "https://www.google.com/search?q=qualifiers+World%2BCup%2B2026%2Blogo&udm=2&tbs=lr%3Alang_1en%2Cctr%3AcountryUS&hl=en",
        "q": "qualifiers World+Cup+2026+logo"
      }
    ]
  }
}

Request Body (JSON)

Parameter Type Description
t string Search engine type "google_images"
s string Search query "World Cup 2026 logo"
country string Country code (ISO 3166-1 alpha-2) "us"
page integer Page number (starts from 1) 1
p integer Specific page to fetch (default: 1). Use page to batch-fetch pages 1–N in one call. 1
d integer Timeout in milliseconds (default: 30000) 30000
html integer 1 = include raw Images HTML, 0 = omit (default) 1

API Response — Image URLs, Visual Search Data & Reverse Image Results

JSON output includes structured image data from Google Images. Set "html": 1 in the request body to also receive the raw Images HTML.

images_results[]

Image listings with title, link, thumbnail, original URL, dimensions, source, and is_product flag.

suggestedSearches[]

Related image search suggestions with name and query string.

original / thumbnail

Direct URL to the full-resolution image and Google-hosted thumbnail.

original_width / original_height

Pixel dimensions of the original image.

source

Website name where the image is hosted (e.g. Wikipedia, Shutterstock).

is_product

Boolean flag indicating if the image is associated with a product listing.

Visual Search & Google Lens API — AI-Powered Image Recognition

The Google Images API returns structured image data ready for downstream processing. Use thumbnails and original URLs directly in AI vision pipelines, visual search features, or content moderation workflows. Source attribution and pixel dimensions are included per result, enabling intelligent filtering without additional fetches.

AI Image Search API — Find Products, Faces & Similar Content

Combine the Google Images API with AI vision models to build reverse image search, product recognition, and face-matching workflows. The is_product flag identifies commerce-related images, enabling direct integration with e-commerce and price-comparison pipelines.

Get 100 Free Credits — No Card Required

Get 100 free credits on sign up. No credit card required.