# Australia Federal Register Acts Scraper

**Use case:** 

Scrape Australian federal Acts from the Register of Legislation with title, ID, collection, making date, in-force status, year, and URL. Export to JSON or CSV.

## Input

```json
{
  "collection": "Act",
  "orderBy": "id desc",
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "id": {
    "label": "🏷 Title ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "status": {
    "label": "📊 Status",
    "format": "text"
  },
  "collection": {
    "label": "🗂 Collection",
    "format": "text"
  },
  "subCollection": {
    "label": "🗃 Subcollection",
    "format": "text"
  },
  "makingDate": {
    "label": "📅 Making Date",
    "format": "text"
  },
  "isPrincipal": {
    "label": "⭐ Principal",
    "format": "boolean"
  },
  "isInForce": {
    "label": "✅ In Force",
    "format": "boolean"
  },
  "seriesType": {
    "label": "📚 Series",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Australia Federal Register of Legislation Scraper](https://apify.com/parseforge/australia-legislation-register-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/australia-legislation-register-scraper) to learn more, explore other use cases, and run it yourself.