Webscraper: Leverage Multimodal Large Language Models for Index-Content Web Scraping

arXiv cs.AI / 4/1/2026

📰 NewsSignals & Early TrendsTools & Practical UsageModels & Research

Key Points

  • Webscraper is introduced as a framework for web scraping that targets dynamic, interactive sites where static HTML parsing is brittle and requires manual per-site customization.
  • The framework uses a multimodal large language model (MLLM) to autonomously navigate web interfaces, call specialized tools, and extract structured data.
  • Webscraper applies a structured five-stage prompting procedure and custom-built tools tailored to websites with an “index-and-content” architecture.
  • Experiments on six news websites show that the full Webscraper setup improves extraction accuracy over a baseline agent (Anthropic’s Computer Use), and the approach generalizes to e-commerce platforms.

Abstract

Modern web scraping struggles with dynamic, interactive websites that require more than static HTML parsing. Current methods are often brittle and require manual customization for each site. To address this, we introduce Webscraper, a framework designed to handle the challenges of modern, dynamic web applications. It leverages a Multimodal Large Language Model (MLLM) to autonomously navigate interactive interfaces, invoke specialized tools, and perform structured data extraction in environments where traditional scrapers are ineffective. Webscraper utilizes a structured five-stage prompting procedure and a set of custom-built tools to navigate and extract data from websites following the common ``index-and-content'' architecture. Our experiments, conducted on six news websites, demonstrate that the full Webscraper framework, equipped with both our guiding prompt and specialized tools, achieves a significant improvement in extraction accuracy over the baseline agent Anthropic's Computer Use. We also applied the framework to e-commerce platforms to validate its generalizability.