# (any) China CNIPA Patents | Chinese Patent Search

**Use case:** 

Extract China CNIPA Patents | Chinese Patent Search data filtered by (any). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "solar cell",
  "country": "",
  "sort": "new"
}
```

## Output

```json
{
  "publicationNumber": {
    "label": "Pub. No.",
    "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"
  },
  "language": {
    "label": "Lang",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "pdfUrl": {
    "label": "PDF",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Thumb",
    "format": "image"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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