# Rnacentral Sequences: search “human”

**Use case:** 

Run a ready-made Rnacentral Sequences example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: rnacentral-sequences-s

## Input

```json
{
  "query": "human",
  "maxResults": 3
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "md5": {
    "label": "Md5",
    "format": "text"
  },
  "xrefs": {
    "label": "Xrefs",
    "format": "text"
  },
  "length": {
    "label": "Length",
    "format": "text"
  },
  "rna_type": {
    "label": "Rna Type",
    "format": "text"
  },
  "sequence": {
    "label": "Sequence",
    "format": "text"
  },
  "is_active": {
    "label": "Is Active",
    "format": "text"
  },
  "publications": {
    "label": "Publications",
    "format": "text"
  },
  "rnacentral_id": {
    "label": "Rnacentral Id",
    "format": "text"
  },
  "distinct_databases": {
    "label": "Distinct Databases",
    "format": "text"
  },
  "count_distinct_organisms": {
    "label": "Count Distinct Organisms",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [RNAcentral Sequences Scraper](https://apify.com/benthepythondev/rnacentral-sequences-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/rnacentral-sequences-scraper) to learn more, explore other use cases, and run it yourself.