# ⚖️ Harvard Caselaw Access Project Full Export

**Use case:** 

Full Export of ⚖️ Harvard Caselaw Access Project. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "reporter": "us",
  "query": "first amendment",
  "maxItems": 500
}
```

## Output

```json
{
  "caseName": {
    "label": "📌 Case",
    "format": "text"
  },
  "citation": {
    "label": "📚 Citation",
    "format": "text"
  },
  "court": {
    "label": "🏛️ Court",
    "format": "text"
  },
  "decisionDate": {
    "label": "🗓️ Decided",
    "format": "text"
  },
  "jurisdiction": {
    "label": "🌎 Jurisdiction",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [⚖️ Harvard Caselaw Access Project Scraper](https://apify.com/parseforge/caselaw-access-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/caselaw-access-scraper) to learn more, explore other use cases, and run it yourself.