Pull data from the web into structured formats.
Designed for scraping, extraction, and data pipelines.
git clone https://github.com/paszed/tractor.git
cd tractor
# run your scripts / pipelines here
# example (pseudo)
tractor extract https://example.com
tractor parse output.json
Raw web data is messy.
tractor turns it into structured, usable input for your workflows.