# Find Federal Register H-1B Notices

**Use case:** 

Find Federal Register notices about H-1B. Get up to 100 results, sorted by relevance.

## Input

```json
{
  "__isDebug": false,
  "target": "documents",
  "query": "H-1B",
  "agencies": [
    "environmental-protection-agency"
  ],
  "documentTypes": [
    "notice"
  ],
  "significantOnly": false,
  "order": "relevance",
  "monitorNewDocuments": false,
  "maxResults": 100
}
```

## Output

```json
{
  "resultType": {
    "label": "Result type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "name": {
    "label": "Agency name",
    "format": "text"
  },
  "documentNumber": {
    "label": "Document number",
    "format": "text"
  },
  "type": {
    "label": "Document type",
    "format": "text"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "date"
  },
  "agencies": {
    "label": "Agencies",
    "format": "array"
  },
  "significant": {
    "label": "Significant",
    "format": "boolean"
  },
  "citation": {
    "label": "Citation",
    "format": "text"
  },
  "htmlUrl": {
    "label": "HTML page",
    "format": "link"
  },
  "pdfUrl": {
    "label": "PDF",
    "format": "link"
  },
  "slug": {
    "label": "Agency slug",
    "format": "text"
  },
  "url": {
    "label": "Agency page",
    "format": "link"
  }
}
```

## About this Actor

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