GET npg.org.uk HTTP 200112 ms6.6 KB$0.000104 captured Aug 7, 2026
npg.org.uk, as data
One API turns any npg.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 112 ms
- Page size
- 6.6 KB of markdown, 123 lines
- Fields
- Title, Content, Date, Source
- Captured
- Aug 7, 2026
Free balance on signup, no card. This npg.org.uk page cost $0.000104 to fetch.
# The National Portrait Gallery## A National Portrait for the National Portrait GalleryParticipate in a new digital artwork by Es Devlin in collaboration with Google Arts & Culture Lab, inviting every adult in the UK to join a collective portrait of the nation.Take part and explore the display## Events### Adults From performances and talks to practical workshops, drop-in drawing classes and more, our adult programme offers both free and ticketed events### Families Free, fun creative events and activities for all the family during holidays and half terms, plus monthly sessions for under 5s### Youth Free events for young creatives, including portfolio-building workshops, behind-the-scenes opportunities, and exclusive late-night events## Explore the Collection### Primary Collection Discover over 11,000 portrait paintings, drawings, miniatures and sculptures### Photographs Explore 250,000 photographs and negatives ranging from the 1840s to the present day### Prints and drawings Our Reference Collection contains over 70,000 prints, drawings and caricaturesSearch over 220,000 works, from the 8th century to the present day.## Support us### Shop with us Browse our unique range of books, prints, accessories and gifts. Every purchase supports the Gallery### Membership Members enjoy access to special events, discounts in the Gallery shop, free exhibition entry and much more### Patrons Join a unique community of people passionate about portraiture, art and history### CLUB NPG Between 16 and 25?Join CLUB NPG for free to book £5 exhibition tickets, plus gain access to exclusive content and experiences## Explore from home### Journeys with Mai Portrait of Mai by Sir Joshua Reynolds embarked on its first national tour, visiting Bradford, Cambridge and Plymouth in 2025 and 2026as part of a major new partnership project. Read on to follow Mai's journey. What Spider does on npg.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.
112 ms · $0.000104Page 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://npg.org.uk/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://npg.org.uk/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://npg.org.uk/", {
return_format: "markdown",
});
console.log(page.content); What npg.org.uk costs
Multiplied from the measured 6.6 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 npg.org.uk.
The capture above took 112 ms and cost $0.000104. The same call takes any URL on npg.org.uk.