# Fast Google Patents search export

**Use case:** 

Run a faster patent search export without detail-page enrichment when you only need search-result metadata.

## Input

```json
{
  "queries": [
    "battery thermal management"
  ],
  "patentUrls": [],
  "maxItems": 25,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "patentId": {
    "label": "Patent ID",
    "format": "string"
  },
  "patentUrl": {
    "label": "Patent URL",
    "format": "string"
  },
  "patentTitle": {
    "label": "Patent title",
    "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"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "jurisdictions": {
    "label": "Jurisdictions",
    "format": "array"
  },
  "classifications": {
    "label": "Classifications",
    "format": "array"
  },
  "citations": {
    "label": "Citations",
    "format": "array"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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