# RCSB PDB Insulin Structure Scraper

**Use case:** 

Find insulin X-ray diffraction structures in the RCSB Protein Data Bank. Extract PDB entries and metadata in structured JSON.

## Input

```json
{
  "searchQuery": "insulin",
  "pdbIds": [],
  "maxItems": 5,
  "experimentalMethod": "X-RAY DIFFRACTION"
}
```

## Output

```json
{
  "rcsb_id": {
    "label": "Rcsb id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "text"
  },
  "keyword_text": {
    "label": "Keyword text",
    "format": "text"
  },
  "experimental_method": {
    "label": "Experimental method",
    "format": "text"
  },
  "crystals_number": {
    "label": "Crystals number",
    "format": "number"
  },
  "ls_d_res_high": {
    "label": "Ls d res high",
    "format": "number"
  },
  "deposit_date": {
    "label": "Deposit date",
    "format": "text"
  },
  "release_date": {
    "label": "Release date",
    "format": "text"
  },
  "revision_date": {
    "label": "Revision date",
    "format": "text"
  },
  "polymer_entity_count": {
    "label": "Polymer entity count",
    "format": "number"
  },
  "branched_entity_count": {
    "label": "Branched entity count",
    "format": "number"
  },
  "polymer_composition": {
    "label": "Polymer composition",
    "format": "text"
  }
}
```

## About this Actor

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