Australia Legislation Scraper — Acts & Instruments avatar

Australia Legislation Scraper — Acts & Instruments

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Australia Legislation Scraper — Acts & Instruments

Australia Legislation Scraper — Acts & Instruments

Search Australian federal legislation (legislation.gov.au) — Acts, legislative & notifiable instruments with title, dates, status and register links. Free, no key.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Ponderable Hydrometer

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Search Australia's entire federal statute book — Acts and Legislative Instruments — from the official Federal Register of Legislation. Title, dates, collection, principal-vs-amending flag, in-force status, and ready-to-use register/download links. Full OData filtering. Free keyless API.

For legal research, compliance monitoring, LegalTech and public-sector datasets in an underserved domain on Apify.

What you get

Per legislation title:

  • Identity — register id, name, collection (Act / Legislative Instrument / …), subCollection, seriesType
  • Numbering & datesyear, number, makingDate, asMadeRegisteredAt
  • Status flagsisPrincipal (principal vs amending), isInForce, status
  • ProvenanceoriginatingBillUri
  • LinksregisterUrl, latestTextUrl and latestDownloadsUrl on legislation.gov.au (the full statute text lives there)

Output sample

{
"id": "C2004A03712",
"name": "Privacy Act 1988",
"collection": "Act",
"subCollection": "PrincipalAct",
"seriesType": "Act",
"year": 1988,
"number": 119,
"isPrincipal": true,
"isInForce": true,
"status": "InForce",
"makingDate": "1988-12-14",
"asMadeRegisteredAt": "2004-08-13",
"originatingBillUri": null,
"registerUrl": "https://www.legislation.gov.au/C2004A03712",
"latestTextUrl": "https://www.legislation.gov.au/C2004A03712/latest/text",
"latestDownloadsUrl": "https://www.legislation.gov.au/C2004A03712/latest/downloads"
}

Input

FieldTypeDescription
searchstringTitle substring match (e.g. Privacy).
collectionstringAct, LegislativeInstrument, NotifiableInstrument, …
statusstringInForce, NoLongerInForce, Repealed.
isPrincipalbooleanOnly principal (non-amending) titles.
filterstringRaw OData $filter, e.g. year eq 2020.
selectstringComma-separated $select fields.
orderbystring$orderby, e.g. makingDate desc.
titleIdsarrayFetch specific titles by register ID (overrides search).
maxResultsintegerCap on rows (default 100).

Example input

{
"search": "Privacy",
"collection": "Act",
"isPrincipal": true,
"maxResults": 50
}

More examples: in-force Acts newest first {"collection":"Act","status":"InForce","orderby":"makingDate desc","maxResults":200}; specific titles {"titleIds":["C2004A03712","C2004A00748"]}.

Why this actor

  • Whole-country coverage — the official OData API for Australia's federal register, deep-paged over the entire result set (not just page one).
  • Full OData grammar — friendly inputs for the common filters plus a raw $filter/$select/$orderby escape hatch.
  • Ready-to-use links — every row carries direct text/download URLs so you can jump from metadata to the full statute.

Pricing

Pay per result — $4 per 1,000 results (one result = one legislation title). No subscription; you pay only for what you get.

Notes & limits

  • The full statute text is served by the register website, not this JSON API. Each row includes latestTextUrl and latestDownloadsUrl for the content.
  • Official public data; you are responsible for compliant use. Not affiliated with the Commonwealth of Australia.
  • eCFR Scraper — US Code of Federal Regulations, section-level text.
  • Congress.gov Scraper — US bills, laws and members.
  • CourtListener Scraper — US case law and court opinions.