VOOZH about

URL: https://apify.com/azureblue/ncbi-gene-scraper

โ‡ฑ NCBI Gene Lookup โ€” Genomics API for Pharma R&D ยท Apify


๐Ÿ‘ NCBI Gene Lookup โ€” Genomics API for Pharma R&D avatar

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

Pricing

$7.50 / 1,000 results

Go to Apify Store

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

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

Pricing

$7.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ azureblue

azureblue

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Categories

Share

NCBI Gene Database Scraper

Search the NCBI Gene database via E-utilities. Returns structured gene records including symbol, full name, chromosome location, map locus, aliases, OMIM ID, and functional summary โ€” for any organism.

Features

  • E-utilities esearch + esummary pipeline (same infrastructure as PubMed)
  • Filter by organism (default: Homo sapiens, supports any NCBI taxonomy name)
  • Wildcard search: BRCA* matches BRCA1, BRCA2, etc.
  • Returns chromosomal coordinates (accession, start, stop, exon count)
  • Includes OMIM cross-reference where available
  • No API key required

Input

FieldTypeRequiredDefaultDescription
geneNamestringโœ…โ€”Gene symbol or name, e.g. BRCA1 or insulin receptor
organismstringHomo sapiensOrganism filter (NCBI taxonomy name)
maxResultsinteger50Max gene records (1โ€“5,000)

Output

{
"geneId":"672",
"symbol":"BRCA1",
"fullName":"BRCA1 DNA repair associated",
"chromosome":"17",
"location":"17q21.31",
"aliases":["BRCAI","BRCC1","IRIS","PNCA4","RNF53"],
"organism":"Homo sapiens",
"summary":"This gene encodes a nuclear phosphoprotein that plays a role in maintaining genomic stability and acts as a tumor suppressor...",
"omimId":"113705",
"chrAccession":"NC_000017.11",
"chrStart":43044294,
"chrStop":43170245,
"exonCount":24,
"url":"https://www.ncbi.nlm.nih.gov/gene/672"
}

Use Cases

1. Cancer Gene Panel Annotation

A molecular diagnostics company builds an annotation pipeline for a targeted NGS panel: they input 300 cancer-related gene names and retrieve chromosomal coordinates, OMIM IDs and functional descriptions for all of them in minutes.

2. Pharmacogenomics Database

A research group building a drug-gene interaction database scrapes NCBI Gene for all genes involved in drug metabolism (e.g. CYP* wildcard) โ€” getting aliases, chromosome locations and summaries as seed data.

3. Medical Genetics Education

A genetics professor generates weekly problem sets by querying genes related to the lecture topic (e.g. collagen) and exporting the results as a structured dataset for students to analyze chromosomal distribution and disease associations.

Data Source

NCBI Gene E-utilities API โ€” NCBI/NIH, no API key required (rate-limited at 3 req/sec).

Pricing

Pay-per-result. 100 genes โ‰ˆ $0.50โ€“$1.00.

You might also like

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.

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.

Ensembl Gene Lookup Scraper

parseforge/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.

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.

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.

PubMed Search Scraper

crawlerbros/pubmed-search-scraper

Search PubMed (NCBI E-utilities) for biomedical articles by keyword, date range, and article type. Returns title, authors, journal, abstract, DOI, MeSH terms, keywords, and citation. Free public API, no proxy, no cookies. Optional NCBI API key for higher rate limits.

NCBI MeSH Scraper โ€” Medical Vocabulary API for NLP

azureblue/ncbi-mesh-scraper

Search NCBI MeSH (Medical Subject Headings) via E-utilities. Returns canonical term, scope note definition, subheadings, year introduced and CAS registry number.

ChEMBL Targets Scraper

parseforge/chembl-targets-scraper

Query the ChEMBL target catalog by ID, keyword, organism, or target type. Records include target ChEMBL ID, preferred name, organism, target type, gene symbol, tax ID, components with accession and description, and cross references. Useful for drug discovery research and target review.

PubMed & NCBI Databases API

alizarin_refrigerator-owner/pubmed-ncbi-databases-api

Access PubMed and NCBI databases for biomedical literature. Search 36+ million citations, get article abstracts, citation metrics, author profiles, and journal data. Essential for scientific research and pharma market intelligence.