Our Google Lens API allows you to scrape results from the Google Lens page when performing an image search. The results related to the image could contain visual matches and other data.


The API endpoint is https://serpapi.com/search?engine=google_lens

Head to the playground for a live and interactive demo.

New updates on Google Lens

We have added support for uploading images to Google Lens API. To use this feature, first call our new Image API, and extract the image_id from the response. Then pass the image_id as the value of the image_id parameter in a Google Lens API search.

When using the image_id parameter, the url parameter can be omitted.

API Parameters

Search Query

url

Required

Parameter defines the URL of an image to perform the Google Lens search.

Alternatively, you can use image_id parameter if you prefer to perform a search by uploading an image.

Localization

hl

Optional

Parameter defines the language to use for the Google Lens search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French). Head to the Google languages page for a full list of supported Google languages.

country

Optional

Parameter defines the specific country location to use for the Google Lens search. It's a two-letter country code. (e.g., us for United States, fr for France, or de for Germany). Head to the Google Lens countries page for a full list of supported Google Lens countries.

Search Type

type

Required

Parameter defines the type of search to perform. By default, the search type is all.

Available options:
all - All
about_this_image - About This Image
products - Products
exact_matches - Exact Matches
visual_matches - Visual Matches.

Advanced Parameters

q

Optional

Parameter defines the search query to use along in the Google Lens search. It is only applicable when type is set to all, visual_matches, or products.

safe

Optional

Parameter defines the level of filtering for adult content. It can be set to active or off, by default Google will blur explicit content.

auto_crop

Optional

Parameter defines whether Google auto-crops the image to focus on the detected area of interest. It can be set to true or false (default).

Auto Crop does not work with type set to about_this_image

Upload Image Parameters

image_id

Optional

Parameter defines the Image ID you want to use for the search. The Image ID can be obtained using the Image API. When using the image_id parameter, the url parameter can be omitted.

Visit the documentation for the step-by-step guide.

Serpapi Parameters

engine

Required

Set parameter to google_lens to use the Google Lens API engine.

no_cache

Optional

Parameter will force SerpApi to fetch the Google Lens results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false (default) to allow results from the cache, or true to disallow results from the cache. no_cache and async parameters should not be used together.

async

Optional

Parameter defines the way you want to submit your search to SerpApi. It can be set to false (default) to open an HTTP connection and keep it open until you got your search results, or true to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.

zero_trace

Optional

Enterprise only. Parameter enables ZeroTrace mode. It can be set to false (default) or true. Enable this mode to skip storing search parameters, search files, and search metadata on our servers. This may make debugging more difficult.

api_key

Required

Parameter defines the SerpApi private key to use.

output

Optional

Parameter defines the final output you want. It can be set to json (default) to get a structured JSON of the results, or html to get the raw html retrieved.

json_restrictor

Optional

Parameter defines the fields you want to include in the output, reducing payload size for faster response. See the JSON Restrictor documentation for more details.

API Results

JSON Results

JSON output includes structured data for Visual Matches and Related Content.

A search status is accessible through search_metadata.status. It flows this way: Processing -> Success || Error. If a search has failed, error will contain an error message. search_metadata.id is the search ID inside SerpApi.

HTML Results

HTML output is useful to debug JSON results or support features not yet supported by SerpApi. It gives you the raw HTML results from Google Lens.

API Examples

Example with url: https://i.imgur.com/HBrB8p0.png

Example with url: https://i.imgur.com/HBrB8p0.png

JSON Example

{
  "search_metadata": {
    "id": "6380ad5dde983400b1fa6938",
    "status": "Success",
    "json_endpoint": "https://serpapi.com/searches/f6000d11bb444c9d/6380ad5dde983400b1fa6938.json",
    "created_at": "2025-01-03 01:10:13 UTC",
    "processed_at": "2025-01-03 01:10:13 UTC",
    "google_lens_url": "https://lens.google.com/uploadbyurl?url=https://i.imgur.com/HBrB8p0.png",
    "raw_html_file": "https://serpapi.com/searches/f6000d11bb444c9d/6380ad5dde983400b1fa6938.html",
    "total_time_taken": 2.75
  },
  "search_parameters": {
    "engine": "google_lens",
    "url": "https://i.imgur.com/HBrB8p0.png"
  },
  "visual_matches": [
    {
      "position": 1,
      "title": "Danny DeVito — Wikipèdia",
      "link": "https://en.wikipedia.org/wiki/Danny_DeVito",
      "source": "Wikipedia",
      "source_icon": "https://serpapi.com/searches/6777d9c3c3b5a0ac7f1a42bc/images/a010fa01d135674248e5206802a18fa9a02a9ee7c2eacd0e143b39fa6fe2c735.png",
      "thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcR1_U0QyWS8IYr4VzfVX9CSvV_5NCeOvkvejcvNWuppNrJD4VEJ",
      "thumbnail_width": 245,
      "thumbnail_height": 206,
      "image": "https://upload.wikimedia.org/wikipedia/commons/2/21/Danny_DeVito_by_Gage_Skidmore.jpg",
      "image_width": 2216,
      "image_height": 1864,
      "exact_matches": true,
      "serpapi_exact_matches_link": "https://serpapi.com/search.json?engine=google_lens&type=exact_matches&url=https%3A%2F%2Fi.imgur.com%2FHBrB8p0.png"
    },
    {
      "position": 2,
      "title": "Reveal all about Jackie Jackson - YouTube",
      "link": "https://www.youtube.com/watch?v=DijekY9jYAk",
      "source": "YouTube",
      "source_icon": "https://serpapi.com/searches/6777d9c3c3b5a0ac7f1a42bc/images/a010fa01d13567427aa89992990fe40fa1120f0c92a3b9855910d44e3f059421.png",
      "thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTaqmC3TCaRbjlCbE7RkwAjYTmUoAHdaM3HH9-q0Ja8PSOdeeKe",
      "thumbnail_width": 168,
      "thumbnail_height": 299,
      "image": "https://i.ytimg.com/vi/URMSh0gO_48/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLALdJhqpbCqydHCAjSh_0_jx_CIcg",
      "image_width": 386,
      "image_height": 686
    },
    {
      "position": 3,
      "title": "✨Wiccan x Hulkling💚 on X: \"Danny DeVito y Joe Pesci rechazaron el papel de Iago. Finalmente el cómico Gilbert Gottfried fue quien le dió su voz y Danny daría la suya a Phil en Hercules años más tarde https://t.co/oarHZfEFLo\" / X",
      "link": "https://twitter.com/disneyfansontw1/status/1363894479825100800",
      "source": "X",
      "source_icon": "https://serpapi.com/searches/6777d9c3c3b5a0ac7f1a42bc/images/a010fa01d1356742bb4b23235244a6c457bac16f1bb318a131e937125502814b.png",
      "thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQZ_7u4RJS9XLT8AJW--iD67TeDmIs2ZSILFzvy-hleDueJZzNN",
      "thumbnail_width": 255,
      "thumbnail_height": 198,
      "image": "https://pbs.twimg.com/media/Eu2Gy8hXAAU_48Z.jpg",
      "image_width": 400,
      "image_height": 310
    },
    ...
  ],
  "related_content": [
    {
      "query": "Danny DeVito",
      "link": "https://lens.google.com/search?sca_esv=b9d59735341c7a85&hl=en&q=Danny+DeVito&kgmid=/m/0q9kd&sa=X&ved=2ahUKEwiKrva2yNmKAxUZTGwGHdTjAPQQ9_gLKAB6BQiJARAB",
      "thumbnail": "https://serpapi.com/searches/6777d9c3c3b5a0ac7f1a42bc/images/fbe7f81a6cec6c4671f9787e89ce797e072786289c7481dc36207997a4d6b5a0.jpeg",
      "serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google&google_domain=google.com&hl=en&kgmid=%2Fm%2F0q9kd&q=Danny+DeVito"
    }
  ]
}

Example with country: jp (Japan)

Searches made with country parameter return results with more localized data. For example, country=jp will mostly return results with ¥ (Japanese Yen).

Example with country: jp (Japan)

JSON Example

{
  ...
  "visual_matches": [
    {
      "position": 1,
      "title": "13インチMacBook Pro [整備済製品] 8コアCPUと10コアGPUを搭載したApple M2チップ - スペースグレイ - Apple(日本)",
      "link": "https://www.apple.com/jp/shop/product/G16S6J/A/Refurbished-13-inch-MacBook-Pro-Apple-M2-Chip-with-8‑Core-CPU-and-10‑Core-GPU-Space-Gray",
      "source": "Apple",
      "source_icon": "https://serpapi.com/searches/6777d881c3b5a0ac802e7c1c/images/db03bab616b5affda30c7b4c2aee1f2adae36e15b2d4412713e5d8c0b05ee082.png",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ9l6Aka9uQF32Q89ldGHLvAPgctfOi96EQPi7YmttE1qdOhPoA",
      "thumbnail_width": 225,
      "thumbnail_height": 225,
      "image": "https://store.storeimages.cdn-apple.com/8567/as-images.apple.com/is/refurb-mbp13-m2-spacegray-202208?wid=1144&hei=1144&fmt=jpeg&qlt=90&.v=1659374923283",
      "image_width": 1144,
      "image_height": 1144,
      "exact_matches": true,
      "serpapi_exact_matches_link": "https://serpapi.com/search.json?country=JP&engine=google_lens&hl=en&type=exact_matches&url=https%3A%2F%2Fs3.zoommer.ge%2Fzoommer-images%2Fthumbs%2F0170510_apple-macbook-pro-13-inch-2022-mneh3lla-m2-chip-8gb256gb-ssd-space-grey-apple-m25nm-apple-8-core-gpu_550.jpeg"
    },
    {
      "position": 2,
      "title": "MacBook Pro Retinaディスプレイ 13.3 MNEJ3J/A [スペースグレイ] : 4549995335798 : らいぶshop - 通販 - Yahoo!ショッピング",
      "link": "https://store.shopping.yahoo.co.jp/light-hikari/4549995335798.html",
      "source": "Yahoo! JAPAN",
      "source_icon": "https://serpapi.com/searches/6777d881c3b5a0ac802e7c1c/images/db03bab616b5affd2e5f37900058a53a2a314e0ee97a5719fa8c3951c93a2ea2.png",
      "price": {
        "value": "¥170,280*",
        "extracted_value": 170280,
        "currency": "¥"
      },
      "in_stock": true,
      "thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSGGNggAZyR6Ldk1b3UzlyC64ArZMD8c2Svvyudi4R6tWDc_D9S",
      "thumbnail_width": 225,
      "thumbnail_height": 225,
      "image": "https://item-shopping.c.yimg.jp/i/n/light-hikari_4549995335798",
      "image_width": 300,
      "image_height": 300
    },
    {
      "position": 3,
      "title": "Amazon.co.jp: 【整備済み品】 Apple MacBook Pro M2 2022 (13インチ,8GB RAM,256GB SSD,8コアCPU/10コアGPU) シルバー : パソコン・周辺機器",
      "link": "https://www.amazon.co.jp/Apple-MacBook-13インチ-8コアCPU-10コアGPU/dp/B0BCW2HQCC",
      "source": "Amazon.jp",
      "source_icon": "https://serpapi.com/searches/6777d881c3b5a0ac802e7c1c/images/db03bab616b5affda516499f5f22d89d746a2acd93358d2ec669d6afcc8980ec.png",
      "price": {
        "value": "¥169,000*",
        "extracted_value": 169000,
        "currency": "¥"
      },
      "condition": "Used",
      "thumbnail": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQBVDWGS0ii-BblP0avGtGvyCpDKPZahD_3GMNdeVHbXSTiNOxe",
      "thumbnail_width": 225,
      "thumbnail_height": 225,
      "image": "https://m.media-amazon.com/images/I/61vkJ9V6-dL.jpg",
      "image_width": 2560,
      "image_height": 2560
    },
    ...
  ],
  ...
}

Example with q: Red

The q parameter can be used along with the image search to refine the search results.

Example with q: Red

JSON Example

{
  ...
  "visual_matches": [
    {
      "position": 1,
      "title": "Biophilic Interior Design: Connect with Nature Indoors",
      "link": "https://liveintaste.com/what-is-biophilic-interior-design/",
      "source": "Live In Taste",
      "source_icon": "https://serpapi.com/searches/682432e505e13765bb228654/images/a95abc3867247b54fca7b25b2fd8b21951b90d804f823a4d0e32613c3d2e4a49.jpeg",
      "thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcT25Jpnyav7nvKpk_PVpxnwCmyBzlTcalmjtLz-a7oKZ8JYsIir",
      "thumbnail_width": 194,
      "thumbnail_height": 259,
      "image": "https://i0.wp.com/liveintaste.com/wp-content/uploads/2024/05/IMG_5521.jpg?ssl=1",
      "image_width": 480,
      "image_height": 640
    },
    {
      "position": 2,
      "title": "Decorating with red: 16 ways to use this versatile color | Homes and Gardens",
      "link": "https://www.homesandgardens.com/interior-design/decorating-with-red",
      "source": "Homes and Gardens",
      "source_icon": "https://serpapi.com/searches/682432e505e13765bb228654/images/a95abc3867247b541a4e2fc1c2a64c47578eff6983276b09b6a0862704ea625f.png",
      "thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTlO-d20iDmwEjxMeUsLPYXrSrV-4uQit3hD7NgKZnjvMXHbQv9",
      "thumbnail_width": 259,
      "thumbnail_height": 194,
      "image": "https://cdn.mos.cms.futurecdn.net/y64McL2RYaUAb3FbewrdEY.jpg",
      "image_width": 2666,
      "image_height": 2000
    },
    {
      "position": 3,
      "title": "Amazon.com: NOALED Bookcases Bookshelf Multi-Function Bookshelf Wood Bookcase Home Office Floor Standing Display Organizer Shelf Storage Rack Shelves for Cd/Magazine/Book Bookcase,Red (Red) : Home & Kitchen",
      "link": "https://www.amazon.com/NOALED-Bookcases-Bookshelf-Multi-Function-Organizer/dp/B0CPVDHNZD",
      "source": "Amazon.com",
      "source_icon": "https://serpapi.com/searches/682432e505e13765bb228654/images/a95abc3867247b544c4bd1f2408dab13f4d44f83a6abcc460c8f689445177053.png",
      "thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRXKQW81_5B34c_Qv0jlBsDoH4jOugJc8sxEatSDWbLvNRBZkWJ",
      "thumbnail_width": 225,
      "thumbnail_height": 224,
      "image": "https://m.media-amazon.com/images/I/61--qwgAeJS._AC_UF894,1000_QL80_.jpg",
      "image_width": 895,
      "image_height": 894
    },
    ...
  ],
  ...
}

Example with ai_overview

Some searches may include AI Overview content accessible through a separate request. In these cases we return page_token for the associated request and serpapi_link for the corresponding SerpApi search using our Google AI Overview API.

The rendered HTML will show "Searching..." — this is expected behavior and can be ignored.

page_token and serpapi_link will expire within 4 minutes of the search and should be used immediately.

Example with ai_overview

JSON Example

{
  ...
  "ai_overview": {
    "page_token": "2XC3j3icxZbdkqpGEMfv8xipijcnxw9E1z1VVKpnQAVEHdFV9sZSwBEBUT5EvMu75KnyNBnAs-txd09tKhfBEqFpu__d85su_vzLc_bu37_8uo3jQ_StVkvTtEqDgHp21Qz82irK9mZtE3hRaG7_iMzV0o5OAsc121yTt0y7bbd5q1Px9tEySsLNyrQFrl1JLF_g-MopCh1LwGO7H5hrd_mY6XUqEdhSJDsk1S5Gfbgz6iO94WoXszGYkpbmz-LR3MiYzTf8J2co0stzb9Y0OJIhR8bPHA3wdKc2-aTVklUCKUvi7GMBAzli9gyDqQOlugxSW06DuUgAQOw8sTOMz3UAGZYKs1Gxk8JEDNB5lyB9VtiLKvzAsoVkX4mCJGTFMFM1tdfVxN1XVvZBaFSyk9CsmJFQr9iOYELfWimXnmJh9xCTMa-GSR2iStE2YbleRfaOdfW8i2rLGju5vzVFdlONqva-SvcmqEF63ulQ5eqNTnVUW_nMAf77IX1glwGxjwwqyq9fzYRZPzpo4UjAfT8FZs9yD0nuFvfBfSSt9MWAkAxpf_lAU-19qfhGBebz1CqkQAH33pP1WlOuIVeYZ3_rSO7ui3L65fWHVbPoL0mDPH6fv6YBGLH_kSI_MibKq34XxsCnkjnz3o8pyRgb0Hb751fx98cBnPW8FzHRNYsyFuq1dch-GrUwysnA08d60Fs6jr7Rhto-2FDSiCXq6Se4qF1nRH8vmDOjF-iiW-giH87HZ7OnDI3qoIoaL8QxAKbuDMtlr7RrB0AH6b57b_t0LS5vj_K2rjKkzB50EeqREjqidwAUwN9XKwWTrXUELy12b85F59gmLtPlK4acVMa5tVRHuyBhdoVkWSqWt0tYCTTPjMoVFkErVvManRDmd4IOGGyREUnLyFnx7EocEFRIzc_SzU4ximpYRAoDSjDrzxGQNkryqNcdlYugxa5B18aAxwKOCwG0qAYD7rBdM85dJJCYN4OM5q4EsfzFHkK5luvu6LFW5CojQPwtcYXLT1ao9JRh9rELS_sOYv2p2hpN-cBoirYy6XnWlohn6dQftzffEQv89b8YbOb_DGEx9qiKuki5gZD8BEIq5_iRewilK4T4BcJuOXjuIRyWEOr52EP52NultxBKrxDiHnqF8Iex9w6EeXGfgpDcQSjfQIg-gpDSfOx9h5DN4z6vAi4xGoGLcln3EH527C0-OfYKFu3y58cZmOzoPajdVp-YCJP-w3ox2aK10bwcrSw7LTpzBurGj78dwoBdOdY3xClxZlWOwnwbfHGiL-Jqv8--iPaTEwcV3wsDob5qx_JmYnSXfDNszszJaOtwrSFnyEq2elr0twfPMbYn8tBQFw92aO-lWITewvm6ax27yVabcgNtHk-3qjNnQgZPyUbrzToH4Bq80p67ZN3JYqu-iEOjYY2ITbZnWMzElr_h2uuVuusopnjabOyJNrnMH-hR8dNCVySEj64jblY2DfmKH5rsbQeOOuya23a_1xovTTeWkQSyAbrsaqLGDUWDfd34WdSaQ71eH00VbzD1fG3HbL7iGTvCa9zEG3JDV6OGA74VqODyWfx1kNg6dnN6RYdAA1DFp3F2YG91_wBjWwF8",
    "serpapi_link": "https://serpapi.com/search.json?engine=google_ai_overview&page_token=2XC3j3icxZbdkqpGEMfv8xipijcnxw9E1z1VVKpnQAVEHdFV9sZSwBEBUT5EvMu75KnyNBnAs-txd09tKhfBEqFpu__d85su_vzLc_bu37_8uo3jQ_StVkvTtEqDgHp21Qz82irK9mZtE3hRaG7_iMzV0o5OAsc121yTt0y7bbd5q1Px9tEySsLNyrQFrl1JLF_g-MopCh1LwGO7H5hrd_mY6XUqEdhSJDsk1S5Gfbgz6iO94WoXszGYkpbmz-LR3MiYzTf8J2co0stzb9Y0OJIhR8bPHA3wdKc2-aTVklUCKUvi7GMBAzli9gyDqQOlugxSW06DuUgAQOw8sTOMz3UAGZYKs1Gxk8JEDNB5lyB9VtiLKvzAsoVkX4mCJGTFMFM1tdfVxN1XVvZBaFSyk9CsmJFQr9iOYELfWimXnmJh9xCTMa-GSR2iStE2YbleRfaOdfW8i2rLGju5vzVFdlONqva-SvcmqEF63ulQ5eqNTnVUW_nMAf77IX1glwGxjwwqyq9fzYRZPzpo4UjAfT8FZs9yD0nuFvfBfSSt9MWAkAxpf_lAU-19qfhGBebz1CqkQAH33pP1WlOuIVeYZ3_rSO7ui3L65fWHVbPoL0mDPH6fv6YBGLH_kSI_MibKq34XxsCnkjnz3o8pyRgb0Hb751fx98cBnPW8FzHRNYsyFuq1dch-GrUwysnA08d60Fs6jr7Rhto-2FDSiCXq6Se4qF1nRH8vmDOjF-iiW-giH87HZ7OnDI3qoIoaL8QxAKbuDMtlr7RrB0AH6b57b_t0LS5vj_K2rjKkzB50EeqREjqidwAUwN9XKwWTrXUELy12b85F59gmLtPlK4acVMa5tVRHuyBhdoVkWSqWt0tYCTTPjMoVFkErVvManRDmd4IOGGyREUnLyFnx7EocEFRIzc_SzU4ximpYRAoDSjDrzxGQNkryqNcdlYugxa5B18aAxwKOCwG0qAYD7rBdM85dJJCYN4OM5q4EsfzFHkK5luvu6LFW5CojQPwtcYXLT1ao9JRh9rELS_sOYv2p2hpN-cBoirYy6XnWlohn6dQftzffEQv89b8YbOb_DGEx9qiKuki5gZD8BEIq5_iRewilK4T4BcJuOXjuIRyWEOr52EP52NultxBKrxDiHnqF8Iex9w6EeXGfgpDcQSjfQIg-gpDSfOx9h5DN4z6vAi4xGoGLcln3EH527C0-OfYKFu3y58cZmOzoPajdVp-YCJP-w3ox2aK10bwcrSw7LTpzBurGj78dwoBdOdY3xClxZlWOwnwbfHGiL-Jqv8--iPaTEwcV3wsDob5qx_JmYnSXfDNszszJaOtwrSFnyEq2elr0twfPMbYn8tBQFw92aO-lWITewvm6ax27yVabcgNtHk-3qjNnQgZPyUbrzToH4Bq80p67ZN3JYqu-iEOjYY2ITbZnWMzElr_h2uuVuusopnjabOyJNrnMH-hR8dNCVySEj64jblY2DfmKH5rsbQeOOuya23a_1xovTTeWkQSyAbrsaqLGDUWDfd34WdSaQ71eH00VbzD1fG3HbL7iGTvCa9zEG3JDV6OGA74VqODyWfx1kNg6dnN6RYdAA1DFp3F2YG91_wBjWwF8"
  },
  "visual_matches": [
    {
      "position": 1,
      "title": "Danny DeVito - Wikipedia",
      "link": "https://en.wikipedia.org/wiki/Danny_DeVito",
      "source": "Wikipedia",
      "source_icon": "https://serpapi.com/searches/68dd016c0d0b29032e40d9f2/images/341454048ff4f54906f07452acf857d174da2038aa02ec6c24371c3cbacea159.png",
      "thumbnail": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQNl_2mCz1tAHs_w-zkIm40bhHiuGFMOqJv9uZcxTQm9qCqC4F_",
      "thumbnail_width": 245,
      "thumbnail_height": 206,
      "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Danny_DeVito_by_Gage_Skidmore.jpg/250px-Danny_DeVito_by_Gage_Skidmore.jpg",
      "image_width": 297,
      "image_height": 250
    },
    {
      "position": 2,
      "title": "Danny Devito",
      "link": "https://www2.gvsu.edu/priskh/lifedanny.html",
      "source": "Grand Valley State University",
      "source_icon": "https://serpapi.com/searches/68dd016c0d0b29032e40d9f2/images/341454048ff4f5499c589e4656065ff2ede525fe038b87420383683d75865f71.png",
      "thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTf07CdhFNSUJ9zRsbFRDj76piDdhOfJiGUzldmUi58iiu2CNoV",
      "thumbnail_width": 183,
      "thumbnail_height": 275,
      "image": "https://farm5.staticflickr.com/4110/4843205008_9d1baf0739_o.jpg",
      "image_width": 3168,
      "image_height": 4752
    },
    {
      "position": 3,
      "title": "Danny DeVito - Biography - IMDb",
      "link": "https://www.imdb.com/name/nm0000362/bio/",
      "source": "IMDb",
      "source_icon": "https://serpapi.com/searches/68dd016c0d0b29032e40d9f2/images/341454048ff4f549e7cb4dfcc9a363a548ff6c509e28cdaad5d75412ec23d041.png",
      "thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTrhAfAiQHOAuoY1L1aKARE4rqcJJj6Fmo-KsxAiyPKyK4J9koL",
      "thumbnail_width": 266,
      "thumbnail_height": 190,
      "image": "https://m.media-amazon.com/images/M/MV5BMTE5MjM5MzM3M15BMl5BanBnXkFtZTYwOTEzOTY0._V1_.jpg",
      "image_width": 400,
      "image_height": 286
    },
    ...
  ],
  ...
}

Example with auto_crop: true

The auto_crop parameter can be used to auto-crops the image to focus on the detected area of interest. This can help improve the search results by focusing on the most important part of the image.

Example with auto_crop: true

JSON Example

{
  ...
  "ai_overview": {
    "page_token": "ySTD63icxVbrjuo2EH6APkf51YUkGw5wJFQ5jgmBXMjhdogqRbmtE0IIxIQQ_vVd-lR9mjqB5bILR22lqvPDGY9nxjP250_5_Y9VuI7-_Om3YLfbkK-NRp7ndZwkeOXX3SRu2KRYu423ZEVSN_h1tSZWnHh-N1vXSp1k6Zvt-l3uS40kWUo1aq3nvlPPonUt8-JyZU_C9a4LgbwVQQIhcMcA46EEEAaTZAmDhQaojA7T8mP1DQCw2F4BAMHoCAQkA1ka8r3ByU6zpaHXhSo3LeyhGWv2kjGQAQIsyKHBaeIgWMy1QBszuXZEuTIxXhdLvNNFL9THbKDPp7m6NJqmZNCvWviFDJ2YT3rM4AjDJjHj6c7sz3bO9-jL4qitdHEW6BLamRPAqGOGUSV0VOboVeXUnbaUOW0-iBaT3kqbqAWK0HBUdEJnre5pzv0i7hRm0cmc8GyTZplbsLEbdzKP6iZkA1eK9m5_sDch3XvepLnNwuGaDNUjZd7L7XGb1SYh4V6stPklm4C8Vuy7rzWXdJmaH3ZDz2_ZviJImQI2bX6UpzqODbdWXVvXcmziL-mtHpakYTXoEP38KtJJndT9dV2c2cmROUxbOKlzDNup6w07pg7gPxIEvtFRkKlCBd8vwsqEnkcbqFod3JhOKYQby-JkxBgBo5z3HmXCCFWRY0hjR8L-JVftZ7vK9yWRqhKI1XJfA4SPQh718N5s79ToYzE-7f3enHg9LAE8FVl-X6Wl0YfWz2_2oimqkzlvwgMFwks6gS7DkfAK5eR5eho5w30UvBiPe7zITP6m5d6C7tfwMMUT03BS-mEboRu4lZKSEmZw0mGS3lZk-_2ixR_35sgcH95UezPlSYASETRch_qtEtvzPSuwmF8qQLvkgmhyi-hM8PXJdpOBfVJX6gJ7A-fyJPH9wRvU-PHAn8vzSwPDakyAVIL7ctGjUhGm707tKgm6Xh465_wM50rkOyM-3V0ZcdbuHg-6TN_zu3cV4stSDmQsXMMWt17CbVaEEKQGQz1N8zs3mRYEK60Hy0rF-2qEO2eDErhhXHsqRzG61gAEXHUg-lAt3SA9EVg6lRMBVocqGOgj8IVrH0AFkIcnOP9zET6_uw9igHf8foDjLYwRO2KCt2n6AnxRt3r7QbEWFcdT2RGPz7BNYucfMLH7_wH7zNPD6pUn-DOw8Y-AbSD4A54-A_vK0xUhwd4jYD_gaf-u0Btgy3J0C-ynPH0D7LLKHwB7-BTYxgNgCx-BLTwHdsnTF2BDKHzgaeHC0zfA_lc8bfx9nq7w7Z8-96SdLfFT8kZT35P6TVlyaaNtYnvMlqzG6uZFIg_I-y3efd2kCX0PofdV4Aa7wqtta_EqTbqM3Rrr35FizlKmY4mCzudWFPi6PNNWqbNnHY9YGeL1YKkcIks5qFIqTecBk2ZyD2o-YI2Ovp1jlucdBy_72jflJVE62l7qhR3u-0JntwxaWmu-BYWg_RqkbTKdkWjND8T0AFR3OsjzSN_sjp6smS7kpKoq0m2ZYr_JWM20l9fi1KU_sYDHQDPAHJccWyOubflk3_X9Jst7XJtlmlzHY51ajHfFpsu1amSddpm_AO1MUI4",
    "serpapi_link": "https://serpapi.com/search.json?engine=google_ai_overview&page_token=ySTD63icxVbrjuo2EH6APkf51YUkGw5wJFQ5jgmBXMjhdogqRbmtE0IIxIQQ_vVd-lR9mjqB5bILR22lqvPDGY9nxjP250_5_Y9VuI7-_Om3YLfbkK-NRp7ndZwkeOXX3SRu2KRYu423ZEVSN_h1tSZWnHh-N1vXSp1k6Zvt-l3uS40kWUo1aq3nvlPPonUt8-JyZU_C9a4LgbwVQQIhcMcA46EEEAaTZAmDhQaojA7T8mP1DQCw2F4BAMHoCAQkA1ka8r3ByU6zpaHXhSo3LeyhGWv2kjGQAQIsyKHBaeIgWMy1QBszuXZEuTIxXhdLvNNFL9THbKDPp7m6NJqmZNCvWviFDJ2YT3rM4AjDJjHj6c7sz3bO9-jL4qitdHEW6BLamRPAqGOGUSV0VOboVeXUnbaUOW0-iBaT3kqbqAWK0HBUdEJnre5pzv0i7hRm0cmc8GyTZplbsLEbdzKP6iZkA1eK9m5_sDch3XvepLnNwuGaDNUjZd7L7XGb1SYh4V6stPklm4C8Vuy7rzWXdJmaH3ZDz2_ZviJImQI2bX6UpzqODbdWXVvXcmziL-mtHpakYTXoEP38KtJJndT9dV2c2cmROUxbOKlzDNup6w07pg7gPxIEvtFRkKlCBd8vwsqEnkcbqFod3JhOKYQby-JkxBgBo5z3HmXCCFWRY0hjR8L-JVftZ7vK9yWRqhKI1XJfA4SPQh718N5s79ToYzE-7f3enHg9LAE8FVl-X6Wl0YfWz2_2oimqkzlvwgMFwks6gS7DkfAK5eR5eho5w30UvBiPe7zITP6m5d6C7tfwMMUT03BS-mEboRu4lZKSEmZw0mGS3lZk-_2ixR_35sgcH95UezPlSYASETRch_qtEtvzPSuwmF8qQLvkgmhyi-hM8PXJdpOBfVJX6gJ7A-fyJPH9wRvU-PHAn8vzSwPDakyAVIL7ctGjUhGm707tKgm6Xh465_wM50rkOyM-3V0ZcdbuHg-6TN_zu3cV4stSDmQsXMMWt17CbVaEEKQGQz1N8zs3mRYEK60Hy0rF-2qEO2eDErhhXHsqRzG61gAEXHUg-lAt3SA9EVg6lRMBVocqGOgj8IVrH0AFkIcnOP9zET6_uw9igHf8foDjLYwRO2KCt2n6AnxRt3r7QbEWFcdT2RGPz7BNYucfMLH7_wH7zNPD6pUn-DOw8Y-AbSD4A54-A_vK0xUhwd4jYD_gaf-u0Btgy3J0C-ynPH0D7LLKHwB7-BTYxgNgCx-BLTwHdsnTF2BDKHzgaeHC0zfA_lc8bfx9nq7w7Z8-96SdLfFT8kZT35P6TVlyaaNtYnvMlqzG6uZFIg_I-y3efd2kCX0PofdV4Aa7wqtta_EqTbqM3Rrr35FizlKmY4mCzudWFPi6PNNWqbNnHY9YGeL1YKkcIks5qFIqTecBk2ZyD2o-YI2Ovp1jlucdBy_72jflJVE62l7qhR3u-0JntwxaWmu-BYWg_RqkbTKdkWjND8T0AFR3OsjzSN_sjp6smS7kpKoq0m2ZYr_JWM20l9fi1KU_sYDHQDPAHJccWyOubflk3_X9Jst7XJtlmlzHY51ajHfFpsu1amSddpm_AO1MUI4"
  },
  "visual_matches": [
    {
      "position": 1,
      "title": "MTD 20 Inch Push Mower Saved From The Heap! - YouTube",
      "link": "https://www.youtube.com/watch?v=10zrmYgJfx4",
      "source": "YouTube",
      "source_icon": "https://serpapi.com/searches/69bbd786fe1c6b2e2e195dbe/images/g_POGYlr-3sbkwcH7pokFN4Y0xW60HJLglVN1ZUxKWE.png",
      "thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRgcp_xb-MgL0bQM1Tnjo_QrryUbVBnWtgNUYhNeDlqUhj2j7fc",
      "thumbnail_width": 168,
      "thumbnail_height": 300,
      "image": "https://i.ytimg.com/vi/10zrmYgJfx4/maxresdefault.jpg",
      "image_width": 720,
      "image_height": 1280
    },
    {
      "position": 2,
      "title": "Amazon.com : Yard Machines Gas Powered Push Lawn Mower with ...",
      "link": "https://us.amazon.com/Yard-Machines-11A-02BT729-Briggs-Stratton/dp/B07BXQ4Q6K",
      "source": "Amazon.com",
      "source_icon": "https://serpapi.com/searches/69bbd786fe1c6b2e2e195dbe/images/_enR3dCnxNz6ImDW2p-YL8vNhfVjo5r0EV9kYXaMBvY.png",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSSW9zmnEjGYoBrPOIZPI_UMem-wQ7iode5Rc83E1VwlfZhVFDB",
      "thumbnail_width": 236,
      "thumbnail_height": 213,
      "image": "https://m.media-amazon.com/images/I/71yzTfvQOGL._AC_UF894,1000_QL80_.jpg",
      "image_width": 991,
      "image_height": 894
    },
    {
      "position": 3,
      "title": "Mower won't start? How I fixed my Briggs & Stratton - YouTube",
      "link": "https://www.youtube.com/watch?v=_WuUH0Hqt0w",
      "source": "YouTube",
      "source_icon": "https://serpapi.com/searches/69bbd786fe1c6b2e2e195dbe/images/QA68kB0a1kCYLiY3i3MFn-cG8CXLqPDk3zvS0q5lWiA.png",
      "thumbnail": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQyY0QEOWp9zeG3xe4v8ZIoEilF_nbuuFUfDSyLFzxJqz3Lr-XN",
      "thumbnail_width": 168,
      "thumbnail_height": 300,
      "image": "https://i.ytimg.com/vi/_WuUH0Hqt0w/maxresdefault.jpg",
      "image_width": 720,
      "image_height": 1280
    },
    ...
  ],
  ...
}

Example with organic_results

Some searches may include organic_results in the response. These results follow the same structure as our Google Search Engine Results API. Refer to the Organic Results documentation for more details.

Example with organic_results

JSON Example

{
  ...
  "organic_results": [
    {
      "position": 1,
      "title": "Danny DeVito",
      "link": "https://en.wikipedia.org/wiki/Danny_DeVito",
      "redirect_link": "https://lens.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://en.wikipedia.org/wiki/Danny_DeVito&ved=2ahUKEwjU9uG_pP2VAxV6j2oFHVC1Gq8QFnoFCLsDEAE",
      "displayed_link": "https://en.wikipedia.org › wiki › Danny_DeVito",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcShL_9eQe6w1fRXYxHEe0_Z6IbtbfMgU_VR0K3w_dZZnU3IgxifGCNi&usqp=CAE&s",
      "favicon": "https://serpapi.com/images/i/iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAAAAABXZoBIAAAAnklEQVR4AeTNIQiDQABG4b-u17X1aF6PK3YEO9iMJqPVau82y4FgMezS0oVLhqsHtrcqeqzDXv3CEz_6L4yTtZM3dnHmPTtjzXZAXKYVo4agkU2GI2Lloc6JDez1-flswMu1EQZ3xlE7lK8eKDkjtwE-crBMV-wesKmCiisGGepZIfQJpMj9SNb2MYWrChjVkULuCyCfRvsdmBieyQQAsoDk_9ryhFMAAAAASUVORK5CYII.png",
      "snippet": "Daniel Michael DeVito Jr., born November 17, 1944) is an American actor, comedian and filmmaker. Known for his short stature, raspy voice, distinct accent, and ...",
      "snippet_highlighted_words": [
        "an American actor, comedian and filmmaker"
      ],
      "about_this_result": {
        "source": {
          "description": "Daniel Michael DeVito Jr., born November 17, 1944) is an American actor, comedian and filmmaker. Known for his short stature, raspy voice, distinct accent, and ...",
          "source_info_link": "https://en.wikipedia.org/wiki/Danny_DeVito",
          "icon": "https://serpapi.com/images/i/iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAAAAABXZoBIAAAAnklEQVR4AeTNIQiDQABG4b-u17X1aF6PK3YEO9iMJqPVau82y4FgMezS0oVLhqsHtrcqeqzDXv3CEz_6L4yTtZM3dnHmPTtjzXZAXKYVo4agkU2GI2Lloc6JDez1-flswMu1EQZ3xlE7lK8eKDkjtwE-crBMV-wesKmCiisGGepZIfQJpMj9SNb2MYWrChjVkULuCyCfRvsdmBieyQQAsoDk_9ryhFMAAAAASUVORK5CYII.png"
        },
        "languages": [
          "en"
        ],
        "regions": [
          "US"
        ]
      },
      "about_page_link": "https://lens.google.com/search?q=About+https://en.wikipedia.org/wiki/Danny_DeVito&tbm=ilp",
      "about_page_serpapi_link": "https://serpapi.com/search.json?engine=google_about_this_result&google_domain=google.com&q=About+https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FDanny_DeVito",
      "source": "Wikipedia"
    },
    {
      "position": 2,
      "title": "[No Spoilers] [Fan Content] I always considered Danny ...",
      "link": "https://www.reddit.com/r/TheLastAirbender/comments/3umza6/no_spoilers_fan_content_i_always_considered_danny/",
      "redirect_link": "https://lens.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.reddit.com/r/TheLastAirbender/comments/3umza6/no_spoilers_fan_content_i_always_considered_danny/&ved=2ahUKEwjU9uG_pP2VAxV6j2oFHVC1Gq8QFnoFCMMDEAE",
      "displayed_link": "180+ comments · 10 years ago",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTdKIHsx79vV1vsdIqFbI1OyWXLPQBkgRj54gJxS1aDZuPAe7jg5jrE&usqp=CAE&s",
      "favicon": "https://serpapi.com/images/i/iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y-mAAAAhFBMVEVHcEz_RQD_RQD_RQD_RQD_RQD_RQD_RQD_RQD_PQD_NgD-XS32dlf5vK3____64dusLADUz9H-jXLOPAoSHiFrLBm3uLn3_f7jVS_b6e77pJDJo6H718__RQDw9ffs5-jm8fPIXlHqKwD5-PjolIP_VgP_SQLQ2uAyODvQ4ekABAhqcHK4ptuCAAAAHnRSTlMAPobB7P9mHdb__________________________8J6YdtgAAABWUlEQVR4AWySYZNDMBCGWyw2SI9TGnWqILT____dm6Enc-MZH8Qz2V3Je_rj7Lgekec659N_fIgPnn-yCULaYaYwsCqShYhiQXQ-dJxIedltQDZfqZQyY6K1st3vO78WsiyNDI3zySK_caJUygTMzN7eTnxdBXMcb3-0TsMC30RUJfciqSIs8JCZycHwWV1n2UVuXDKzxsDOySWu5AGVoB_TUh5imhJFpQTNfav7uDcSlBERJLUN9LOLewn6LnpCNS0EyvKg-vLRjVRLUIuxe8hSDYyyLqatyr68jdO6cxpvWGIeDOQQujagNs7YuumbJmYiZz0E3aJvMc95Ps8F-rV6PQQ0JY4XpVqVv0Cu2lYps9HbDp6HRS9Kv1-vt1Z4HeDI_1yZiFMNFIzWqYkChftl8zSkegE6HSYmENgxYYQHRGzUHiLHyh3ModvZo7nHxA71ofwdSnYAAPpVIo4RUPiIAAAAAElFTkSuQmCC.png",
      "snippet": "Danny DeVito as Korra, Judy Dench as Bolin, Melissa McCarthy. ALL background characters played by Nic Cage. Danny DeVito. a whore bender. ...",
      "snippet_highlighted_words": [
        "Danny DeVito as Korra"
      ],
      "sitelinks": {
        "list": [
          {
            "title": "a collection of Evrart fancasts I found online. Which one ...",
            "link": "https://www.reddit.com/r/DiscoElysium/comments/1gq9kus/fancasting_evrart_a_collection_of_evrart_fancasts/",
            "answer_count": 72,
            "date": "Nov 13, 2024"
          },
          {
            "title": "Arnold Schwarzenegger and Danny DeVito - Reddit",
            "link": "https://www.reddit.com/r/CelebrityLookalikes/comments/1uwlrps/arnold_schwarzenegger_and_danny_devito/",
            "answer_count": 32,
            "date": "Jul 14, 2026"
          }
        ]
      },
      "about_this_result": {
        "source": {
          "description": "Danny DeVito as Korra, Judy Dench as Bolin, Melissa McCarthy. ALL background characters played by Nic Cage. Danny DeVito. a whore bender. ...",
          "source_info_link": "https://www.reddit.com/r/TheLastAirbender/comments/3umza6/no_spoilers_fan_content_i_always_considered_danny/",
          "icon": "https://serpapi.com/images/i/iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y-mAAAAhFBMVEVHcEz_RQD_RQD_RQD_RQD_RQD_RQD_RQD_RQD_PQD_NgD-XS32dlf5vK3____64dusLADUz9H-jXLOPAoSHiFrLBm3uLn3_f7jVS_b6e77pJDJo6H718__RQDw9ffs5-jm8fPIXlHqKwD5-PjolIP_VgP_SQLQ2uAyODvQ4ekABAhqcHK4ptuCAAAAHnRSTlMAPobB7P9mHdb__________________________8J6YdtgAAABWUlEQVR4AWySYZNDMBCGWyw2SI9TGnWqILT____dm6Enc-MZH8Qz2V3Je_rj7Lgekec659N_fIgPnn-yCULaYaYwsCqShYhiQXQ-dJxIedltQDZfqZQyY6K1st3vO78WsiyNDI3zySK_caJUygTMzN7eTnxdBXMcb3-0TsMC30RUJfciqSIs8JCZycHwWV1n2UVuXDKzxsDOySWu5AGVoB_TUh5imhJFpQTNfav7uDcSlBERJLUN9LOLewn6LnpCNS0EyvKg-vLRjVRLUIuxe8hSDYyyLqatyr68jdO6cxpvWGIeDOQQujagNs7YuumbJmYiZz0E3aJvMc95Ps8F-rV6PQQ0JY4XpVqVv0Cu2lYps9HbDp6HRS9Kv1-vt1Z4HeDI_1yZiFMNFIzWqYkChftl8zSkegE6HSYmENgxYYQHRGzUHiLHyh3ModvZo7nHxA71ofwdSnYAAPpVIo4RUPiIAAAAAElFTkSuQmCC.png"
        },
        "languages": [
          "en"
        ],
        "regions": [
          "US"
        ]
      },
      "about_page_link": "https://lens.google.com/search?q=About+https://www.reddit.com/r/TheLastAirbender/comments/3umza6/no_spoilers_fan_content_i_always_considered_danny/&tbm=ilp",
      "about_page_serpapi_link": "https://serpapi.com/search.json?engine=google_about_this_result&google_domain=google.com&q=About+https%3A%2F%2Fwww.reddit.com%2Fr%2FTheLastAirbender%2Fcomments%2F3umza6%2Fno_spoilers_fan_content_i_always_considered_danny%2F",
      "source": "Reddit · r/TheLastAirbender"
    },
    {
      "position": 3,
      "title": "Danny DeVito",
      "link": "https://www.imdb.com/name/nm0000362/",
      "redirect_link": "https://lens.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.imdb.com/name/nm0000362/&ved=2ahUKEwjU9uG_pP2VAxV6j2oFHVC1Gq8QFnoFCLYDEAE",
      "displayed_link": "https://www.imdb.com › name",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRuzwdNevfsK1KLTYHi1jLf_96bp7N6uOiQwE5_ULoRNzLKoWWK4GzY&usqp=CAE&s",
      "favicon": "https://serpapi.com/images/i/_9j_4AAQSkZJRgABAQAAAQABAAD_2wCEAAkGBwkHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys_RD84QzQ5OisBCgoKDQwNGg8PGjclHyU3Nzc3OC83NzczNzc3Nzc3NzcyLzU3NzA1LTc3Nzc1NzctLzUrNy03LTU1MDU1NTUrK__AABEIABwAHAMBEQACEQEDEQH_xAAZAAEAAwEBAAAAAAAAAAAAAAAABAUGBwL_xAAmEAACAQMDAwQDAAAAAAAAAAABAgMABBEFIUEGEzESUYGRFjJS_8QAGwEAAgMAAwAAAAAAAAAAAAAAAAQBAwUCBgf_xAAkEQACAgEDAwUBAAAAAAAAAAAAAQIRAwQxUQUSoRMhQWHwIv_aAAwDAQACEQMRAD8A3NeaG8KCRQAoAyHXWr32lz2q2FwYg9neSMAqnLJHlTuODWx0vT4s0ZOav3j53FNRklCq-zJ_lfUBS47l60RitUjyIkz3Vnijd_15Dn78Vrvp2kVVDdvnam0Letk5LNOrdT06TuXEhvoLZbvuo_pRnEcyorZC-QD42BpafTtPkjUV2t9vlFizzTtvk6QDkA-9dZf8tofshahpVlqTI19bJMyI8als7K4ww29xV2LU5sPtCVHGUIy3I8_TmlThxNYRsHBDZJ3BYMef6VT8VatfqVVS_VRxeGD-Dw3S-jPEkTabEUQEKuW8FvUed8kc1K6jqk77tyPQx8FxSl8ltCoAUAKAFAH_2Q.jpeg",
      "snippet": "Danny DeVito has amassed a formidable and diverse body of work as an actor, producer and director that spans the stage, television and film.",
      "snippet_highlighted_words": [
        "Danny DeVito"
      ],
      "about_this_result": {
        "source": {
          "description": "Danny DeVito has amassed a formidable and diverse body of work as an actor, producer and director that spans the stage, television and film.",
          "source_info_link": "https://www.imdb.com/name/nm0000362/",
          "icon": "https://serpapi.com/images/i/_9j_4AAQSkZJRgABAQAAAQABAAD_2wCEAAkGBwkHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys_RD84QzQ5OisBCgoKDQwNGg8PGjclHyU3Nzc3OC83NzczNzc3Nzc3NzcyLzU3NzA1LTc3Nzc1NzctLzUrNy03LTU1MDU1NTUrK__AABEIABwAHAMBEQACEQEDEQH_xAAZAAEAAwEBAAAAAAAAAAAAAAAABAUGBwL_xAAmEAACAQMDAwQDAAAAAAAAAAABAgMABBEFIUEGEzESUYGRFjJS_8QAGwEAAgMAAwAAAAAAAAAAAAAAAAQBAwUCBgf_xAAkEQACAgEDAwUBAAAAAAAAAAAAAQIRAwQxUQUSoRMhQWHwIv_aAAwDAQACEQMRAD8A3NeaG8KCRQAoAyHXWr32lz2q2FwYg9neSMAqnLJHlTuODWx0vT4s0ZOav3j53FNRklCq-zJ_lfUBS47l60RitUjyIkz3Vnijd_15Dn78Vrvp2kVVDdvnam0Letk5LNOrdT06TuXEhvoLZbvuo_pRnEcyorZC-QD42BpafTtPkjUV2t9vlFizzTtvk6QDkA-9dZf8tofshahpVlqTI19bJMyI8als7K4ww29xV2LU5sPtCVHGUIy3I8_TmlThxNYRsHBDZJ3BYMef6VT8VatfqVVS_VRxeGD-Dw3S-jPEkTabEUQEKuW8FvUed8kc1K6jqk77tyPQx8FxSl8ltCoAUAKAFAH_2Q.jpeg"
        },
        "languages": [
          "en"
        ],
        "regions": [
          "US"
        ]
      },
      "about_page_link": "https://lens.google.com/search?q=About+https://www.imdb.com/name/nm0000362/&tbm=ilp",
      "about_page_serpapi_link": "https://serpapi.com/search.json?engine=google_about_this_result&google_domain=google.com&q=About+https%3A%2F%2Fwww.imdb.com%2Fname%2Fnm0000362%2F",
      "source": "IMDb"
    },
    ...
  ],
  ...
}

Example with short_videos

Some searches may include short_videos in the response. These results follow the same structure as our Google Search Engine Results API. Refer to the Short Videos documentation for more details.

Example with short_videos

JSON Example

{
  ...
  "short_videos": [
    {
      "position": 1,
      "title": "Wondering when your ducks will start laying? Heads up ... by Strombergs Chicks & Game Birds on Instagram. Play on Instagram. 0:35",
      "source": "Instagram",
      "profile_name": "Strombergs Chicks & Game Birds",
      "extensions": [
        "Strombergs Chicks & Game Birds"
      ],
      "source_logo": "https://serpapi.com/searches/6a6cbc2f398dd855c736c590/images/Lxrv_prN6uMUZT7L98hvoIVmbHKCYOgaKGRXEwAeNMo.png",
      "duration": "0:35",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRoVASjsqV-DtfmW50uhbwk-DJb-2d4nCbGzsCD0cyEM0PzYnGLh1ybEQw&s=10",
      "link": "https://www.instagram.com/reel/DZv7EkcExiK/"
    },
    {
      "position": 2,
      "title": "The cutest little mallard ducklings The average clutch size of a ... by BBC Springwatch on Facebook. Play on Facebook. 0:23",
      "source": "Facebook",
      "profile_name": "BBC Springwatch",
      "extensions": [
        "BBC Springwatch"
      ],
      "source_logo": "https://serpapi.com/images/i/iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y-mAAAAXVBMVEVHcEwHZv8HaP8IZ_8IZ_8IZv8IaP8IZ_8HZv8Haf8IZ_8IaP8IZ_8AXv8AV_8AYv-SqP_P1__m6__e5f9wlP____-tvP9jiv82c_8IZ_8Iaf-fsf________8AW_-wrobhAAAAH3RSTlMAM4bC6v1h7v8Z3UL_______7_________wRiFwenBhp_Z0gAAAOhJREFUeAFtk0UWwzAMBWWHFHOZe_9bBn9Nr7Mdg5AiQjZt17WNFFTTDxwZ-kKNigvUmJw2XGF0dByx1jlnPTPDjiYqDofj8XQ4L9bsL6vozpedq13_3eJk4G-XXPIac8zBHUs5EIl48Q4Tws3ziiAZ5f7j3Vq7O5b0iOGE1Z0cRxpqS3mwSbbU4VHndukW8GwHiQ_BzUO2KceIw7MIqJBHyIZk_WwKSv6KcD_frlsqt_P5joBELJ-3iNZD8YDC_82zz1pWS5U1u5bmmY1JLdMQmVoaOIxmIdVYDXWUxVAD8Xp_FvnN1mEG0f0e5ixC4ikAAAAASUVORK5CYII.png",
      "duration": "0:23",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRnJ7SkXrB6GH1DsqYBImpzLOHE8qCqg7a1azPbuyYmyztoIcrAx2lTUnA&s=10",
      "link": "https://www.facebook.com/BBCSpringwatch/videos/the-cutest-little-mallard-ducklings-the-average-clutch-size-of-a-mallard-duck-is/1322299049323892/"
    },
    {
      "position": 3,
      "title": "Willowbank Wildlife Reserve on Instagram: \"Baby season isn't ... by Willowbank Wildlife Reserve on Instagram. Play on Instagram. 0:15",
      "source": "Instagram",
      "profile_name": "Willowbank Wildlife Reserve",
      "extensions": [
        "Willowbank Wildlife Reserve"
      ],
      "source_logo": "https://serpapi.com/searches/6a6cbc2f398dd855c736c590/images/q66ADu98QhpOYlT6KioKG4C-1L33pKmh6grzIwpBMNA.png",
      "duration": "0:15",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQxccwqf-u4TQW-ILxr0QwCSbpxw5DLBXTmJ_ECVpJuA7IKaNajcTFxvlw&s=10",
      "link": "https://www.instagram.com/reel/DRiri9Pk4SS/"
    },
    ...
  ],
  ...
}

JSON structure overview

{
  ...
  "ai_overview": {
    "page_token": "String - Token for the AI Overview block",
    "serpapi_link": "String - URL to the corresponding SerpApi search",
  },
  "visual_matches": [
    {
      "position": "Integer - Position of the image",
      "title": "String - Title of the image",
      "link": "String - Source URL of the website containing the image",
      "source": "String - Displayed URL of the website containing the image",
      "source_icon": "String - Icon URL of the source website containing the image",
      "rating": "Float - Rating of the item in the image",
      "reviews": "Integer - Number of reviews of the item in the image",
      "price": {
        "value": "String - Price of the item in the image",
        "extracted_value": "Float - Extracted price of the item in the image",
        "currency": "String - Price currency of the item in the image"
      },
      "in_stock": "Boolean - Availability of the item in the image",
      "condition": "String - Condition of the item in the image",
      "thumbnail": "String - URL to the image thumbnail",
      "thumbnail_width": "Integer - width of the image thumbnail",
      "thumbnail_height": "Integer - height of the image thumbnail",
      "image": "String - URL to the full image",
      "image_width": "Integer - width of the full image",
      "image_height": "Integer - height of the full image",
      "exact_matches": "Boolean - Indicates if there are exact matches",
      "serpapi_exact_matches_link": "String - URL to the SerpApi search for exact matches"
    },
    ...
  ],
  "related_content": [
    {
      "query": "String - Related image query",
      "link": "String - URL to the Google search",
      "thumbnail": "String - URL to the image thumbnail",
      "serpapi_link": "String - URL to the SerpApi search"
    },
    ...
  ],
  "organic_results": [
    {
      "position": "Integer - Position of the organic result on the search page",
      "title": "String - Title of the organic result",
      "link": "String - Link of the organic result",
      "redirect_link": "String - Redirect link of the organic result",
      "displayed_link": "String - Displayed link of the organic result",
      "thumbnail": "String - Thumbnail of the organic result",
      "favicon": "String - Favicon of the organic result",
      "date": "String - Date of the organic result",
      "snippet": "String - Snippet of the organic result",
      "snippet_highlighted_words": [
        "String - Snippet highlighted word of the organic result",
      ],
      "images": [
        "String - Image of the organic result",
      ],
      "duration": "String - Duration of the organic result - video result",
      "key_moments": [
        {
          "title": "String - Title of the key moment",
          "time": "String - Time of the key moment",
          "link": "String - Link of the key moment",
          "thumbnail": "String - Thumbnail of the key moment"
        },
      ],
      "video_link": "String - Video link of the organic result",
      "sitelinks": {
        "list": [
          {
            "title": "String - Title of the list sitelink",
            "link": "String - Link of the list sitelink",
            "date": "String - Date of the list sitelink",
            "answer_count": "Integer - Answer count of the list sitelink"
          },
        ]
      },
      "rich_snippet": {
        "top": {
          "extensions": [
            "String - Extension of the rich snippet top",
          ],
          "detected_extensions": {
            "rating": "Float - Rating of detected extension of the rich snippet top",
            "store_rating": "Float - Store rating of detected extension of the rich snippet top",
            "price_from": "String - Minimum price of detected extension of the rich snippet top",
            "price_to": "String - Maximum price of detected extension of the rich snippet top",
            "currency": "String - Currency of detected extension of the rich snippet top",
            "day_returns": "Integer - Day returns of detected extension of the rich snippet top",
          }
        },
        "bottom": {
          "extensions": [
            "String - Extension of the rich snippet bottom",
          ],
          "detected_extensions": {
            "day_returns": "Integer - Day returns of detected extension of the rich snippet bottom",
          }
        }
      },
      "about_this_result": {
        "source": {
          "description": "String - Description of the about_this_result of the organic result",
          "source_info_link": "String - Source info link of the about_this_result of the organic result",
          "icon": "String - Icon of the about_this_result of the organic result"
        },
        "languages": [
          "String - Language of the about_this_result of the organic result",
        ],
        "regions": [
          "String - Region of the about_this_result of the organic result",
        ],
      },
      "about_page_link": "String - About page link of the organic result",
      "about_page_serpapi_link": "String - About page SerpApi link of the organic result",
      "source": "String - Source of the organic result",
      "read_more_link": "String - 'Read more' link for the organic result",
    },
    ...
  ],
  "short_videos": [
    {
      "position": "Integer - Position of the video",
      "title": "String - Video title",
      "source": "String - Source of the video",
      "profile_name": "String - Name of the video creator",
      "extensions": "Array - Other information of the video",
      "source_logo": "String - URL to the source logo",
      "clip": "String - URL to a clip of the video",
      "duration": "String - Duration of the video",
      "thumbnail": "String - URL to the video thumbnail",
      "link": "String - Link to the video"
    },
    ...
  ],
}