# Search UniProt protein records

**Use case:** 

Run a ready-made Uniprot Proteins example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: uniprot-proteins-scraper.

## Input

```json
{
  "query": "insulin",
  "reviewedOnly": true,
  "maxResults": 3
}
```

## Output

```json
{
  "accession": {
    "label": "Accession",
    "format": "text"
  },
  "uniprot_id": {
    "label": "Uniprot Id",
    "format": "text"
  },
  "protein_name": {
    "label": "Protein Name",
    "format": "text"
  },
  "entry_type": {
    "label": "Entry Type",
    "format": "text"
  },
  "organism": {
    "label": "Organism",
    "format": "text"
  },
  "taxon_id": {
    "label": "Taxon Id",
    "format": "text"
  },
  "gene_names": {
    "label": "Gene Names",
    "format": "text"
  },
  "sequence_length": {
    "label": "Sequence Length",
    "format": "number"
  },
  "molecular_weight": {
    "label": "Molecular Weight",
    "format": "number"
  },
  "keywords": {
    "label": "Keywords",
    "format": "text"
  },
  "entry_url": {
    "label": "Entry Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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