Replay completed.
Start Replay
Continue Conversation
Genspark Super Agent
Anonymous user
LIST OF KEYLES SQUARE WEBSITE SCRENSHOT SERVICES URL QUERY TEMPLATES
Using Tool
|
Think
The user is asking about "Keyles Square" website screenshot services URL query templates. This seems to be referring to "Keyless Square" or possibly a specific service. Let me search for this to understand what they're referring to. It might be related to screenshot API services or URL templates for taking screenshots.
Using Tool
|
Parallel Search
Keyles Square website screenshot service URL query templates
Keyless Square screenshot API URL templates
screenshot service URL query template parameters
website screenshot API services list URL templates
Using Tool
|
Think
The user is asking about "Keyless" (no API key required) website screenshot services that work via simple URL query templates. These are services where you just construct a URL with parameters and get a screenshot back, without needing an API key. Let me search more specifically for these free/keyless screenshot services and also look at some of the results I found.
Using Tool
|
Parallel Search
free no API key website screenshot URL service
keyless screenshot API URL endpoint no authentication
website screenshot services no signup free URL template list
thum.io screenshot URL template parameters
Using Tool
|
Parallel Search
Google PageSpeed Insights screenshot API URL template
wpgetapi free screenshot URL
site-shot.com API URL template parameters
screenshotmachine.com free API URL template
opengraph.io screenshot API URL template

Now I have comprehensive information to compile a thorough answer. Let me present this to the user.

🖼️ Keyless & Simple URL-Based Website Screenshot Services

Here is a comprehensive list of website screenshot services that provide simple URL query templates — many requiring no API key or signup (keyless), and others with generous free tiers.


🟢 1. WordPress mShots API (Completely Keyless)

No API key. No signup. Totally free.

Detail Value
Base URL https://s0.wp.com/mshots/v1/
Auth Required ❌ None

URL Template:

https://s0.wp.com/mshots/v1/{url}?w={width}&h={height}

Parameters:

Param Description Example
{url} Target website URL codepen.io
w Width in pixels 1200
h Height in pixels 700

Examples:

https://s0.wp.com/mshots/v1/codepen.io?w=1200&h=700
https://s0.wp.com/mshots/v1/codepen.io?w=800&h=500
https://s0.wp.com/mshots/v1/codepen.io

Source: CodePen Demo


🟢 2. Eleventy (11ty) Screenshot API (Completely Keyless)

No API key. Open source. Free forever.

Detail Value
Base URL https://v1.screenshot.11ty.dev/
Auth Required ❌ None

URL Templates:

https://v1.screenshot.11ty.dev/:url/
https://v1.screenshot.11ty.dev/:url/:size/
https://v1.screenshot.11ty.dev/:url/:size/:aspectratio/
https://v1.screenshot.11ty.dev/:url/:size/:aspectratio/:zoom/

Parameters:

Param Values Default
url URI-encoded URL (required)
size small (375px), medium (650px), large (1024px), opengraph (1200×630) small
aspectratio 1:1, 9:16 1:1
zoom bigger (1.4x), smaller (0.71x)
_wait 03 (DOM/load conditions) 1
_timeout 39 seconds

Example:

https://v1.screenshot.11ty.dev/https%3A%2F%2Fwww.11ty.dev%2Fdocs%2F/small/9:16/bigger/

Source: 11ty Docs


🟢 3. LinkDR Screenshot API (Completely Keyless)

No API key. No signup. No credit card. 100% free.

Detail Value
Base URL https://linkdr.com/api/screenshot/
Auth Required ❌ None
Rate Limit 60 requests/hour per IP

URL Template:

https://linkdr.com/api/screenshot/{domain}

Features:

  • Returns 302 redirect to screenshot URL (hot-linkable)
  • 1350×900px WebP, 95% quality
  • Ad & tracker blocking built-in
  • 7-day CDN cache

Example:

https://linkdr.com/api/screenshot/github.com

Source: LinkDR Blog


🟢 4. PagePeeker (Keyless / Free)

No signup required for basic usage.

URL Template:

http://free.pagepeeker.com/v2/thumbs.php?size={size}&url={url}

Parameters:

Param Values
size t (tiny), s (small), m (medium), l (large), x (extra large)
url Target URL

Example:

http://free.pagepeeker.com/v2/thumbs.php?size=x&url=codepen.io

Source: CodePen Demo


🟢 5. Microlink API (Keyless for 50/day)

No login required. 50 free screenshots/day.

Detail Value
Base URL https://api.microlink.io/
Auth Required ❌ None (free tier)

URL Template:

https://api.microlink.io/?url={target_url}&screenshot=true

Additional Parameters:

Param Description
screenshot true to capture screenshot
meta false to skip metadata
embed screenshot.url to get direct image URL

Example:

https://api.microlink.io/?url=https://github.com&screenshot=true&meta=false&embed=screenshot.url

Source: Microlink | Mixed Analytics


🟡 6. Thum.io (Free Tier, Auth for Premium)

Free tier with 1,000/month. Hot-linking supported.

Detail Value
Base URL https://image.thum.io/get/
Auth Required ❌ Free tier / ✅ Premium features

URL Template:

https://image.thum.io/get/{options}/{url}

Parameters (path-based modifiers):

Param Description Default
width/{val}/ Thumbnail width in px 600
crop/{val}/ Screenshot height in px 1200
maxAge/{val}/ Cache refresh (hours)
allowJPG/ Return JPG format
png/ Force PNG format
noanimate/ Skip animation
fullpage/ Full page capture (premium)
wait/{val}/ Wait N seconds (premium)
viewportWidth/{val}/ Browser viewport width (premium) 1200
iphone5/ iphone6/ iphoneX/ etc. Device emulation (premium)

Examples:

https://image.thum.io/get/https://www.google.com/
https://image.thum.io/get/width/300/https://www.google.com/
https://image.thum.io/get/width/500/crop/800/https://www.google.com/
https://image.thum.io/get/?url=http%3A%2F%2Fwww.google.com%2F

Special Modes:

# PDF to Image
https://image.thum.io/get/pdfSource/width/300/{pdf_url}

# Image Resizing
https://image.thum.io/get/image/width/300/{image_url}
https://image.thum.io/get/image/fit/300x200/{image_url}

# Batch Prefetch
https://image.thum.io/get/prefetch/{url}

Source: Thum.io Docs


🟡 7. Cloudflare Workers Screenshot API (Free 500/mo)

Free tier: 500 requests/month. No credit card.

Detail Value
Base URL https://screenshot-api.t-mizuno27.workers.dev/capture
Auth Required ❌ None

URL Template:

https://screenshot-api.t-mizuno27.workers.dev/capture?url={url}&width={w}&height={h}&format={fmt}

Parameters:

Param Default Description
url (required) Target URL
width 1280 Viewport width
height 720 Viewport height
format png png, jpeg, webp
full_page false Capture full scrollable page
delay 0 Wait N ms after load

Example:

curl "https://screenshot-api.t-mizuno27.workers.dev/capture?url=https://github.com&width=1280&height=720&format=png" -o screenshot.png

Source: Dev.to


🟡 8. Screenshot Machine (API Key Required, Free Tier)

Free tier available. Requires signup.

Detail Value
Base URL https://api.screenshotmachine.com/
Auth Required ✅ API key

URL Template:

https://api.screenshotmachine.com/?key={KEY}&url={URL}&dimension={DIM}&device={DEV}&format={FMT}

Parameters (16 total):

Param Description
key API key (required)
url Target URL (required)
dimension e.g., 1024x768, 1024xfull
device desktop, phone, tablet
format jpg, png, gif
cacheLimit 0–14 days
delay 0–10000 ms
zoom 10–400%
click CSS selector to click
hide CSS selectors to hide
cookies Semicolon-separated
selector Capture single DOM element
crop x,y,width,height

Source: Screenshot Machine


🟡 9. OpenGraph.io Screenshot API (API Key, Free 5/mo)

5 free screenshots/month. No credit card.

Detail Value
Base URL https://opengraph.io/api/1.1/screenshot/
Auth Required app_id

URL Template:

https://opengraph.io/api/1.1/screenshot/{encoded_url}?app_id={APP_ID}&dimensions={dim}&quality={q}&full_page={bool}

Parameters:

Param Values
app_id Your API key (required)
dimensions sm, md, lg (1920×1080)
quality 080
full_page true / false

Source: OpenGraph.io


🟡 10. ScreenshotOne (API Key, 100 Free/mo)

Detail Value
Base URL https://api.screenshotone.com/take
Auth Required ✅ API key

URL Template:

https://api.screenshotone.com/take?access_key={KEY}&url={URL}&viewport_width={W}&viewport_height={H}&format={FMT}&full_page={BOOL}

Source: ScreenshotOne


🟡 11. ScreenshotAPI.net (API Key, 100 Free/mo)

Detail Value
Base URL https://shot.screenshotapi.net/screenshot
Auth Required ✅ Token

URL Template:

https://shot.screenshotapi.net/screenshot?token={TOKEN}&url={URL}&width={W}&height={H}&full_page={BOOL}

Source: ScreenshotOne Blog


📊 Quick Comparison Table

# Service 🔑 Key Required 💰 Free Tier 🔗 Hot-Linkable
1 WP mShots ❌ No ♾️ Unlimited ✅ Yes
2 11ty Screenshot ❌ No ♾️ Unlimited ✅ Yes
3 LinkDR ❌ No 60/hr ✅ Yes
4 PagePeeker ❌ No ♾️ Unlimited ✅ Yes
5 Microlink ❌ No 50/day ✅ Yes
6 Thum.io ❌ Free / ✅ Premium 1,000/mo ✅ Yes
7 CF Workers API ❌ No 500/mo ✅ Yes
8 Screenshot Machine ✅ Yes Free tier ✅ Yes
9 OpenGraph.io ✅ Yes 5/mo ❌ No
10 ScreenshotOne ✅ Yes 100/mo ❌ No
11 ScreenshotAPI.net ✅ Yes 100/mo ❌ No

💡 Recommendation: For truly keyless usage, WP mShots, 11ty Screenshot API, and LinkDR are the best options — just construct the URL and embed it directly as an <img> tag. For more advanced features (full-page, device emulation, custom delays), Thum.io and the Cloudflare Workers API offer excellent free tiers with minimal friction.