# USPTO Office Actions Full Export

**Use case:** 

Full Export of USPTO Office Actions. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "criteria": "*:*"
}
```

## Output

```json
{
  "id": {
    "label": "Record ID",
    "format": "text"
  },
  "patentNumber": {
    "label": "Patent #",
    "format": "text"
  },
  "patentApplicationNumber": {
    "label": "Application #",
    "format": "text"
  },
  "inventionTitle": {
    "label": "Title",
    "format": "text"
  },
  "applicationStatusNumber": {
    "label": "Status Code",
    "format": "number"
  },
  "applicationTypeCategory": {
    "label": "Type",
    "format": "text"
  },
  "filingDate": {
    "label": "Filed",
    "format": "date"
  },
  "grantDate": {
    "label": "Granted",
    "format": "date"
  },
  "submissionDate": {
    "label": "Submitted",
    "format": "date"
  },
  "examinerEmployeeNumber": {
    "label": "Examiner #",
    "format": "text"
  },
  "groupArtUnitNumber": {
    "label": "Art Unit",
    "format": "text"
  },
  "techCenter": {
    "label": "Tech Center",
    "format": "text"
  },
  "workGroup": {
    "label": "Work Group",
    "format": "object"
  },
  "nationalClass": {
    "label": "Class",
    "format": "object"
  },
  "nationalSubclass": {
    "label": "Subclass",
    "format": "object"
  },
  "legacyDocumentCodeIdentifier": {
    "label": "Document Code",
    "format": "object"
  },
  "bodyTextSnippet": {
    "label": "Body Snippet",
    "format": "text"
  },
  "sourceSystemName": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [USPTO Office Actions Scraper](https://apify.com/parseforge/uspto-office-actions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uspto-office-actions-scraper) to learn more, explore other use cases, and run it yourself.