{"name":"echoscrape","about":"minimal api for scraping metadata, favicon, and text from public sites","repo":"https://github.com/tijnjh/echoscrape","license":"AGPL-3.0","endpoints":{"metadata":{"GET":"/metadata/{host}","note":"returns site metadata (title, description, og, twitter, oembed, etc)","example":"http://echosrape.tijn.dev/metadata/react.dev"},"favicon":{"GET":"/favicon/{host}","note":"redirects to site favicon if found","example":"http://echosrape.tijn.dev/favicon/vite.dev"},"text":{"GET":"/text/{host}?selector={css_selector}","note":"returns textContent of first matching element","example":"http://echosrape.tijn.dev/text/bun.com?selector=h1"}}}