# EBI Proteins Data Export

**Use case:** 

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

## Input

```json
{
  "protein": "hemoglobin",
  "maxItems": 100
}
```

## Output

```json
{
  "accession": {
    "label": "🔹 accession",
    "format": "text"
  },
  "id": {
    "label": "🔹 id",
    "format": "text"
  },
  "proteinName": {
    "label": "🔹 proteinName",
    "format": "text"
  },
  "gene": {
    "label": "🔹 gene",
    "format": "text"
  },
  "organism": {
    "label": "🔹 organism",
    "format": "text"
  },
  "sequenceLength": {
    "label": "🔹 sequenceLength",
    "format": "text"
  },
  "dbReferenceCount": {
    "label": "🔹 dbReferenceCount",
    "format": "text"
  },
  "featureCount": {
    "label": "🔹 featureCount",
    "format": "text"
  },
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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