GET greenend.org.uk HTTP 200855 ms19.9 KB$0.000108 captured Aug 7, 2026
greenend.org.uk, as data
One API turns any greenend.org.uk 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 855 ms
- Page size
- 19.9 KB of markdown, 900 lines
- Fields
- Title, Content, Date, Source and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This greenend.org.uk page cost $0.000108 to fetch.
This is the manual for Tig, the ncurses-based text-mode interface for git.All Git command options specified on the command line will be passed to thegiven command and all will be shell quoted before they are passed to the|If you specify options for the main view, you should not use the`--pretty` option as this option will be set automatically to the formatExample on how to view a commit and show both author and committerSee the section on specifying revisions for an introduction torevision options supported by the Git commands. For details on specific Gitcommand options, refer to the man page of the command in question.## 2. The ViewerThe display consists of a status window on the last line of the screen and oneor more views. The default is to only show one view at a time but it ispossible to split both the main and log view to also show the commit diff.If you are in the log view and press *Enter* when the current line is a commit`commit 4d55caff4cc89335192f3e566004b4ceef572521`You will split the view so that the log view is displayed in the top windowand the diff view in the bottom window. You can switch between the two viewsby pressing *Tab*. To maximize the log view again, simply press *l*.### 2.1. ViewsVarious *views* of a repository are presented. Each view is based on outputfrom an external command, most often *git log*, *git diff*, or *git show*.Is the default view, and it shows a one line summary of each commitin the chosen list of revisions. The summary includes author date,author, and the first line of the log message. Additionally, anyrepository references, such as tags, will be shown.Presents a more rich view of the revision log showing the whole logPresents a view of the reflog allowing to navigate the repoShows either the diff of the current working tree, that is, whathas changed since the last commit, or the commit diff completewith log message, diffstat and diff. What Spider does on greenend.org.uk
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.
855 ms · $0.000108Page 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://www.chiark.greenend.org.uk/doc/tig/manual.html", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.chiark.greenend.org.uk/doc/tig/manual.html", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.chiark.greenend.org.uk/doc/tig/manual.html", {
return_format: "markdown",
});
console.log(page.content); What greenend.org.uk costs
Multiplied from the measured 19.9 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 greenend.org.uk.
The capture above took 855 ms and cost $0.000108. The same call takes any URL on greenend.org.uk.