📊 Automate Pokemon card stock monitoring with Apify, AI, and Slack alerts

79 views · 📊 Market Research & Insights

💡 Pro Tip — HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it — it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

Pokemon Card Sales & Stock Monitor Workflow

Who’s it for

This workflow is designed for Pokemon Card Game (Pokéca) players, collectors, or resellers in Japan who want to automate the discovery of new card releases and restock information. It is particularly useful for those who want to filter through social media noise and cross-reference rumors with official inventory data.

How it works / What it does

  1. Social Media Scraping: The workflow triggers manually and uses Apify (specifically the “Tweet Scraper V2” actor) to search X (formerly Twitter) for Japanese keywords like “Pokemon Card” (ポケモンカード), “Sales Info”, and “Pokeca”.
  2. Data Processing: It splits the scraped tweets into batches to process them individually.
  3. AI Analysis (Step 1 - Social Verification): An AI Agent (powered by OpenRouter) analyzes the tweet text to determine if it contains valid sales or stock information. It utilizes an HTTP Request Tool to access the official Pokemon Card Map (map.pokemon-card.com) to identify mentioned retailers.
  4. AI Analysis (Step 2 - Official Stock Check): A second AI Agent takes the filtered information and checks official sources. It uses HTTP Request Tools to browse the official Pokemon Card Product page and the Pokemon Center Online store to verify if products are actually purchasable.
  5. Notification: Finally, the workflow compiles the findings into a “Sales Flash Report” and sends it to a specified Slack channel.

How to set up

  1. Import the Workflow: Copy the JSON code block below and paste it into your n8n editor.
  2. Configure Credentials:
    • Apify: Create an account on Apify, subscribe to the “Tweet Scraper V2” actor, and add your API Token to the n8n credential store.
    • OpenRouter: Add your OpenRouter API key to power the LLM Chat Models.
    • Slack: Connect your Slack account using OAuth2 or a Bot Token.
  3. Configure Apify Node: Ensure the actorId in the “Run an Actor” node matches the ID for the Tweet Scraper you intend to use.
  4. Set Slack Destination: Open the “Send a message” node. You will need to select the Channel where you want the alerts to appear.

Requirements

How to customize the workflow

🔗 Nodes Used

Slack, AI Agent, OpenRouter Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup