Realtor.ca Data Scraper

Realtor.ca Data Scraper

Parses exported CSV files from Realtor.ca and converts them into structured JSON for analysis, reporting, or integration. Ideal for real estate analysts and investors who need offline access to listing data without manual reformatting. Features Parses Realtor.ca CSV exports into clean, nested JSON objects Extracts all fields: price, address, bedrooms, bathrooms, square footage, listing URL Supports batch processing of multiple CSV files in one command Outputs to stdout, file, or pretty-printed JSON with optional indentation Validates CSV structure and reports malformed rows with line numbers Usage python realtorscraper....

<span title='2026-06-04 00:00:00 +0000 UTC'>June 4, 2026</span>&nbsp;·&nbsp;OddShop
Ecommerce Product Scraper & Migrator

Ecommerce Product Scraper & Migrator

A Python CLI tool that reads product data from exported CSV or JSON files (e.g., from WooCommerce) and transforms it for migration to other platforms. Ideal for developers handling complex product catalogs with variants, images, and custom fields. Features Parse WooCommerce product exports (CSV/JSON) with support for variable products, attributes, and images Map and transform fields to target platform schema via configurable mapping file Generate output CSV/JSON ready for import into Shopify, BigCommerce, or custom systems Handle bulk operations with progress bars and error logging for large datasets Validate data integrity and report missing or malformed fields before migration Usage python wc_migrate....

<span title='2026-06-03 00:00:00 +0000 UTC'>June 3, 2026</span>&nbsp;·&nbsp;OddShop
Data Scraper Automation Script

Data Scraper Automation Script

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....

<span title='2026-05-19 00:00:00 +0000 UTC'>May 19, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet Web Scraper

Spreadsheet Web Scraper

A Python CLI tool that fetches data from published Google Sheets using only the sheet ID and API key. Ideal for analysts and developers who need to pull live spreadsheet data into local files without browser automation or OAuth. Features Fetch entire sheet or specific range by A1 notation Output to CSV, JSON, or Excel format Support for multiple sheets within one spreadsheet Automatic handling of pagination for large datasets Configurable via command-line arguments or config file Usage python gsheets_scraper....

<span title='2026-05-14 00:00:00 +0000 UTC'>May 14, 2026</span>&nbsp;·&nbsp;OddShop