# Find all patents assigned to OpenAI

**Use case:** 

Pull every patent assigned to OpenAI from Google Patents. Get titles, patent numbers, filing dates, inventors, and statuses in one run.

## Input

```json
{
  "q": "semiconductor cooling",
  "assignee": "OpenAI",
  "num": 20,
  "max_pages": 1,
  "clustered": false,
  "dups": false,
  "scholar": false,
  "no_cache": false,
  "include_ai_summary": true,
  "include_details": false
}
```

## Output

```json
{
  "patents": {
    "label": "Patents"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Patents API](https://apify.com/johnvc/google-patents-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-patents-api) to learn more, explore other use cases, and run it yourself.