# Federal Register Immigration Scraper

**Use case:** 

Scrape US Federal Register documents about immigration. Get titles, agencies, document types, publication dates and links for legal and policy research.

## Input

```json
{
  "maxItems": 25,
  "withDetails": true,
  "term": "immigration",
  "documentTypes": [
    "RULE",
    "PRORULE"
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "documentNumber": {
    "label": "Document Number",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "text"
  },
  "agencies": {
    "label": "Agencies",
    "format": "array"
  },
  "citation": {
    "label": "Citation",
    "format": "text"
  },
  "htmlUrl": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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