# Search (free text across all fields) HGNC Gene Symbols

**Use case:** 

Extract HGNC Gene Symbols data filtered by Search (free text across all fields). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "searchQuery",
  "values": [
    "BRCA1",
    "TP53",
    "EGFR",
    "MYC",
    "AKT1"
  ]
}
```

## Output

```json
{
  "hgncId": {
    "label": "HGNC ID",
    "format": "text"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "locusType": {
    "label": "Locus Type",
    "format": "text"
  },
  "locusGroup": {
    "label": "Locus Group",
    "format": "text"
  },
  "location": {
    "label": "Chromosome Location",
    "format": "text"
  },
  "aliasSymbol": {
    "label": "Alias Symbols",
    "format": "object"
  },
  "aliasName": {
    "label": "Alias Names",
    "format": "object"
  },
  "prevSymbol": {
    "label": "Previous Symbols",
    "format": "object"
  },
  "prevName": {
    "label": "Previous Names",
    "format": "object"
  },
  "geneGroup": {
    "label": "Gene Group",
    "format": "object"
  },
  "entrezId": {
    "label": "Entrez ID",
    "format": "text"
  },
  "ensemblGeneId": {
    "label": "Ensembl ID",
    "format": "text"
  },
  "ucscId": {
    "label": "UCSC ID",
    "format": "text"
  },
  "refseqAccession": {
    "label": "RefSeq",
    "format": "object"
  },
  "uniprotIds": {
    "label": "UniProt IDs",
    "format": "object"
  },
  "omimId": {
    "label": "OMIM",
    "format": "object"
  },
  "pubmedId": {
    "label": "PubMed",
    "format": "object"
  },
  "mgdId": {
    "label": "MGD ID",
    "format": "object"
  },
  "rgdId": {
    "label": "RGD ID",
    "format": "object"
  },
  "ccdsId": {
    "label": "CCDS ID",
    "format": "object"
  },
  "vegaId": {
    "label": "Vega ID",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "dateApprovedReserved": {
    "label": "Approved",
    "format": "date"
  },
  "dateModified": {
    "label": "Modified",
    "format": "date"
  },
  "raw": {
    "label": "Raw",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [HGNC Gene Symbols Scraper](https://apify.com/parseforge/hgnc-gene-symbols-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hgnc-gene-symbols-scraper) to learn more, explore other use cases, and run it yourself.