Government Legal
NY Public Service Commission logo

NY Public Service Commission API

puc.ny.gov

NY Public Service Commission - regulatory filings, case documents, comments, and calendar.

Actions
7
Category
Government Legal
Login
Not required
Output
JSON

Call the NY Public Service Commission API

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

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_puc_ny_gov_case_active_parties",
    "params": {
      "matter_seq": "74071",
      "cache_buster": "1780358158124"
    }
  }'

7 actions on puc.ny.gov

Read

  • Case Active Parties

    act_puc_ny_gov_case_active_partiesread2 credits / call

    Returns a case's active parties with names, companies, emails, and addresses.

    matter_seq
    string · required
    cache_buster
    string · required
  • Case Calendar

    act_puc_ny_gov_case_calendarread2 credits / call

    Returns a case's hearing and calendar events with dates and locations.

    matter_seq
    string · required
    cache_buster
    string · required
  • Case Master Details

    act_puc_ny_gov_case_master_detailread1 credit / call

    Returns a case's details including company, title, industry, and matter type by case number.

    matter_case_no
    string · required
  • Case Public Comments

    act_puc_ny_gov_case_public_commentsread2 credits / call

    Returns a case's public comments with author, text, date, and attachments.

    matter_seq
    string · required
    cache_buster
    string · required
  • DPS Homepage

    act_puc_ny_gov_dps_homepageread1 credit / call

    Returns the DPS homepage with agency info, section links, and upcoming events.

  • Electric Rate Cases Listing

    act_puc_ny_gov_electric_rate_cases_listingread1 credit / call

    Returns pending and recent electric rate cases by utility with case numbers and links.

    listing_slug
    string · required
  • Electric Section Page

    act_puc_ny_gov_electric_section_pageread1 credit / call

    Returns electric utilities with names and links to their detail pages.

    section_slug
    string · required

NY Public Service Commission API questions

Is there an API for NY Public Service Commission?
NY Public Service Commission does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for puc.ny.gov. 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 NY Public Service Commission 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 puc.ny.gov changes its markup, Anakin updates the action.
Do I need a NY Public Service Commission account?
No. Every NY Public Service Commission action listed here runs anonymously — no account and no credentials required.
What does the NY Public Service Commission 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 Government Legal APIs

All Government Legal sites