# IntAct Molecular Interactions Latest Results

**Use case:** 

Latest Results of IntAct Molecular Interactions. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "query": "brca1"
}
```

## Output

```json
{
  "ac": {
    "label": "ac",
    "format": "text"
  },
  "name": {
    "label": "name",
    "format": "text"
  },
  "type": {
    "label": "type",
    "format": "text"
  },
  "score": {
    "label": "score",
    "format": "text"
  },
  "host_organism": {
    "label": "host_organism",
    "format": "text"
  },
  "detection_method": {
    "label": "detection_method",
    "format": "text"
  },
  "interaction_type": {
    "label": "interaction_type",
    "format": "text"
  },
  "publication": {
    "label": "publication",
    "format": "text"
  },
  "participants": {
    "label": "participants",
    "format": "text"
  },
  "source": {
    "label": "source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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