Run live Google Lighthouse audits on any webpage URL to evaluate Performance, Accessibility, Best Practices, SEO, and Core Web Vitals.
About this model
On-page Google Lighthouse site audit providing official scores for Performance, Accessibility, Best Practices, and SEO along with Core Web Vitals (Largest Contentful Paint, First Contentful Paint, Cumulative Layout Shift, Total Blocking Time, and Speed Index).
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.017 per audit | Complete 4-category Lighthouse report with Core Web Vitals. |
Complete 4-category Lighthouse report with Core Web Vitals.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Page URL | string | Complete web page URL to audit (e.g. 'https://example.com') | - |
| Device | Enum (2 options) | Device emulation mode. | desktop |
Complete web page URL to audit (e.g. 'https://example.com')
-Device emulation mode.
desktopDeveloper documentation
https://example.com).desktop or mobile emulation.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"
}'
Frequently asked
Largest Contentful Paint (LCP), First Contentful Paint (FCP), Cumulative Layout Shift (CLS), Total Blocking Time (TBT), Speed Index, and Time to Interactive.
Yes, specify `device: "mobile"` to audit with mobile emulation and throttling.