对任意网页 URL 执行实时 Google Lighthouse 审计,评估 Performance、Accessibility、Best Practices、SEO 和 Core Web Vitals。
About this model
提供网页级 Google Lighthouse 审计,为 Performance、Accessibility、Best Practices 和 SEO 提供官方评分,并报告 Core Web Vitals(Largest Contentful Paint、First Contentful Paint、Cumulative Layout Shift、Total Blocking Time 和 Speed Index)。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.017 per audit | 完整的 4 类 Lighthouse 报告,包含 Core Web Vitals。 |
完整的 4 类 Lighthouse 报告,包含 Core Web Vitals。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| 页面 URL | string | 要审核的完整网页 URL(例如 'https://example.com')。 | - |
| 设备 | Enum (2 options) | 设备模拟模式。 | desktop |
要审核的完整网页 URL(例如 'https://example.com')。
-设备模拟模式。
desktopDeveloper documentation
https://example.com)。desktop 或 mobile 模拟。@@BT@bash curl -X POST https://api.muapi.ai/api/v1/seo-lighthouse-audit \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com", "device": "desktop" }' @@BT@
Frequently asked
Largest Contentful Paint (LCP)、First Contentful Paint (FCP)、Cumulative Layout Shift (CLS)、Total Blocking Time (TBT)、Speed Index 和 Time to Interactive。
支持,指定 `device: "mobile"` 即可使用移动端模拟和限速执行审计。