ParseForge Scrapers

Wynncraft Items Database Scraper

parseforge/wynncraft-items-scraper

Developer toolsAutomationOther

Scrapes the official Wynncraft item database, returning each item's name, rarity tier, type, and all listed stats as a flat row. Filter by rarity or type, or scrape all 332 pages.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
85
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

Wynncraft Items Database Scraper

Scrape the complete Wynncraft item database, from common drops to mythic relics, with every stat and requirement in one flat row. Filter by rarity tier or item type, or pull all 332 pages in order. Export to CSV, JSON, Excel, or XML.

Wynncraft's item database is the definitive reference for every weapon, armour piece, accessory, tome, charm, tool, ingredient, and material in the game, but browsing it page by page is slow and the data is locked inside HTML. This Actor reads the public database directly, applies your rarity or type filters as it goes, and returns each item as a clean, structured record. No API key, no rate limits, no manual copying.

Who uses it What they scrape Wynncraft for
Wynncraft builders and theorycrafters Pull every mythic or fabled item to compare stats and plan endgame builds
Market analysts and flippers Track the full range of tradable items to spot price gaps and demand shifts
Wiki maintainers and database admins Refresh a local item database with the latest stats and new item additions
Content creators and guide writers Gather item data for tier lists, class guides, and loot tables

What it does

This Actor collects Wynncraft items from the official database, with optional filters for rarity tier and item type, and returns each item as a flat row with its name, tier, type, and all listed stats.

  • ๐ŸŽฏ Rarity filter: common, unique, rare, legendary, set, fabled, or mythic, one tier per run
  • ๐Ÿ—‚๏ธ Type filter: weapon, armour, accessory, tome, charm, tool, ingredient, or material
  • ๐Ÿ“„ Page control: start from any page of the 332-page database, each page returns about 20 items
  • ๐Ÿ”ข Item limit: set a maximum from 1 to 1,000,000 items, free users get a 10-item preview

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Wynncraft data

โš”๏ธ Build the ultimate gear set.

A Wynncraft player scrapes all mythic and fabled weapons, then filters by damage and requirements to find the best upgrade for their class.

๐Ÿ“ˆ Monitor the item market.

A market analyst runs the scraper daily for all tradable items, tracking which tiers and types appear most often to predict price movements.

๐Ÿ“š Keep a wiki up to date.

A wiki maintainer scrapes the full database weekly, diffing the output against the current wiki pages to spot new items or stat changes.

๐ŸŽฅ Create accurate content.

A YouTuber pulls all legendary accessories to build a tier list video, confident the stats match the live game.

Why choose this scraper

What you get
Complete database Every item from the official Wynncraft database, all 332 pages
Structured output Flat rows with item name, tier, type, and all listed stats, ready for analysis
Flexible filtering Narrow by rarity tier or item type, or scrape everything in order
No API hassle Reads the public database directly, no registration or key required

How it compares

No other Store actor targets Wynncraft the same way, so the honest comparison is with the alternatives teams actually weigh.

Wynncraft Items Database Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Wynncraft changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor with an optional rarity tier and item type, and set a start page and maximum item count to control the run. Filters are applied as each page is read, so only matching items reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10,
  "page": 1
}

A larger pull:

{
  "maxItems": 200,
  "page": 1
}

Pricing

Pay-per-result: $0.006 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.60
1,000 results $6.00
10,000 results $60.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Wynncraft Items Database Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Wynncraft through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/wynncraft-items-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your filters. If you set a rarity tier or item type that has no items on the pages you scraped, the output will be empty. Try clearing the filters or increasing maxItems.

Why did the run stop after only 10 items?

Free users are limited to a 10-item preview. Upgrade to a paid plan to scrape more items.

The run is taking a long time. Is that normal?

Scraping many pages takes time. Each page returns about 20 items, so 1,000 items means about 50 pages. Reduce maxItems or start from a later page to speed things up.

Some items are missing stats in the output.

The database sometimes shows different stat blocks for the same item depending on view. The Actor captures what is on the page at scrape time. Re-run to see if the data has been updated.

FAQ

Question Answer
Does this scrape the official Wynncraft item database? Yes, it reads the public item database at wynncraft.com, the same data shown in the game's item guide.
Can I filter by item level or specific stats? The Actor filters by rarity tier and item type only. For level or stat filtering, scrape the full set and filter the output in your own tool.
How many items can I get in one run? Free users get a 10-item preview. Paid users can set maxItems up to 1,000,000, which covers the entire database many times over.
What does each item record include? Each row includes the item name, rarity tier, item type, and all stats listed on the database page, such as damage, defense, requirements, and lore.
Is there a rate limit or need for an API key? No API key is needed. The Actor reads the public pages directly and respects the site's normal access patterns.
Can I scrape only a specific page range? Yes, set the start page and maxItems to control the range. For example, start at page 10 and set maxItems to 200 to get pages 10 through 19.
Does the Actor handle new items added to the database? Yes, it scrapes whatever is currently live on the database, so new items are included automatically on the next run.
What export formats are supported? You can export the results to CSV, JSON, Excel, or XML from the Apify dataset.
Can I run this on a schedule? Yes, use Apify's scheduler to run the Actor daily, weekly, or at any interval you need.
Is this affiliated with Wynncraft? No, this is an independent scraper built by ParseForge. It is not endorsed by or affiliated with Wynncraft.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Wynncraft. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer Free users are limited to 10 items (preview). Paid users can collect up to 1,000,000. 10
page integer Page of the item database to start from. Each page returns about 20 items. There are 332 pages total. 1
tier string (7 options) Only return items of this rarity tier. Leave empty for all tiers. not set
type string (8 options) Only return items of this type. Leave empty for all types. not set

Pricing

from $4.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.004 to $0.006

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~wynncraft-items-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Wynncraft Items Database Scraper on Apify All scrapers