# China CNIPA Patent — Full Export

**Use case:** 

Scrape the full china cnipa patent dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract china cnipa patent for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "startUrls": [],
  "query": "battery electric vehicle",
  "dateFrom": "",
  "dateTo": "",
  "maxItems": 200
}
```

## Output

```json
{
  "publication_number": {
    "label": "Publication Number",
    "format": "string"
  },
  "title_en": {
    "label": "Title En",
    "format": "string"
  },
  "assignees_en": {
    "label": "Assignees En",
    "format": "string"
  },
  "filing_date": {
    "label": "Filing Date",
    "format": "string"
  },
  "publication_date": {
    "label": "Publication Date",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "google_patents_url": {
    "label": "Google Patents Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [China CNIPA Patent Scraper](https://apify.com/jungle_synthesizer/china-cnipa-patent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/china-cnipa-patent-scraper) to learn more, explore other use cases, and run it yourself.