# eCFR Data Protection Regulations Scraper

**Use case:** 

Search US federal regulations for data protection rules. Extract titles, sections and full text from the eCFR database.

## Input

```json
{
  "mode": "search",
  "query": "data protection",
  "maxItems": 5
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "subtitle": {
    "label": "Subtitle",
    "format": "text"
  },
  "chapter": {
    "label": "Chapter",
    "format": "text"
  },
  "subchapter": {
    "label": "Subchapter",
    "format": "text"
  },
  "part": {
    "label": "Part",
    "format": "text"
  },
  "subpart": {
    "label": "Subpart",
    "format": "text"
  },
  "subjectGroup": {
    "label": "Subject Group",
    "format": "text"
  },
  "section": {
    "label": "Section",
    "format": "text"
  },
  "appendix": {
    "label": "Appendix",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "titleNum": {
    "label": "Title Num",
    "format": "number"
  },
  "subtitleNum": {
    "label": "Subtitle Num",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [eCFR US Federal Regulations Scraper](https://apify.com/parseforge/ecfr-code-federal-regulations-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ecfr-code-federal-regulations-scraper) to learn more, explore other use cases, and run it yourself.