Universal Unit Converter avatar

Universal Unit Converter

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Universal Unit Converter

Universal Unit Converter

Under maintenance

Convert values across length, weight, temperature, volume, area, speed and digital-storage units in bulk. Offline and deterministic - no API keys or rates needed.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

soot

soot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

21 days ago

Last modified

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

FieldTypeRequiredDescription
conversionsarrayyesList 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

FieldTypeDescription
valuenumberInput value
fromstringSource unit
tostringTarget unit
resultnumberConverted value
categorystringUnit category
errorstringReason if failed

Pricing

Pay-per-event: a small per-run start fee plus a low per-result fee.