# InterPro Protein Accessions Scraper

**Use case:** 

Scrape specific InterPro entries by accession with name, type, source database, GO terms, signatures, protein count, and taxa. Export to JSON or CSV.

## Input

```json
{
  "accessions": [
    "IPR000001",
    "IPR000003",
    "IPR000006"
  ],
  "type": "family",
  "maxItems": 50
}
```

## Output

```json
{
  "accession": {
    "label": "🧬 Accession",
    "format": "text"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "type": {
    "label": "🏷 Type",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "shortName": {
    "label": "✂️ Short Name",
    "format": "text"
  },
  "memberDatabaseList": {
    "label": "🗂 Member DBs",
    "format": "array"
  },
  "goTermsCount": {
    "label": "🔬 GO Terms",
    "format": "number"
  },
  "proteinCount": {
    "label": "👥 Proteins",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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