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.

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
More algorithms for screenshots by selectors

More algorithms for screenshots by selectors

We added more algorithms for screenshots by selectors.

Read more

1 min read

Support of the OpenAI GPT Vision API in ScreenshotOne

Support of the OpenAI GPT Vision API in ScreenshotOne

From today, you can use our screenshot API together with the OpenAI Vision API. It allows you to send screenshots directly to the Vision API without building all the infrastructure yourself.

Read more

2 min read

ScreenshotOne is available as a ChatGPT plugin

ScreenshotOne is available as a ChatGPT plugin

From today, you can render screenshots of any website or even raw HTML in ChatGPT—ScreenshotOne is available as a plugin. But at the moment of writing not available yet, in the official store, but it can be available when you read it.

Read more

2 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.