GET prntscr.com HTTP 2001.1 s3.2 KB$0.000031 captured Aug 7, 2026
prntscr.com, as data
One API turns any prntscr.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 1.1 s
- Page size
- 3.2 KB of markdown, 26 lines
- Fields
- Business Name, Address, Phone, Category
- Captured
- Aug 7, 2026
Free balance on signup, no card. This prntscr.com page cost $0.000031 to fetch.
If you want to see Lightshot desktop application on your native language you can participate in Lightshot translation project. We use webtranslateit.com for this purpose. The translation process is very easy.1. First you need to request an invitation here. If your language is not in the list of avalable languages just press "Suggest" link and we will add your language to the list.2. After you get the email with an invitation you need to register (create a new account if you don't have one)3. Now, when you have a webtranslateit.com account please go to the project page select "Translations" tab and start translating.You can track translation progress here. Everyone is welcome! Let's do this!Links: Request invite, Project locales.## Translate Lightshot WebsiteWe would be so happy if you can help us and translate the website! Website translation process is a bit different from translating application but it still easy as pie. To translate Lightshot website you need to download original English translation. There are several files to translate one for each of Website page and a speaial one with common strings across all the pages. You can open translation files in your text editor. Standard Windows Notepad will do just fine for that. You just need to replace default English text with your translation.Let say we want to translate Lightshot into Spanish. Lets take a look on **strings\prntscr\en\index.php.strings.txt**. This file holds strings for our main index page on http://prntscr.com/. The file contents is goes like# New screenshots on Twitter[[twitter_header_title]]=[[New screenshots on Twitter]][[twitter_header_title]]=[[Nuevas capturas de pantalla en Twitter]]Translation folders are very similar to our webiste structure, but it also has a special file named **common.strings.txt** which holds translation for similar string shared between different pages.# Accept the license and download for Windows What Spider does on prntscr.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
1.1 s · $0.000031Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://app.prntscr.com/translate-lightshot.html", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://app.prntscr.com/translate-lightshot.html", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://app.prntscr.com/translate-lightshot.html", {
return_format: "markdown",
});
console.log(page.content); What prntscr.com costs
Multiplied from the measured 3.2 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of prntscr.com.
The capture above took 1.1 s and cost $0.000031. The same call takes any URL on prntscr.com.