Roblox Games & Catalog Scraper - Players, Votes & Items avatar

Roblox Games & Catalog Scraper - Players, Votes & Items

Under maintenance

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Roblox Games & Catalog Scraper - Players, Votes & Items

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

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

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

ModeWhat it does
gamesKeyword search across Roblox experiences (obby, tycoon, simulator, ...) enriched with universe details, votes and icons
universesSkip search and scrape a list of universe IDs you already have
catalogSearch 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, visits and up_votes per universe.

Input

{
"mode": "games",
"keywords": ["obby", "tycoon"],
"universeIds": [],
"catalogCategory": "Accessories",
"maxItems": 100
}
FieldTypeDefaultDescription
modeselectgamesgames, universes or catalog
keywordsarray["obby","tycoon"]Experience search terms, or catalog keyword filters
universeIdsarray[]Explicit universe IDs (used by universes mode)
catalogCategorystringAccessoriesAccessories, Clothing, Collectibles, BodyParts, Gear, Featured
maxItemsinteger1001–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

  1. apis.roblox.com/search-api/omni-search resolves keywords into universe IDs (paged).
  2. games.roblox.com/v1/games?universeIds= returns bulk universe details (100 per call).
  3. games.roblox.com/v1/games/votes?universeIds= and thumbnails.roblox.com/v1/games/icons are joined back onto each universe ID.
  4. In catalog mode, catalog.roblox.com/v1/search/items returns IDs only, so the actor performs the mandatory second step against catalog.roblox.com/v1/catalog/items/details — including Roblox's x-csrf-token handshake.

Requests are throttled with a short delay and browser-like TLS fingerprinting so the public endpoints stay reachable.

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.