Skip to main content

Tutorials

Welcome to Carbon Arc Tutorials. This section provides hands-on guides and walkthroughs to help you get the most out of the platform—from data exploration to building frameworks.



Data Guides


Quick Reference

TutorialDescription
Explore LibraryNavigate and explore the Library
Data RetrievalsRetrieve and download data from the platform
Retailer Entity ListsList of retailer entities
Website Entity ListsList of website entities

Starter Guides by Dataset

DatasetDescription
Facteus GuidesCard panel data guides
Datos GuidesAdditional card data guides

Quick Install

Get started with the Carbon Arc Python SDK:

pip install carbonarc python-dotenv pandas
import os
from dotenv import load_dotenv
from carbonarc import CarbonArcClient

load_dotenv()
client = CarbonArcClient(token=os.getenv('API_AUTH_TOKEN'))

# Test connection
balance = client.client.get_balance()
print(f"Connected! Balance: {balance}")
Get Your API Token

You'll need an API token to use the SDK. Follow our step-by-step guide to access your API key from your profile settings.


Resources


Need help? Contact us at support@carbonarc.co