---
title: Full Site Audit API
slug: full-site-audit
url: https://apyverse.com/chisleroff/service/full-site-audit
provider: Website Intelligence
categories: [Data Extraction, Developer Tools, SEO]
tags: [site-audit, seo-audit, page-performance, security-headers, broken-links, mobile-friendly]
auth: api_key
---

# Full Site Audit API

Audit a webpage by URL and get SEO metadata, tech stack, performance metrics, broken links, security headers, and mobile-friendly status.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/chisleroff/intel/audit` | What it does Audits a webpage given its URL and returns a structured report about the page’s URL, m… | 100 |

## About

## What it does
Site Audit checks a webpage from a single URL and returns a structured report you can use to inspect SEO, performance, security, and mobile usability. Send a page URL, get back the page metadata and technical signals that matter for diagnostics.

Use Site Audit to review the fields exposed by the target page, including `meta_tags`, `source_url`, `tech_stack`, `performance`, `broken_links`, `security_headers`, and `is_mobile_friendly`. The metadata block can include the page title, canonical URL, description, Open Graph data, and Twitter card value. Performance data reports load time, request count, and page size. Security results include header presence flags and a score plus details object when available.

This is useful when you need to verify a production page before release, compare competitor landing pages, or automate periodic checks across a list of URLs. It gives you machine-readable output for crawling, auditing, and regression monitoring without forcing you to parse the page yourself.

Because the input schema accepts only a URL, keep requests focused on one public http or https page at a time. The response is a JSON report you can store, compare, or feed into your own QA and SEO workflows.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/chisleroff/service/full-site-audit
