VOOZH about

URL: https://apify.com/parseforge/ensembl-gene-lookup-scraper

โ‡ฑ Ensembl Gene Lookup Scraper ยท Apify


Pricing

from $7.50 / 1,000 results

Go to Apify Store

Ensembl Gene Lookup Scraper

Resolve human gene symbols against the Ensembl REST API to fetch stable gene identifiers, chromosome location, strand, biotype, and description. Useful for variant annotation, RNA seq pipelines, and gene set enrichment workflows that need clean Ensembl mappings from a list of HGNC symbols.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿงฌ Ensembl Gene Lookup Scraper

๐Ÿš€ Export Ensembl gene records by symbol from the public REST API.

๐Ÿ•’ Last updated 2026-06-05 ยท ๐Ÿ“Š 11 fields per record ยท public data ยท ready in seconds

Look up genes by HGNC symbol and pull ID, biotype, chromosome, span, strand and transcript counts.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
๐Ÿ”ฌ ResearchersBulk export reference data for analysis
๐Ÿ“Š Data analystsBuild clean datasets without writing client code
๐Ÿงช BioinformaticiansSnapshot public API responses on a schedule
๐Ÿข Health and life-science teamsMirror public reference data into a warehouse
๐Ÿ‘ฉโ€๐Ÿ’ป DevelopersSkip writing yet another REST client

๐Ÿ“‹ What this scraper does

  • Calls the public source endpoint and parses the response.
  • Normalises each record into a flat row with stable field names.
  • Streams results straight into the dataset for instant export.
  • Surfaces upstream errors as a single error record instead of crashing.

๐Ÿ’ก Why it matters Public data is often locked behind awkward shapes, pagination tricks, and rate limits. This actor handles all of that and hands you a clean table.

๐ŸŽฌ Full Demo

๐Ÿšง Coming soon.

โš™๏ธ Input

FieldTypeRequiredDescription
symbolsarrayNoList of HGNC symbols (e.g. BRCA1, TP53).
maxItemsintegerNoFree users 10. Paid users up to 1,000,000. Prefill 10.

Example

{
"symbols":[
"BRCA1",
"TP53",
"EGFR"
],
"maxItems":10
}

โš ๏ธ Good to Know Free runs return up to 10 records. Upgrade for full datasets.

๐Ÿ“Š Output

Each record is a flat object.

FieldTypeDescription
๐Ÿ†” idstringEnsembl gene ID.
๐Ÿท๏ธ display_namestringHGNC display name.
๐Ÿงฌ biotypestringGene biotype.
๐Ÿงฌ chromosomestringChromosome name.
โฌ‡๏ธ startnumberStart coordinate.
โฌ†๏ธ endnumberEnd coordinate.
โ†”๏ธ strandnumberStrand (1 or -1).
๐Ÿงฉ transcriptCountnumberTranscript count.
๐Ÿ”— urlstringEnsembl URL.
๐Ÿ•’ scrapedAtstringWhen this row was fetched.
โŒ errorstringSet if upstream returned an error.

Sample record

{
"id":"example",
"display_name":"example",
"biotype":"example",
"chromosome":"example",
"start":1,
"end":1,
"strand":1,
"transcriptCount":1,
"url":"example",
"scrapedAt":"2026-06-05T00:00:00.000Z",
"error":null
}

โœจ Why choose this Actor

| ๐Ÿ†“ | Works with the source's public endpoint. No login required. | | ๐Ÿงน | Clean snake_case field names. | | ๐Ÿ”ข | Numeric fields cast to numbers. | | ๐Ÿ›Ÿ | Upstream errors surfaced as a clean error record. | | ๐Ÿ’พ | One click export from the Apify dataset UI. |

๐Ÿ“ˆ How it compares to alternatives

ApproachSetup timeClean fieldsRate-limit handling
Roll your own client30 min +โŒโŒ
Public dashboardsLimited filterspartialโŒ
This Actor5 secโœ…โœ…

๐Ÿš€ How to use

  1. Click Try for free.
  2. Fill in the inputs or accept the prefilled defaults.
  3. Click Start. Your dataset is ready in seconds.

๐Ÿ’ผ Business use cases

๐Ÿ“Š Reporting. Schedule a daily run and pipe the results to your BI tool.

๐Ÿค– ML feature engineering. Use this dataset as a reference table joined to your training data.

๐Ÿ” Research. Snapshot the public source for reproducible analyses.

๐Ÿข Internal mirrors. Mirror public data into your own warehouse on a schedule.

๐Ÿ”Œ Automating Ensembl Gene Lookup Scraper

  • Make and Zapier trigger a run on a schedule and push results to Airtable, Google Sheets, or Slack.
  • Cron schedule native Apify scheduler.
  • Webhooks receive a POST when a run finishes.
  • Warehouse pipes push straight into BigQuery, Snowflake, or Postgres.

๐ŸŒŸ Beyond business use cases

๐ŸŽ“ Education. Teach a class without paying for licensed data.

๐Ÿงช Personal research. Build your own dashboards.

๐Ÿค Non profit and open data. Power public dashboards.

๐Ÿงฐ Tinkering and prototyping. Spin up reference data in seconds.

๐Ÿค– Ask an AI assistant about this scraper

Paste this README into your AI assistant and ask it to map your workflow to the actor's inputs.

โ“ Frequently Asked Questions

โ“ Do I need an account? Yes, an Apify account. The source itself is public.

โ“ Is there a rate limit? The source's public rate limits apply. The actor surfaces any errors as records.

โ“ How fresh is the data? Every run hits the live source.

โ“ Can I schedule runs? Yes, use Apify's scheduler.

โ“ Can I filter? Yes, see the input fields above.

โ“ What export formats are available? Every standard Apify dataset format.

โ“ Will the schema change? Field names listed above are stable.

โ“ Is this scraping or API? Public API.

โ“ Can I run it once for free? Yes, a small preview run.

โ“ Where do I get help? Open a ticket in the actor page.

๐Ÿ”Œ Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST or webhook endpoint.

๐Ÿ”— Recommended Actors

ActorWhat it does
ParseForge OurAirports ScraperGlobal airport database.
ParseForge Alpha Vantage ScraperStocks, FX, crypto, indicators.
ParseForge NBA Stats ScraperPlayer and team stats.
ParseForge CurseForge Mods ScraperPublic mod metadata.

๐Ÿ’ก Pro Tip browse the complete ParseForge collection for 900+ production-grade scrapers.


Disclaimer This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.

You might also like

HGNC Gene Symbols Scraper

parseforge/hgnc-gene-symbols-scraper

Query the HUGO Gene Nomenclature Committee database for approved human gene symbols, names, aliases, chromosomal location, gene family, RefSeq, Ensembl, OMIM, UniProt, and external links. Export to JSON, CSV, or Excel for bioinformatics, genomics research, and pharmaceutical pipelines.

NCBI Gene Database Scraper

parseforge/ncbi-eutils-gene-scraper

Query NCBI Gene through Entrez syntax such as BRCA1[gene] AND human[orgn]. Returns gene symbol, description, organism, chromosome, map location, summary, aliases, and designations. Useful for genomics pipelines, target discovery, and clinical research across model organisms.

NCBI EUtils Gene Summary Scraper

parseforge/ncbi-eutils-gene-summary-scraper

Pull gene summaries from NCBI EUtils by Gene UID, returning official symbol, full name, aliases, organism, chromosome, map location, and description. Useful for annotating variant lists, building gene knowledge panels, and enriching bioinformatics dashboards with canonical NCBI metadata.

NCBI Gene Lookup โ€” Genomics API for Pharma R&D

azureblue/ncbi-gene-scraper

Search NCBI Gene via E-utilities. Returns gene symbol, full name, chromosome location, map locus, aliases, OMIM ID, organism and functional summary.

Ensembl Genomics Scraper (Genes, Variants, Sequences)

parseforge/ensembl-genomics-scraper

Query the Ensembl genome reference for 200+ species. Look up genes by symbol or stable ID, list features in a genomic region, fetch DNA sequence, or resolve human variants (rsIDs). Returns biotype, coordinates, transcript IDs, descriptions, and assembly metadata.

NCBI dbSNP Variant Scraper

parseforge/dbsnp-esummary-scraper

Search NCBI dbSNP for short genetic variants by gene symbol or rs ID. Returns rs accession, chromosome position, allele info, gene context, and global minor allele frequencies. Useful for GWAS pipelines, variant annotation, population genetics, and pharmacogenomics work.

NCBI ClinVar Variant Scraper

parseforge/clinvar-esummary-scraper

Query NCBI ClinVar for human genetic variants tied to disease. Search by gene symbol, variant ID, or clinical significance and pull variation IDs, gene info, molecular consequence, clinical assertions, and review status. Useful for clinical genomics, variant curation, and research.

UniProt Protein Sequence & Annotation Scraper

parseforge/uniprot-scraper

Export UniProt Knowledgebase entries โ€” search Swiss-Prot by organism, keyword, gene, or any UniProt query, or fetch a single accession. Returns names, genes, organism, sequence length & molecular weight, keywords, comments, features, and PDB/RefSeq/Ensembl/KEGG cross-refs.

GTEx Gene Expression Scraper

parseforge/gtex-gene-expression-scraper

Profile any gene across human tissues with the GTEx Portal. Resolve a symbol like BRCA1, TP53, or EGFR to its gencode ID, then pull median expression for all 54 tissues with tissue name, median TPM, UBERON ontology ID, and dataset release. Great for target research and expression analysis.

UniProt Protein Scraper

parseforge/uniprot-protein-scraper

Query the UniProt knowledgebase with any free text search to retrieve protein entries with accession identifiers, names, gene symbols, organism, sequence length, and functional annotations. Useful for proteomics research, bioinformatics pipelines, and structural biology cross referencing.

Related articles

What is an API?
Read more
Prepare your API for the agentic economy
Read more
AI and copyright: fair use, training, and web scraping
Read more