# UniProt Human Protein Scraper

**Use case:** 

Extract reviewed human proteins from UniProt with names, functions, and IDs as clean structured data for research.

## Input

```json
{
  "query": "reviewed:true AND organism_id:9606",
  "maxItems": 5,
  "fetchSequence": false,
  "pageSize": 500
}
```

## Output

```json
{
  "primaryAccession": {
    "label": "Primary Accession",
    "format": "text"
  },
  "uniProtkbId": {
    "label": "Uni Protkb Id",
    "format": "text"
  },
  "entryType": {
    "label": "Entry Type",
    "format": "text"
  },
  "proteinName": {
    "label": "Protein Name",
    "format": "text"
  },
  "organismScientific": {
    "label": "Organism Scientific",
    "format": "text"
  },
  "organismCommon": {
    "label": "Organism Common",
    "format": "text"
  },
  "taxonId": {
    "label": "Taxon Id",
    "format": "number"
  },
  "proteinExistence": {
    "label": "Protein Existence",
    "format": "text"
  },
  "annotationScore": {
    "label": "Annotation Score",
    "format": "number"
  },
  "sequenceLength": {
    "label": "Sequence Length",
    "format": "number"
  },
  "sequenceMolWeight": {
    "label": "Sequence Mol Weight",
    "format": "number"
  },
  "sequenceCrc64": {
    "label": "Sequence Crc64",
    "format": "text"
  },
  "sequenceMd5": {
    "label": "Sequence Md5",
    "format": "text"
  },
  "referenceCount": {
    "label": "Reference Count",
    "format": "number"
  }
}
```

## About this Actor

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