
Scraped Data Cleaner & Converter (No-Code CSV/JSON Tool) Rental
Pricing
$2.90/month + usage

Scraped Data Cleaner & Converter (No-Code CSV/JSON Tool) Rental
Clean and organize scraped .json or .csv data — no coding required. Remove duplicates, empty rows, unwanted columns, and sort by any field. Cleaned results are pushed to your Apify dataset. Perfect for marketers, researchers, and no-code workflows.
0.0 (0)
Pricing
$2.90/month + usage
1
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
5 days ago
1.1 📁 Uploaded Data File
uploadedDataFile
stringOptional
Upload a CSV or JSON file, or paste a full Apify URL for a stored record. The file must contain structured rows of data with fields you want to clean or filter.
1.2 🧠 Deduplicate By Field
deduplicateBy
stringOptional
Enter the name of a field (e.g. 'email', 'product_id') to remove duplicate rows. Only the first row with each unique value will be kept.
Default value of this property is ""
1.3 🧹 Remove Empty Rows
removeEmpty
booleanOptional
Removes rows that contain no meaningful data. Works for both CSV and JSON files.
Default value of this property is true
2.1.1 🔎 Must-Have Fields
requiredFields
arrayOptional
Specify one or more field names (e.g. 'email', 'phone'). Rows missing required data in these fields will be removed.
2.1.2 🔎 Match All Required Fields
requireAllFields
booleanOptional
If checked, rows must contain data in ALL required fields. If unchecked, rows with data in ANY one required field will be kept.
Default value of this property is false
2.2.1 🎯 Filter by Field
requiredFieldKey
stringOptional
Keep only rows where this field matches a specific value. Enter the field name (e.g. 'member', 'status').
Default value of this property is ""
2.2.2 🎯 Match Specific Value
requiredFieldValue
stringOptional
Value to match for the field above (e.g. 'pro', 'active'). Only exact matches will be kept.
Default value of this property is ""
3.1 🪓 Remove Fields
removeColumns
arrayOptional
List of field names to remove from each row (e.g. 'email', 'internal_notes'). Applies to both CSV and JSON.