Reverse Image Search allows you to search for similar images on the public web.
Learn more about Reverse Image Search here
Input
A single image file or public link to an image
Output
{
//other fields truncated
"status": [
{
//other fields truncated
"output": {
"matches": [
{
"url": "https://lakecountyfloridanews.com/wp-content/uploads/2022/01/Corgi-Puppies-1.jpg",
"backlinks":
[
{
"url": "https://lakecountyfloridanews.com/corgi-puppies-everything-what-you-need/?amp"
},
{
"url": "https://lakecountyfloridanews.com/corgi-puppies-everything-what-you-need/amp/"
},
{
"url": "https://lakecountyfloridanews.com/corgi-puppies-everything-what-you-need/"
},
{
"url": "https://lakecountyfloridanews.com/corgi-puppies-everything-what-you-need/?noamp=mobile"
}
],
"similarity_score": 1
},
{
"url": "http://www.anytimelimodc.com/images/slider5.jpg",
"backlinks":
[
{
url:"http://www.anytimelimodc.com/"
}
],
"similarity_score": 0.9
}
]
}
}
]
//other fields truncated
}
Name | Description |
---|---|
url | The url of the image that is found |
backlinks | The array of urls of the pages that reference the image |
similarity_score | The score from 0-1 where 1 indicates and exact match, and lower scores represent an image that has been resized or otherwise differs in varying amounts to the source image |