Skip to main content

Sync Amazon Luna Prime games to Google Sheets with automatic updates

Workflow preview

Workflow preview
100%
Sync Amazon Luna Prime games to Google Sheets with automatic updates preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Amazon Luna Prime Games Catalog Tracker (Auto Sync to Google Sheets) Automatically fetch, organize, and maintain an updated catalog of Amazon Luna – Included with Prime games.This workflow regularl...

Best for

  • Miscellaneous automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.discord, n8n-nodes-base.if

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Paolo Ronco.

Original n8n.io source

1.1 Workflow description

Title
Sync Amazon Luna Prime games to Google Sheets with automatic updates
Workflow name
Sync Amazon Luna Prime games to Google Sheets with automatic updates

Amazon Luna Prime Games Catalog Tracker (Auto-Sync to Google Sheets)**

Automatically fetch, organize, and maintain an updated catalog of Amazon Luna – Included with Prime games.This workflow regularly queries Amazon’s official Luna endpoint, extracts complete metadata, and syncs everything into Google Sheets without duplicates.

Ideal for:

  • tracking monthly Prime Luna rotations

  • keeping a personal archive of games

  • monitoring new games appearing on Amazon Games / Prime Gaming, so you can instantly play titles you’re interested in

  • building dashboards or gaming databases

  • powering notification systems (Discord, Telegram, email, etc.)


Overview

Amazon Luna’s “Included with Prime” lineup changes frequently, with new games added and old ones removed.Instead of checking manually, this n8n template fully automates the process:

  • Fetches the latest list from Amazon’s backend

  • Extracts detailed metadata from the response

  • Syncs the data into Google Sheets

  • Avoids duplicates by updating existing rows

  • Supports all major Amazon regions

Once configured, it runs automatically—keeping your game catalog correct, clean, and always up to date.


🛠️ How the workflow works

1. Scheduled Trigger

Starts the workflow on a set schedule (default: every 5 days at 3:00 PM).You can change both frequency and time freely.

2. HTTP Request to Amazon Luna

Calls Amazon Luna’s regional endpoint and retrieves the full “Included with Prime” catalog.

3. JavaScript Code Node – Data Extraction

Parses the JSON response and extracts structured fields:

  • Title

  • Genres

  • Release Year

  • ASIN

  • Image URLs

  • Additional metadata

The result is a clean, ready-to-use dataset.

4. Google Sheets – Insert or Update Rows

Each game is written into the selected Google Sheet:

  • Existing games get updated

  • New games are appended

The Title acts as the unique identifier to prevent duplicates.


⚙️ Configuration Parameters

Parameter Description Recommended values
x-amz-locale Language + region it_IT 🇮🇹 · en_US 🇺🇸 · de_DE 🇩🇪 · fr_FR 🇫🇷 · es_ES 🇪🇸 · en_GB 🇬🇧 · ja_JP 🇯🇵 · en_CA 🇨🇦
x-amz-marketplace-id Marketplace backend ID APJ6JRA9NG5V4 🇮🇹 · ATVPDKIKX0DER 🇺🇸 · A1PA6795UKMFR9 🇩🇪 · A13V1IB3VIYZZH 🇫🇷 · A1RKKUPIHCS9HS 🇪🇸 · A1F83G8C2ARO7P 🇬🇧 · A1VC38T7YXB528 🇯🇵 · A2EUQ1WTGCTBG2 🇨🇦
Accept-Language Response language Example: it-IT,it;q=0.9,en;q=0.8
User-Agent Browser-like request Default or updated UA
Trigger interval Refresh frequency Every 5 days at 3:00 PM (modifiable)
Google Sheet Storage output Select your file + sheet

You can adapt these headers to fetch data from any supported country.


💡 Tips & Customization

🌍 Regional catalogs

Duplicate the HTTP Request + Code + Sheet block to track multiple countries (US, DE, JP, UK…).

🧹 No duplicates

The workflow updates rows intelligently, ensuring a clean catalog even after many runs.

🗂️ Move data anywhere

Send the output to:

  • Airtable

  • Databases (MySQL, Postgres, MongoDB…)

  • Notion

  • CSV

  • REST APIs

  • BI dashboards

🔔 Add notifications (Discord, Telegram, Email, etc.)

You can pair this template with a notification workflow.When used with Discord, the notification message can include:

  • game title

  • description or metadata

  • the game’s image, automatically downloaded and attached

This makes notifications visually informative and perfect for tracking new Prime titles.


🔒 Important Notes

  • All retrieved data belongs to Amazon.

  • The workflow is intended for personal, testing, or educational use only.

  • Do not republish or redistribute collected data without permission.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - HTTP Request1

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 2 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 4 - Get row(s) in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 5 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - parsing

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - isNew

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Send a message1

Type / Role
n8n-nodes-base.discord - discord
Config choices
Version 2

Block 9 - Append or update row in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 10 - If1

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 11 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 12 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 13 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - GetImage

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Sync Amazon Luna Prime games to Google Sheets with automatic updates
Complexity advanced
Nodes 16
Categories Miscellaneous
Author Paolo Ronco
Published 11 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10733/10733.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Sync Amazon Luna Prime games to Google Sheets with automatic updates do?

Amazon Luna Prime Games Catalog Tracker (Auto Sync to Google Sheets) Automatically fetch, organize, and maintain an updated catalog of Amazon Luna – Included with Prime games.This workflow regularl...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Miscellaneous use case.