Get favicon used by a website with ScreenshotOne API

Now you can get favicon used by a website with ScreenshotOne API in just one simple API call.

Changelog 1 min read

Written by

Dmytro Krasun

Published on

Yes, it is as simple as that.

Use metadata_icon option to get the favicon used by a website. The default value is false:

https://api.screenshotone.com/take?metadata_icon=true&url=https://screenshotone.com/&access_key=<access key>

The result will be returned as headers:

X-ScreenshotOne-Icon: {"url":"https://screenshotone.com/favicon-32x32.png","type":"image/png"}

Or as JSON:

{
"metadata": {
"icon": {
"url": "https://screenshotone.com/favicon-32x32.png",
"type": "image/png"
}
}
}

It is also available in the playground.

As always, if you have any questions, please, reach out at support@screenshotone.com.

Read more product updates

New features, bug fixes, and optimizations...

View all product updates
ScreenshotOne is now integrated into Summit

ScreenshotOne is now integrated into Summit

The ScreenshotOne screenshot API is now natively integrated into Summit and you can perform anything on top of the powerful screenshot automation and Summit models—only the sky is the limit.

Read more

1 min read

Stop scrolling screenshots when a given selector is visible

Stop scrolling screenshots when a given selector is visible

New options were added to the ScreenshotOne API to stop scrolling screenshots when a given selector is reached.

Read more

1 min read

Choose the full page screenshot algorithm

Choose the full page screenshot algorithm

Now, you can choose the full page screenshot algorithm.

Read more

1 min read

Automate website screenshots

Exhaustive documentation, ready SDKs, no-code tools, and other automation to help you render website screenshots and outsource all the boring work related to that to us.