A simple tool for searching CS2 skin listings on CSFloat.
The tool is run via command line (CMD) with various parameters:
csfloat.exe --def_index VALUE --paint_index VALUE [--max_float VALUE] [--seeds VALUES] --api-key YOUR_API_KEY
--def_index
: Definition index of the item (determines weapon type)--paint_index
: Paint index (determines skin type)--api-key
: Your CSFloat API key
--max_float
: Maximum float value (e.g., 0.08 for Factory New/Minimal Wear)--seeds
: Paint seeds for local filtering (can be comma-separated or space-separated)
csfloat.exe --def_index 507 --paint_index 569 --max_float 0.03 --api-key DEIN_API_KEY
csfloat.exe --def_index 508 --paint_index 569 --seeds 123,456,789 --api-key DEIN_API_KEY
csfloat.exe --def_index 508 --paint_index 569 --seeds 123 456 789 --api-key DEIN_API_KEY
The tool requires a valid CSFloat API key. You can obtain this from the CSFloat Profile Page (Developers).