Wynncraft Items Database Scraper avatar

Wynncraft Items Database Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Wynncraft Items Database Scraper

Wynncraft Items Database Scraper

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.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

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 itWhat they scrape Wynncraft for
Wynncraft builders and theorycraftersPull every mythic or fabled item to compare stats and plan endgame builds
Market analysts and flippersTrack the full range of tradable items to spot price gaps and demand shifts
Wiki maintainers and database adminsRefresh a local item database with the latest stats and new item additions
Content creators and guide writersGather 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 databaseEvery item from the official Wynncraft database, all 332 pages
Structured outputFlat rows with item name, tier, type, and all listed stats, ready for analysis
Flexible filteringNarrow by rarity tier or item type, or scrape everything in order
No API hassleReads 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 ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When Wynncraft changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst 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 collectedApproximate 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

QuestionAnswer
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.

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.