# Medical Device Patents by Inventor Smith

**Use case:** 

Retrieve granted patents for medical device implants by inventor Smith. Get up to 300 structured records sorted by the latest dates.

## Input

```json
{
  "queries": [
    "medical device implant"
  ],
  "searchUrls": [],
  "assignee": "",
  "inventor": "Smith",
  "after": "",
  "before": "",
  "dateType": "priority",
  "countries": [],
  "status": "GRANT",
  "patentType": "any",
  "language": "any",
  "sort": "new",
  "maxItemsPerQuery": 300,
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "publicationNumber": {
    "label": "Patent #",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "assignee": {
    "label": "Assignee",
    "format": "text"
  },
  "inventor": {
    "label": "Inventor",
    "format": "text"
  },
  "priorityDate": {
    "label": "Priority",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Patents Scraper - Search Patents by Assignee & Date](https://apify.com/logiover/google-patents-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/google-patents-scraper) to learn more, explore other use cases, and run it yourself.