Skip to content

Page Serialization

Page serialization turns a URL into structured content that agents and workflows can use.

Content serialization extracts and normalizes:

  • Title and meta description.
  • Headings.
  • Main body copy.
  • FAQ sections.
  • Product, pricing, and feature copy when visible.
  • Compact content chunks for agent consumption.

Use it when you only need Sleepwalker’s normalized view of a page, not scoring, trend discovery, prompt generation, or a saved run.

The public serialization workflow returns normalized page content. It does not expose technical audit data.

Serialized content is returned in bounded chunks. Agents should request the next chunk when needed instead of asking for the entire page in one response.