Utilities
Soft-Pak WebPak (Mountain High Disposal) logo

Soft-Pak WebPak (Mountain High Disposal) API

secure.soft-pak.com

Soft-Pak WebPak customer portal — list accounts, list bills, download statement PDFs

Actions
3
Category
Utilities
Login
Some actions
Output
JSON

Call the Soft-Pak WebPak (Mountain High Disposal) API

Submit a task, then poll the job until it settles. This example runs act_secure_soft_pak_com_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": "act_secure_soft_pak_com_download_bill",
    "credential_id": "<your-credential-id>",
    "params": {
      "account_number": "04-18288"
    }
  }'

3 actions on secure.soft-pak.com

Read

  • Download Bill

    act_secure_soft_pak_com_download_billreadlogin required10 credits / call

    Download a Soft-Pak WebPak statement PDF for an account number (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

    act_secure_soft_pak_com_list_accountsreadlogin required10 credits / call

    List every Soft-Pak WebPak account on this login, including account number, service name, and service address. Use an account number from this list when calling List Bills or Download Bill.

  • List Bills

    act_secure_soft_pak_com_list_billsreadlogin required10 credits / call

    List statements for a Soft-Pak WebPak account (from List Accounts). Each bill includes statement date, amount, description, and the token Download Bill needs for the PDF.

    account_number
    string · required

Soft-Pak WebPak (Mountain High Disposal) API questions

Is there an API for Soft-Pak WebPak (Mountain High Disposal)?
Soft-Pak WebPak (Mountain High Disposal) does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for secure.soft-pak.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 Soft-Pak WebPak (Mountain High Disposal) 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 secure.soft-pak.com changes its markup, Anakin updates the action.
Do I need a Soft-Pak WebPak (Mountain High Disposal) account?
Some Soft-Pak WebPak (Mountain High Disposal) 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 Soft-Pak WebPak (Mountain High Disposal) 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