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

Timesofmalta Scraper

Spider read timesofmalta.com in 1.3 s without a browser and returned 49 lines of clean markdown, including the section "Author becomes an open book".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response timesofmalta.com/articles/view/20181017/life-features/author-becomes-an-open-book.691781.md markdown · 49 lines
# 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”.
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 timesofmalta.com.

timesofmalta-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://timesofmalta.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.

HeadlineSummaryAuthorPublished DateCategory

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 timesofmalta.com costs to scrape.

The capture above cost $0.000164 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://timesofmalta.com/articles/view/20181017/life-features/author-becomes-an-open-book.691781", "return_format": "markdown"}'

More News scrapers.

Start scraping timesofmalta.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.