This week’s money widget
The top five GTA Online money methods right now, ranked by net GTA$ per hour after fees and upkeep, with this week’s multipliers already applied. Live preview:
<iframe src="https://grindmap.com/embed/gta-online-weekly"
width="100%" height="270" style="border:0;max-width:560px"
title="GTA Online: best money methods this week" loading="lazy"></iframe>
<p style="margin:6px 0 0;font-size:13px">
<a href="https://grindmap.com/gta-online">GTA Online money rankings</a> by GrindMap
</p>GTA 6 countdown widget
A live countdown to the GTA 6 launch on November 19, 2026. Same deal: paste it and forget it.
<iframe src="https://grindmap.com/embed/gta-6-countdown"
width="100%" height="150" style="border:0;max-width:520px"
title="GTA 6 countdown" loading="lazy"></iframe>
<p style="margin:6px 0 0;font-size:13px">
<a href="https://grindmap.com/gta-6-countdown">GTA 6 countdown</a> by GrindMap
</p>The weekly JSON feed
Everything about the current week as structured data, at grindmap.com/weekly.json. CORS is open, so you can call it straight from a browser, a Discord bot, a spreadsheet or a static site build.
const week = await fetch("https://grindmap.com/weekly.json")
.then((r) => r.json());
week.weekOf; // "July 23 to 29, 2026"
week.bonuses; // 2X/3X money bonuses mapped to methods
week.events; // event playlists, challenges, freebies
week.discounts; // property and vehicle discounts
week.methods[0].name; // top earner right now
week.methods[0].netPerHour; // net GTA$ per hour, this week's rateweekOf, updated, headlinebonuses[]events[], discounts[]methods[]podiumVehiclemetaThe feed is regenerated on every deploy, which in practice means every Thursday within hours of the reset. Cache it for an hour if you like; it will not change more often than that. If you need a field that is not in there, email andreas@grindmap.com and it will probably get added.
License and credit
Data is published under CC BY 4.0. Use it commercially, reformat it, build a product on it. Just credit GrindMap with a link back to grindmap.com, the same way the widget snippets above already do.
What the numbers mean and how they are produced is documented on the methodology page. Net $/hr is gross payout minus fees, cuts and upkeep, divided by full cycle time including setup and cooldowns. If you republish a figure, that definition travels with it, otherwise you are quoting a different number than the one we measured.
Why this is free
Because every site that embeds a widget keeps GTA players one click from the full rankings, and that is worth more to us than the data is. There is no catch, no tracking script in the widgets, and no “free tier” that turns into a bill later.
Widgets and feed last refreshed with the July 23 to 29, 2026 weekly data, on July 23, 2026.