# Quantum Computing Patent Monitor

**Use case:** 

Monitor newly granted US patents related to quantum computing. Get patent id, title, grant date, and more for up to 5 recent patents.

## Input

```json
{
  "queries": [
    "quantum computing"
  ],
  "sinceDays": 1095,
  "limit": 5,
  "maxConcurrency": 1
}
```

## Output

```json
{
  "sourceQuery": {
    "label": "Query",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "patentDate": {
    "label": "Grant date",
    "format": "date"
  },
  "assignee": {
    "label": "Assignee",
    "format": "text"
  },
  "abstractSnippet": {
    "label": "Abstract snippet",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Patent Filing Monitor](https://apify.com/zinin/patent-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/patent-monitor) to learn more, explore other use cases, and run it yourself.