Universal Unit Converter
Under maintenancePricing
Pay per usage
Go to Apify Store
Universal Unit Converter
Under maintenanceConvert values across length, weight, temperature, volume, area, speed and digital-storage units in bulk. Offline and deterministic - no API keys or rates needed.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
soot
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
7 days ago
Last modified
Categories
Share
Convert values across length, weight, temperature, volume, area, speed and digital-storage units in bulk. Offline and deterministic - no API keys or rates needed.
What it does
A self-contained utility Actor - no API keys, no external accounts. Run it on one or many inputs and get a clean, structured dataset (CSV/JSON).
Features
- Batch processing - one or many inputs per run
- Structured output - tidy rows ready for CSV/JSON export
- No credentials - works out of the box
- Pay-per-event pricing - pay only for what you use
Input
| Field | Type | Required | Description |
|---|---|---|---|
conversions | array | yes | List of {value, from, to} objects. |
Usage example
curl -X POST "https://api.apify.com/v2/acts/sootesting~unit-converter/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" -d '{"conversions": [{"value": 10, "from": "km", "to": "mi"}, {"value": 100, "from": "c", "to": "f"}]}'
Output
| Field | Type | Description |
|---|---|---|
value | number | Input value |
from | string | Source unit |
to | string | Target unit |
result | number | Converted value |
category | string | Unit category |
error | string | Reason if failed |
Pricing
Pay-per-event: a small per-run start fee plus a low per-result fee.