GET timesofmalta.com HTTP 2001.3 s8.9 KB$0.000164 captured Aug 7, 2026
timesofmalta.com, as data
One API turns any timesofmalta.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.3 s
- Page size
- 8.9 KB of markdown, 49 lines
- Fields
- Headline, Summary, Author, Published Date and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This timesofmalta.com page cost $0.000164 to fetch.
# Author becomes an open bookThey say that the greatest stories are about the human heart being in conflict with itself, but Vella-Bardon also thinks that stories about conflicting cultures make for great tales.> Growing up I wanted to write an epic story arc, but in my mid-20s I realised that I didn’t just want to rehash the old fantasy series trope“Writing a novel about the Spanish Armada landings in Ireland appealed to me because you not only had two but three conflicting cultures, which included Counter-Reformist Spain, Reformist England and late medieval Ireland. Discovering the differences between these cultures was addictive and I could not stop coming up with ideas for the pentalogy.”Vella-Bardon originally intended to write a stand-alone novel, but as the old cliché goes, “the tale grew in the telling” until he found that he had written a book of over 460,000 words. Given that the average work of fiction is 60,000-80,000 words, he decided to publish it in different instalments.His publisher is the London-based press called Unbound, which is an imprint of Penguin-Random House, the world’s largest publisher. Unbound is also the UK’s leading crowd-funding publisher and its writers must sell £4,000 worth in presales within three months before the traditional printing process can kick in.“After my novel was launched on the Unbound platform in May 2017, I was braced for a long hard slog to make this crowdfunding figure, but it was reached in less than six days!”, Vella-Bardon says proudly.Patrons from around the world who pre-purchased the novel, thereby allowing it to be published traditionally, are listed in the paperback. These include a number of supportive relatives, friends from all over the world and also a few unknowns.The book is dedicated to his wife, Donna Madden, a corporate lawyer in funds management who was born in Ireland and moved to Sydney from Glasgow as a young girl.“She pushed me to chase my dreams and supported me through thick and thin when I still formed part of the great unpublished. She often lifted me when I was down and provided me with hope and guidance when I could not see a way forward and was crushed with disappointment. Put simply, I could not have done it without her,” says Vella-Bardon.The second part of The Sassana Stone Pentalogy, entitled A Rebel North, will be published in the UK by Unbound next year. After that it will be the turn of the next three instalments in this series and then Vella-Bardon will start another series which he has “had on ice for too long” and which centres around the building of Valletta following the Great Siege of Malta.He, in fact, would like to follow in the footsteps of Spanish bestselling author Arturo Pérez-Reverte, whom he calls his “role model”. What Spider does on timesofmalta.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.3 s · $0.000164Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows timesofmalta.com's own links, respects robots, streams pages as they land.
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://timesofmalta.com/articles/view/20181017/life-features/author-becomes-an-open-book.691781", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://timesofmalta.com/articles/view/20181017/life-features/author-becomes-an-open-book.691781", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://timesofmalta.com/articles/view/20181017/life-features/author-becomes-an-open-book.691781", {
return_format: "markdown",
});
console.log(page.content); What timesofmalta.com costs
Multiplied from the measured 8.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 timesofmalta.com.
The capture above took 1.3 s and cost $0.000164. The same call takes any URL on timesofmalta.com.