# Track IPR petitions filed against Apple at the PTAB

**Use case:** 

Follow inter partes review proceedings naming Apple — petitioner, patent number, status and filing dates from USPTO PTAB records.

## Input

```json
{
  "apiKey": "***",
  "mode": "search",
  "party": "Apple",
  "proceedingType": "IPR",
  "sinceDate": "2025-01-01",
  "priorItems": [],
  "graphBy": "edge",
  "maxResults": 100
}
```

## Output

```json
{
  "proceeding_number": {
    "label": "Proceeding number",
    "format": "string"
  },
  "proceeding_type": {
    "label": "Proceeding type",
    "format": "string"
  },
  "filing_date": {
    "label": "Filing date",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "institution_decision": {
    "label": "Institution decision",
    "format": "string"
  },
  "institution_decision_date": {
    "label": "Institution decision date",
    "format": "string"
  },
  "petitioner": {
    "label": "Petitioner",
    "format": "string"
  },
  "patent_owner": {
    "label": "Patent owner",
    "format": "string"
  },
  "patent_number": {
    "label": "Patent number",
    "format": "string"
  },
  "technology_center": {
    "label": "Technology center",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USPTO PTAB Trial Tracker — IPR/PGR/CBM API](https://apify.com/malonestar/ptab-trial-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/ptab-trial-tracker) to learn more, explore other use cases, and run it yourself.