# Google Patents Prior Art Scraper

**Use case:** 

Create prior-art datasets from Google Patents with abstracts, claims, citations, classifications, assignees, and PDF links.

## Input

```json
{
  "queries": [
    "\"solid state battery\" before:priority:2023"
  ],
  "patentUrls": [],
  "publicationNumbers": [],
  "maxItems": 50,
  "includeDetails": true,
  "language": "en",
  "requestDelayMs": 500,
  "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.