Fortnite Item Shop Scraper avatar

Fortnite Item Shop Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Fortnite Item Shop Scraper

Fortnite Item Shop Scraper

Scrapes the daily Fortnite Item Shop — item names, types, rarity, V-Bucks prices, USD equivalent, and return history. No login or API key required.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

COSENT GROUP

COSENT GROUP

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Scrape today's full Fortnite Item Shop in seconds. Returns every item currently available — Outfits, Emotes, Pickaxes, Back Blings, Gliders, Wraps, Shoes, Bundles, and more — with prices in both V-Bucks and USD, rarity, type, shop section, and return history. No login, no API key, no proxies required.

Data is pulled from fortnite-api.com, which tracks the live daily shop.


What You Get

Each result includes:

FieldDescription
nameItem name (e.g. "Power Chord")
descriptionIn-game flavor text
typeItem type (Outfit, Emote, Pickaxe, Bundle, etc.)
rarityRarity tier (Legendary, Epic, Icon Series, MARVEL SERIES, etc.)
sectionShop section the item appears in
priceVBucksPrice in V-Bucks
priceUSDApproximate USD price (based on 1,000 V-Bucks = $7.99)
isNewtrue if this item has never appeared in the shop before
firstSeenChapter and Season the item was introduced
lastSeenDate the item was previously in the shop
daysSinceLastSeenDays since last appearance — higher = rarer return
imageUrlItem display image URL
shopDateDate of the shop this data was pulled from
scrapedAtTimestamp when the data was collected

Use Cases

  • Collectors & traders — Find items returning after a long absence before they sell out
  • Budget shoppers — Filter by price range to see what's available at your V-Buck balance
  • Content creators — Pull the daily shop automatically for YouTube thumbnails, Discord bots, or stream overlays
  • Game analysts — Track which item types and rarities Epic Games rotates most often
  • New item alerts — Filter isNew = true to catch brand-new cosmetics on release day

Input Options

InputTypeDefaultDescription
rarityFilterString list(all)Filter by rarity. Options: Common, Uncommon, Rare, Epic, Legendary, Icon Series, MARVEL SERIES, DC, Star Wars, Gaming Legends
typeFilterString list(all)Filter by item type. Options: Outfit, Back Bling, Pickaxe, Glider, Emote, Wrap, Shoes, Bundle
minPriceInteger0Minimum price in V-Bucks (0 = no limit)
maxPriceInteger0Maximum price in V-Bucks (0 = no limit)
newItemsOnlyBooleanfalseOnly return items appearing in the shop for the first time ever
languageSelectenLanguage for item names and descriptions. Supports English, German, Spanish, French, Italian, Japanese, Korean, Polish, Portuguese (BR), Russian, Turkish, Chinese

Example Results

[
{
"name": "Power Chord",
"description": "She came to rock.",
"type": "Outfit",
"rarity": "Legendary",
"section": "Featured",
"priceVBucks": "2000",
"priceUSD": "$15.98",
"isNew": "false",
"firstSeen": "Chapter 1, Season 3",
"lastSeen": "2025-12-04",
"daysSinceLastSeen": "239",
"imageUrl": "https://fortnite-api.com/images/...",
"shopDate": "2026-08-01",
"scrapedAt": "2026-08-01T19:39:15.000Z"
},
{
"name": "SpongeBob SquarePants Bundle",
"description": "Are you ready, kids?",
"type": "Bundle",
"rarity": null,
"section": "Bundles",
"priceVBucks": "3000",
"priceUSD": "$23.97",
"isNew": "true",
"firstSeen": null,
"lastSeen": null,
"daysSinceLastSeen": null,
"imageUrl": "https://fortnite-api.com/images/...",
"shopDate": "2026-08-01",
"scrapedAt": "2026-08-01T19:39:15.000Z"
}
]

Notes

  • Results are sorted: Bundles first, then by price descending, then by daysSinceLastSeen descending (rarest returns first)
  • priceUSD is an approximation — actual cost depends on which V-Buck package you buy
  • isNew is based on shop history data from fortnite-api.com; a blank lastSeen on a non-new item means history data is unavailable
  • The shop refreshes daily at 00:00 UTC