对任意网页 URL 执行实时 Google Lighthouse 审计,评估 Performance、Accessibility、Best Practices、SEO 和 Core Web Vitals。
关于此模型
提供网页级 Google Lighthouse 审计,为 Performance、Accessibility、Best Practices 和 SEO 提供官方评分,并报告 Core Web Vitals(Largest Contentful Paint、First Contentful Paint、Cumulative Layout Shift、Total Blocking Time 和 Speed Index)。
成本分析
| 提供商 | 费用 | 备注 |
|---|---|---|
| muapiapp | 起价 $0.017 per audit | 完整的 4 类 Lighthouse 报告,包含 Core Web Vitals。 |
完整的 4 类 Lighthouse 报告,包含 Core Web Vitals。
** 竞品价格根据相似模型架构和使用层级估算。
配置参数
| 参数 | 类型 | 描述 | 默认值 |
|---|---|---|---|
| 页面 URL | string | 要审核的完整网页 URL(例如 'https://example.com')。 | - |
| 设备 | 枚举(2 个选项) | 设备模拟模式。 | desktop |
要审核的完整网页 URL(例如 'https://example.com')。
-设备模拟模式。
desktop开发者文档
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@
常见问答
Largest Contentful Paint (LCP)、First Contentful Paint (FCP)、Cumulative Layout Shift (CLS)、Total Blocking Time (TBT)、Speed Index 和 Time to Interactive。
支持,指定 `device: "mobile"` 即可使用移动端模拟和限速执行审计。