Skip to main content
AI Studio  add-on for Spider.
whc.ca · HTTP 200

Whc Scraper

Spider read whc.ca in 4.0 s without a browser and returned 202 lines of clean markdown, including sections like "A new widget area block", "Native support for WebP images" and "Block editor improvements".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response whc.ca/blog/whats-new-in-wordpress-5-8.md markdown · 202 lines
This feature also includes the new list view panel, which gives an overview of all the available template sections and blocks.A new set of theme blocks have also been introduced, which can be very useful when building templates. These blocks are:The template editor will still inherit its styles from your main WordPress theme.## A new widget area blockThe widget system has been overhauled to include a new block-based widget screen. Now your blocks can be added to widget areas, via Customizer or by visiting **Appearance > Widgets** from the side menu.Simply click the ‘+’ button to select from all available blocks to add to your widget area.This feature brings all the flexibility of the block editor right into your sidebar widgets. You’ll be able to make design changes such as editing colors, typography, spacing, and more without having to install additional plugins.## Native support for WebP imagesWebP is a modern image format that provides superior compression for images on the web. WebP images are 26% smaller compared to PNGs, and 25-34% smaller than comparable JPEG images, without losing quality.Until now, WordPress had no support for WebP images. With WordPress 5.8, you can (finally!) upload WebP images to your website without resorting to third-party plugins.## Block editor improvementsThe block editor screen is likely where most of your time is spent when creating content in WordPress, so it’s great to see a number of changes coming with this update! Let’s take a look at some of the editor improvements in WordPress 5.8.### Duotone image effectsYou can choose between one of the default color presets or create your own!### Block pattern suggestionsWhen you search for a block using the add block panel, the editor will suggest patterns that you can add directly to your page. In WordPress 5.8, a number of new patterns have been added to help you create the perfect layout.
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 whc.ca.

whc-ca-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://whc.ca");

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

TitleContentDateSource

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 whc.ca costs to scrape.

The capture above cost $0.000154 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://whc.ca/blog/whats-new-in-wordpress-5-8/", "return_format": "markdown"}'

More International scrapers.

Start scraping whc.ca.

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.