# STRING Protein Interactions Data Export

**Use case:** 

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

## Input

```json
{
  "maxItems": 100,
  "identifiers": "TP53",
  "species": 9606
}
```

## Output

```json
{
  "protein_a": {
    "label": "protein_a",
    "format": "text"
  },
  "protein_b": {
    "label": "protein_b",
    "format": "text"
  },
  "score": {
    "label": "score",
    "format": "text"
  },
  "neighborhood": {
    "label": "neighborhood",
    "format": "text"
  },
  "fusion": {
    "label": "fusion",
    "format": "text"
  },
  "cooccurence": {
    "label": "cooccurence",
    "format": "text"
  },
  "coexpression": {
    "label": "coexpression",
    "format": "text"
  },
  "experimental": {
    "label": "experimental",
    "format": "text"
  },
  "database": {
    "label": "database",
    "format": "text"
  },
  "textmining": {
    "label": "textmining",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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