# Track new solid state battery patents from Toyota

**Use case:** 

Monitor Toyota's solid state battery patent filings. Get titles, numbers, dates, and inventors from Google Patents for fresh filings.

## Input

```json
{
  "q": "solid state battery",
  "assignee": "Toyota",
  "after": "priority:20240101",
  "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.