Snippets tagged scraping

  • Screen Scraping with the XTract Package

    XTract (https://github.com/TahaHachana/XTract) is a simple screen scraping package for F#. This sample shows how to describe the data model using a record, define the extractors that will collect the data using CSS selectors, scrape the data from the target URL(s) and save it.

    1 people like this

    Posted: 9 years ago by Taha Hachana