Bing Reverse Image API

Our Bing Reverse Image API allows you to scrape SERP results from Bing Visual Search. The API is accessed through the following endpoint: /search?engine=bing_reverse_image.

A user may query the following: https://serpapi.com/search?engine=bing_reverse_image utilizing a GET request. Head to the playground for a live and interactive demo.

API Parameters

Search Query

image_url

Required

Parameter defines the URL for an image to perform the reverse image search.

NOTE: The image's width and height must each be 4,000 pixels or less.

Geographic Location

mkt

Optional

The market where the results come from (e.g. en-US). Typically, mkt is the country where the user is making the request from. However, it could be a different country if the user is not located in a country where Bing Reverse Image API delivers results. The market must be in the form <language code>-<country code>. For example, en-US. The string is case insensitive. For a list of possible market values, see Market Codes.

NOTE: If known, you are encouraged to always specify the market. Specifying the market helps Bing route the request and return an appropriate and optimal response. If you specify a market that is not listed in Market Codes, Bing Reverse Image API uses a best fit market code based on an internal mapping that is subject to change.

Crop Area

cat

Optional

Parameter is used to crop the image and perform the reverse search on the cropped part of the image. For example, 0.3 means cropping 30% from the top. The minimum and maximum for this coordinate are 0 and 1, respectively.

cal

Optional

Parameter is used to crop the image and perform the reverse search on the cropped part of the image. For example, 0.3 means cropping 30% from the left. The minimum and maximum for this coordinate are 0 and 1, respectively.

car

Optional

Parameter is used to crop the image and perform the reverse search on the cropped part of the image. For example, 0.8 means cropping the right, 80% from the left. The minimum and maximum for this coordinate are 0 and 1, respectively.

cab

Optional

Parameter is used to crop the image and perform the reverse search on the cropped part of the image. For example, 0.8 means cropping the bottom, 80% from the top. The minimum and maximum for this coordinate are 0 and 1, respectively.

Pagination

next_page_token

Optional

Parameter defines the next page token. It is used for retrieving the next page results.

count

Optional

Parameter controls the number of results per page. This parameter defaults to 35. This parameter is only a suggestion and might not reflect the returned results. The minimum and maximum for this parameter are 0 and 150, respectively.

Serpapi Parameters

engine

Required

Set parameter to bing_reverse_image to use the Bing Reverse Image API engine.

no_cache

Optional

Parameter will force SerpApi to fetch the Bing Reverse Image 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.

API Results

JSON Results

JSON output includes structured data for Related Content, Image Info, Pages With This Image, Ads, Text Recognition and Looks Like results.

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

This API does not have the HTML response, just a text. search_metadata.prettify_html_file contains a prettified version of the result. It is displayed in the playground.

API Examples

Example results for https://i.imgur.com/mmAwrdL.jpeg

Example results for https://i.imgur.com/mmAwrdL.jpeg

JSON Example

{
  "search_metadata": {
    "id": "681334b78c24bd6c970b9962",
    "status": "Success",
    "json_endpoint": "https://serpapi.com/searches/cb075f0667e380cd/681334b78c24bd6c970b9962.json",
    "created_at": "2025-05-01 08:45:43 UTC",
    "processed_at": "2025-05-01 08:45:43 UTC",
    "bing_reverse_image_url": "https://www.bing.com/images/search?q=imgurl:https%3A%2F%2Fi.imgur.com%2FmmAwrdL.jpeg&view=detailv2&iss=sbi",
    "raw_html_file": "https://serpapi.com/searches/cb075f0667e380cd/681334b78c24bd6c970b9962.html",
    "prettify_html_file": "https://serpapi.com/searches/cb075f0667e380cd/681334b78c24bd6c970b9962.prettify",
    "total_time_taken": 1.69
  },
  "search_parameters": {
    "engine": "bing_reverse_image",
    "image_url": "https://i.imgur.com/mmAwrdL.jpeg"
  },
  "search_information": {
    "total_estimated_matches": 333
  },
  "image_info": {
    "link": "https://www.bing.com/images/search?view=detailv2&FORM=OIIRPO",
    "source": "https://i.imgur.com/mmAwrdL.jpeg",
    "original": "https://i.imgur.com/mmAwrdL.jpeg",
    "domain": "i.imgur.com",
    "width": 780,
    "height": 950,
    "format": "jpeg",
    "file_size": "128095 B"
  },
  "related_content": [
    {
      "position": 1,
      "title": "iPhone 16 Series: Specs, Battery, Colors - SimplyMac",
      "link": "https://www.bing.com/images/search?view=detailv2&FORM=OIIRPO&id=1CF765F4914AB886ED9BCDCF47D642AC60B9B5D5&simid=608054953720421948",
      "thumbnail": "https://tse2.mm.bing.net/th?id=OIP.vP7DeVHY1owgA_WrrmyR0QHaE8&pid=Api",
      "date": "2024-09-09T19:41:00Z",
      "source": "https://www.simplymac.com/iphone/iphone-16-series-announced",
      "original": "https://www.simplymac.com/wp-content/uploads/iphone-16-click.webp",
      "cdn_original": "https://th.bing.com/th/id/R.bcfec37951d8d68c2003f5abae6c91d1?rik=1bW5YKxC1kfPzQ&pid=ImgRaw&r=0",
      "domain": "www.simplymac.com",
      "width": 1200,
      "height": 800,
      "format": "jpeg",
      "thumbnail_width": 474,
      "thumbnail_height": 316,
      "file_size": "33516 B"
    },
    {
      "position": 2,
      "title": "Apple Events - Apple (IN)",
      "link": "https://www.bing.com/images/search?view=detailv2&FORM=OIIRPO&id=7CAF5120BE287321B43C4CA56A2DE24BAA0A9C46&simid=608051616502458374",
      "thumbnail": "https://tse3.mm.bing.net/th?id=OIP.T9KJCyRmCPpqDkdWn5cwYAAAAA&pid=Api",
      "date": "2014-05-28T22:14:00Z",
      "source": "https://www.apple.com/in/apple-events/",
      "original": "https://www.apple.com/v/apple-events/home/ag/images/overview/announced/iphone_16__fmj9485qehiu_large.jpg",
      "cdn_original": "https://th.bing.com/th/id/R.4fd2890b246608fa6a0e47569f973060?rik=RpwKqkviLWqlTA&pid=ImgRaw&r=0",
      "domain": "www.apple.com",
      "width": 384,
      "height": 356,
      "format": "jpeg",
      "thumbnail_width": 384,
      "thumbnail_height": 356,
      "file_size": "27361 B"
    },
    {
      "position": 3,
      "title": "Online Deal Apps - Food Coupons App, Price Scanner App to save on ...",
      "link": "https://www.bing.com/images/search?view=detailv2&FORM=OIIRPO&id=63E72B01642F87EC88896975726608F7DBF96405&simid=607989837719083252",
      "thumbnail": "https://tse1.mm.bing.net/th?id=OIP.q0mP1pEDDAGPwTTxa52tfQHaIX&pid=Api",
      "date": "2012-09-21T23:18:00Z",
      "source": "https://www.buyvia.com/",
      "original": "https://www.buyvia.com/i/2024/09/iphone-16-pro.png",
      "cdn_original": "https://th.bing.com/th/id/R.ab498fd691030c018fc134f16b9dad7d?rik=BWT52%2fcIZnJ1aQ&pid=ImgRaw&r=0",
      "domain": "www.buyvia.com",
      "width": 849,
      "height": 960,
      "format": "png",
      "thumbnail_width": 474,
      "thumbnail_height": 535,
      "file_size": "1068737 B"
    },
    ...
  ],
  "pages_with_this_image": [
    {
      "title": "iPhone 16のSIMカードサイズはnano-SIM。マルチSIMも使える。 | アプリポ",
      "link": "https://www.bing.com/images/search?view=detailv2&FORM=OIIRPO&id=89A49AD588BC09030F3F17156B04A2B2A3285A1E&simid=608036944926749115",
      "thumbnail": "https://tse3.mm.bing.net/th?id=OIP.egpEw1vqBUkr1htrvf_giQHaJB&pid=Api",
      "date": "2024-09-10T06:05:00Z",
      "source": "https://applipo.ne.jp/app/iphone16-nano-sim/",
      "original": "https://applipo.ne.jp/wp-content/uploads/2024/09/d86b3b791a09722df5d98591d59576e9.jpg",
      "cdn_original": "https://th.bing.com/th/id/R.7a0a44c35bea05492bd61b6bbdffe089?rik=Hlooo7KiBGsVFw&pid=ImgRaw&r=0",
      "domain": "applipo.ne.jp",
      "size": "801 x 976",
      "width": 801,
      "height": 976,
      "format": "jpeg",
      "file_size": "64664 B"
    }
  ],
  "related_searches": [
    {
      "name": "Apple iPhone Launch",
      "link": "https://www.bing.com/images/search?q=Apple+iPhone+Launch&mmreqh=jA3PrUu8An7hwEFggpg3TUpn2exsjc7sX4ijQrSH9Ew%3d&FORM=IDINTS",
      "thumbnail": "https://tse3.mm.bing.net/th?q=Apple+iPhone+Launch&pid=Api&mkt=en-US&cc=US&setlang=en&adlt=moderate",
      "serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=bing_images&q=Apple+iPhone+Launch"
    },
    {
      "name": "Smartphone iPhone",
      "link": "https://www.bing.com/images/search?q=Smartphone+iPhone&mmreqh=NSPWBlcn0xFTbBfhsMWjYXGeZHF7N6WsB83qc5PpLIU%3d&FORM=IDINTS",
      "thumbnail": "https://tse3.mm.bing.net/th?q=Smartphone+iPhone&pid=Api&mkt=en-US&cc=US&setlang=en&adlt=moderate",
      "serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=bing_images&q=Smartphone+iPhone"
    },
    {
      "name": "Apple iPhone Unlocked",
      "link": "https://www.bing.com/images/search?q=Apple+iPhone+Unlocked&mmreqh=zFa%2f7PkCz1jej9XwqUwQFIHrpJqFDNPFfxsy9YoM9Jc%3d&FORM=IDINTS",
      "thumbnail": "https://tse1.mm.bing.net/th?q=Apple+iPhone+Unlocked&pid=Api&mkt=en-US&cc=US&setlang=en&adlt=moderate",
      "serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=bing_images&q=Apple+iPhone+Unlocked"
    },
    ...
  ],
  "ads": [
    {
      "type": "Ads/ProductAd",
      "block_position": "Mainline",
      "title": "Apple iPhone 15 Plus - Blue - 128GB (With 24 Monthly Payments + Plan)",
      "link": "https://www.t-mobile.com/cell-phone/apple-iphone-15-plus?sku=195949040009",
      "price": 0,
      "price_currency": "USD",
      "price_currency_symbol": "$",
      "thumbnail": "https://www.bing.com/th?id=OPHS.nHLU4AE9OlZShQ474C474&o=5&pid=21.1",
      "thumbnail_width": 187,
      "thumbnail_height": 245,
      "description": "iPhone 15 Plus brings you Dynamic Island, a 48MP Main camera, and USB-C-all in a durable color-infused glass and aluminum design. Need help with choosing which iPhone is right for you? Check out our iPhone comparison chart to help you decide based on the features and options of each iPhone side-by-side. Get our best Apple Deals on the newest iPhones, iPads and Apple Watches . Also, be sure to explore the stunning new Apple iPhone 16 , Apple iPhone 16 Plus , Apple iPhone 16 Pro and Apple iPhone 16 Pro Max available on the nations largest and fastest nationwide 5G network. iPhone 15 Plus Quick Facts When was the iPhone 15 Plus released? The Apple iPhone 15 Plus was released on September 22nd, 2023. What colors are available for the iPhone 15 Plus? The iPhone 15 Plus is available in 5 colors: Black, Green, Pink, Yellow, Blue. What are the storage options for the iPhone 15 Plus? The iPhone 15 Plus has 3 memory storage sizes: 128GB, 256GB, and 512GB. What camera does the iPhone 15 Plus have? The iPhone 15 Plus has an advanced dual-camera system with 48MP main camera with 2x telephoto zoom and a 12MP Ultra Wide camera on the back, as well as a 12MP front camera. 1 iPhone 15, iPhone 15 Plus, iPhone 15 Pro, and iPhone 15 Pro Max are splash, water, and dust resistant and were tested under controlled laboratory conditions with a rating of IP68 under IEC standard 60529 (maximum depth of 6 meters up to 30 minutes). Splash, water, and dust resistance are not permanent conditions. Resistance might decrease as a result of normal wear. Do not attempt to charge a wet iPhone; refer to the user guide for cleaning and drying instructions. Liquid damage not covered under warranty. 2 The display has rounded corners. When measured as a standard rectangle, the screen is 6.12 inches (iPhone 15 Pro, iPhone 15) or 6.69 inches (iPhone 15 Pro Max, iPhone 15 Plus) diagonally. Actual viewable area is less. 3 Battery life varies by use and configuration; see apple.com/batteries for more information. 4 Service is included for free for two years with the activation of any iPhone 15 model. Connection and response times vary based on location, site conditions, and other factors. See support.apple.com/kb/HT213885 for more information. 5 iPhone 15 and iPhone 15 Pro can detect a severe car crash and call for help. Requires a cellular connection or Wi-Fi Calling.",
      "seller_name": "T-Mobile",
      "seller_domain": "t-mobile.com",
      "gtin_ids": [
        "00195949040009"
      ]
    },
    {
      "type": "Ads/ProductAd",
      "block_position": "Mainline",
      "title": "Apple iPhone 15 - Pink - 128GB (With 24 Monthly Payments + Plan)",
      "link": "https://www.t-mobile.com/cell-phone/apple-iphone-15?sku=195949035012",
      "price": 0,
      "price_currency": "USD",
      "price_currency_symbol": "$",
      "thumbnail": "https://www.bing.com/th?id=OPHS.wCQCB9EGmynyyw474C474&o=5&pid=21.1",
      "thumbnail_width": 184,
      "thumbnail_height": 245,
      "description": "iPhone 15 brings you Dynamic Island, a 48MP Main camera, and USB-C-all in a durable color-infused glass and aluminum design. Need help with choosing which iPhone is right for you? Check out our iPhone comparison chart to help you decide based on the features and options of each iPhone side-by-side. Get our best Apple Deals on the newest iPhones, iPads and Apple Watches . Also, be sure to explore the stunning new Apple iPhone 16 , Apple iPhone 16 Plus , Apple iPhone 16 Pro and Apple iPhone 16 Pro Max available on the nations largest and fastest nationwide 5G network. iPhone 15 Quick Facts When was the iPhone 15 released? The Apple iPhone 15 was released on September 22nd, 2023. What colors are available for the iPhone 15? The iPhone 15 is available in 5 colors: Black, Green, Pink, Yellow, Blue. What are the storage options for the iPhone 15? The iPhone 15 has 3 memory storage sizes: 128GB, 256GB, and 512GB. What camera does the iPhone 15 have? The iPhone 15 has an advanced dual-camera system with 48MP main camera with 2x telephoto zoom and a 12MP Ultra Wide camera on the back, as well as a 12MP front camera. 1 iPhone 15, iPhone 15 Plus, iPhone 15 Pro, and iPhone 15 Pro Max are splash, water, and dust resistant and were tested under controlled laboratory conditions with a rating of IP68 under IEC standard 60529 (maximum depth of 6 meters up to 30 minutes). Splash, water, and dust resistance are not permanent conditions. Resistance might decrease as a result of normal wear. Do not attempt to charge a wet iPhone; refer to the user guide for cleaning and drying instructions. Liquid damage not covered under warranty. 2 The display has rounded corners. When measured as a standard rectangle, the screen is 6.12 inches (iPhone 15 Pro, iPhone 15) or 6.69 inches (iPhone 15 Pro Max, iPhone 15 Plus) diagonally. Actual viewable area is less. 3 Battery life varies by use and configuration; see apple.com/batteries for more information. 4 Service is included for free for two years with the activation of any iPhone 15 model. Connection and response times vary based on location, site conditions, and other factors. See support.apple.com/kb/HT213885 for more information. 5 iPhone 15 and iPhone 15 Pro can detect a severe car crash and call for help. Requires a cellular connection or Wi-Fi",
      "seller_name": "T-Mobile",
      "seller_domain": "t-mobile.com",
      "gtin_ids": [
        "00195949035012"
      ]
    },
    {
      "type": "Ads/TextAd",
      "block_position": "Mainline",
      "title": "Get 4 iPhone 16 On Us - With 4 New Lines at $25/Line",
      "link": "https://www.t-mobile.com/offers/apple-iphone-deals?cmpid=MGPO_PG_P_25FGCF4I25_43700070651074834_",
      "displayed_link": "https://www.t-mobile.com/iphone-deals",
      "description": "Via 24 mo crdt w/4 qual trades (ex iPhone 12)& lines on $100+mo/plan OAC+tax/fees&$35/line. With AutoPay. Plus we'll pay off 4 phones, up to $800/line via virtual prepaid Mastercard.",
      "seller_name": "T-Mobile®",
      "seller_domain": "www.t-mobile.com",
      "sitelinks": [
        {
          "text": "Get Deals When You Switch",
          "link": "https://www.t-mobile.com/offers?cmpid=MGPO_PG_P_EVGRNPSTPD_p70651074834"
        },
        {
          "text": "Latest Smartphone Deal",
          "link": "https://www.t-mobile.com/cell-phones/deals/free?cmpid=MGPO_PG_P_24AFFDZDFA_p70651074834"
        },
        {
          "text": "T-Mobile Starlink",
          "link": "https://www.t-mobile.com/coverage/satellite-phone-service?cmpid=MGPO_PG_P_25NTWSAT_p70651074834"
        },
        ...
      ],
      "logo": "https://www.bing.com/th?id=OADD2.8864830155607_17G4VTG3S9Q3QUA1U1&pid=21.2"
    },
    {
      "type": "Ads/MultimediaAd",
      "block_position": "Middle",
      "title": "Best Buy Top Deals",
      "link": "https://www.bestbuy.com/site/all-electronics-on-sale/all-cell-phones-on-sale/pcmcat1690895861552.c?id=pcmcat1690895861552",
      "displayed_link": "www.bestbuy.com",
      "description": "The Brands You Want At The Prices You'll Love. Shop Top Deals At Best Buy® Today."
    },
    ...
  ],
  "text_recognition": [
    ...
    {
      "text": "Monday, September 9",
      "bounding_box": {
        "top_left": {
          "x": 0.3602564,
          "y": 0.1
        },
        ...
      },
      ...
    },
    ...
  ],
  "crops": [
    {
      "name": "human_made_object | electronics_or_home_appliance | telephone | mobile_phone",
      "cat": 0,
      "cal": 0.2167084,
      "car": 0.7601556,
      "cab": 0.8910936,
      "serpapi_link": "https://serpapi.com/search.json?cab=0.8910936&cal=0.2167084&car=0.7601556&cat=0&engine=bing_reverse_image&image_url=https%3A%2F%2Fi.imgur.com%2FmmAwrdL.jpeg"
    },
    {
      "name": "##TextRecognition",
      "cat": 0,
      "cal": 0,
      "car": 1,
      "cab": 1,
      "serpapi_link": "https://serpapi.com/search.json?cab=1&cal=0&car=1&cat=0&engine=bing_reverse_image&image_url=https%3A%2F%2Fi.imgur.com%2FmmAwrdL.jpeg"
    }
  ],
  "serpapi_pagination": {
    "next_page_token": "JimCqXica1pcWpRzUyGjpKSg2EpfP1MvMze9tEgvOT9XPzfXsbwoxUcvqyA1fVl-WlpxaokyAMYwEmw",
    "next": "https://serpapi.com/search.json?count=35&engine=bing_reverse_image&image_url=https%3A%2F%2Fi.imgur.com%2FmmAwrdL.jpeg&next_page_token=JimCqXica1pcWpRzUyGjpKSg2EpfP1MvMze9tEgvOT9XPzfXsbwoxUcvqyA1fVl-WlpxaokyAMYwEmw",
    "current": "https://serpapi.com/search.json?engine=bing_reverse_image&image_url=https%3A%2F%2Fi.imgur.com%2FmmAwrdL.jpeg"
  }
}

Looks Like results for https://www.topmost10.com/wp-content/uploads/2022/02/Bill-Gate.jpg

Looks Like results for https://www.topmost10.com/wp-content/uploads/2022/02/Bill-Gate.jpg

JSON Example

{
  ...
  "looks_like": {
    "title": "Bill Gates",
    "link": "https://www.bing.com/entityexplore?q=Bill+Gates&filters=sid:%220d47c987-0042-5576-15e8-97af601614fa%22&elv=AXXfrEiqqD9r3GuelwApulp9Gbx*ge47HGgC1OOQHvycH6j2dNJf8ara84ot4Lv4AcFOP!hDTLJKzkqPF0lPxgsdQSZ8IzbTSDYg*Q8h8*wN",
    "thumbnail": "https://tse3.mm.bing.net/th/id/OSK.QOf-s3RO1mUzPnYRZ8DkDG9RLA6uixypqFS1_zuj_1M?pid=Api",
    "width": 626,
    "height": 876,
    "description": "William Henry Gates III is an American businessman and philanthropist. A pioneer of the microcomputer revolution of the 1970s and 1980s, he co-founded the software company Microsoft in 1975 with his childhood friend Paul Allen. Following the company's 1986 initial public offering, Gates became then the youngest ever billionaire in 1987, at age 31. Forbes magazine ranked him as the world's wealthiest person for 18 out of 24 years between 1995 and 2017, including 13 years consecutively from 1995 to 2007. He became the first centibillionaire in 1999, when his net worth briefly surpassed $100 billion. On the 2024 Forbes list, he was ranked the world's seventh wealthiest person, with an estimated net worth of $128 billion.",
    "social_media_info": [
      {
        "url": "https://www.gatesnotes.com/",
        "name": "OfficialSite"
      },
      {
        "url": "https://en.wikipedia.org/wiki/Bill_Gates",
        "name": "Wikipedia"
      },
      {
        "url": "https://www.linkedin.com/in/williamhgates",
        "name": "LinkedIn"
      },
      ...
    ],
    "type": "American businessman",
    "related_queries": [
      {
        "text": "Overview",
        "link": "https://www.bing.com/search?q=bill+gates&filters=dtbk:%22MCFvdmVydmlldyFvdmVydmlldyEwZDQ3Yzk4Ny0wMDQyLTU1NzYtMTVlOC05N2FmNjAxNjE0ZmE%3d%22+sid:%220d47c987-0042-5576-15e8-97af601614fa%22+tphint:%22f%22&form=IMGENT"
      },
      {
        "text": "Books",
        "link": "https://www.bing.com/search?q=bill+gates+books&filters=dtbk:%22MCFvdmVydmlldyFzYXR2Ml9ib29rcyEwZDQ3Yzk4Ny0wMDQyLTU1NzYtMTVlOC05N2FmNjAxNjE0ZmE%3d%22+fcid:%2292259f34-6066-b3d9-54bc-a4ff93cb936d%22+sid:%220d47c987-0042-5576-15e8-97af601614fa%22&form=IMGENT"
      },
      {
        "text": "Movies",
        "link": "https://www.bing.com/search?q=bill+gates+movies&filters=dtbk:%22MCFvdmVydmlldyFzYXR2Ml9tb3ZpZXMhMGQ0N2M5ODctMDA0Mi01NTc2LTE1ZTgtOTdhZjYwMTYxNGZh%22+fcid:%22feb8213d-98bd-0e5c-c310-9969e643e877%22+sid:%220d47c987-0042-5576-15e8-97af601614fa%22&form=IMGENT"
      },
      ...
    ]
  },
  ...
}

Text Recognition results for https://i.imgur.com/KKgsaIs.png

Text Recognition results for https://i.imgur.com/KKgsaIs.png

JSON Example

{
  ...
  "text_recognition": [
    {
      "text": "\"You don't have to",
      "bounding_box": {
        "top_left": {
          "x": 0.20857143,
          "y": 0.13666667
        },
        "top_right": {
          "x": 0.78380954,
          "y": 0.13666667
        },
        "bottom_right": {
          "x": 0.78380954,
          "y": 0.24666667
        },
        "bottom_left": {
          "x": 0.20857143,
          "y": 0.24666667
        }
      },
      "words": [
        {
          "text": "\"You",
          "bounding_box": {
            "top_left": {
              "x": 0.20952381,
              "y": 0.13833334
            },
            "top_right": {
              "x": 0.33714285,
              "y": 0.13833334
            },
            "bottom_right": {
              "x": 0.33714285,
              "y": 0.24833333
            },
            "bottom_left": {
              "x": 0.20952381,
              "y": 0.245
            }
          }
        },
        {
          "text": "don't",
          "bounding_box": {
            "top_left": {
              "x": 0.36761904,
              "y": 0.13833334
            },
            ...
          }
        },
        ...
      ]
    },
    {
      "text": "be great to start,",
      "bounding_box": {
        "top_left": {
          "x": 0.22285715,
          "y": 0.27666667
        },
        ...
      },
      "words": [
        {
          "text": "be",
          "bounding_box": {
            "top_left": {
              "x": 0.22380953,
              "y": 0.27833334
            },
            ...
          }
        },
        ...
      ]
    },
    ...
  ],
  ...
}

Example results for a cropped image search using https://r.bing.com/rp/8XmNsSjqQcLpBbzqVBYHfZg3CIg.jpg

Example results for a cropped image search using https://r.bing.com/rp/8XmNsSjqQcLpBbzqVBYHfZg3CIg.jpg

JSON Example

{
  ...
  "related_content": [
    {
      "position": 1,
      "title": "Gloss White Side Table, The Preston | First in Furniture",
      "link": "https://www.bing.com/images/search?view=detailv2&FORM=OIIRPO&id=D1813A93D6371829C561005967EB1CD141B44DEF&simid=607986006702847677",
      "thumbnail": "https://tse1.mm.bing.net/th?id=OIP.HubtAbqolwEKygzmOSXbqwHaE8&cb=iwc2&pid=Api",
      "date": "2017-12-23T03:06:00Z",
      "source": "https://www.firstinfurniture.com.au/shop/preston-side-table-2/",
      "original": "https://www.firstinfurniture.com.au/wp-content/uploads/2017/11/IMG_7697-5-555x370.jpg",
      "cdn_original": "https://th.bing.com/th/id/R.1ee6ed01baa897010aca0ce63925dbab?rik=7020QdEc62dZAA&pid=ImgRaw&r=0",
      "domain": "www.firstinfurniture.com.au",
      "width": 555,
      "height": 370,
      "format": "jpeg",
      "thumbnail_width": 474,
      "thumbnail_height": 316,
      "file_size": "23995 B"
    },
    {
      "position": 2,
      "title": "Furniture Point",
      "link": "https://www.bing.com/images/search?view=detailv2&FORM=OIIRPO&id=DD183C2D94834CD11AE11E9BB539232F202D007E&simid=608007442781181391",
      "thumbnail": "https://tse1.mm.bing.net/th?id=OIP.o_D5XnctaTqXuj0QiV1gTQAAAA&cb=iwc2&pid=Api",
      "date": "2020-03-11T08:03:00Z",
      "source": "https://furniture.furniturepoint.co.nz/",
      "original": "https://furniture.furniturepoint.co.nz/wp-content/uploads/2020/03/bedside.png",
      "cdn_original": "https://th.bing.com/th/id/R.a3f0f95e772d693a97ba3d10895d604d?rik=fgAtIC8jObWbHg&pid=ImgRaw&r=0",
      "domain": "furniture.furniturepoint.co.nz",
      "width": 300,
      "height": 300,
      "format": "png",
      "thumbnail_width": 300,
      "thumbnail_height": 300,
      "file_size": "94145 B"
    },
    {
      "position": 3,
      "title": "Lido Side Table - Property Furniture",
      "link": "https://www.bing.com/images/search?view=detailv2&FORM=OIIRPO&id=522CDBB006A86265D52C918A15E674393FEA2BA1&simid=608051921516051942",
      "thumbnail": "https://tse4.mm.bing.net/th?id=OIP.kZwDcxu-ehsYjG345Es9bQHaHa&cb=iwc2&pid=Api",
      "date": "2017-11-24T19:00:00Z",
      "source": "https://propertyfurniture.com/product/lido-side-table-floormodel/",
      "original": "https://propertyfurniture.com/wp-content/uploads/2017/11/lidosidetable_f.jpg",
      "cdn_original": "https://th.bing.com/th/id/R.919c03731bbe7a1b188c6df8e44b3d6d?rik=oSvqPzl05hWKkQ&pid=ImgRaw&r=0",
      "domain": "propertyfurniture.com",
      "width": 500,
      "height": 500,
      "format": "jpeg",
      "thumbnail_width": 474,
      "thumbnail_height": 474,
      "file_size": "15749 B"
    },
    ...
  ],
  ...
}

JSON structure overview

{
  "image_info": {
    "title": "String - Title of the reverse image",
    "link": "String - URL to the reverse image",
    "thumbnail": "String - URL to the reverse image thumbnail",
    "date": "String - Date of the reverse image, in ISO 8601 format",
    "source": "String - Source URL of the website containing the reverse image",
    "original": "String - URL to the original upload of the reverse image",
    "cdn_original": "String - CDN URL to the original upload of the reverse image",
    "domain": "String - Domain of the website containing the reverse image"
    "width": "Integer - Width of the reverse image",
    "height": "Integer - Height of the reverse image",
    "format": "String - Format of the reverse image. E.g jpeg, png, gif",
    "file_size": "Integer - File size of the reverse image",
  },
  "related_content": [
    {
      "position": "Integer - Position of the image result"
      "title": "String - Title of the image result",
      "link": "String - URL to the image result",
      "thumbnail": "String - URL to the image thumbnail",
      "date": "String - Date of the image result, in ISO 8601 format",
      "source": "String - Source URL of the website containing the image result",
      "original": "String - URL to the original upload of the image result",
      "cdn_original": "String - CDN URL to the original upload of the image result",
      "domain": "String - Domain of the website containing the image result"
      "width": "Integer - Width of the image result",
      "height": "Integer - Height of the image result",
      "format": "String - Format of the image result. E.g jpeg, png, gif",
      "thumbnail_width": "Integer - Thumbnail width",
      "thumbnail_height": "Integer - Thumbnail height",
      "file_size": "Integer - File size of the image result",
    }
  ],
  "crops": [
    {
      "name": "String - Name of the cropping reverse image",
      "cat": "Float - Percentage of cropping reverse image from the top. E.g 0.3",
      "cal": "Float - Percentage of cropping reverse image from the left. E.g 0.2",
      "car": "Float - Cropping the right, percentage of cropping reverse image from the left. E.g 0.8",
      "cab": "Float - Cropping the bottom, percentage of cropping reverse image from the top. E.g 0.9",
      "serpapi_link": "String - Link to SerpApi to fetch the cropping search results",
    }
  ],
  "related_searches": [
    {
      "link": "String - URL to the related search",
      "name": "String - Related query",
      "thumbnail": "String - URL to the related search thumbnail"
      "serpapi_link": "String - Link to SerpApi to fetch the related search results",
    }
  ],
  "ads": [
    {
      "type": "String - Type of the ad. E.g Ads/ProductAd, Ads/TextAd",
      "block_position": "String - Block position of the ad",
      "title": "String - Title of the ad",
      "link": "String - URL to the ad",
      "displayed_link": "String - Displayed link of the ad",
      "phone": "String - Phone number of the ad",
      "price": "String - Price of the ad",
      "price_currency": "String - Currency of the price",
      "price_currency_symbol": "String - Currency symbol of the price",
      "thumbnail": "String - URL to the ad thumbnail",
      "thumbnail_width": "Integer - Width of the ad thumbnail",
      "thumbnail_height": "Integer - Height of the ad thumbnail",
      "description": "String - Description of the ad",
      "seller_name": "String - Name of the seller of the ad",
      "seller_domain": "String - Domain of the seller of the ad",
      "shipping_description": "String - Description of the shipping of the ad",
      "shipping_price": "String - Price of the shipping of the ad",
      "rating": "Float - Rating of the ad",
      "reviews": "Integer - Number of reviews of the ad",
      "rating_link": "String - URL to the rating of the ad",
      "site_links": [
        "text": "String - Text of the site link",
        "link": "String - URL to the site link",
        "descriptions": "Array - Descriptions of the site link",
      ],
      "logo": "String - URL to the logo of the ad",
      "extensions": "Array - Extensions of the ad",
      "gtin_ids": "Array - GTIN IDs of the ad",
    }
  ],
  "pages_with_this_image": [
    {
      "title": "String - Title of the page including result",
      "link": "String - URL to the image",
      "thumbnail": "String - URL to the image thumbnail",
      "date": "String - Date of the image result, in ISO 8601 format",
      "source": "String - Source URL of the page including result",
      "original": "String - URL to the original upload of the image",
      "domain": "String - Domain of the website containing the image result"
      "size": "String - Size of the thumbnail",
      "width": "Integer - Width of the thumbnail",
      "height": "Integer - Height of the thumbnail",
      "format": "String - Format of the thumbnail. E.g jpeg, png, gif",
      "file_size": "Integer - File size of the thumbnail",
    }
  ],
  "looks_like": {
    "title": "String - Title of the reverse image",
    "link": "String - URL to the reverse image",
    "thumbnail": "String - URL to the reverse image",
    "width": "Integer - Width of the reverse image",
    "height": "Integer - Height of the reverse image",
    "source": "String - Source URL of the website containing the reverse image",
    "description": "String - Description of the reverse image",
    "type": "String - Type of reverse image",
    "social_media_info": [
      "url": "String - URL to the social media page",
      "name": "String - Name of the social media",
    ],
    "related_queries": [
      {
        "text": "String - Text of the related query",
        "link": "String - URL to the related query",
      }
    ]
  },
  "text_recognition": [
    {
      "text": "String - Text recognized",
      "bounding_box": {
        "top_left": {
          "x": "Float - Top left x coordinate",
          "y": "Float - Top left y coordinate",
        },
        "top_right": {
          "x": "Float - Top right x coordinate",
          "y": "Float - Top right y coordinate",
        },
        "bottom_right": {
          "x": "Float - Bottom right x coordinate",
          "y": "Float - Bottom right y coordinate",
        },
        "bottom_left": {
          "x": "Float - Bottom left x coordinate",
          "y": "Float - Bottom left y coordinate",
        }
      },
      "words": [
        {
          "text": "String - Text recognized",
          "bounding_box": {
            "top_left": {
              "x": "Float - Top left x coordinate",
              "y": "Float - Top left y coordinate",
            },
            "top_right": {
              "x": "Float - Top right x coordinate",
              "y": "Float - Top right y coordinate",
            },
            "bottom_right": {
              "x": "Float - Bottom right x coordinate",
              "y": "Float - Bottom right y coordinate",
            },
            "bottom_left": {
              "x": "Float - Bottom left x coordinate",
              "y": "Float - Bottom left y coordinate",
            }
          }
        }
      ]
    }
  ]
}