Utility Bill Parser Setup Guide
Step-by-step dashboard guide to configure a utility bill parser, define fields, run bulk extraction, and export results.
Before You Start
Before setting up your parser, ensure you have:
- A PerfectParser account (sign up at perfectparser.com).
- A healthy credit balance (each utility statement page processed consumes 1 credit).
- A sample utility bill (PDF, PNG, or JPEG) to use during the parser setup.
Recommended Parser Settings
When creating a new Utility Bill Parser, choose the document organization structure that matches your files:
- Single Document Per File: Select this option if each statement file represents a single month's bill (even if it spans multiple pages of consumption charts).
- One Document Per Page: This option is rarely used unless you scan multiple single-page bills together.
Recommended Fields
We suggest configuring the following schema fields for your Utility Bill Parser to capture all essential utility billing data.
| Field Name | Type | Description |
|---|---|---|
provider_name | Text | The company billing you (e.g., British Gas, PG&E, Comcast). |
account_number | Text | The utility customer account ID. |
invoice_number | Text | The unique billing invoice number. |
billing_period | Text | The statement date range (e.g., May 10 to June 9, 2026). |
due_date | Text | The deadline for the payment. |
current_charges | Number | Charges incurred during the current billing cycle. |
previous_balance | Number | Unpaid balance carried over from previous months. |
total_amount_due | Number | The overall total balance due. |
usage_details | Table | Table containing metrics like service_type (e.g. Electricity, Water), usage_amount (e.g. kWh, Gallons), rate, and total. |
AI Instructions (Optional)
To help the AI parser extract field values with maximum accuracy, copy and paste the following prompt instructions into the AI Instructions (Optional) field during setup:
Step-by-Step UI Setup
Follow these steps to set up your Utility Bill Parser using the single-page setup in the PerfectParser dashboard.
Step 1: Create the Parser
Log in to your dashboard, click Parsers in the left-hand navigation menu, and click the New Parser button.
Step 2: Configure Name and File Organization
In the Parser Details & Setup section:
- Enter a clear, recognizable name in the Parser Name field (e.g., "Utility Bills").
- Choose your document structure under How are your files organized? (e.g., select Single Document Per File).
Step 3: Upload your Sample Utility Bill
Upload your sample document by dragging and dropping it into the upload box on the left-hand Sample Document Preview panel, or clicking the box to choose a file from your computer.

Step 4: Run Auto-Detection
Once the document finishes uploading:
- Copy the prompt from the AI Instructions (Optional) section above and paste it into the AI Instructions (Optional) box.
- Click the Auto-Detect Fields button. The AI will analyze the sample document's layout and suggest extraction fields within 10 to 15 seconds.
Step 5: Verify and Refine Fields
Review the generated schema on the right. You can rename fields, change data types, or edit the helper descriptions to guide extraction. When you are satisfied with the schema, click Create Parser at the bottom right.

Step 6: Run a Batch Extraction
To process your utility bills:
- Click Bulk Extraction in the left sidebar or the top header.
- Select your newly created Utility Bills parser.
- Upload one or more utility statement PDFs. PerfectParser will start extracting data immediately.

Step 7: Export Extracted Data
Navigate to Batch History in the left sidebar or click the Batch History tab on the parser details page. Click Show Files to inspect individual statement extractions, view confidence scores, and verify the structured output.

To download your structured data:
- Click the Export button on the completed batch card.
- Select Export as Excel or Export as CSV from the dropdown menu to download the structured table directly to your computer.

Developer Integration
If you want to automate utility bill parsing programmatically inside your applications:
- See the Create Parser API Guide to manage your parsers programmatically.
- See the Start Extraction API Guide to submit utility bill files and retrieve extracted JSON payloads.
- See the Webhooks Reference to configure automatic webhooks that deliver extraction results to your server as soon as they are completed.
Looking for product features and use cases?