QuickBooks scraper and API skills

Site: accounts.intuit.com

QuickBooks' official API needs an approved developer app and an OAuth setup before it returns a single row. This skill drives the real dashboard through a browser your agent already controls.

Working with QuickBooks

  • Interactive Intuit sign-in — including SSO and MFA — is handed to the human user rather than bypassed.
  • The skill waits out Intuit's authentication flow and resumes automatically once it clears.

2 QuickBooks skills

QuickBooks scraping questions

Does QuickBooks have an API?
Yes, but it is gated: the QuickBooks API requires an approved developer app and a completed OAuth flow before it returns any data.
Is scraping QuickBooks legal?
Reading data that QuickBooks publishes publicly is generally treated as lawful in the US — hiQ v. LinkedIn found that scraping a public site does not by itself violate the Computer Fraud and Abuse Act. That is not the whole question: QuickBooks's terms of service, its robots.txt, the rate at which you request pages, and any personal or copyrighted data you collect all carry their own obligations, and the rules differ outside the US. These skills read public pages at human-scale rates and never bypass a login. Treat this as background, not legal advice.
What data can I extract from QuickBooks?
Authenticated dashboard state and the report surfaces reachable once Intuit's sign-in flow has cleared.

Related hubs