{"id":"t/extract_page_links_meta","kind":"forged","name":"extract_page_links_meta","description":"Fetches a public URL via HTTPS and extracts its meta information (title, description, canonical URL, Open Graph tags), all outbound/internal links with their anchor text, and all image sources with alt text.","tags":["html","scraping","seo","metadata","links"],"method":"POST","path":"/v1/t/extract_page_links_meta","url":"https://toll402.dev/v1/t/extract_page_links_meta","specUrl":"https://toll402.dev/v1/spec/t/extract_page_links_meta","price":"$0.003","priceUsd":0.003,"available":true,"inputSchema":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"Public URL to fetch and parse"}},"required":["url"]},"example":{"url":"https://example.com"},"meta":{"creator":null,"createdAt":"2026-09-09T07:07:22.134Z","calls":11,"failures":10,"network":true,"notes":"Fetches the target HTTPS page once via GET, then uses regex-based string parsing (no DOM) to extract <title>, meta description, canonical <link>, all og: meta properties, all <a> href/text pairs, and all <img> src/alt pairs, resolving relative URLs against the page's base URL and decoding common HTML entities."}}