Compare URLs against Proximens GEO Engine
proximens_geo_compare_urlsPro-tier. Fetch two web pages (your URL and a competitor's) and audit both against the Proximens GEO Engine principles using the same audit engine as audit_url, then compute the delta. INPUT: self_url and competitor_url (both required, http/https). RETURNS: JSON with a 0-100 score per URL (same scoring as audit_url), the principles each page satisfies, the principles each page VIOLATES that the other satisfies (delta_principles), and strategic insights on where to close the gap. USE WHEN you want a competitive GEO gap analysis between your page and a rival's.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self_url | Yes | Your URL to audit | |
| competitor_url | Yes | Competitor URL to compare against |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | No | ||
| error | No | ||
| insights | Yes | ||
| self_url | Yes | ||
| self_score | Yes | ||
| self_matched | Yes | ||
| competitor_url | Yes | ||
| competitor_score | Yes | ||
| delta_principles | Yes | ||
| competitor_matched | Yes |