Back to Services
Basic Trustrest
QuickBooks Report Parser
Parse QuickBooks financial reports (Profit and Loss, Balance Sheet, AR/AP Aging, Trial Balance) from CSV, XLSX, or PDF into clean structured JSON. Handles both QuickBooks Desktop and QuickBooks Online export formats with smart auto-detection of report type, period, and entity. Returns normalized line items with section hierarchy, totals, and confidence scores.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
quickbooksaccountingfinancial-reportsparsingbookkeepingcsvxlsxpdfprofit-lossbalance-sheetaccounts-receivableaccounts-payable
Quick Integration
Call this service through the Agent Clear proxy
// Call QuickBooks Report Parser through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/0a2cd26b-ce58-46be-b4e6-1364e985b486',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Provider
Anonymous Provider
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 3, 2026
- Last Updated
- Mar 3, 2026