# UniProt Proteins Full Export

**Use case:** 

Full Export of UniProt Proteins. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "insulin",
  "maxItems": 500
}
```

## Output

```json
{
  "accession": {
    "label": "🔹 accession",
    "format": "text"
  },
  "proteinName": {
    "label": "🔹 proteinName",
    "format": "text"
  },
  "organism": {
    "label": "🔹 organism",
    "format": "text"
  },
  "geneNames": {
    "label": "🔹 geneNames",
    "format": "text"
  },
  "sequence": {
    "label": "🔹 sequence",
    "format": "text"
  },
  "length": {
    "label": "🔹 length",
    "format": "text"
  },
  "function": {
    "label": "🔹 function",
    "format": "text"
  },
  "keywords": {
    "label": "🔹 keywords",
    "format": "text"
  },
  "ec": {
    "label": "🔹 ec",
    "format": "text"
  },
  "references": {
    "label": "🔹 references",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UniProt Proteins Scraper](https://apify.com/parseforge/uniprot-proteins-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uniprot-proteins-scraper) to learn more, explore other use cases, and run it yourself.