A Python script for fetching listings on CSFloat.com. This tool allows you to easily check multiple seeds for a specific skin without manually searching each one.
- Search for listings by paint_seed, def_index, and paint_index.
- Filter results by max_price, min_price, max_float, and min_float.
- Choose between simple mode (count of unique listings) and detailed mode (full listing details).
- Add your CSFloat API key to the .env file. You can find your API key under the Developer tab on your CSFloat profile.
CSFLOAT_API_KEY=your_api_key_here - Execute the script by running:
python main.py - Search for the skin on CSFloat and inspect the URL to find the def_index and paint_index values.
- Input a list of paint_seed values (comma or space-separated).
- Optionally, specify values for max_price, min_price, max_float, and min_float to filter the results.
You will get rate limited if you use it a lot in a short amount of time.
- Use simple mode to quickly check a list of seeds. Then search up the resulting seeds on CSFloat for more info.