Skip to main content
AI Studio  add-on for Spider.
prntscr.com · HTTP 200

Prntscr Scraper

Spider read prntscr.com in 1.1 s without a browser and returned 26 lines of clean markdown, including sections like "Translate Lightshot Website" and "New screenshots on Twitter".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response app.prntscr.com/translate-lightshot.md markdown · 26 lines
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
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on prntscr.com.

prntscr-com-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://prntscr.com");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategory

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What prntscr.com costs to scrape.

The capture above cost $0.000031 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://app.prntscr.com/translate-lightshot.html", "return_format": "markdown"}'

More Directories scrapers.

Start scraping prntscr.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.