NCBI Genome Assemblies Scraper
Pricing
from $0.50 / 1,000 results
NCBI Genome Assemblies Scraper
$0.5/1K ๐ฅ NCBI Genomes! List genome assemblies by taxon with stats & accessions. No key. JSON, CSV, Excel or API in seconds. Source reference genomes for pipelines โก
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
ninhothedev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
an hour ago
Last modified
Categories
Share
Pull structured genome assembly reports straight from the NCBI Datasets v2 API โ assembly quality stats (N50, contig & scaffold counts, total length, GC%), organism/taxonomy, BioProject, submitter and annotation gene counts โ by organism/taxon or by assembly accession. No API key, no login, no scraping HTML.
Runs on ~$0.50 per 1,000 assemblies of compute โ the data itself is free and public.
What you get
For every assembly, one clean JSON record:
| Field | Example |
|---|---|
accession / current_accession | GCF_000001405.40 |
organism, tax_id, common_name | Homo sapiens, 9606, human |
assembly_name, assembly_level | GRCh38.p14, Chromosome |
assembly_type, refseq_category | haploid-with-alt-loci, reference genome |
bioproject, submitter, submission_date | PRJNA31257, Genome Reference Consortium, 2022-02-03 |
total_length_bp, gc_percent, chromosome_count | 3099441038, 41.0, 24 |
contig_count, contig_n50 | contiguity metrics |
scaffold_count, scaffold_n50 | scaffolding metrics |
gene_total, protein_coding_genes | 59792, 20076 |
annotation_provider, annotation_release_date | NCBI RefSeq, 2025-08-01 |
url, source, scraped_at | canonical NCBI Datasets page + metadata |
All numeric fields are real numbers (not strings). Every field is nullable.
Input
| Field | Type | Default | Notes |
|---|---|---|---|
mode | select | taxon | taxon (all assemblies for organisms) or accessions (explicit accessions) |
taxa | array | ["human","Escherichia coli","Arabidopsis thaliana"] | organism names, common names or Tax IDs |
accessions | array | ["GCF_000001405.40"] | GenBank/RefSeq assembly accessions |
assemblyLevel | select | any | any / complete / chromosome / scaffold / contig (taxon mode) |
referenceOnly | boolean | false | only RefSeq reference/representative genomes (taxon mode) |
maxItems | integer | 200 | cap across all inputs (max 5000) |
Example
{"mode": "taxon","taxa": ["Escherichia coli"],"assemblyLevel": "complete","referenceOnly": false,"maxItems": 500}
Use cases
- Comparative genomics โ pull every assembly for a clade and compare length, GC% and gene counts side by side.
- Assembly QC โ screen contig/scaffold N50 and contig counts to flag fragmented or low-quality assemblies.
- Bioinformatics pipelines โ resolve accessions to metadata (organism, BioProject, annotation) as a pipeline lookup step.
- Reference selection โ use
referenceOnlyto grab the canonical reference/representative genome per organism.
How is this different from ncbi-eutils-scraper?
Both hit NCBI, but they are different products for different data:
- ncbi-eutils-scraper uses the classic E-utilities (esearch/efetch/esummary). It is built for literature and gene search โ PubMed articles, Gene records, and other text/entity databases.
- This actor (NCBI Genome Assemblies Scraper) uses the modern NCBI Datasets v2 API. It is built for genome assemblies and their statistics โ N50, contig/scaffold counts, total length, GC%, BioProject and annotation gene counts, returned as flat typed records.
Use the E-utils actor when you want papers or gene entries; use this one when you want assembly-level genome data and quality metrics.
Related actors
- ncbi-eutils-scraper โ PubMed / Gene literature and entity search
- ensembl-scraper โ Ensembl genes, transcripts and cross-references
- uniprot-scraper โ UniProt protein entries
- interpro-scraper โ InterPro protein domains and families
Notes
Data comes from the free public NCBI Datasets v2 API (https://api.ncbi.nlm.nih.gov/datasets/v2alpha) with no API key required. Please respect NCBI's usage policy. This actor is not affiliated with or endorsed by NCBI/NLM/NIH.