URL Passport
url_passportInspect a public URL to get a structured site passport with domain info, sitemaps, feeds, OpenAPI hints, and page metadata. Uses cached results by default to reduce requests.
Instructions
Inspect a public HTTP or HTTPS URL and return a structured site passport. Includes pulse fields, registrable domain, robots and sitemap discovery, feeds, OpenAPI hints, and page metadata. Uses at most eight external HTTP requests and does not execute JavaScript. Pass url as an absolute public HTTP(S) URL. Keep fresh=false to reuse cache; set fresh=true only when a new upstream fetch is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute public HTTP or HTTPS URL to inspect. Private, loopback, link-local, metadata-service and otherwise SSRF-sensitive destinations are rejected. | |
| fresh | No | Set true only when a new upstream fetch is required; false allows the bounded cached result and is cheaper for the origin. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| title | Yes | ||
| quality | No | ||
| language | Yes | ||
| metadata | Yes | ||
| discovery | Yes | ||
| reachable | Yes | ||
| url_final | Yes | ||
| checked_at | Yes | ||
| from_cache | Yes | ||
| request_id | Yes | ||
| status_code | Yes | ||
| content_hash | Yes | ||
| content_type | Yes | ||
| auth_required | Yes | ||
| canonical_url | Yes | ||
| url_requested | Yes | ||
| content_length | Yes | ||
| redirect_count | Yes | ||
| robots_allowed | Yes | ||
| response_time_ms | Yes | ||
| suspected_paywall | Yes | ||
| requires_javascript | Yes |