VOOZH about

URL: https://apify.com/parseforge/ddragon-lol-scraper

โ‡ฑ League of Legends Data Dragon Champion Scraper ยท Apify


๐Ÿ‘ League of Legends Data Dragon Champion Scraper avatar

League of Legends Data Dragon Champion Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store

League of Legends Data Dragon Champion Scraper

Reach into Riot Data Dragon for League of Legends champion data across 22 locales including English, Korean, Japanese, and Brazilian Portuguese. Pick a patch version or single champion id. Useful for LoL companion apps, build guides, esports tooling, and community wikis.

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

๐ŸŽฎ League of Legends Data Dragon Scraper

๐Ÿš€ Export every League of Legends champion, item, rune, and skin from Riot Data Dragon into a clean, structured dataset.

๐Ÿ•’ Last updated: 2026-06-05 ยท ๐Ÿ“Š 15 fields per record ยท Public REST API ยท No login required

The League of Legends Data Dragon Scraper turns the https://ddragon.leagueoflegends.com/ public endpoint into a clean, structured dataset, parses the response, and flattens it into one row per record. You can scope the run with input filters and pull whichever subset you need.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
๐Ÿ“Š Data analystsPull the full public dataset into a warehouse
๐Ÿค– ML engineersBuild clean training sets without writing client code
๐Ÿ“ฐ Journalists & researchersVerify facts in seconds
๐Ÿ‘ฉโ€๐Ÿ’ป DevelopersMirror the upstream data into a database
๐Ÿข Product teamsPower dashboards and internal tools
๐ŸŽ“ Students & educatorsFree, structured datasets for projects

๐Ÿ“‹ What the League of Legends Data Dragon Scraper does

  • Calls the public https://ddragon.leagueoflegends.com/ endpoint with the input filters you supply.
  • Parses the response, locates each record, and flattens it into a row.
  • Casts numeric fields and surfaces upstream errors as a single record with the error field populated.
  • Stops cleanly at maxItems so you never blow past your dataset budget.
  • Exports to every format the Apify dataset supports , spreadsheet, warehouse, RSS, HTML, and more.

๐Ÿ’ก Why it matters: the upstream endpoint is public but the response is verbose and not analyst-ready. This actor normalizes it into one clean row per record so the data drops straight into BigQuery, a Google Sheet, or a pandas DataFrame.

๐ŸŽฌ Full Demo

๐Ÿšง Coming soon.

โš™๏ธ Input

FieldTypeRequiredDescription
localestringNoData Dragon locale code for champion text fields.
versionstringNoOptional Data Dragon patch (e.g. 14.10.1). Leave empty for latest.
championstringNoOptional. If set, only fetch this champion id (e.g. Aatrox, Ahri).
maxItemsintegerNoFree users 10, paid users up to 1,000,000. Prefill 10.

Example 1, default run:

{
"maxItems":10
}

Example 2, larger pull:

{
"maxItems":500
}

โš ๏ธ Good to Know: all input is validated; trailing whitespace is trimmed before the request fires. Free accounts are capped at 10 items per run as a preview; upgrade for the full dataset.

๐Ÿ“Š Output

Each record is a flat object. imageUrl is always first, error is always last.

FieldTypeDescription
๐Ÿ–ผ๏ธ imageUrlstringChampion splash art URL.
๐Ÿ†” idstringChampion key id.
๐Ÿท๏ธ namestringChampion display name.
๐Ÿ‘‘ titlestringChampion title.
๐Ÿ“œ lorestringChampion lore text.
๐Ÿท๏ธ tagsstring[]Class tags (Fighter, Mage, etc).
๐Ÿ”‹ partypestringResource type (mana, energy).
โ„น๏ธ infoobjectDifficulty info block.
๐Ÿ“Š statsobjectBase stats object.
โœจ spellsobject[]Ability list.
๐Ÿ›ก๏ธ passiveobjectPassive ability.
๐ŸŽจ skinsobject[]Skin list.
๐Ÿ—๏ธ versionstringData Dragon patch version.
๐Ÿ•’ scrapedAtstringWhen this row was fetched.
โŒ errorstringError message if request failed.

Sample record:

{
"imageUrl":"example",
"id":"example",
"name":"example",
"title":"example",
"lore":"example",
"tags":[],
"partype":"example",
"info":{},
"stats":{},
"spells":[],
"passive":{},
"skins":[],
"version":"example",
"scrapedAt":"2026-06-05T12:00:00.000Z",
"error":null
}

โœจ Why choose this Actor

| ๐Ÿ†“ | Works with the free Apify tier and the public upstream endpoint. | | ๐Ÿงน | Clean column names ready for BI tools, spreadsheets, and warehouses. | | ๐Ÿ”ข | Numeric strings auto-cast to real numbers when applicable. | | ๐Ÿ›Ÿ | Surfaces upstream rate-limit and error notes as a clean error record instead of crashing. | | ๐Ÿšฆ | Respects maxItems for predictable run cost. | | ๐Ÿ’พ | Push to dataset, instant export to every format the Apify dataset UI supports. |

๐Ÿ“ˆ How it compares to alternatives

ApproachSetup timeClean keys?Numeric casting?Rate-limit handling?
Roll your own fetch30 min +โŒโŒโŒ
Generic CKAN / API client1 hr install + scriptpartialโŒpartial
This Actor5 sec, no installโœ…โœ…โœ…

๐Ÿš€ How to use

  1. Click Try for free.
  2. Pick your input filters (or leave defaults).
  3. Click Start. Within seconds your dataset is ready, download or pipe to your warehouse.
  4. (Optional) Schedule the actor to refresh automatically.

๐Ÿ’ผ Business use cases

๐Ÿ“Š BI and reporting. Wire the actor to a scheduled run, push results to BigQuery or Postgres, and serve a live dashboard.

๐Ÿค– ML and feature engineering. Build a clean labelled dataset for training without writing client code or maintaining auth.

๐Ÿ“ฐ Newsroom and research. Verify a fact, snapshot a public record, and embed structured tables in your story.

๐Ÿงญ Operational monitoring. Track a public dataset over time, alert on changes, and feed downstream automation.

๐Ÿ”Œ Automating League of Legends Data Dragon Scraper

  • Make / Zapier: trigger this actor on a schedule, push results to Airtable, Google Sheets, or Slack.
  • Cron schedule: native Apify scheduler, run hourly, daily, or weekly.
  • Webhooks: get a POST to your endpoint the moment a run finishes.
  • Pipe to BigQuery / Snowflake / Postgres: native Apify integrations move datasets straight into your warehouse.

๐ŸŒŸ Beyond business use cases

๐ŸŽ“ Education. Free, structured datasets for students learning data analysis or statistics.

๐Ÿงช Personal research. Track a topic you care about, build a personal data project, share it on GitHub.

๐Ÿค Non-profit and open data. Power public dashboards and civic-tech projects without writing client code.

๐Ÿงฐ Tinkering and prototyping. Spin up a clean data feed in seconds to test a new chart library or app idea.

๐Ÿค– Ask an AI assistant about this scraper

Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your specific workflow to the actor inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.

โ“ Frequently Asked Questions

โ“ Do I need an API key? No. The upstream endpoint is fully public.

โ“ Is there a rate limit? The upstream endpoint may rate-limit. This actor surfaces any rate-limit notes as a clean error record.

โ“ Which formats can I export? Every format the Apify dataset UI supports, including spreadsheet, warehouse, RSS, HTML, and feed formats.

โ“ Can I schedule runs? Yes, use Apify native scheduler or hook this up to Make, Zapier, or cron.

โ“ Is this scraping or API? API. The upstream endpoint is fully public, this actor just normalizes the response.

โ“ Will the schema change? Core fields are stable. Source-specific fields are passed through as-is when present.

โ“ How are errors handled? The actor never throws on the user. Upstream errors and rate-limit notes are pushed as a single record with error populated.

โ“ Can I limit the run size? Yes. Set maxItems to cap the dataset; free accounts are auto-capped at 10.

โ“ Does it work behind a proxy? Yes, the Apify platform handles outbound networking for you.

โ“ Is the data deduplicated? Records are pushed as the upstream returns them; downstream deduping is up to you.

๐Ÿ”Œ 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 API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.

๐Ÿ”— Recommended Actors

ActorWhat it does
ParseForge Alpha Vantage ScraperStocks, FX, crypto, indicators.
ParseForge OurAirports ScraperGlobal airport database.
ParseForge USGS Earthquake ScraperReal-time public earthquake feed.
ParseForge NWS Weather Alerts ScraperLive US weather alerts.

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.


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 terms of service and applicable law. Create a free account w/ $5 credit.

You might also like

OP.GG Scraper

crawlerbros/opgg-scraper

Scrape OP.GG - the #1 League of Legends statistics platform. Get champion tier lists, win/pick/ban rates by position and patch, and champion counters for all roles.

League of Legends MCP Server - AI Game Analysis

mrbridge/lol-mcp-server

Connect AI assistants to League of Legends data via MCP. 26 tools for player profiles, ranked stats, match history, champion mastery, live game, league standings, clash, challenges & AI coaching. No Riot API key needed. Works with Claude Desktop, ChatGPT & any MCP-compatible AI agent.

Cardmarket Riftbound (League of Legends TCG) Trend Scraper

scrap_them_all/cardmarket-riftbound-trend-scraper

Track Riftbound (Riot Games' League of Legends TCG) prices on Cardmarket โ€” Europe's largest trading-card marketplace. Scrape Weekly Top Cards and Best Bargains. Returns ranked cards with stable productId, expansion, current EUR price, thumbnail and product URL.

๐Ÿ‘ User avatar

scrap_them_all

2

Esports Tournament Roster Scraper

jungle_synthesizer/esports-tournament-roster-scraper

Scrape esports player rosters from Liquipedia across CS, Valorant, Dota 2, LoL, Rocket League and 30+ game wikis. Returns handle, real name, nationality, role, current team, full team history, status, and social handles.

๐Ÿ‘ User avatar

BowTiedRaccoon

10

Liquipedia Esports Wiki Scraper

parseforge/liquipedia-esports-wiki-scraper

Scrape Liquipedia esports wiki across League of Legends, Dota 2, CS:GO, Valorant, StarCraft, and Overwatch. Get tournaments, teams, players, matches, prize pools, brackets, and earnings. Export esports data to JSON, CSV, or Excel for analytics, betting models, and fan content.

Github Champion

mihails/github-champion

Find your organization's top contributors. In every time period, performance is measured by the number of assigned issues closed, number of PR reviews, and number of PRs opened.

๐Ÿ‘ User avatar

Mihails Murasovs

10

LoL Esports Schedule & Results Scraper

jungle_synthesizer/lol-esports-worlds-2026-schedule-results-scraper

Scrape the official LoL Esports schedule and match results for all leagues including Worlds, MSI, LCS, LEC, LCK and regional splits. Fetches live data directly from Riot's official lolesports API โ€” the same source the official lolesports.com site uses.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

LOL Esports Power Rankings

richard.biros/lol-esports-power-rankings

This LOL Esports power rankings scraper extracts official Global Power Rankings data from lolesports.com, providing comprehensive team performance metrics used by analysts, bettors, and esports enthusiasts worldwide.

๐Ÿ‘ User avatar

Richard Biroลก

16

Conference League Results & Tables

trovevault/conference-league-results-tables

Extracts UEFA Conference League fixtures, results, scores, clubs, league-phase standings, and knockout matches.

Europa League Results & Tables

trovevault/europa-league-results-tables

Extracts UEFA Europa League fixtures, results, scores, clubs, league-phase standings, and knockout matches.