# US — USPTO USPTO Patents | Google Patents Full-Text Grants

**Use case:** 

Extract USPTO Patents | Google Patents Full-Text Grants Search data filtered by US — USPTO. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "query": "battery",
  "country": "US"
}
```

## Output

```json
{
  "publicationNumber": {
    "label": "🔢 Pub. #",
    "format": "text"
  },
  "title": {
    "label": "💡 Title",
    "format": "text"
  },
  "snippet": {
    "label": "📄 Snippet",
    "format": "text"
  },
  "assignee": {
    "label": "🏢 Assignee",
    "format": "text"
  },
  "inventor": {
    "label": "👤 Inventor",
    "format": "text"
  },
  "priorityDate": {
    "label": "📅 Priority",
    "format": "text"
  },
  "filingDate": {
    "label": "📥 Filed",
    "format": "text"
  },
  "publicationDate": {
    "label": "📤 Published",
    "format": "text"
  },
  "grantDate": {
    "label": "🏆 Granted",
    "format": "text"
  },
  "countryCode": {
    "label": "🌍 Country",
    "format": "text"
  },
  "language": {
    "label": "🌐 Lang",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "text"
  },
  "pdfUrl": {
    "label": "📄 PDF",
    "format": "text"
  },
  "thumbnail": {
    "label": "🖼️ Thumbnail",
    "format": "text"
  },
  "figuresCount": {
    "label": "📊 Figures",
    "format": "text"
  },
  "bestStage": {
    "label": "📈 Stage",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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