fredericvergnaud · GitHub

/fredericvergnaud

  • Home · fredericvergnaud/extractify Wiki · GitHub
    https://github.com/fredericvergnaud/extractify

    Extractify is a free extension for Chrome, developed in JavaScript under Bracket, whose purpose is to scrape structured data on the web. It is particularly designed for collecting comments or online conversations such as forums.

    It allows you to:
    • Select structured information on a web page (like tables with rows and columns), by direct selection on the web page, or manual selection by entering HTML tags and related CSS code
    • Select the pagination of pages with the same structure and level
    • Repeat the process as many times as desired for lower levels
    • Scrape the whole selection
    • Finally, obtain a file in json format that can be easily imported in other software, in L@ME for example.

    What it does not allow: everything else!