ATO: Search
ATO via Parse · government_public
Search the ATO Legal Database for documents matching a query. Returns paginated results with document titles, IDs, and summaries. Supports filtering by document category and toggling between exact phrase and keyword search. The page parameter controls which page of results to return (default 1), and page_size controls results per page (default 10). Search and retrieve documents from the Australian Taxation Office Legal Database, including rulings, legislation, cases, and interpretative decisions. Fulfilled by Parse from www.ato.gov.au.
- ato
- finance
- government-public
- other
- parse
- platform-key
- www-ato-gov-au
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/c8804139-5c5d-4afa-aaff-865865d5d06e/search
- Interface artifact
- sha256:a39b7671442b1a693cb078f9d2a71c551bb71740e1ea7ab50e81c071dba4fa3c
- Manifest digest
- sha256:4da0973805dbf7729c7e8c5ef898f997b0090a51f1478354bceb16ed1a828733
Request fields
- page (integer): Page number of results to return.
- query (string, required): Search terms to find in the legal database.
- category (string): Category filter code to refine results. Format is a code string with separator ':::' (e.g. 'E:::Rulings', 'JA:::ATO interpretative decisions', 'C-CY:::Cases', 'A+B+FI:::Legislation'). Omitting returns results from all categories.
- page_size (integer): Number of results per page (1-100).
- exact_phrase (boolean): When true, searches for the exact phrase. When false, searches for any of the words.
- include_archived (boolean): When true, includes archived content in search results.
Example queries
- {"page":"1","query":"income tax","page_size":"10"}