Roblox Games & Catalog Scraper - Players, Votes & Items
Under maintenancePricing
from $0.50 / 1,000 results
Roblox Games & Catalog Scraper - Players, Votes & Items
Under maintenance$0.5/1K 🔥 Roblox scraper! Games with live player counts, visits, votes & catalog items. No key. JSON, CSV, Excel or API in seconds. Track the UGC economy & discover creators ⚡
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
ninhothedev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Roblox Games & Catalog Scraper
Scrape Roblox experiences and catalog items without an API key. Search games by keyword, pull live concurrent player counts, lifetime visits, favorites, up/down votes, like ratio, genres, creator info and 512x512 icons — or switch to catalog mode and export avatar-shop items with prices, creators and favorite counts.
Everything comes from Roblox's own public web APIs. No login, no cookies, no developer key, no Roblox Open Cloud subscription.
What you get
| Mode | What it does |
|---|---|
games | Keyword search across Roblox experiences (obby, tycoon, simulator, ...) enriched with universe details, votes and icons |
universes | Skip search and scrape a list of universe IDs you already have |
catalog | Search the avatar shop by category (+ optional keyword) and resolve full item details |
Use cases
- Game market research — see which experience genres actually hold concurrent players, and how visits translate into like ratios.
- UGC economy analysis — track catalog prices, creators and favorite counts across accessory, clothing and collectible categories.
- Creator discovery — find the studios and groups behind the fastest-growing experiences, including verified-badge status.
- Trend tracking — schedule daily runs and build a time series of
playing,visitsandup_votesper universe.
Input
{"mode": "games","keywords": ["obby", "tycoon"],"universeIds": [],"catalogCategory": "Accessories","maxItems": 100}
| Field | Type | Default | Description |
|---|---|---|---|
mode | select | games | games, universes or catalog |
keywords | array | ["obby","tycoon"] | Experience search terms, or catalog keyword filters |
universeIds | array | [] | Explicit universe IDs (used by universes mode) |
catalogCategory | string | Accessories | Accessories, Clothing, Collectibles, BodyParts, Gear, Featured |
maxItems | integer | 100 | 1–1000 dataset rows |
Output — games / universes
{"type": "game","universe_id": 3310460039,"root_place_id": 8712817601,"name": "🚨BARRY'S PRISON RUN! (OBBY)","description": "Escape Barry!","creator_name": "PlatinumFalls","creator_id": 33991583,"creator_type": "Group","creator_verified": true,"playing": 24215,"visits": 4555816666,"favorites": 5300000,"max_players": 12,"up_votes": 393775,"down_votes": 258785,"total_votes": 652560,"like_ratio": 60.3,"price": null,"is_free": true,"genre": "Adventure","genre_l1": "Obby & Platformer","genre_l2": "Classic Obby","created": "2022-02-02T19:57:39.970000+00:00","updated": "2026-07-20T11:02:00+00:00","copying_allowed": false,"vip_servers_allowed": true,"icon_url": "https://tr.rbxcdn.com/180DAY-.../512/512/Image/Png/noFilter","url": "https://www.roblox.com/games/8712817601","source": "roblox","scraped_at": "2026-07-28T18:00:00+00:00"}
Output — catalog
{"type": "catalog_item","item_id": 417457461,"item_type": "Asset","asset_type": 8,"name": "ROBLOX 'R' Baseball Cap","description": "Imagine a world where you own this baseball cap.","creator_name": "Roblox","creator_id": 1,"creator_type": "User","creator_verified": true,"price": 0,"lowest_price": 0,"price_status": "Free","item_status": ["IsFAE"],"purchase_count": null,"favorite_count": 737635,"url": "https://www.roblox.com/catalog/417457461","source": "roblox","scraped_at": "2026-07-28T18:00:00+00:00"}
One item per row — export to JSON, CSV, Excel or Google Sheets, or pull it straight from the Apify API.
Pricing
Roughly $0.5 per 1,000 items on Apify's pay-per-event style compute. Bulk endpoints are used wherever Roblox offers them (up to 100 universes per request for details, votes and icons), so a 1,000-game run costs only a handful of requests per hundred rows.
How it works
apis.roblox.com/search-api/omni-searchresolves keywords into universe IDs (paged).games.roblox.com/v1/games?universeIds=returns bulk universe details (100 per call).games.roblox.com/v1/games/votes?universeIds=andthumbnails.roblox.com/v1/games/iconsare joined back onto each universe ID.- In catalog mode,
catalog.roblox.com/v1/search/itemsreturns IDs only, so the actor performs the mandatory second step againstcatalog.roblox.com/v1/catalog/items/details— including Roblox'sx-csrf-tokenhandshake.
Requests are throttled with a short delay and browser-like TLS fingerprinting so the public endpoints stay reachable.
Related actors
Legal
This actor reads publicly available Roblox endpoints only and collects no personal data beyond the public creator names Roblox itself displays. Respect Roblox's Terms of Use and use the data for research and analytics.