Logo of LexmountLexmount Browser
BlogDocs
Logo of LexmountLexmount Browser
Logo of LexmountLexmount Browser

Elastic cloud browser infrastructure for AI agents

GitHubGitHubEmail

Product

  • Features
  • Quick Start
  • Templates
  • Pricing
  • FAQ

Resources

  • Blog
  • Documentation
  • Changelog
  • Roadmap

Company

  • About
  • Contact
  • Waitlist

Legal

  • Cookie Policy
  • Privacy Policy
  • Terms of Service

© 2026 Lexmount Browser All Rights Reserved.

Data extraction

Convert a webpage to structured JSON

Use WebFetch to extract the main text, links, images, and other content from a public webpage as structured JSON without creating a Browser Session, ready for integration into knowledge bases or data pipelines.

View integration options
Example · extract a public webpage into structured JSON
Example · extract a public webpage into structured JSON

Integration options

Replace the variables, then copy this prompt to your agent
Mandatory prerequisite: First fetch and fully execute the official Lexmount Setup Prompt returned by https://browser.lexmount.cn/api/agent-setup/webfetch-cli, completing installation, authentication, and environment validation. Continue only after every check passes. If the URL is unreachable or validation fails, stop immediately and report it; never skip the setup or pretend it succeeded.
Task: Use webfetch-cli only to extract https://cn.vuejs.org/guide/introduction and save the structured result to artifacts/vue-introduction.json in the working directory.
Fields: Preserve the requested URL, final URL, status code, title, description, body, author, publication time, language, links, images, engine, timing, and warnings. Use null, an empty string, or an empty array for missing fields, and never invent data.
Execution: Do not create a Browser Session or switch to a local crawler, custom browser code, Playwright, Puppeteer, or an SDK. If the page requires login or human interaction, report that the task is not applicable.
Acceptance: Success requires a successful command and an existing, non-empty file that can be parsed as JSON. Report failure truthfully for a timeout, API error, non-JSON response, or missing structured result.
Return: Report only the status, final URL, title, file path, count of key fields, warnings, and error summary. Do not expose API keys, authentication data, or internal connection URLs.