# BioModels Models Full Export

**Use case:** 

Full Export of BioModels Models. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "cancer",
  "maxItems": 500
}
```

## Output

```json
{
  "id": {
    "label": "🔹 id",
    "format": "text"
  },
  "name": {
    "label": "🔹 name",
    "format": "text"
  },
  "format": {
    "label": "🔹 format",
    "format": "text"
  },
  "submitter": {
    "label": "🔹 submitter",
    "format": "text"
  },
  "submissionDate": {
    "label": "🔹 submissionDate",
    "format": "text"
  },
  "lastModified": {
    "label": "🔹 lastModified",
    "format": "text"
  },
  "publicationId": {
    "label": "🔹 publicationId",
    "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 [BioModels Models Scraper](https://apify.com/parseforge/biomodels-models-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/biomodels-models-scraper) to learn more, explore other use cases, and run it yourself.