Web Extraction
Trustworthy extraction
Structured extraction now returns, per field, how confident it is and the exact passage a value came from. Turn it on withshowConfidence and showSources.- Extract across a whole site: pass a
/*scope inurlsand every discovered page is merged into one result. - New
entitiesprimitive returns normalized people, companies, and products found on a page. - Every response reports the credits it consumed and how fresh the data is.
Web Scraping
Dedicated format endpoints
Prefer a single, purpose-built route? Each output now has its own endpoint, alongside the flexible/scrape.POST /v1/web/markdownfor clean MarkdownPOST /v1/web/htmlfor cleaned main-content HTMLPOST /v1/web/raw-htmlfor unmodified page HTMLPOST /v1/web/linksfor a page’s linksPOST /v1/web/structuredfor the page’s own structured data
/scrape, so you can switch anytime.Web Scraping
Search, crawl, and media
- Search the web and get ranked results, each scraped to clean data. Filter by time, domain, and country.
- Crawl a whole site as one asynchronous job, with completion webhooks so you do not have to poll.
- Media: capture a full-page screenshot or collect a page’s images.
Platform
Launch
The first public version of the Hydrafetch API.POST /v1/web/scrapetakes one URL and returns clean Markdown and structured data.POST /v1/web/mapdiscovers every URL on a site.- Credit-based billing, charged only on success, with a live balance on every response.
- API-key authentication through the
X-API-Keyheader.