Origin vs specific page
compare_origin_vs_urlCompare a page's Core Web Vitals against its site-wide origin average to see if the page is faster or slower than typical.
Instructions
Compares the site-wide origin record against one specific page (2 API requests): p75 + rating per metric for each, so you can tell whether a page is faster or slower than the site average. Either side can come back {no_data: true} (single pages often lack data; redirecting homepages can lack origin data while pages have it). Default metrics: the three Core Web Vitals. Both origin AND url are required here (unlike the other tools).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page URL to compare against the origin, e.g. https://example.com/pricing/. Required. | |
| origin | Yes | Site origin — scheme + host only, e.g. https://example.com. Required. | |
| metrics | No | Metric names to return; omit for all available metrics. Timings are integer milliseconds; cumulative_layout_shift is a string-encoded double. form_factors is only returned when form_factor is NOT set. | |
| form_factor | No | Device class filter. Omit for the aggregated record across all devices. tablet traffic is tiny and usually has no data. |