The reviewed record of science sign in
Pith

arxiv: 2504.12682 · v1 · pith:5JRNNL5W · submitted 2025-04-17 · cs.AI · cs.CL

WebLists: Extracting Structured Information From Complex Interactive Websites Using Executable LLM Agents

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:5JRNNL5Wrecord.jsonopen to challenge →

classification cs.AI cs.CL
keywords agentsbardeenagenttasksagentweblistsacrossbenchmarkdata
0
0 comments X
read the original abstract

Most recent web agent research has focused on navigation and transaction tasks, with little emphasis on extracting structured data at scale. We present WebLists, a benchmark of 200 data-extraction tasks across four common business and enterprise use-cases. Each task requires an agent to navigate to a webpage, configure it appropriately, and extract complete datasets with well-defined schemas. We show that both LLMs with search capabilities and SOTA web agents struggle with these tasks, with a recall of 3% and 31%, respectively, despite higher performance on question-answering tasks. To address this challenge, we propose BardeenAgent, a novel framework that enables web agents to convert their execution into repeatable programs, and replay them at scale across pages with similar structure. BardeenAgent is also the first LLM agent to take advantage of the regular structure of HTML. In particular BardeenAgent constructs a generalizable CSS selector to capture all relevant items on the page, then fits the operations to extract the data. On the WebLists benchmark, BardeenAgent achieves 66% recall overall, more than doubling the performance of SOTA web agents, and reducing cost per output row by 3x.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Making Failure Safe: A Constrained, Verifiable Agent Framework for Open-Web Data Collection

    cs.AI 2026-06 unverdicted novelty 5.0

    A constrained verifiable agent framework for open-web data collection achieves zero execution-stage LLM tokens and lowest wall-clock time on 80 verified tasks by shifting from free-form code to typed JSON configs with...