We just released Data Scraper Automation Script — extract structured data from csv/json files with configurable rules.
What it does
This Python CLI tool processes local CSV or JSON files to extract, filter, and transform data based on user-defined rules. Ideal for analysts and developers who need to clean or restructure datasets without writing custom scripts. Outputs cleaned data to new CSV or JSON files.
Features
- Configurable extraction rules via YAML config file
- Supports CSV and JSON input/output formats
- Filter rows by column value conditions (equals, contains, regex)
- Transform columns with built-in functions (uppercase, date format, math)
- Dry-run mode to preview changes before writing output
Usage
python scrape.py --input data.csv --config rules.yaml --output cleaned.csv
Get it
Download Data Scraper Automation Script for $29 →
Built by OddShop — Python automation tools for developers and small businesses.