Digimon Database Scraper - Levels, Types, Skills & Artwork avatar

Digimon Database Scraper - Levels, Types, Skills & Artwork

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Digimon Database Scraper - Levels, Types, Skills & Artwork

Digimon Database Scraper - Levels, Types, Skills & Artwork

$0.5/1K 🔥 Digimon scraper! Levels, attributes, types, skills, evolutions & artwork. No key. JSON, CSV, Excel or API in seconds. Build game wikis & fan apps ⚡

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

15 days ago

Last modified

Categories

Share

Scrape the complete Digimon database into clean, structured JSON, CSV or Excel. Every record ships with the Digimon's name, evolution level, attribute, type, fields, full skill list, evolution lines, English reference-book description and official artwork URL.

No API key. No login. No proxy required - the actor runs fine on Apify's free datacenter IPs.

What you get

One dataset item per Digimon:

FieldDescription
digimon_idNumeric database ID
nameDigimon name (e.g. War Greymon)
x_antibodyWhether this is an X-Antibody variant
imageOfficial artwork URL (PNG)
levelsEvolution levels, e.g. ["Child"], ["Ultimate","Perfect"]
typesSpecies types, e.g. ["Reptile"], ["Warrior","Dragon Man"]
attributesVaccine, Virus, Data, Free, ...
fieldsField affiliations, e.g. Nature Spirits, Virus Busters
release_dateFirst appearance year
description_enEnglish reference-book profile (capped at 3,000 chars)
skillsAll special-move names
skill_countNumber of skills
prior_evolutionsNames this Digimon evolves from
next_evolutionsNames this Digimon evolves into
evolution_countPrior + next evolutions combined
urlPublic profile page
source, scraped_atProvenance and UTC timestamp

Modes

digimon (default) - walks the whole index page by page. With enrichDetail: true every entry is enriched with its full detail record (levels, types, skills, evolutions, description). Turn enrichment off for a fast name + artwork sweep.

detail - fetch only the Digimon you name. Accepts exact names, numeric IDs, and even squashed spellings: WarGreymon resolves to War Greymon automatically.

Input

{
"mode": "digimon",
"enrichDetail": true,
"maxItems": 200
}

Specific Digimon only:

{
"mode": "detail",
"names": ["Agumon", "Greymon", "War Greymon", "Angemon"],
"maxItems": 200
}
InputTypeDefaultNotes
modeselectdigimondigimon (list) or detail (specific)
enrichDetailbooleantrueSecond request per Digimon for full data (list mode only)
namesarray[]Names or IDs, detail mode only
maxItemsinteger200Cap on dataset items, max 2000

The database currently holds roughly 1,500 Digimon - set maxItems: 2000 to grab everything.

Sample output

{
"digimon_id": 1,
"name": "Agumon",
"x_antibody": false,
"image": "https://digi-api.com/images/digimon/w/Agumon.png",
"levels": ["Child"],
"types": ["Reptile"],
"attributes": ["Vaccine"],
"fields": ["Nature Spirits", "Virus Busters"],
"release_date": "1997",
"description_en": "A Reptile Digimon with an appearance resembling a small dinosaur...",
"skills": ["Baby Flame", "Spitfire", "Cross Fight"],
"skill_count": 18,
"prior_evolutions": ["Koromon"],
"next_evolutions": ["Greymon", "GeoGreymon"],
"evolution_count": 98,
"url": "https://digi-api.com/digimon/1",
"source": "digi-api",
"scraped_at": "2026-07-28T12:00:00+00:00"
}

Pricing

Roughly $0.5 per 1,000 Digimon on Apify's pay-per-usage compute. A full database sweep with detail enrichment costs well under a dollar. Without enrichment it is a fraction of that.

Use cases

  • Fan apps - build a Digidex, evolution tree browser or team builder with real data and artwork.
  • Game wikis - keep level, attribute, type and skill tables in sync automatically.
  • Card datasets - seed TCG or fan-game databases with consistent stat and species metadata.
  • Quiz games - generate trivia from skills, evolution chains, attributes and release years.

Integrations

Export to JSON, CSV, Excel or XML, or pull items straight from the Apify API. Connect to Make, Zapier, Google Sheets, Airtable, or your own backend via webhook.

Notes

Data comes from the public digi-api.com database. Digimon is a trademark of Bandai; this actor only collects publicly available reference data and is not affiliated with or endorsed by Bandai or Toei Animation. Use the output in line with the source's terms and applicable copyright.