# Google Patents Battery Scraper

**Use case:** 

Scrape Google Patents battery results, assignees, inventors, publication dates, PDFs, and patent URLs for competitor monitoring.

## Input

```json
{
  "queries": [
    "battery assignee:tesla"
  ],
  "patentUrls": [],
  "publicationNumbers": [],
  "maxItems": 100,
  "includeDetails": false,
  "language": "en",
  "requestDelayMs": 250,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "publicationNumber": {
    "label": "Publication",
    "format": "string"
  },
  "assignee": {
    "label": "Assignee",
    "format": "string"
  },
  "inventor": {
    "label": "Inventor",
    "format": "string"
  },
  "priorityDate": {
    "label": "Priority date",
    "format": "string"
  },
  "filingDate": {
    "label": "Filing date",
    "format": "string"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "string"
  },
  "grantDate": {
    "label": "Grant date",
    "format": "string"
  },
  "resultUrl": {
    "label": "Google Patents URL",
    "format": "string"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "string"
  },
  "abstract": {
    "label": "Abstract",
    "format": "string"
  },
  "sourceType": {
    "label": "Source type",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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