# PRESDOCU Federal Register   US Regulatory Documents

**Use case:** 

Scrape PRESDOCU federal register - us regulatory documents with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract federal register - us regulatory documents for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "searchTerm": "",
  "documentType": [
    "PRESDOCU"
  ],
  "agency": "",
  "dateFrom": "",
  "dateTo": "",
  "significant": false,
  "maxItems": 200
}
```

## Output

```json
{
  "document_number": {
    "label": "Document Number",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "agency_names": {
    "label": "Agency Names",
    "format": "array"
  },
  "publication_date": {
    "label": "Publication Date",
    "format": "string"
  },
  "significant": {
    "label": "Significant",
    "format": "boolean"
  },
  "html_url": {
    "label": "Html Url",
    "format": "string"
  }
}
```

## About this Actor

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