# Robotics & Automation Patents Dataset by Assignee

**Use case:** 

Collect up to 500 granted patents focused on robotics and automation in the US. Access recent bibliographic records as structured data.

## Input

```json
{
  "queries": [
    "robotics automation industrial"
  ],
  "searchUrls": [],
  "assignee": "",
  "inventor": "",
  "after": "",
  "before": "",
  "dateType": "priority",
  "countries": [
    "US"
  ],
  "status": "GRANT",
  "patentType": "any",
  "language": "any",
  "sort": "new",
  "maxItemsPerQuery": 500,
  "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.