page_assets
Fetch a URL and return a deduplicated JSON manifest of all its assets—images (with srcset), stylesheets, scripts, fonts, icons, and media—resolved to absolute URLs. Use for site audits or migrations.
Instructions
Fetch a URL and return a JSON inventory of every asset it references — images (incl. srcset), stylesheets, scripts, fonts, icons/favicons and media — all resolved to absolute URLs and deduplicated. Ideal for auditing or migrating a site: get the full asset manifest in one cheap call instead of loading the page into context. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch (http:// or https://). |