EMNLP 2024main3 citations

AutoScraper: A Progressive Understanding Web Agent for Web Scraper Generation

Wenhao Huang, Zhouhong Gu, Chenghao Peng, Jiaqing Liang, Zhixu Li, Yanghua Xiao, Liqian Wen, Zulong Chen

Abstract

Web scraping is a powerful technique that extracts data from websites, enabling automated data collection, enhancing data analysis capabilities, and minimizing manual data entry efforts. Existing methods, wrappers-based methods suffer from limited adaptability and scalability when faced with a new website, while language agents, empowered by large language models (LLMs), exhibit poor reusability in diverse web environments. In this work, we introduce the paradigm of generating web scrapers with LLMs and propose AutoScraper, a two-stage framework that can handle diverse and changing web environments more efficiently. AutoScraper leverages the hierarchical structure of HTML and similarity across different web pages for generating web scrapers. Besides, we propose a new executability metric for better measuring the performance of web scraper generation tasks. We conduct comprehensive experiments with multiple LLMs and demonstrate the effectiveness of our framework. Our work is now open-source.

BibTeX
@inproceedings{huang-etal-2024-autoscraper,
    title = "{A}uto{S}craper: A Progressive Understanding Web Agent for Web Scraper Generation",
    author = "Huang, Wenhao  and
      Gu, Zhouhong  and
      Peng, Chenghao  and
      Liang, Jiaqing  and
      Li, Zhixu  and
      Xiao, Yanghua  and
      Wen, Liqian  and
      Chen, Zulong",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.141/",
    doi = "10.18653/v1/2024.emnlp-main.141",
    pages = "2371--2389"
}
AutoScraper: A Progressive Understanding Web Agent for Web Scraper Generation · EMNLP 2024