About this endpoint
What it does
Compares the technical and SEO characteristics of two or more websites by analyzing the URLs you submit in the request body. The response returns a comparison report with one result entry per URL, plus service metadata for the generated report.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| urls | String Array | Yes | List of website URLs to compare for technical and SEO analysis. Minimum of 2 URLs required. Each item must be a URI. |
Response
Returns a JSON object with results as an array of per-URL analysis objects, plus service, version, and timestamp fields. Each result includes the analyzed url, status, and a technicalReport object with the page details captured by the comparison.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| results | Object Array | No | The list of per-website technical comparison results. Each item contains: <br>• url (String, URI): The URL of the analyzed website.<br>• status (ENUM): Analysis status for that URL. Allowed values: success, failed.<br>• technicalReport (Object): Technical analysis details for the page, including nested objects such as meta, structure, indicators, connectivity, accessibility, and performanceResources. |
| service | String | No | The name of the comparison service used. |
| version | String | No | The version of the comparison service/report format. |
| timestamp | String | No | The timestamp at which the comparison was generated, in date-time format. |