Hydrafetch

Turn any URL into clean Markdown and structured data.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Turn any URL into clean Markdown and structured data. Scrape, crawl, search and extract.

    Server tool list (13)

    Raw names from tools/list. Only developers need these.

    scrapeTurn a URL into clean, LLM-ready markdown and structured data.
    mapEnumerate a site's URLs from its sitemap and links, without scraping them.
    crawlDiscover 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_statusRead a crawl started with crawl: how far it has got, and the pages it has scraped.
    batchScrape a list of URLs you already have as one job. Returns a batch id straight away; read it with batch_status.
    batch_statusRead a batch started with batch: how far it has got, and the results so far.
    searchSearch 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.
    brandA 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.
    logoA 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.
    extractPull typed structured data from one or more URLs by JSON schema or prompt.
    styleguideA 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.
    screenshotRender 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.
    imagesHarvest 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.