Hydrafetch
Turn any URL into clean Markdown and structured data.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Turn any URL into clean Markdown and structured data. Scrape, crawl, search and extract.
Список инструментов сервера (13)
Технические названия из tools/list. Нужны только разработчикам.
| scrape | Turn a URL into clean, LLM-ready markdown and structured data. |
| map | Enumerate a site's URLs from its sitemap and links, without scraping them. |
| crawl | Discover and scrape a whole site as one job. Returns a crawl id straight away; read it with crawl_status. Use this instead of calling scrape in a loop. |
| crawl_status | Read a crawl started with crawl: how far it has got, and the pages it has scraped. |
| batch | Scrape a list of URLs you already have as one job. Returns a batch id straight away; read it with batch_status. |
| batch_status | Read a batch started with batch: how far it has got, and the results so far. |
| search | Search the web and return ranked results: title, url and snippet. Set scrapeResults to also fetch each result as markdown, at 1 extra credit per page. |
| brand | A company's brand from its domain: logos for light and dark backgrounds, its real colours, name, description and socials. Answers 'what is this company' far better than a raw page dump. |
| logo | A company's logo as a directly embeddable image URL, chosen for the background you name. Use this rather than brand when the mark is all you need — it costs a fifth as much and returns one asset instead of the whole record. |
| extract | Pull typed structured data from one or more URLs by JSON schema or prompt. |
| styleguide | A site's design system read from computed styles in a real browser: colours by role with contrast ratios, the type scale, corner radius and button styling. Values defined through CSS variables come back resolved to the hex actually painted. |
| screenshot | Render a page in a real browser and capture a PNG, returning its public URL. Use when the question is what the page looks like rather than what it says. |
| images | Harvest a page's images with their metadata, without rendering it. Cheaper than a screenshot and returns the source images rather than a picture of the page. |