get_page_comparison
Retrieve detailed comparison results, SEO side-by-side data, issues with lens provenance, and evidence
Overview
Retrieve the full comparison results for a specific page after it has been analyzed. Returns match scores, all tracked issues with lens provenance (which analysis lens detected each issue and with what model), evidence URLs for screenshots and videos, the AI SEO fix prompt, and SEO side-by-side data showing on-page SEO elements (title tags, h1-h6, meta descriptions, canonical URLs, image alt texts, internal links, schema markup) for both source and clone pages.
How It Works
- Looks up the page by source URL across all your cloning jobs.
- Returns status-specific responses: not_tracked, not_compared, in_progress, error, or compared.
- For compared pages: includes match scores (overall, SEO, content, visual), all issues sorted by severity, lens detection details, evidence URLs, and SEO element side-by-side data.
- Issues include the specific lens(es) that detected them, the model used, and confidence scores.
- SEO side-by-side data is in lens_results[seo].subtype_data — fields prefixed source_ and clone_ contain extracted on-page SEO elements.
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
source_url |
string |
required | URL of the source (original) page to look up |
What You Get Back
- Match scores: overall, SEO, content, visual
- All tracked issues with severity, category, lens provenance, and fix suggestions
- Evidence URLs: source/clone screenshots and video recordings
- AI Prompt to Fix SEO Differences
- SEO side-by-side data: title, h1, h2-h6 tags, meta description, canonical, URL slug, images with alt texts, internal links, schema markup — for both source and clone
- Next action guidance based on current state
Example Use Case
After running compare_page_pair, call get_page_comparison to see the full results including which lenses detected each issue, view screenshot evidence, SEO element comparison, and get the AI-generated SEO fix prompt.
