Skip to content

images
PRO

Type: 'images'
Full-resolution image URLs with dimensions. Pass type: 'images' to search:
const { results } = await microlink.search('northern lights', { type: 'images' })

results[0]
// {
//   title: 'Northern lights (aurora borealis) — What they are and how to see them | Space',
//   url: 'https://www.space.com/15139-northern-lights-auroras-earth-facts-sdcmp.html',
//   creator: 'Frank Olsen',
//   image: { url: 'https://cdn.mos.cms.futurecdn.net/57jQMDN5MZLYfV8ps8HuZQ.jpg', width: 2121, height: 1193 },
//   thumbnail: { url: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:…', width: 300, height: 168 }
// }
FieldTypeDescription
titlestringImage title or alt text
urlstringSource page URL
image{ url, width, height }Full-resolution image
thumbnail{ url, width, height }Smaller preview
google{ url }?Google Images viewer link
creatorstring?Image creator attribution
creditstring?Image credit or copyright
See the images guide for asset-discovery workflows.