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.
Featured Sections
Data Guides
Quick Reference
| Tutorial | Description |
|---|---|
| Explore Library | Navigate and explore the Library |
| Data Retrievals | Retrieve and download data from the platform |
| Retailer Entity Lists | List of retailer entities |
| Website Entity Lists | List of website entities |
Starter Guides by Dataset
| Dataset | Description |
|---|---|
| Facteus Guides | Card panel data guides |
| Datos Guides | Additional 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