← Back to marketplace

Wordpress Blog

@riveted-hq/parsers-wordpress-blogv0.1.0healthytrusted

Manifest

platform
wordpress
hub-kind
blog
mode
scrape
license
MIT
respects-robots
unspecified
requires-trusted-runtime
unspecified

Fixture preview

HTML excerpt

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="generator" content="WordPress 6.7" />
    <title>Blog &mdash; Block Theme Co</title>
  </head>
  <body>
    <main class="wp-block-group">
      <ul class="wp-block-post-template is-layout-flow">
        <li class="wp-block-post post type-post status-publish">
          <div class="taxonomy-category wp-block-post-terms">
            <a href="/blog/category/kubernetes/" rel="tag">Kubernetes</a>
          </div>

Expected output

{
  "recentPosts": [
    {
      "title": "What Are Agentic Runbooks?",
      "url": "https://fixture.example/blog/agentic-runbooks/",
      "publishedAt": null,
      "tags": [
        "Kubernetes"
      ]
    },
    {
      "title": "GPU sharing on Kubernetes",
      "url": "https://fixture.example/blog/gpu-sharing-on-kubernetes/",
      "publishedAt": "2026-05-01",
      "tags": []
    }
  ],
  "postsOnPage": 2
}

Try on a URL

Trusted parsers run in-process.

Last checked: 2026-08-10