# UCSC Genome Browser Tracks Latest Results

**Use case:** 

Latest Results of UCSC Genome Browser Tracks. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "genome": "hg38"
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "longLabel": {
    "label": "LongLabel",
    "format": "text"
  },
  "shortLabel": {
    "label": "ShortLabel",
    "format": "text"
  },
  "group": {
    "label": "Group",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "parent": {
    "label": "Parent",
    "format": "text"
  },
  "visibility": {
    "label": "Visibility",
    "format": "text"
  },
  "priority": {
    "label": "Priority",
    "format": "number"
  },
  "bigDataUrl": {
    "label": "🔗 Data URL",
    "format": "link"
  },
  "genome": {
    "label": "Genome",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UCSC Genome Browser Tracks Scraper](https://apify.com/parseforge/ucsc-genome-browser-tracks-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ucsc-genome-browser-tracks-scraper) to learn more, explore other use cases, and run it yourself.