Get Chrome UX Report Field Data
pagespeed_get_field_dataCheck real-user Core Web Vitals (LCP, INP) from Chrome UX Report for a single page or entire origin to get field performance data instead of lab measurements.
Instructions
Get real-user Core Web Vitals from Chrome UX Report, not Lighthouse lab measurements. Use scope=page for one URL; use scope=origin with a bare origin when the page has insufficient traffic. Example: check mobile LCP and INP for https://example.com/checkout. Returns p75 field metrics or a clear no-data result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL, for example https://example.com/products. | |
| scope | No | page queries one URL; origin aggregates every page on the origin. | page |
| formFactor | No | CrUX device segment. ALL is valid only for scope=origin. | PHONE |
| responseFormat | No | markdown is concise and readable; json is machine-readable and is also available as structuredContent. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncationMessage | No |