Utilities
Southern Company logo

Southern Company API

customerservice2.southerncompany.com

Download your utility bills from Southern Company, covering Georgia Power, Alabama Power, and Mississippi Power. Log in to see your accounts, browse past statements, and save any bill as a PDF.

Actions
3
Category
Utilities
Login
Some actions
Output
JSON

Call the Southern Company API

Submit a task, then poll the job until it settles. This example runs sco_download_bill.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "sco_download_bill",
    "credential_id": "<your-credential-id>",
    "params": {
      "account_number": ""
    }
  }'

3 actions on customerservice2.southerncompany.com

Read

  • Download Bill

    sco_download_billreadlogin required10 credits / call

    Download one of your Southern Company bills as a PDF. Because a login can cover several accounts, you must specify which account number to use (from List Accounts). Choose a statement date from List Bills, or use 'latest' for the most recent bill.

    account_number
    string · required
    bill_date
    string
  • List Accounts

    sco_list_accountsreadlogin required10 credits / call

    List all of the utility accounts tied to your Southern Company login. One login can cover several accounts across Georgia Power, Alabama Power, and Mississippi Power. Each result includes the account number, utility, nickname, and service address, so you can pick the exact account to use with List Bills or Download Bill.

  • List Bills

    sco_list_billsreadlogin required10 credits / call

    List your Southern Company bills, each with its statement date, amount, and service period. By default this covers every account on your login. Use a statement date with Download Bill to get the PDF.

    account_number
    string
    months
    integer

Southern Company API questions

Is there an API for Southern Company?
Southern Company does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for customerservice2.southerncompany.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Southern Company data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when customerservice2.southerncompany.com changes its markup, Anakin updates the action.
Do I need a Southern Company account?
Some Southern Company actions read data that is only visible when signed in, so those need a credential you connect once. Actions marked "read" without a login requirement run anonymously.
What does the Southern Company API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Utilities APIs

All Utilities sites