I bought two codes. Now everything is working well, but the issue is that the link to the screenshot is too long and weird. So can you add the option of a custom domain, please? Any plan for this? Any update on this, please?
Founder Team
teampeekshot
Mar 30, 2026
A: Thanks a lot for your support (and for grabbing two codes 🙌), really appreciate it.
Glad to hear everything is working well for you!
Regarding the screenshot links — yes, we understand they can feel a bit long and not very user-friendly. A custom domain option is definitely something that makes sense here.
It’s currently on our roadmap, but we don’t have a fixed timeline to share just yet....
Ok Thanks Alot.Sure, please get it done as a top priority because without this it looks too clumsy on social media—a huge link.Okay, it’s a headache. Better to get this done as a top priority.
Hello, I hope you're doing well. I'm willing to buy this—the highest tier —but I have one question.
What happens to the links that are behind a login page? I mean, they require login access. I'm unable to see anything in the trial version that can solve this issue.
Please let me know. Thank you.
Founder Team
teampeekshot
Mar 25, 2026
A: Hey Addy, thanks for trying PeekShot.
We had a basic version of this feature earlier, but we had to temporarily disable it a few days ago due to some issues.
We are actively working on improving it and expect to have it available again within about a week.
If capturing content behind login is important for your use case, feel free to keep an eye on updates. I can also notify you once it is...
How can a user delete images and projects? What are the steps? Also where do you keep your changelog and roadmap? Is this being actively developed?
Trevor
Founder Team
teampeekshot
Jan 13, 2026
A: Hi Trevor,
Here’s a clear breakdown of how deletion works in PeekShot, along with answers to your other questions.
Deleting projects Users can delete projects directly from the dashboard:
1) Log in to PeekShot. 2) On the Overview page, you’ll see a list of all your projects. 3) On the right side of each project row, there is a trash icon. 4) Clicking the trash icon will delete the selected...
1. Do you provide a simple URL/formula to return a screenshot image URL for a domain (Sheets-friendly, e.g., IMAGE("https://.../" & A2 & "?token=..."))? 2. What is the response format — direct image URL, redirect, or JSON/base64? Are CDN-hosted cacheable URLs provided? 3. How long do you retain screenshots by default? Can retention be configured? 4. Are stored screenshots subject to bandwidth or...
Founder Team
teampeekshot
Nov 30, 2025
A: Thanks for your detailed questions! Here are the answers one-by-one:
Do you provide a simple URL/formula for Google Sheets? Not yet — currently, screenshots are created via API requests rather than a direct formula-style URL.
What is the response format? PeekShot returns a CDN-hosted image URL in the API response. You get a direct link to the screenshot file (no base64 or redirect...
Example: Suppose I have a Google sheet with website url in column-A.
Can I create an API formula to get screenshot URL of all these website urls in column-A to Column-B where I use Peekshot API with Google sheet formula, similar to how Logo.dev or clearbit etc offers an API formula to create website favicon in the go?
Is it possible to take daily screenshots using PeekShot, extract information, and save it to Google Sheets using n8n or a similar platform? Also, if PeekShot gets blocked by websites, does it use multiple IPs to avoid being blocked? I want to extract some information once a day. Is this method suitable for that task?
Founder Team
teampeekshot
Nov 30, 2025
A: Yes — PeekShot can absolutely take daily screenshots. You can schedule a daily (or any frequency) screenshot and we return a screenshot image URL, which you can easily send to Google Sheets using n8n, Zapier, Make.com, or any similar automation platform.
Regarding blocking: PeekShot does use multiple IPs to reduce the chances of being blocked. However, advanced protection systems like...
Q: Custom domain?
I bought two codes. Now everything is working well, but the issue is that the link to the screenshot is too long and weird. So can you add the option of a custom domain, please? Any plan for this? Any update on this, please?
teampeekshot
Mar 30, 2026A: Thanks a lot for your support (and for grabbing two codes 🙌), really appreciate it.
Glad to hear everything is working well for you!
Regarding the screenshot links — yes, we understand they can feel a bit long and not very user-friendly. A custom domain option is definitely something that makes sense here.
It’s currently on our roadmap, but we don’t have a fixed timeline to share just yet....
Share PeekShot
Verified purchaser
Ok Thanks Alot.Sure, please get it done as a top priority because without this it looks too clumsy on social media—a huge link.Okay, it’s a headache. Better to get this done as a top priority.
Q: How to >Content that requires a Login?
Hello, I hope you're doing well. I'm willing to buy this—the highest tier —but I have one question.
What happens to the links that are behind a login page? I mean, they require login access. I'm unable to see anything in the trial version that can solve this issue.
Please let me know. Thank you.
teampeekshot
Mar 25, 2026A: Hey Addy, thanks for trying PeekShot.
We had a basic version of this feature earlier, but we had to temporarily disable it a few days ago due to some issues.
We are actively working on improving it and expect to have it available again within about a week.
If capturing content behind login is important for your use case, feel free to keep an eye on updates. I can also notify you once it is...
Share PeekShot
Q: Please explain Deletion
Hi,
How can a user delete images and projects? What are the steps? Also where do you keep your changelog and roadmap? Is this being actively developed?
Trevor
teampeekshot
Jan 13, 2026A: Hi Trevor,
Here’s a clear breakdown of how deletion works in PeekShot, along with answers to your other questions.
Deleting projects
Users can delete projects directly from the dashboard:
1) Log in to PeekShot.
2) On the Overview page, you’ll see a list of all your projects.
3) On the right side of each project row, there is a trash icon.
4) Clicking the trash icon will delete the selected...
Share PeekShot
Q: Quick technical & retention questions about Peekshot screenshots (Sheets, CDN, WP, limits)
1. Do you provide a simple URL/formula to return a screenshot image URL for a domain (Sheets-friendly, e.g., IMAGE("https://.../" & A2 & "?token=..."))?
2. What is the response format — direct image URL, redirect, or JSON/base64? Are CDN-hosted cacheable URLs provided?
3. How long do you retain screenshots by default? Can retention be configured?
4. Are stored screenshots subject to bandwidth or...
teampeekshot
Nov 30, 2025A: Thanks for your detailed questions! Here are the answers one-by-one:
Do you provide a simple URL/formula for Google Sheets?
Not yet — currently, screenshots are created via API requests rather than a direct formula-style URL.
What is the response format?
PeekShot returns a CDN-hosted image URL in the API response. You get a direct link to the screenshot file (no base64 or redirect...
Share PeekShot
Verified purchaser
Example: Suppose I have a Google sheet with website url in column-A.
Can I create an API formula to get screenshot URL of all these website urls in column-A to Column-B where I use Peekshot API with Google sheet formula, similar to how Logo.dev or clearbit etc offers an API formula to create website favicon in the go?
Example structure:
https://img.logo.dev/appsumo.com?token=pk_MBFABC486Np3ENx
Q: from screenshot to data using peekshot ?
Is it possible to take daily screenshots using PeekShot, extract information, and save it to Google Sheets using n8n or a similar platform? Also, if PeekShot gets blocked by websites, does it use multiple IPs to avoid being blocked? I want to extract some information once a day. Is this method suitable for that task?
teampeekshot
Nov 30, 2025A: Yes — PeekShot can absolutely take daily screenshots. You can schedule a daily (or any frequency) screenshot and we return a screenshot image URL, which you can easily send to Google Sheets using n8n, Zapier, Make.com, or any similar automation platform.
Regarding blocking: PeekShot does use multiple IPs to reduce the chances of being blocked. However, advanced protection systems like...
Share PeekShot