NCBI Genome Assemblies Scraper avatar

NCBI Genome Assemblies Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
NCBI Genome Assemblies Scraper

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

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

an hour ago

Last modified

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:

FieldExample
accession / current_accessionGCF_000001405.40
organism, tax_id, common_nameHomo sapiens, 9606, human
assembly_name, assembly_levelGRCh38.p14, Chromosome
assembly_type, refseq_categoryhaploid-with-alt-loci, reference genome
bioproject, submitter, submission_datePRJNA31257, Genome Reference Consortium, 2022-02-03
total_length_bp, gc_percent, chromosome_count3099441038, 41.0, 24
contig_count, contig_n50contiguity metrics
scaffold_count, scaffold_n50scaffolding metrics
gene_total, protein_coding_genes59792, 20076
annotation_provider, annotation_release_dateNCBI RefSeq, 2025-08-01
url, source, scraped_atcanonical NCBI Datasets page + metadata

All numeric fields are real numbers (not strings). Every field is nullable.

Input

FieldTypeDefaultNotes
modeselecttaxontaxon (all assemblies for organisms) or accessions (explicit accessions)
taxaarray["human","Escherichia coli","Arabidopsis thaliana"]organism names, common names or Tax IDs
accessionsarray["GCF_000001405.40"]GenBank/RefSeq assembly accessions
assemblyLevelselectanyany / complete / chromosome / scaffold / contig (taxon mode)
referenceOnlybooleanfalseonly RefSeq reference/representative genomes (taxon mode)
maxItemsinteger200cap 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 referenceOnly to 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.

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.