SkyBlock Profile Extractor is a powerful, user-friendly tool designed to fetch and organize raw, comprehensive data from your Hypixel SkyBlock profiles. Whether you're a dedicated player looking to analyze your networth, track progression, or feed data into AI tools for optimization strategies — this tool has you covered.
Built with reliability in mind, it interfaces directly with the Official Hypixel API v2, ensuring accurate and up-to-date information.
The modern Streamlit-based GUI for seamless data extraction.
| Feature | Description |
|---|---|
| Complete Profile | Inventories, Skills, Slayers, Dungeons, Collections, Vault, Wardrobe, etc. |
| Garden Data | Farming stats, plot upgrades, and visitor information. |
| Museum Data | Donated items, appraisals, and special collectibles. |
| Guild Data | Detailed guild information, ranks, and member lists. |
| Economy Insights | Live Bazaar prices and active Auction House listings. |
| Player Status | Online status, recent games, and global Hypixel stats. |
| & More | Fire Sales, Bingo Data, SkyBlock News... |
- Python 3.8+: Download Python
- Hypixel API Key: Obtain yours from the Hypixel Developer Dashboard.
- SkyBlock API Access: Enable it in-game via
SkyBlock Menu→Settings→API Settings.
# Clone the repository
git clone https://github.com/Sahaj33-op/SkyBlock-Profile-Extractor.git
cd SkyBlock-Profile-Extractor
# Install dependencies
pip install requests streamlit
# Run the GUI
streamlit run app.pyTip
For a quick command-line extraction, you can also run python extract_profile.py or .\extract-profile.ps1 (Windows PowerShell).
- Launch the App: Run
streamlit run app.py. - Enter API Key: Paste your Hypixel API key in the sidebar. It will be saved locally for future use.
- Enter Username: Type in the Minecraft username of the player.
- Select Profile: Choose from the available SkyBlock profiles.
- Extract: Click the button and watch the magic happen!
All data is saved into a timestamped directory: SkyBlock_<Username>_<Profile>_<Timestamp>/.
| File | Contents |
|---|---|
complete_profile.json |
The holy grail — contains nearly all player-specific data. |
garden_data.json |
Detailed Garden and farming statistics. |
museum_data.json |
Museum collection and appraisal data. |
bazaar_prices.json |
Current Bazaar market data for networth calculations. |
player_data.json |
Global Hypixel statistics for the player. |
guild_data.json |
Guild information (if applicable). |
Leverage the power of Large Language Models (like ChatGPT or Claude) to analyze your extracted data.
Example Prompt:
Analyze my
complete_profile.jsonfile. Using the item values frombazaar_prices.json, calculate my approximate total networth and identify my most valuable items. Suggest 3 areas I should focus on for progression.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines on how to get involved.
This project is licensed under the MIT License. See the LICENSE file for details.