{"name":"url-dossier","description":"Profiles a webpage in one call: metadata, scraped content with a summary, outbound links, and tech stack. Give it a URL and get back head metadata (title, description, OG/Twitter cards, canonical, favicon), scraped body text with an LLM summary, the outbound link list, and a tech-stack fingerprint (CMS, framework, CDN, hosting, analytics). One paid call replaces five: ideal for agent research, lead qualification, content cataloging, competitive analysis, RAG ingestion. Composite: one call runs url-metadata-extract + scrape + link-extract + tech-stack-detect in parallel, then summarize-text over the scraped text. Use it as full page intelligence or a website profile.","price":"$0.05","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Page URL to profile (http or https). Max 2048 chars."}},"required":["url"]},"input_example":{"url":"https://example.com"},"output_example":{"url":"https://example.com","metadata":{"title":"Example Domain","description":"","canonical":null,"language":"en","og":{},"twitter":{}},"page":{"title":"Example Domain","text_excerpt":"Example Domain\n\nThis domain is for use in documentation examples...","body_chars":128},"summary":"A placeholder domain reserved for use in documentation examples.","links":{"count":1,"items":[{"href":"https://www.iana.org/domains/example","text":"More information...","is_external":true}]},"tech_stack":{"detection_count":1,"detections":[{"name":"Cloudflare","category":"cdn","confidence":"high"}],"categories":{"cdn":["Cloudflare"]}},"composed_of":["url-metadata-extract","scrape","summarize-text","link-extract","tech-stack-detect"],"components":[{"name":"url-metadata-extract","ok":true,"ms":640},{"name":"scrape","ok":true,"ms":1810},{"name":"summarize-text","ok":true,"ms":2400},{"name":"link-extract","ok":true,"ms":700},{"name":"tech-stack-detect","ok":true,"ms":900}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}