🎯 Complete transformation to Canadian-first repair lead strategy
- Remove Google Alerts dependency, focus on direct Reddit RSS - Implement Canadian communities first approach (not global subreddits) - Create comprehensive Canadian subreddit directory (60+ cities/provinces) - Add keyword search RSS feeds for targeted repair monitoring - Archive Playwright/scraping documentation - Update workflow to focus on local repair conversations - Start with Toronto/Vancouver, expand strategically Key changes: - NEW: canadian-subreddits.md (complete Canadian directory) - NEW: canadian-repair-searches.md (search RSS strategies) - UPDATED: rss-feeds.json (Canadian search RSS feeds) - UPDATED: README.md, WORKFLOW.md, QUICK_CREATE_GUIDE.md - ARCHIVED: Playwright tools and old query files
This commit is contained in:
parent
42e88ea582
commit
841fa0ee60
|
|
@ -0,0 +1,77 @@
|
||||||
|
# Keyword Optimization Recommendations
|
||||||
|
|
||||||
|
## Current Query Analysis
|
||||||
|
|
||||||
|
Your queries follow good patterns:
|
||||||
|
- ✅ Consumer language ("won't turn on" vs technical terms)
|
||||||
|
- ✅ Geographic targeting for local opportunities
|
||||||
|
- ✅ Multiple subreddit coverage per region
|
||||||
|
- ✅ Combination of global + specialized subreddits
|
||||||
|
|
||||||
|
## Potential Improvements
|
||||||
|
|
||||||
|
### 1. **Expand Consumer Language Variations**
|
||||||
|
Consider adding more casual language variations:
|
||||||
|
- "broken" → "not working", "stopped working", "crashed"
|
||||||
|
- "won't charge" → "charging issues", "battery problems", "power issues"
|
||||||
|
- "screen broken" → "display problems", "screen cracked", "black screen"
|
||||||
|
|
||||||
|
### 2. **Add Problem Severity Indicators**
|
||||||
|
Include urgency indicators that suggest repair needs:
|
||||||
|
- "emergency", "urgent", "help needed"
|
||||||
|
- "tried everything", "nothing works"
|
||||||
|
- "professional help", "repair shop needed"
|
||||||
|
|
||||||
|
### 3. **Optimize Regional Coverage**
|
||||||
|
Some regions could benefit from additional cities:
|
||||||
|
- **Ontario**: Add Peterborough, Kingston, Thunder Bay coverage
|
||||||
|
- **BC**: Add Kelowna, Victoria, Nanaimo areas
|
||||||
|
- **Atlantic**: Expand coverage to include Charlottetown, Moncton
|
||||||
|
|
||||||
|
### 4. **Device-Specific Refinements**
|
||||||
|
|
||||||
|
**MacBooks:**
|
||||||
|
- Add "MacBook Pro", "MacBook Air" specific queries
|
||||||
|
- Include "M1", "M2", "Intel" chip references
|
||||||
|
- Add "water damage", "spill", "liquid damage" for liquid issues
|
||||||
|
|
||||||
|
**iPhones:**
|
||||||
|
- Add model-specific terms: "iPhone 12", "iPhone 13", "iPhone 14"
|
||||||
|
- Include "touch screen not working", "buttons broken"
|
||||||
|
- Add "Face ID broken", "Touch ID not working"
|
||||||
|
|
||||||
|
**Gaming Consoles:**
|
||||||
|
- Add "not reading discs", "disc drive issues"
|
||||||
|
- Include "controller problems", "wireless issues"
|
||||||
|
- Add "overheating", "fan loud/noisy"
|
||||||
|
|
||||||
|
### 5. **Service Type Expansion**
|
||||||
|
Consider adding queries for:
|
||||||
|
- "data recovery" for hard drive/SSD issues
|
||||||
|
- "screen replacement" for display problems
|
||||||
|
- "battery replacement" for power issues
|
||||||
|
- "diagnostic needed", "diagnosis required"
|
||||||
|
|
||||||
|
### 6. **Query Length Optimization**
|
||||||
|
Google Alerts has limits:
|
||||||
|
- ≤8 site filters per query
|
||||||
|
- ≤18 OR terms per keyword block
|
||||||
|
- ≤500 characters total
|
||||||
|
- Current queries are well within limits
|
||||||
|
|
||||||
|
## Testing Recommendations
|
||||||
|
|
||||||
|
1. **Test query effectiveness** by searching in Google first
|
||||||
|
2. **Monitor alert frequency** - too many/few results indicate adjustment needed
|
||||||
|
3. **Review actual results** to ensure relevant repair opportunities
|
||||||
|
4. **A/B test variations** of the same query type
|
||||||
|
|
||||||
|
## Implementation Strategy
|
||||||
|
|
||||||
|
Start with high-priority device types:
|
||||||
|
1. **MacBook repairs** (premium devices, good margins)
|
||||||
|
2. **iPhone repairs** (high volume, consistent demand)
|
||||||
|
3. **Gaming console repairs** (enthusiast market)
|
||||||
|
4. **Data recovery** (high-value service)
|
||||||
|
|
||||||
|
Focus on major metropolitan areas first, then expand to secondary cities.
|
||||||
|
|
@ -1,34 +1,83 @@
|
||||||
# Quick Alert Creation Guide
|
# Quick Canadian Repair Search RSS Guide
|
||||||
|
|
||||||
## Fastest Method: Manual Creation
|
## 🎯 Canadian-First Strategy: Search RSS Feeds
|
||||||
|
|
||||||
You're right - manual creation is faster than automated clicking!
|
**Key Insight:** Don't monitor entire subreddits - search for repair keywords within Canadian communities to find targeted leads.
|
||||||
|
|
||||||
### Step 1: Create Alerts Manually
|
### Step 1: Choose Canadian Cities
|
||||||
1. Go to https://www.google.com/alerts
|
1. Start with major cities: Toronto, Vancouver, Calgary
|
||||||
2. For each query from `queries_to_create.txt`:
|
2. Use `canadian-subreddits.md` for complete list
|
||||||
- Click "Create an alert about..." textbox
|
3. Focus on 2-3 cities you can actively monitor
|
||||||
- Paste the query
|
|
||||||
- Click "Show options"
|
|
||||||
- Click delivery dropdown → Select "RSS feed"
|
|
||||||
- Click "Create Alert"
|
|
||||||
- Repeat for next query
|
|
||||||
|
|
||||||
### Step 2: Extract All RSS Feeds (One Batch)
|
### Step 2: Create Keyword Search RSS Feeds
|
||||||
After creating all alerts:
|
|
||||||
|
|
||||||
1. **Open browser console** on https://www.google.com/alerts (F12)
|
For each city, create targeted search feeds:
|
||||||
2. **Copy and paste** the code from `scripts/extract-rss-from-page.js`
|
|
||||||
3. **Press Enter** - JSON will be copied to clipboard
|
|
||||||
4. **Update rss-feeds.json**:
|
|
||||||
```bash
|
|
||||||
# Paste the JSON output here, then:
|
|
||||||
echo '<paste-json-here>' | python3 scripts/update-rss-feeds.py
|
|
||||||
```
|
|
||||||
|
|
||||||
This extracts ALL RSS feeds at once - no clicking needed!
|
**URL Format:**
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/[subreddit]/search.rss?q=[keywords]&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
## Current Status
|
**High-Impact Keyword Combinations:**
|
||||||
- Created: Check `rss-feeds.json`
|
|
||||||
- Remaining: `queries_to_create.txt` (166 queries)
|
#### Toronto Repairs
|
||||||
|
```
|
||||||
|
# iPhone/MacBook specific
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q=iPhone+repair+OR+macbook+repair+OR+"screen+broken"&sort=new&type=link
|
||||||
|
|
||||||
|
# General device repairs
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q="won't+turn+on"+OR+"water+damage"+OR+"not+working"&sort=new&type=link
|
||||||
|
|
||||||
|
# Service requests
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q="looking+for+repair"+OR+"need+repair"+OR+"repair+shop"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Vancouver Repairs
|
||||||
|
```
|
||||||
|
# Device specific
|
||||||
|
https://www.reddit.com/r/vancouver/search.rss?q=laptop+repair+OR+iPhone+repair+OR+"phone+broken"&sort=new&type=link
|
||||||
|
|
||||||
|
# Problem specific
|
||||||
|
https://www.reddit.com/r/vancouver/search.rss?q="won't+charge"+OR+"screen+broken"+OR+"water+damage"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Calgary Repairs
|
||||||
|
```
|
||||||
|
# Broad repair search
|
||||||
|
https://www.reddit.com/r/calgary/search.rss?q=repair+OR+fix+OR+broken+OR+"not+working"&sort=new&type=link
|
||||||
|
|
||||||
|
# Specific devices
|
||||||
|
https://www.reddit.com/r/calgary/search.rss?q=iPhone+OR+laptop+OR+macbook+"repair"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
### Step 3: Subscribe & Monitor
|
||||||
|
|
||||||
|
1. **Add feeds to RSS reader** (Feedly, Inoreader, etc.)
|
||||||
|
2. **Set daily notifications** for new posts
|
||||||
|
3. **Review posts for relevance** - focus on local repair requests
|
||||||
|
4. **Subscribe to conversations** of promising threads
|
||||||
|
|
||||||
|
### Pro Tips for Success
|
||||||
|
|
||||||
|
- **Start Small**: 3-5 search feeds per city maximum
|
||||||
|
- **Quality over Quantity**: Better to monitor 2 cities well than 10 poorly
|
||||||
|
- **Engage Daily**: Comment on 1-2 relevant threads per day
|
||||||
|
- **Track Results**: Note which searches produce the best leads
|
||||||
|
- **Expand Gradually**: Add cities as you master your current monitoring
|
||||||
|
|
||||||
|
### Quick Copy-Paste Templates
|
||||||
|
|
||||||
|
**Toronto Master Set:**
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q=iPhone+repair+OR+macbook+repair+OR+laptop+repair&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q="won't+turn+on"+OR+"screen+broken"+OR+"water+damage"&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q="looking+for+repair"+OR+"need+repair"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
**Vancouver Master Set:**
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/vancouver/search.rss?q=iPhone+repair+OR+macbook+repair+OR+laptop+repair&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/vancouver/search.rss?q="won't+turn+on"+OR+"screen+broken"+OR+"water+damage"&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/vancouver/search.rss?q="looking+for+repair"+OR+"need+repair"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
|
|
||||||
235
README.md
235
README.md
|
|
@ -1,183 +1,122 @@
|
||||||
# RSS Feed Monitor - Google Alerts
|
# Canadian Repair Lead Monitor
|
||||||
|
|
||||||
This repository contains validated Google Alert queries for monitoring repair-related discussions across Canadian platforms.
|
**Canadian-First Strategy:** Monitor local Canadian communities for repair opportunities before global subreddits. Focus on where your customers actually live and seek local repair services.
|
||||||
|
|
||||||
## ⚠️ START HERE
|
## ⚠️ START HERE
|
||||||
|
|
||||||
**📋 Production-Ready Google Alerts for Canadian Repair Leads**
|
**🎯 Canadian Communities First - NOT Global Subreddits**
|
||||||
|
|
||||||
Use `docs/google-alerts-reddit-tuned.md` for **29 validated alerts** targeting Canadian customers.
|
**Why Canadian-First?** Global subreddits dilute local repair opportunities with international discussions. Target Canadian users seeking local repair services in their own communities.
|
||||||
|
|
||||||
**Key Features:**
|
**Key Features:**
|
||||||
- 7 high-volume global subs (r/techsupport, r/applehelp, r/datarecovery) filtered for Canadian locations
|
- **Canadian Priority**: 15+ major Canadian cities (Toronto, Vancouver, Calgary, Montreal, etc.)
|
||||||
- 22 Canadian regional subreddit alerts (r/toronto, r/vancouver, r/kitchener, etc.)
|
- **Search RSS Feeds**: Targeted keyword searches within Canadian subreddits
|
||||||
- Consumer language validated ("won't turn on" vs "logic board repair")
|
- **Local Focus**: Users seeking local repair shops and services
|
||||||
- Organized by priority tiers
|
- **Conversation Tracking**: Subscribe to repair-related thread discussions
|
||||||
|
|
||||||
## Files
|
## 📁 Files
|
||||||
|
|
||||||
### Alert Queries
|
### Core Resources
|
||||||
- **`docs/google-alerts-reddit-tuned.md`** - ✨ **START HERE** - 29 production-ready alerts
|
- **`canadian-subreddits.md`** - ✨ **START HERE** - Complete list of Canadian cities/provinces
|
||||||
|
- **`canadian-repair-searches.md`** - Keyword search strategies and RSS URL templates
|
||||||
|
- **`rss-feeds.json`** - Your active Canadian search RSS feeds
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
- `docs/REDDIT_KEYWORDS.md` - Consumer language keyword conversion table
|
- `WORKFLOW.md` - Canadian-first strategy and implementation steps
|
||||||
- `docs/PLAYWRIGHT_SCRAPING.md` - Guide to Playwright scraping with anti-detection
|
- `QUICK_CREATE_GUIDE.md` - Fast reference for creating search RSS feeds
|
||||||
- `docs/PLAYWRIGHT_RECORDING.md` - Guide to recording alert setup with codegen
|
- `README.md` - This overview
|
||||||
- `docs/QUICKSTART_PLAYWRIGHT.md` - Quick start guide for Playwright tools
|
|
||||||
|
|
||||||
### Python Tools
|
### Legacy Files
|
||||||
- `scripts/validate_alerts.py` - Validator tool that checks queries and generates fixes
|
- `remaining_queries.txt` - Old reference (being phased out)
|
||||||
- `scripts/generate_broad_queries.py` - Generates location-based broad queries
|
|
||||||
|
|
||||||
### Playwright Tools (NEW)
|
## 🚀 Quick Start
|
||||||
- `scripts/human-behavior.js` - Human-like behavior library for bot detection avoidance
|
|
||||||
- `scripts/playwright-scraper.js` - Main scraper with Google search validation
|
|
||||||
- `scripts/validate-scraping.js` - Batch validator for testing multiple alerts
|
|
||||||
- `scripts/example-usage.js` - Usage examples and demonstrations
|
|
||||||
- `scripts/scraper-config.js` - Configuration for behavior fine-tuning
|
|
||||||
- `tests/alert-setup.spec.js` - Test documenting alert setup process
|
|
||||||
- `docs/PLAYWRIGHT_RECORDING.md` - Guide to recording alert setup with codegen
|
|
||||||
|
|
||||||
## Quick Start
|
### Canadian-First Setup
|
||||||
|
|
||||||
### Set Up Alerts
|
1. **Choose 2-3 Canadian cities** to start with (see `canadian-subreddits.md`)
|
||||||
|
2. **Create keyword search RSS feeds** using templates in `canadian-repair-searches.md`
|
||||||
|
3. **Subscribe to feeds** in your RSS reader
|
||||||
|
4. **Monitor daily** for repair opportunities
|
||||||
|
5. **Engage in conversations** of relevant threads
|
||||||
|
|
||||||
1. Open `docs/google-alerts-reddit-tuned.md`
|
### Example Search RSS URLs
|
||||||
2. Start with **Tier 1** alerts (global subs filtered for Canada - highest volume)
|
|
||||||
3. Copy a query from inside the ` ``` ` code blocks
|
|
||||||
4. Go to [Google Alerts](https://www.google.com/alerts)
|
|
||||||
5. Paste the query, click "Show options", configure:
|
|
||||||
- How often: `As-it-happens`
|
|
||||||
- Region: `Canada`
|
|
||||||
- Deliver to: `RSS feed`
|
|
||||||
6. Click `Create Alert`
|
|
||||||
7. Click the RSS icon to get your feed URL
|
|
||||||
|
|
||||||
### Validating Queries
|
```
|
||||||
|
# Toronto iPhone repairs
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q=iPhone+repair+OR+"screen+broken"&sort=new&type=link
|
||||||
|
|
||||||
#### Python Validator (Static Analysis)
|
# Vancouver laptop repairs
|
||||||
|
https://www.reddit.com/r/vancouver/search.rss?q=laptop+repair+OR+"won't+turn+on"&sort=new&type=link
|
||||||
|
|
||||||
Run the validator to check query structure and limits:
|
# Calgary general repairs
|
||||||
|
https://www.reddit.com/r/calgary/search.rss?q="looking+for+repair"+OR+"need+repair"&sort=new&type=link
|
||||||
```bash
|
|
||||||
python3 scripts/validate_alerts.py docs/google-alerts.md
|
|
||||||
```
|
```
|
||||||
|
|
||||||
To regenerate working queries from a broken file:
|
## 🏙️ Canadian Communities Covered
|
||||||
|
|
||||||
```bash
|
### Priority Cities (Start Here)
|
||||||
python3 scripts/validate_alerts.py docs/google-alerts.md --fix > docs/google-alerts-fixed.md
|
- **Toronto** (r/toronto) - Highest repair volume ⭐⭐⭐
|
||||||
|
- **Vancouver** (r/vancouver) - Major metro area ⭐⭐⭐
|
||||||
|
- **Calgary** (r/calgary) - Large city ⭐⭐
|
||||||
|
- **Edmonton** (r/edmonton) - Provincial capital ⭐⭐
|
||||||
|
- **Montreal** (r/montreal) - Quebec's largest ⭐⭐
|
||||||
|
- **Ottawa** (r/ottawa) - National capital ⭐⭐
|
||||||
|
|
||||||
|
### Medium Priority Cities
|
||||||
|
- **Hamilton, Kitchener, London** (Ontario)
|
||||||
|
- **Victoria, Kelowna** (BC)
|
||||||
|
- **Winnipeg, Saskatoon** (Prairies)
|
||||||
|
- **Quebec City** (Quebec)
|
||||||
|
- **Halifax** (Atlantic)
|
||||||
|
|
||||||
|
### Provincial Communities
|
||||||
|
- **r/Ontario** - Province-wide discussions
|
||||||
|
- **r/BritishColumbia** - BC-wide discussions
|
||||||
|
- **r/Alberta** - Alberta-wide discussions
|
||||||
|
- **r/Quebec** - Quebec-wide discussions
|
||||||
|
|
||||||
|
## 🔍 RSS Feed Types
|
||||||
|
|
||||||
|
### Search RSS Feeds (Primary Method)
|
||||||
|
Target repair keywords within Canadian subreddits:
|
||||||
|
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/[subreddit]/search.rss?q=[keywords]&sort=new&type=link
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Playwright Validator (Live Testing) - NEW! 🚀
|
**Examples:**
|
||||||
|
- Toronto iPhone repairs: `q=iPhone+repair+OR+"screen+broken"`
|
||||||
|
- Vancouver laptops: `q=laptop+repair+OR+"won't+turn+on"`
|
||||||
|
- General repairs: `q="looking+for+repair"+OR+"need+repair"`
|
||||||
|
|
||||||
Test queries by actually searching Google with human-like behavior to avoid bot detection:
|
### Standard Subreddit RSS (Supplemental)
|
||||||
|
Full subreddit feeds (use sparingly to avoid overload):
|
||||||
|
|
||||||
```bash
|
```
|
||||||
# Install dependencies first
|
https://www.reddit.com/r/[subreddit]/new/.rss
|
||||||
npm install
|
|
||||||
|
|
||||||
# Test a single query
|
|
||||||
node scripts/playwright-scraper.js '"macbook repair" Toronto'
|
|
||||||
|
|
||||||
# Batch test multiple alerts from markdown file
|
|
||||||
node scripts/validate-scraping.js docs/google-alerts-broad.md --max 5
|
|
||||||
|
|
||||||
# Run example demonstrations
|
|
||||||
node scripts/example-usage.js 1
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**Features:**
|
**Feed options:**
|
||||||
- 🤖 Realistic mouse movements with bezier curves and occasional overshooting
|
- `new/.rss` - Latest posts
|
||||||
- 📜 Natural scrolling patterns with random intervals
|
- `hot/.rss` - Popular/trending posts
|
||||||
- ⌨️ Human-like typing with variable speeds and occasional typos
|
|
||||||
- ⏱️ Random delays mimicking real user behavior
|
|
||||||
- 🎭 Randomized browser fingerprints to avoid detection
|
|
||||||
|
|
||||||
See `docs/PLAYWRIGHT_SCRAPING.md` for full documentation.
|
|
||||||
|
|
||||||
#### Recording Alert Setup Process 🎬
|
|
||||||
|
|
||||||
Use Playwright's codegen to record and document the alert setup workflow:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Record a new alert setup process
|
|
||||||
npm run record:alert-setup
|
|
||||||
```
|
|
||||||
|
|
||||||
This opens an interactive browser where you can perform the alert setup steps, and Playwright will generate test code automatically. Perfect for documenting the exact process for future reference.
|
|
||||||
|
|
||||||
See `docs/PLAYWRIGHT_RECORDING.md` for full documentation.
|
|
||||||
|
|
||||||
## Query Design
|
|
||||||
|
|
||||||
All queries follow these limits to ensure Google Alerts fires reliably:
|
|
||||||
|
|
||||||
- **≤8 site filters** per alert
|
|
||||||
- **≤18 OR terms** per keyword block
|
|
||||||
- **≤500 characters** total length
|
|
||||||
- **≤4 exclusion terms** (`-job -entertainment -movie -music`)
|
|
||||||
|
|
||||||
## Regional Structure
|
|
||||||
|
|
||||||
Reddit-based alerts are split into 5 regions to stay within limits:
|
|
||||||
|
|
||||||
1. **Ontario-GTA**: kitchener, waterloo, CambridgeON, guelph, toronto, mississauga, brampton
|
|
||||||
2. **Ontario-Other**: ontario, londonontario, HamiltonOntario, niagara, ottawa
|
|
||||||
3. **Western**: vancouver, VictoriaBC, Calgary, Edmonton
|
|
||||||
4. **Prairies**: saskatoon, regina, winnipeg
|
|
||||||
5. **Eastern**: montreal, quebeccity, halifax, newfoundland
|
|
||||||
|
|
||||||
Each service type (Data Recovery, Laptop Repair, Console Repair, etc.) has 5 regional alerts.
|
|
||||||
|
|
||||||
## Alert Categories
|
|
||||||
|
|
||||||
### Data Recovery (15 alerts)
|
|
||||||
- General data recovery
|
|
||||||
- HDD/SSD specialty recovery
|
|
||||||
- SD card/USB recovery
|
|
||||||
|
|
||||||
### Device Repair (25 alerts)
|
|
||||||
- Laptop/MacBook logic board repair
|
|
||||||
- GPU/Desktop board repair
|
|
||||||
- Console repair & refurbishment
|
|
||||||
- Smartphone repair
|
|
||||||
- iPad repair
|
|
||||||
- Connector (FPC) replacement
|
|
||||||
|
|
||||||
### Specialized Services (10 alerts)
|
|
||||||
- Key fob repair
|
|
||||||
- Microsolder/diagnostics
|
|
||||||
- Device refurbishment & trade-ins
|
|
||||||
|
|
||||||
### Non-Reddit Platforms (11 alerts)
|
|
||||||
- Kijiji/Used.ca classifieds
|
|
||||||
- Facebook Marketplace
|
|
||||||
- Craigslist
|
|
||||||
- Tech forums
|
|
||||||
- Discord communities
|
|
||||||
- Bulk/auction sourcing
|
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
**No results coming through?**
|
**RSS feed not loading?**
|
||||||
|
1. Verify the subreddit name is correct
|
||||||
|
2. Check if the subreddit is private or restricted
|
||||||
|
3. Try accessing the subreddit directly in a browser first
|
||||||
|
4. Some subreddits may have RSS disabled
|
||||||
|
|
||||||
1. Test the query in Google Search first (not in Alerts)
|
**Too many/few results?**
|
||||||
2. If Google Search shows results, the alert should work
|
1. Consider using `hot/.rss` instead of `new/.rss` for higher quality posts
|
||||||
3. If no results exist, the keywords may be too specific
|
2. Monitor multiple related subreddits for better coverage
|
||||||
4. Run `python3 scripts/validate_alerts.py` to check for limit violations
|
3. Focus on regional subreddits for local repair opportunities
|
||||||
|
|
||||||
**Alert stopped working?**
|
|
||||||
|
|
||||||
Re-run validation and regenerate:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
python3 scripts/validate_alerts.py docs/google-alerts.md --fix > docs/google-alerts-new.md
|
|
||||||
```
|
|
||||||
|
|
||||||
## Technical Notes
|
## Technical Notes
|
||||||
|
|
||||||
- Queries use exact-phrase matching (`"keyword"`) for precision
|
- Reddit RSS feeds update in real-time
|
||||||
- The `-"ALERT_NAME:..."` marker was removed from all queries (it caused false negatives)
|
- Feeds include post titles, content, and metadata
|
||||||
- Exclusions are limited to high-noise terms only
|
- No API keys or authentication required
|
||||||
- Site filters use `site:reddit.com/r/subreddit` format (not full URLs)
|
- Feeds are free and publicly accessible
|
||||||
|
- Monitor feed activity to identify active repair communities
|
||||||
|
|
|
||||||
124
WORKFLOW.md
124
WORKFLOW.md
|
|
@ -1,44 +1,104 @@
|
||||||
# Simple Workflow: Create Alerts → Extract RSS Feeds
|
# Canadian-First Repair Lead Workflow
|
||||||
|
|
||||||
## Step 1: Create Alerts (You Do This)
|
## 🎯 **Strategy Overview**
|
||||||
|
|
||||||
1. Go to https://www.google.com/alerts
|
**Canadian Communities First:** Focus on local Canadian subreddits before global ones. Global subreddits like r/techsupport dilute local repair opportunities with international discussions.
|
||||||
2. For each query from `queries_to_create.txt`:
|
|
||||||
- Click "Create an alert about..." textbox
|
|
||||||
- Paste the query
|
|
||||||
- Click "Show options"
|
|
||||||
- Select "RSS feed" from delivery dropdown
|
|
||||||
- Click "Create Alert"
|
|
||||||
- Repeat for next query
|
|
||||||
|
|
||||||
**Fast tip:** Keep `queries_to_create.txt` open in a side window for easy copy-paste!
|
**Keyword Search RSS:** Use Reddit's search RSS feeds to find repair-related threads within Canadian communities, then subscribe to relevant conversations.
|
||||||
|
|
||||||
## Step 2: Extract All RSS Feeds (I Do This)
|
## 📍 **Step 1: Start with Canadian Cities (NOT Global Subreddits)**
|
||||||
|
|
||||||
After you've created all alerts:
|
Begin with major Canadian cities where local repair businesses operate:
|
||||||
|
|
||||||
1. **Open browser console** on https://www.google.com/alerts (F12 or Cmd+Option+I)
|
**Priority Order (Population-based):**
|
||||||
2. **Copy the JavaScript** from `scripts/extract-rss-from-page.js`
|
1. **Toronto** (r/toronto) - Highest repair volume
|
||||||
3. **Paste and run** in console (press Enter)
|
2. **Vancouver** (r/vancouver) - Major metro area
|
||||||
4. **Copy the JSON output** from console
|
3. **Calgary** (r/calgary) - Large city
|
||||||
5. **Run this command:**
|
4. **Edmonton** (r/edmonton) - Provincial capital
|
||||||
```bash
|
5. **Montreal** (r/montreal) - Quebec's largest city
|
||||||
echo '<paste-json-here>' | python3 scripts/extract-all-rss-batch.py
|
6. **Ottawa** (r/ottawa) - National capital
|
||||||
```
|
|
||||||
|
|
||||||
That's it! All RSS feeds will be saved to `rss-feeds.json`.
|
**Start Small:** Begin with 2-3 cities you can actively monitor and engage with.
|
||||||
|
|
||||||
## Benefits
|
## 🔍 **Step 2: Create Keyword Search RSS Feeds**
|
||||||
|
|
||||||
- ✅ You create alerts fast (manual is faster)
|
For each Canadian city subreddit, create targeted search RSS feeds:
|
||||||
- ✅ I extract all RSS feeds in one batch (no clicking needed)
|
|
||||||
- ✅ Simple workflow: create → extract → done
|
|
||||||
- ✅ No automation complexity
|
|
||||||
|
|
||||||
## Files
|
### Search RSS URL Format
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/[subreddit]/search.rss?q=[keywords]&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
- `queries_to_create.txt` - All queries ready to paste
|
### High-Impact Search Feeds
|
||||||
- `scripts/extract-rss-from-page.js` - JavaScript to run in console
|
|
||||||
- `scripts/extract-all-rss-batch.py` - Updates rss-feeds.json with extracted feeds
|
#### Toronto Repairs
|
||||||
- `rss-feeds.json` - Final output with all RSS feed URLs
|
```
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q=iPhone+repair+OR+macbook+repair+OR+laptop+repair+OR+"phone+broken"&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q="won't+turn+on"+OR+"screen+broken"+OR+"water+damage"+OR+"not+working"&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q="looking+for+repair"+OR+"need+repair"+OR+"repair+shop"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Vancouver Repairs
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/vancouver/search.rss?q=iPhone+repair+OR+macbook+repair+OR+laptop+repair+OR+"phone+broken"&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/vancouver/search.rss?q="won't+turn+on"+OR+"screen+broken"+OR+"water+damage"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
## 💬 **Step 3: Monitor & Subscribe to Conversations**
|
||||||
|
|
||||||
|
1. **Subscribe to search RSS feeds** in your RSS reader
|
||||||
|
2. **Review new posts daily** for repair opportunities
|
||||||
|
3. **Subscribe to relevant threads** where users are seeking local repair services
|
||||||
|
4. **Engage in conversations** by:
|
||||||
|
- Offering helpful repair advice
|
||||||
|
- Asking about their location preferences
|
||||||
|
- Sharing information about local repair options
|
||||||
|
- Building relationships with potential customers
|
||||||
|
|
||||||
|
## 📈 **Step 4: Expand Strategically**
|
||||||
|
|
||||||
|
### Phase 1: Master 2-3 Cities
|
||||||
|
- Monitor Toronto + 1-2 other major cities
|
||||||
|
- Perfect your engagement approach
|
||||||
|
- Build conversion metrics
|
||||||
|
|
||||||
|
### Phase 2: Add Medium Cities
|
||||||
|
- Hamilton, Kitchener, London (Ontario)
|
||||||
|
- Victoria, Kelowna (BC)
|
||||||
|
- Winnipeg, Saskatoon (Prairies)
|
||||||
|
|
||||||
|
### Phase 3: Provincial Coverage
|
||||||
|
- Add provincial subreddits (r/Ontario, r/BritishColumbia, etc.)
|
||||||
|
- Monitor for province-wide repair discussions
|
||||||
|
|
||||||
|
### Phase 4: Specialized Global Supplementation
|
||||||
|
- Add global subs like r/techsupport **only after** mastering local approach
|
||||||
|
- Use global subs to supplement, not replace, local monitoring
|
||||||
|
|
||||||
|
## 🎯 **Why Canadian-First Works**
|
||||||
|
|
||||||
|
- ✅ **Local Focus**: Target users seeking local repair services in your market
|
||||||
|
- ✅ **Higher Conversion**: Canadian users more likely to be actual repair customers
|
||||||
|
- ✅ **Relationship Building**: Engage with local community members
|
||||||
|
- ✅ **Quality over Quantity**: Fewer but more relevant repair opportunities
|
||||||
|
- ✅ **Sustainable Scale**: Start small, expand as you handle more leads
|
||||||
|
|
||||||
|
## 📁 **Files & Resources**
|
||||||
|
|
||||||
|
- **`canadian-subreddits.md`** - Comprehensive list of ALL Canadian subreddits by province/city
|
||||||
|
- **`canadian-repair-searches.md`** - Keyword search strategies and RSS URL templates
|
||||||
|
- **`rss-feeds.json`** - Your active Canadian city search RSS feeds
|
||||||
|
- **`remaining_queries.txt`** - Legacy reference (being phased out)
|
||||||
|
- **`README.md`** - Project overview and setup instructions
|
||||||
|
- **`QUICK_CREATE_GUIDE.md`** - Fast reference for creating search RSS feeds
|
||||||
|
|
||||||
|
## 🚀 **Getting Started Checklist**
|
||||||
|
|
||||||
|
- [ ] Choose 2-3 Canadian cities to start with
|
||||||
|
- [ ] Create search RSS feeds for each city using repair keywords
|
||||||
|
- [ ] Subscribe to feeds in your RSS reader
|
||||||
|
- [ ] Set up daily monitoring routine
|
||||||
|
- [ ] Engage with 1-2 repair conversations per day
|
||||||
|
- [ ] Track conversion rates and adjust approach
|
||||||
|
- [ ] Expand to additional cities as capacity allows
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,142 @@
|
||||||
|
# Canadian Repair Keyword Search Strategy
|
||||||
|
|
||||||
|
## 🎯 **Search RSS Feed Approach**
|
||||||
|
|
||||||
|
Reddit supports search-based RSS feeds within specific subreddits. Use this format:
|
||||||
|
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/[subreddit]/search.rss?q=[keywords]&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
### Example URLs
|
||||||
|
- Toronto repairs: `https://www.reddit.com/r/toronto/search.rss?q=repair+OR+fix+OR+broken+OR+not+working&sort=new&type=link`
|
||||||
|
- Vancouver iPhone: `https://www.reddit.com/r/vancouver/search.rss?q=iPhone+repair+OR+iPhone+broken&sort=new&type=link`
|
||||||
|
|
||||||
|
## 🔍 **Repair Keyword Categories**
|
||||||
|
|
||||||
|
### Device-Specific Keywords
|
||||||
|
```
|
||||||
|
MacBook: "macbook repair" OR "macbook broken" OR "macbook fix" OR "macbook not working"
|
||||||
|
iPhone: "iphone repair" OR "iphone broken" OR "iphone screen" OR "iphone fix"
|
||||||
|
Laptop: "laptop repair" OR "laptop broken" OR "computer fix" OR "laptop not working"
|
||||||
|
Console: "ps5 repair" OR "xbox broken" OR "switch fix" OR "console repair"
|
||||||
|
```
|
||||||
|
|
||||||
|
### Problem-Specific Keywords
|
||||||
|
```
|
||||||
|
Power: "won't turn on" OR "no power" OR "dead" OR "not charging" OR "battery dead"
|
||||||
|
Display: "screen broken" OR "cracked screen" OR "black screen" OR "no display"
|
||||||
|
Water: "water damage" OR "spilled" OR "liquid damage" OR "got wet"
|
||||||
|
Storage: "hard drive" OR "ssd" OR "data recovery" OR "lost files"
|
||||||
|
```
|
||||||
|
|
||||||
|
### Service Keywords
|
||||||
|
```
|
||||||
|
"looking for repair" OR "need repair" OR "repair shop" OR "fix my"
|
||||||
|
"recommend repair" OR "best repair" OR "local repair" OR "repair service"
|
||||||
|
```
|
||||||
|
|
||||||
|
## 📊 **Priority Search Feeds by City**
|
||||||
|
|
||||||
|
### Phase 1: High-Volume Cities (Start Here)
|
||||||
|
|
||||||
|
#### Toronto (r/toronto)
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q=repair+OR+fix+OR+broken+OR+"not+working"&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q=iPhone+OR+macbook+OR+laptop+"repair"&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/toronto/search.rss?q="won't+turn+on"+OR+"screen+broken"+OR+"water+damage"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Vancouver (r/vancouver)
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/vancouver/search.rss?q=repair+OR+fix+OR+broken+OR+"not+working"&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/vancouver/search.rss?q=iPhone+OR+macbook+OR+laptop+"repair"&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/vancouver/search.rss?q="won't+turn+on"+OR+"screen+broken"+OR+"water+damage"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Calgary (r/calgary)
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/calgary/search.rss?q=repair+OR+fix+OR+broken+OR+"not+working"&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/calgary/search.rss?q=iPhone+OR+laptop+"repair"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Edmonton (r/edmonton)
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/edmonton/search.rss?q=repair+OR+fix+OR+broken+OR+"not+working"&sort=new&type=link
|
||||||
|
https://www.reddit.com/r/edmonton/search.rss?q=iPhone+OR+laptop+"repair"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
### Phase 2: Medium Cities
|
||||||
|
|
||||||
|
#### Ottawa, Hamilton, Kitchener, Montreal
|
||||||
|
Use same search patterns as above, adapted for each city subreddit.
|
||||||
|
|
||||||
|
### Phase 3: Provincial Coverage
|
||||||
|
|
||||||
|
#### Ontario (r/Ontario), BC (r/BritishColumbia), Alberta (r/Alberta)
|
||||||
|
```
|
||||||
|
https://www.reddit.com/r/Ontario/search.rss?q=repair+OR+fix+OR+broken+OR+"looking+for+repair"&sort=new&type=link
|
||||||
|
```
|
||||||
|
|
||||||
|
## 🔄 **Monitoring & Subscription Strategy**
|
||||||
|
|
||||||
|
### 1. **RSS Feed Monitoring**
|
||||||
|
- Subscribe to search RSS feeds in your RSS reader
|
||||||
|
- Set up alerts for new posts matching repair keywords
|
||||||
|
- Monitor daily/weekly for new repair opportunities
|
||||||
|
|
||||||
|
### 2. **Thread Conversation Tracking**
|
||||||
|
- When you find a repair-related post, subscribe to the thread
|
||||||
|
- Monitor comment conversations for:
|
||||||
|
- User responses to repair recommendations
|
||||||
|
- Follow-up questions about repair services
|
||||||
|
- Local repair shop mentions
|
||||||
|
- Price discussions
|
||||||
|
|
||||||
|
### 3. **Active Engagement**
|
||||||
|
- Participate in conversations where appropriate
|
||||||
|
- Build relationships with local repair seekers
|
||||||
|
- Offer helpful information about repair options
|
||||||
|
- Convert conversations to repair business opportunities
|
||||||
|
|
||||||
|
## 📈 **Optimization Strategy**
|
||||||
|
|
||||||
|
### Test & Refine
|
||||||
|
1. **Start with broad searches** to establish baseline activity
|
||||||
|
2. **Narrow keywords** based on results quality
|
||||||
|
3. **Monitor conversion rates** from views to repair leads
|
||||||
|
4. **Adjust search frequency** (daily → weekly → monthly as needed)
|
||||||
|
|
||||||
|
### Quality Metrics
|
||||||
|
- **Relevance**: How many posts are actual repair requests?
|
||||||
|
- **Locality**: Are users seeking local repair services?
|
||||||
|
- **Timeliness**: How quickly do users respond to repair suggestions?
|
||||||
|
- **Volume**: Sustainable lead generation without overload?
|
||||||
|
|
||||||
|
### Expansion Plan
|
||||||
|
1. **Add more cities** as you handle current load
|
||||||
|
2. **Introduce new keywords** based on successful searches
|
||||||
|
3. **Create device-specific searches** for high-value repairs
|
||||||
|
4. **Monitor provincial subs** for broader coverage
|
||||||
|
|
||||||
|
## 🛠️ **Technical Implementation**
|
||||||
|
|
||||||
|
### RSS Reader Setup
|
||||||
|
- Use Feedly, Inoreader, or similar RSS reader
|
||||||
|
- Create folders by city/province
|
||||||
|
- Set up notifications for new repair posts
|
||||||
|
- Archive old posts systematically
|
||||||
|
|
||||||
|
### Search URL Construction
|
||||||
|
```javascript
|
||||||
|
// Template for creating search URLs
|
||||||
|
const createSearchUrl = (subreddit, keywords) => {
|
||||||
|
const encodedKeywords = encodeURIComponent(keywords);
|
||||||
|
return `https://www.reddit.com/r/${subreddit}/search.rss?q=${encodedKeywords}&sort=new&type=link`;
|
||||||
|
};
|
||||||
|
|
||||||
|
// Example usage
|
||||||
|
createSearchUrl('toronto', 'iPhone repair OR "screen broken"');
|
||||||
|
```
|
||||||
|
|
||||||
|
This approach gives you targeted access to repair conversations within Canadian communities, allowing you to engage with local repair seekers in real-time.
|
||||||
|
|
@ -0,0 +1,178 @@
|
||||||
|
# Comprehensive Canadian Subreddit List
|
||||||
|
|
||||||
|
## 📍 **Provincial & Territorial Subreddits**
|
||||||
|
These cover entire provinces/territories and often have repair discussions.
|
||||||
|
|
||||||
|
### Western Canada
|
||||||
|
- **r/Alberta** - Alberta-wide discussions
|
||||||
|
- **r/BritishColumbia** - BC-wide discussions
|
||||||
|
- **r/Saskatchewan** - Saskatchewan discussions
|
||||||
|
- **r/Manitoba** - Manitoba discussions
|
||||||
|
- **r/Yukon** - Yukon Territory discussions
|
||||||
|
- **r/NorthwestTerritories** - NWT discussions
|
||||||
|
|
||||||
|
### Central Canada
|
||||||
|
- **r/Ontario** - Ontario-wide discussions
|
||||||
|
- **r/Quebec** - Quebec-wide discussions
|
||||||
|
|
||||||
|
### Eastern Canada
|
||||||
|
- **r/NovaScotia** - Nova Scotia discussions
|
||||||
|
- **r/NewBrunswick** - New Brunswick discussions
|
||||||
|
- **r/PrinceEdwardIsland** - PEI discussions
|
||||||
|
- **r/Newfoundland** - Newfoundland & Labrador discussions
|
||||||
|
- **r/Nunavut** - Nunavut discussions
|
||||||
|
|
||||||
|
## 🏙️ **Major City Subreddits**
|
||||||
|
|
||||||
|
### Ontario (ON) - Population Priority
|
||||||
|
1. **r/toronto** ⭐⭐⭐ (Most populous, highest repair volume)
|
||||||
|
2. **r/ottawa**
|
||||||
|
3. **r/mississauga**
|
||||||
|
4. **r/brampton**
|
||||||
|
5. **r/hamilton**
|
||||||
|
6. **r/kitchener**
|
||||||
|
7. **r/londonontario**
|
||||||
|
8. **r/markham**
|
||||||
|
9. **r/vaughan**
|
||||||
|
10. **r/windsor**
|
||||||
|
11. **r/barrie**
|
||||||
|
12. **r/guelph**
|
||||||
|
13. **r/kingston**
|
||||||
|
14. **r/oshawa**
|
||||||
|
15. **r/waterloo**
|
||||||
|
16. **r/thunderbay**
|
||||||
|
17. **r/sudbury**
|
||||||
|
18. **r/peterborough**
|
||||||
|
19. **r/sarnia**
|
||||||
|
20. **r/belleville**
|
||||||
|
21. **r/northbay**
|
||||||
|
|
||||||
|
### British Columbia (BC)
|
||||||
|
1. **r/vancouver** ⭐⭐⭐ (High repair volume)
|
||||||
|
2. **r/victoria**
|
||||||
|
3. **r/surrey**
|
||||||
|
4. **r/richmond**
|
||||||
|
5. **r/burnaby**
|
||||||
|
6. **r/kelowna**
|
||||||
|
7. **r/abbotsford**
|
||||||
|
8. **r/nanaimo**
|
||||||
|
9. **r/kamloops**
|
||||||
|
10. **r/chilliwack**
|
||||||
|
|
||||||
|
### Alberta (AB)
|
||||||
|
1. **r/calgary** ⭐⭐⭐ (Major city)
|
||||||
|
2. **r/edmonton** ⭐⭐⭐ (Capital city)
|
||||||
|
3. **r/reddeer**
|
||||||
|
4. **r/lethbridge**
|
||||||
|
5. **r/medicinehat**
|
||||||
|
6. **r/grandeprairie**
|
||||||
|
7. **r/airdre**
|
||||||
|
8. **r/stalbert**
|
||||||
|
9. **r/fortmcmurray**
|
||||||
|
|
||||||
|
### Quebec (QC) - French/English Mix
|
||||||
|
1. **r/montreal** ⭐⭐⭐ (Largest city)
|
||||||
|
2. **r/quebeccity** ⭐⭐ (Capital city)
|
||||||
|
3. **r/laval**
|
||||||
|
4. **r/gatineau**
|
||||||
|
5. **r/longueuil**
|
||||||
|
6. **r/sherbrooke**
|
||||||
|
7. **r/troisrivieres**
|
||||||
|
8. **r/drummondville**
|
||||||
|
9. **r/saintjerome**
|
||||||
|
|
||||||
|
### Manitoba (MB)
|
||||||
|
1. **r/winnipeg** ⭐⭐⭐ (Provincial capital)
|
||||||
|
2. **r/brandon**
|
||||||
|
|
||||||
|
### Saskatchewan (SK)
|
||||||
|
1. **r/saskatoon** ⭐⭐⭐ (Largest city)
|
||||||
|
2. **r/regina** ⭐⭐ (Capital city)
|
||||||
|
|
||||||
|
### Atlantic Provinces
|
||||||
|
|
||||||
|
#### Nova Scotia (NS)
|
||||||
|
- **r/halifax** ⭐⭐⭐ (Provincial capital)
|
||||||
|
- **r/dartmouth**
|
||||||
|
|
||||||
|
#### New Brunswick (NB)
|
||||||
|
- **r/fredericton** ⭐⭐ (Capital city)
|
||||||
|
- **r/moncton**
|
||||||
|
- **r/saintjohn**
|
||||||
|
|
||||||
|
#### Newfoundland & Labrador (NL)
|
||||||
|
- **r/newfoundland** ⭐⭐ (Province-wide)
|
||||||
|
- **r/stjohns** ⭐⭐ (Capital city)
|
||||||
|
- **r/cornerbrook**
|
||||||
|
- **r/mountpearl**
|
||||||
|
|
||||||
|
#### Prince Edward Island (PEI)
|
||||||
|
- **r/charlottetown** ⭐⭐ (Capital city)
|
||||||
|
|
||||||
|
## 🏘️ **Regional & Smaller City Subreddits**
|
||||||
|
|
||||||
|
### Ontario - Northern & Rural
|
||||||
|
- **r/northernontario**
|
||||||
|
- **r/saultstemarie**
|
||||||
|
- **r/timmins**
|
||||||
|
- **r/parrysound**
|
||||||
|
- **r/muskoka**
|
||||||
|
|
||||||
|
### Ontario - Southwestern
|
||||||
|
- **r/chathamkent**
|
||||||
|
- **r/stthomas**
|
||||||
|
- **r/woodstock**
|
||||||
|
- **r/brantford**
|
||||||
|
- **r/simcoe**
|
||||||
|
|
||||||
|
### British Columbia - Interior
|
||||||
|
- **r/princegeorge**
|
||||||
|
- **r/vernon**
|
||||||
|
- **r/penticton**
|
||||||
|
- **r/cranbrook**
|
||||||
|
- **r/trail**
|
||||||
|
|
||||||
|
### British Columbia - Northern
|
||||||
|
- **r/princegeorge**
|
||||||
|
- **r/fortstjohn**
|
||||||
|
- **r/dawsoncreek**
|
||||||
|
|
||||||
|
### Alberta - Northern
|
||||||
|
- **r/fortmcmurray**
|
||||||
|
- **r/grandeprairie**
|
||||||
|
- **r/peaceriver**
|
||||||
|
|
||||||
|
### Quebec - Regional
|
||||||
|
- **r/quebec**
|
||||||
|
- **r/saguenay**
|
||||||
|
- **r/chicoutimi**
|
||||||
|
- **r/rimouski**
|
||||||
|
|
||||||
|
## 📊 **Priority Strategy**
|
||||||
|
|
||||||
|
### Phase 1: High-Volume Cities (Start Here)
|
||||||
|
1. Toronto, Vancouver, Calgary, Edmonton, Montreal, Ottawa
|
||||||
|
2. Population > 100K, active communities
|
||||||
|
3. Highest repair lead potential
|
||||||
|
|
||||||
|
### Phase 2: Medium Cities
|
||||||
|
1. Hamilton, Kitchener, London, Victoria, Quebec City, Winnipeg
|
||||||
|
2. Population 50K-100K
|
||||||
|
3. Growing repair markets
|
||||||
|
|
||||||
|
### Phase 3: Smaller Cities & Towns
|
||||||
|
1. All remaining cities listed above
|
||||||
|
2. Population < 50K but active communities
|
||||||
|
3. Local repair opportunities
|
||||||
|
|
||||||
|
### Phase 4: Provincial Subreddits
|
||||||
|
1. Add provincial subs for broader coverage
|
||||||
|
2. Good for province-wide repair discussions
|
||||||
|
3. Lower volume but broader reach
|
||||||
|
|
||||||
|
## 🔍 **Next Steps**
|
||||||
|
|
||||||
|
1. **Test RSS feeds** for the top 10-15 priority cities
|
||||||
|
2. **Monitor activity levels** to identify most active communities
|
||||||
|
3. **Expand gradually** based on repair lead quality
|
||||||
|
4. **Focus on local discussions** where people seek local repair services
|
||||||
|
|
@ -1,163 +0,0 @@
|
||||||
(site:reddit.com/r/londonontario OR site:reddit.com/r/ottawa OR site:reddit.com/r/windsor OR site:reddit.com/r/niagara OR site:reddit.com/r/barrie) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/surrey OR site:reddit.com/r/richmond OR site:reddit.com/r/burnaby) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/calgary OR site:reddit.com/r/edmonton OR site:reddit.com/r/reddeer) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/moncton OR site:reddit.com/r/saintjohn OR site:reddit.com/r/charlottetown) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
site:reddit.com/r/applehelp "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "battery won't charge") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/techsupport "macbook" ("won't charge" OR "not charging" OR "battery dead") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
|
||||||
(site:reddit.com/r/waterloo OR site:reddit.com/r/guelph OR site:reddit.com/r/londonontario OR site:reddit.com/r/ottawa OR site:reddit.com/r/windsor) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/ottawa OR site:reddit.com/r/halifax OR site:reddit.com/r/quebec) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
|
||||||
site:reddit.com/r/applehelp "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/techsupport "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
|
||||||
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
|
||||||
site:reddit.com/r/techsupport "laptop" ("won't turn on" OR "dead" OR "no power" OR "won't boot") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver" OR "Calgary" OR "Montreal")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/oakville OR site:reddit.com/r/burlington) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo OR site:reddit.com/r/cambridge OR site:reddit.com/r/guelph) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/londonontario OR site:reddit.com/r/ottawa OR site:reddit.com/r/windsor OR site:reddit.com/r/niagara OR site:reddit.com/r/barrie) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/kingston OR site:reddit.com/r/sudbury OR site:reddit.com/r/thunderbay OR site:reddit.com/r/ontario) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/abbotsford) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/surrey OR site:reddit.com/r/richmond OR site:reddit.com/r/burnaby) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/calgary OR site:reddit.com/r/edmonton OR site:reddit.com/r/reddeer) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/moncton OR site:reddit.com/r/saintjohn OR site:reddit.com/r/charlottetown) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
|
||||||
site:reddit.com/r/techsupport "laptop" ("black screen" OR "no display" OR "screen went black" OR "screen broken") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
|
||||||
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
|
||||||
site:reddit.com/r/applehelp "iphone" ("won't turn on" OR "dead" OR "black screen" OR "screen of death") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/techsupport "iphone" ("won't turn on" OR "dead" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver" OR "Calgary")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/oakville OR site:reddit.com/r/burlington) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo OR site:reddit.com/r/cambridge OR site:reddit.com/r/guelph) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/londonontario OR site:reddit.com/r/ottawa OR site:reddit.com/r/windsor OR site:reddit.com/r/niagara OR site:reddit.com/r/barrie) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/abbotsford) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/surrey OR site:reddit.com/r/richmond OR site:reddit.com/r/burnaby) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/calgary OR site:reddit.com/r/edmonton OR site:reddit.com/r/reddeer) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
site:reddit.com/r/applehelp "iphone" ("won't charge" OR "not charging" OR "charging port broken") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/techsupport "iphone" ("won't charge" OR "not charging" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
|
||||||
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
|
||||||
site:reddit.com/r/applehelp "iphone" ("cracked screen" OR "screen broken" OR "screen replacement") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) "iphone" ("cracked screen" OR "screen broken" OR "screen replacement" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "iphone" ("cracked screen" OR "screen broken" OR "screen replacement" OR "repair")
|
|
||||||
site:reddit.com/r/applehelp "iphone" ("no sound" OR "speaker not working" OR "microphone not working") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "iphone" ("no sound" OR "speaker not working" OR "microphone broken" OR "repair")
|
|
||||||
site:reddit.com/r/applehelp "ipad" ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/techsupport "ipad" ("won't turn on" OR "dead" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
|
||||||
site:reddit.com/r/applehelp "ipad" ("won't charge" OR "not charging" OR "battery dead" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ipad" ("won't charge" OR "not charging" OR "charging port broken" OR "repair")
|
|
||||||
site:reddit.com/r/applehelp "ipad" ("cracked screen" OR "screen broken" OR "screen replacement") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ipad" ("cracked screen" OR "screen broken" OR "screen replacement" OR "repair")
|
|
||||||
site:reddit.com/r/techsupport ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/samsung ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "repair")
|
|
||||||
site:reddit.com/r/techsupport ("samsung" OR "galaxy") ("won't charge" OR "not charging" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) ("samsung" OR "galaxy") ("won't charge" OR "not charging" OR "repair")
|
|
||||||
site:reddit.com/r/techsupport ("samsung" OR "galaxy") ("cracked screen" OR "screen broken" OR "screen replacement") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) ("samsung" OR "galaxy") ("cracked screen" OR "screen broken" OR "repair")
|
|
||||||
site:reddit.com/r/playstation "ps5" ("won't turn on" OR "no power" OR "black screen" OR "shut off randomly") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/techsupport "ps5" ("won't turn on" OR "no power" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/calgary OR site:reddit.com/r/edmonton OR site:reddit.com/r/reddeer) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/fredericton OR site:reddit.com/r/moncton) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
|
||||||
site:reddit.com/r/playstation "ps5" ("hdmi not working" OR "hdmi port broken" OR "no signal" OR "no display") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/techsupport "ps5" ("hdmi not working" OR "hdmi port" OR "no signal") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ps5" ("hdmi not working" OR "hdmi port broken" OR "repair")
|
|
||||||
site:reddit.com/r/playstation "ps5" ("disc drive" OR "won't read disc" OR "disc not working" OR "eject problem") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ps5" ("disc drive" OR "won't read disc" OR "repair")
|
|
||||||
site:reddit.com/r/playstation "ps4" ("won't turn on" OR "no power" OR "black screen" OR "shut off randomly") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ps4" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
|
||||||
site:reddit.com/r/techsupport ("xbox series x" OR "xbox series s") ("won't turn on" OR "no power" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/xbox ("xbox series x" OR "xbox series s") ("won't turn on" OR "no power" OR "black screen") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "xbox" ("won't turn on" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) "xbox" ("won't turn on" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) "xbox" ("won't turn on" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/calgary OR site:reddit.com/r/edmonton OR site:reddit.com/r/reddeer) "xbox" ("won't turn on" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "xbox" ("won't turn on" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "xbox" ("won't turn on" OR "no power" OR "repair")
|
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/fredericton OR site:reddit.com/r/moncton) "xbox" ("won't turn on" OR "no power" OR "repair")
|
|
||||||
site:reddit.com/r/xbox "xbox" ("hdmi not working" OR "hdmi port broken" OR "no signal") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "xbox" ("hdmi not working" OR "hdmi port" OR "repair")
|
|
||||||
site:reddit.com/r/xbox "xbox" ("disc drive" OR "won't read disc" OR "disc not working") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/NintendoSwitch "switch" ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/techsupport "nintendo switch" ("won't turn on" OR "dead" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
|
||||||
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
|
||||||
(site:reddit.com/r/calgary OR site:reddit.com/r/edmonton OR site:reddit.com/r/reddeer) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/fredericton OR site:reddit.com/r/moncton) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
|
||||||
site:reddit.com/r/NintendoSwitch "switch" ("won't charge" OR "not charging" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/techsupport "nintendo switch" ("won't charge" OR "not charging") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "nintendo switch" ("won't charge" OR "not charging" OR "repair")
|
|
||||||
site:reddit.com/r/NintendoSwitch ("joy-con drift" OR "joycon drift" OR "controller drift" OR "stick drift") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/techsupport ("joy-con drift" OR "joycon drift" OR "controller drift") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) ("joy-con" OR "joycon") ("drift" OR "not working" OR "repair")
|
|
||||||
site:reddit.com/r/NintendoSwitch "switch" ("won't dock" OR "dock not working" OR "no signal to tv" OR "hdmi not working") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) "nintendo switch" ("won't dock" OR "dock not working" OR "repair")
|
|
||||||
site:reddit.com/r/consolerepair ("retro console" OR "old console" OR "vintage console") ("won't turn on" OR "no power" OR "repair") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
site:reddit.com/r/consolerepair ("ps2" OR "ps3" OR "playstation 2" OR "playstation 3") ("won't turn on" OR "no power" OR "disc error") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
site:reddit.com/r/techsupport ("ps3" OR "playstation 3") ("won't turn on" OR "ylod" OR "blinking red") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) ("ps2" OR "ps3") ("won't turn on" OR "repair")
|
|
||||||
site:reddit.com/r/consolerepair ("gamecube" OR "wii" OR "wii u") ("won't turn on" OR "no power" OR "disc error") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) ("gamecube" OR "wii") ("won't turn on" OR "repair")
|
|
||||||
site:reddit.com/r/consolerepair ("xbox 360" OR "original xbox") ("won't turn on" OR "rrod" OR "red ring" OR "no power") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) "xbox 360" ("won't turn on" OR "red ring" OR "repair")
|
|
||||||
site:reddit.com/r/techsupport ("graphics card" OR "gpu" OR "video card") ("no display" OR "black screen" OR "no signal" OR "won't work") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/buildapc ("graphics card" OR "gpu") ("no display" OR "not working" OR "black screen") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) ("graphics card" OR "gpu") ("not working" OR "no display" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) ("graphics card" OR "gpu") ("not working" OR "no display" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) ("graphics card" OR "gpu") ("not working" OR "no display" OR "repair")
|
|
||||||
site:reddit.com/r/techsupport ("graphics card" OR "gpu") ("artifacts" OR "artifacting" OR "weird lines" OR "glitching") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) ("graphics card" OR "gpu") ("artifacts" OR "artifacting" OR "repair")
|
|
||||||
site:reddit.com/r/techsupport ("graphics card" OR "gpu") ("fan not spinning" OR "overheating" OR "thermal paste") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
site:reddit.com/r/techsupport "hdmi port" ("broken" OR "not working" OR "no signal" OR "loose" OR "repair") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) "hdmi port" ("broken" OR "not working" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "hdmi port" ("broken" OR "not working" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "hdmi port" ("broken" OR "not working" OR "repair")
|
|
||||||
site:reddit.com/r/techsupport "tv" "hdmi" ("not working" OR "no signal" OR "broken port") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
site:reddit.com/r/techsupport ("key fob" OR "car key" OR "remote key") ("not working" OR "won't unlock" OR "dead" OR "broken") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
site:reddit.com/r/MechanicAdvice ("key fob" OR "car key" OR "remote key") ("not working" OR "broken" OR "dead battery") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) ("key fob" OR "car key") ("not working" OR "broken" OR "repair")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) ("key fob" OR "car key") ("not working" OR "broken" OR "repair")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) ("key fob" OR "car key") ("not working" OR "broken" OR "repair")
|
|
||||||
site:reddit.com/r/MechanicAdvice "key fob" ("dead battery" OR "battery replacement" OR "won't start") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
site:reddit.com/r/techsupport ("hard drive" OR "hdd" OR "ssd") ("died" OR "won't mount" OR "lost files" OR "not recognized") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
|
||||||
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
|
||||||
(site:reddit.com/r/calgary OR site:reddit.com/r/edmonton OR site:reddit.com/r/reddeer) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
|
||||||
site:reddit.com/r/datarecovery "ssd" ("not recognized" OR "disappeared" OR "won't boot" OR "corrupted") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
site:reddit.com/r/datarecovery ("external hard drive" OR "external drive") ("not recognized" OR "clicking" OR "won't mount") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) "external" ("hard drive" OR "drive") ("not working" OR "clicking" OR "repair")
|
|
||||||
site:reddit.com/r/datarecovery ("usb drive" OR "flash drive" OR "thumb drive") ("not recognized" OR "corrupted" OR "lost files") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
site:reddit.com/r/datarecovery ("sd card" OR "memory card") ("corrupted" OR "not recognized" OR "lost photos") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
site:reddit.com/r/[subreddit] "[device]" ("[problem1]" OR "[problem2]") ("Canada" OR "[City]")
|
|
||||||
|
|
@ -1,27 +1,54 @@
|
||||||
site:reddit.com/r/techsupport "macbook" ("won't turn on" OR "dead" OR "no power" OR "won't boot") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver" OR "Calgary" OR "Montreal")
|
# REDDIT SUBREDDIT REFERENCE FOR RSS FEEDS
|
||||||
site:reddit.com/r/applehelp "macbook" ("won't turn on" OR "dead" OR "no power" OR "won't boot") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
# This file contains subreddits organized by device/repair type
|
||||||
(site:reddit.com/r/londonontario OR site:reddit.com/r/ottawa OR site:reddit.com/r/windsor OR site:reddit.com/r/niagara OR site:reddit.com/r/barrie) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
# Use these to construct RSS URLs: https://www.reddit.com/r/[subreddit]/new/.rss
|
||||||
# RESUME HERE - Last created was query #3 (London/Ottawa/Windsor/Niagara/Barrie MacBook)
|
# Start with high-priority subreddits and expand as needed
|
||||||
# Next query to create: #4
|
#
|
||||||
|
# SUBREDDIT SELECTION NOTES:
|
||||||
|
# - Global subreddits (r/techsupport, r/applehelp) provide broad repair discussions
|
||||||
|
# - Regional subreddits focus on local repair opportunities
|
||||||
|
# - Device-specific subreddits target particular repair needs
|
||||||
|
# - Monitor subreddit activity to identify most valuable sources
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# MACBOOK REPAIR SUBREDDITS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# Regional subreddits for MacBook repair discussions
|
||||||
(site:reddit.com/r/surrey OR site:reddit.com/r/richmond OR site:reddit.com/r/burnaby) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/surrey OR site:reddit.com/r/richmond OR site:reddit.com/r/burnaby) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/calgary OR site:reddit.com/r/edmonton OR site:reddit.com/r/reddeer) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/calgary OR site:reddit.com/r/edmonton OR site:reddit.com/r/reddeer) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/moncton OR site:reddit.com/r/saintjohn OR site:reddit.com/r/charlottetown) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/moncton OR site:reddit.com/r/saintjohn OR site:reddit.com/r/charlottetown) "macbook" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
|
|
||||||
|
# MacBook Charging Issues - Global
|
||||||
site:reddit.com/r/applehelp "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "battery won't charge") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/applehelp "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "battery won't charge") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/techsupport "macbook" ("won't charge" OR "not charging" OR "battery dead") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport "macbook" ("won't charge" OR "not charging" OR "battery dead") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# MacBook Charging Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
||||||
(site:reddit.com/r/waterloo OR site:reddit.com/r/guelph OR site:reddit.com/r/londonontario OR site:reddit.com/r/ottawa OR site:reddit.com/r/windsor) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
(site:reddit.com/r/waterloo OR site:reddit.com/r/guelph OR site:reddit.com/r/londonontario OR site:reddit.com/r/ottawa OR site:reddit.com/r/windsor) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/ottawa OR site:reddit.com/r/halifax OR site:reddit.com/r/quebec) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/ottawa OR site:reddit.com/r/halifax OR site:reddit.com/r/quebec) "macbook" ("won't charge" OR "not charging" OR "battery dead" OR "repair")
|
||||||
|
|
||||||
|
# MacBook Water Damage - Global
|
||||||
site:reddit.com/r/applehelp "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/applehelp "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/techsupport "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/techsupport "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# MacBook Water Damage - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
||||||
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "macbook" ("spilled" OR "water damage" OR "liquid damage" OR "got wet")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# LAPTOP REPAIR SUBREDDITS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# Global and regional subreddits for laptop repair discussions
|
||||||
site:reddit.com/r/techsupport "laptop" ("won't turn on" OR "dead" OR "no power" OR "won't boot") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver" OR "Calgary" OR "Montreal")
|
site:reddit.com/r/techsupport "laptop" ("won't turn on" OR "dead" OR "no power" OR "won't boot") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver" OR "Calgary" OR "Montreal")
|
||||||
|
|
||||||
|
# Laptop Power Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/oakville OR site:reddit.com/r/burlington) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/oakville OR site:reddit.com/r/burlington) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo OR site:reddit.com/r/cambridge OR site:reddit.com/r/guelph) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo OR site:reddit.com/r/cambridge OR site:reddit.com/r/guelph) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/londonontario OR site:reddit.com/r/ottawa OR site:reddit.com/r/windsor OR site:reddit.com/r/niagara OR site:reddit.com/r/barrie) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/londonontario OR site:reddit.com/r/ottawa OR site:reddit.com/r/windsor OR site:reddit.com/r/niagara OR site:reddit.com/r/barrie) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
|
|
@ -33,13 +60,25 @@ site:reddit.com/r/techsupport "laptop" ("won't turn on" OR "dead" OR "no power"
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/moncton OR site:reddit.com/r/saintjohn OR site:reddit.com/r/charlottetown) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
(site:reddit.com/r/moncton OR site:reddit.com/r/saintjohn OR site:reddit.com/r/charlottetown) "laptop" ("won't turn on" OR "dead" OR "no power" OR "repair")
|
||||||
|
|
||||||
|
# Laptop Display Issues - Global
|
||||||
site:reddit.com/r/techsupport "laptop" ("black screen" OR "no display" OR "screen went black" OR "screen broken") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport "laptop" ("black screen" OR "no display" OR "screen went black" OR "screen broken") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# Laptop Display Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
||||||
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "laptop" ("black screen" OR "no display" OR "screen broken" OR "cracked screen")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# IPHONE REPAIR SUBREDDITS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# Global and regional subreddits for iPhone repair discussions
|
||||||
site:reddit.com/r/applehelp "iphone" ("won't turn on" OR "dead" OR "black screen" OR "screen of death") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/applehelp "iphone" ("won't turn on" OR "dead" OR "black screen" OR "screen of death") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/techsupport "iphone" ("won't turn on" OR "dead" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver" OR "Calgary")
|
site:reddit.com/r/techsupport "iphone" ("won't turn on" OR "dead" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver" OR "Calgary")
|
||||||
|
|
||||||
|
# iPhone Power Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/oakville OR site:reddit.com/r/burlington) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/oakville OR site:reddit.com/r/burlington) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
||||||
(site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo OR site:reddit.com/r/cambridge OR site:reddit.com/r/guelph) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
(site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo OR site:reddit.com/r/cambridge OR site:reddit.com/r/guelph) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
||||||
(site:reddit.com/r/londonontario OR site:reddit.com/r/ottawa OR site:reddit.com/r/windsor OR site:reddit.com/r/niagara OR site:reddit.com/r/barrie) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
(site:reddit.com/r/londonontario OR site:reddit.com/r/ottawa OR site:reddit.com/r/windsor OR site:reddit.com/r/niagara OR site:reddit.com/r/barrie) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
||||||
|
|
@ -49,38 +88,90 @@ site:reddit.com/r/techsupport "iphone" ("won't turn on" OR "dead" OR "black scre
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) "iphone" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
||||||
|
|
||||||
|
# iPhone Charging Issues - Global
|
||||||
site:reddit.com/r/applehelp "iphone" ("won't charge" OR "not charging" OR "charging port broken") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/applehelp "iphone" ("won't charge" OR "not charging" OR "charging port broken") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/techsupport "iphone" ("won't charge" OR "not charging" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport "iphone" ("won't charge" OR "not charging" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# iPhone Charging Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
||||||
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "iphone" ("won't charge" OR "not charging" OR "charging port broken")
|
||||||
|
|
||||||
|
# iPhone Screen Issues - Global
|
||||||
site:reddit.com/r/applehelp "iphone" ("cracked screen" OR "screen broken" OR "screen replacement") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/applehelp "iphone" ("cracked screen" OR "screen broken" OR "screen replacement") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# iPhone Screen Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) "iphone" ("cracked screen" OR "screen broken" OR "screen replacement" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) "iphone" ("cracked screen" OR "screen broken" OR "screen replacement" OR "repair")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "iphone" ("cracked screen" OR "screen broken" OR "screen replacement" OR "repair")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "iphone" ("cracked screen" OR "screen broken" OR "screen replacement" OR "repair")
|
||||||
|
|
||||||
|
# iPhone Audio Issues - Global
|
||||||
site:reddit.com/r/applehelp "iphone" ("no sound" OR "speaker not working" OR "microphone not working") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/applehelp "iphone" ("no sound" OR "speaker not working" OR "microphone not working") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# iPhone Audio Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "iphone" ("no sound" OR "speaker not working" OR "microphone broken" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "iphone" ("no sound" OR "speaker not working" OR "microphone broken" OR "repair")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# IPAD REPAIR QUERIES
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# iPad Power Issues - Global
|
||||||
site:reddit.com/r/applehelp "ipad" ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/applehelp "ipad" ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/techsupport "ipad" ("won't turn on" OR "dead" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport "ipad" ("won't turn on" OR "dead" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# iPad Power Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
||||||
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
(site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor OR site:reddit.com/r/barrie) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "ipad" ("won't turn on" OR "dead" OR "black screen" OR "repair")
|
||||||
|
|
||||||
|
# iPad Charging Issues - Global
|
||||||
site:reddit.com/r/applehelp "ipad" ("won't charge" OR "not charging" OR "battery dead" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/applehelp "ipad" ("won't charge" OR "not charging" OR "battery dead" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# iPad Charging Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ipad" ("won't charge" OR "not charging" OR "charging port broken" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ipad" ("won't charge" OR "not charging" OR "charging port broken" OR "repair")
|
||||||
|
|
||||||
|
# iPad Screen Issues - Global
|
||||||
site:reddit.com/r/applehelp "ipad" ("cracked screen" OR "screen broken" OR "screen replacement") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/applehelp "ipad" ("cracked screen" OR "screen broken" OR "screen replacement") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# iPad Screen Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ipad" ("cracked screen" OR "screen broken" OR "screen replacement" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ipad" ("cracked screen" OR "screen broken" OR "screen replacement" OR "repair")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# SAMSUNG REPAIR QUERIES
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# Samsung Power Issues - Global
|
||||||
site:reddit.com/r/techsupport ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/samsung ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/samsung ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# Samsung Power Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "repair")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "repair")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "repair")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) ("samsung" OR "galaxy") ("won't turn on" OR "dead" OR "repair")
|
||||||
|
|
||||||
|
# Samsung Charging Issues - Global
|
||||||
site:reddit.com/r/techsupport ("samsung" OR "galaxy") ("won't charge" OR "not charging" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport ("samsung" OR "galaxy") ("won't charge" OR "not charging" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# Samsung Charging Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) ("samsung" OR "galaxy") ("won't charge" OR "not charging" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) ("samsung" OR "galaxy") ("won't charge" OR "not charging" OR "repair")
|
||||||
|
|
||||||
|
# Samsung Screen Issues - Global
|
||||||
site:reddit.com/r/techsupport ("samsung" OR "galaxy") ("cracked screen" OR "screen broken" OR "screen replacement") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport ("samsung" OR "galaxy") ("cracked screen" OR "screen broken" OR "screen replacement") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# Samsung Screen Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) ("samsung" OR "galaxy") ("cracked screen" OR "screen broken" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) ("samsung" OR "galaxy") ("cracked screen" OR "screen broken" OR "repair")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# PLAYSTATION REPAIR QUERIES
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# PS5 Power Issues - Global
|
||||||
site:reddit.com/r/playstation "ps5" ("won't turn on" OR "no power" OR "black screen" OR "shut off randomly") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/playstation "ps5" ("won't turn on" OR "no power" OR "black screen" OR "shut off randomly") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/techsupport "ps5" ("won't turn on" OR "no power" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport "ps5" ("won't turn on" OR "no power" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# PS5 Power Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
||||||
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
||||||
|
|
@ -88,15 +179,35 @@ site:reddit.com/r/techsupport "ps5" ("won't turn on" OR "no power" OR "black scr
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/fredericton OR site:reddit.com/r/moncton) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/fredericton OR site:reddit.com/r/moncton) "ps5" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
||||||
|
|
||||||
|
# PS5 HDMI Issues - Global
|
||||||
site:reddit.com/r/playstation "ps5" ("hdmi not working" OR "hdmi port broken" OR "no signal" OR "no display") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/playstation "ps5" ("hdmi not working" OR "hdmi port broken" OR "no signal" OR "no display") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/techsupport "ps5" ("hdmi not working" OR "hdmi port" OR "no signal") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/techsupport "ps5" ("hdmi not working" OR "hdmi port" OR "no signal") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# PS5 HDMI Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ps5" ("hdmi not working" OR "hdmi port broken" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ps5" ("hdmi not working" OR "hdmi port broken" OR "repair")
|
||||||
|
|
||||||
|
# PS5 Disc Drive Issues - Global
|
||||||
site:reddit.com/r/playstation "ps5" ("disc drive" OR "won't read disc" OR "disc not working" OR "eject problem") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/playstation "ps5" ("disc drive" OR "won't read disc" OR "disc not working" OR "eject problem") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# PS5 Disc Drive Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ps5" ("disc drive" OR "won't read disc" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ps5" ("disc drive" OR "won't read disc" OR "repair")
|
||||||
|
|
||||||
|
# PS4 Power Issues - Global
|
||||||
site:reddit.com/r/playstation "ps4" ("won't turn on" OR "no power" OR "black screen" OR "shut off randomly") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/playstation "ps4" ("won't turn on" OR "no power" OR "black screen" OR "shut off randomly") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# PS4 Power Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ps4" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "ps4" ("won't turn on" OR "no power" OR "black screen" OR "repair")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# XBOX REPAIR QUERIES
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# Xbox Series X/S Power Issues - Global
|
||||||
site:reddit.com/r/techsupport ("xbox series x" OR "xbox series s") ("won't turn on" OR "no power" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport ("xbox series x" OR "xbox series s") ("won't turn on" OR "no power" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/xbox ("xbox series x" OR "xbox series s") ("won't turn on" OR "no power" OR "black screen") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/xbox ("xbox series x" OR "xbox series s") ("won't turn on" OR "no power" OR "black screen") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# Xbox Power Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "xbox" ("won't turn on" OR "no power" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "xbox" ("won't turn on" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) "xbox" ("won't turn on" OR "no power" OR "repair")
|
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) "xbox" ("won't turn on" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) "xbox" ("won't turn on" OR "no power" OR "repair")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) "xbox" ("won't turn on" OR "no power" OR "repair")
|
||||||
|
|
@ -104,11 +215,25 @@ site:reddit.com/r/xbox ("xbox series x" OR "xbox series s") ("won't turn on" OR
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "xbox" ("won't turn on" OR "no power" OR "repair")
|
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "xbox" ("won't turn on" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "xbox" ("won't turn on" OR "no power" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "xbox" ("won't turn on" OR "no power" OR "repair")
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/fredericton OR site:reddit.com/r/moncton) "xbox" ("won't turn on" OR "no power" OR "repair")
|
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/fredericton OR site:reddit.com/r/moncton) "xbox" ("won't turn on" OR "no power" OR "repair")
|
||||||
|
|
||||||
|
# Xbox HDMI Issues - Global
|
||||||
site:reddit.com/r/xbox "xbox" ("hdmi not working" OR "hdmi port broken" OR "no signal") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/xbox "xbox" ("hdmi not working" OR "hdmi port broken" OR "no signal") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# Xbox HDMI Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "xbox" ("hdmi not working" OR "hdmi port" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "xbox" ("hdmi not working" OR "hdmi port" OR "repair")
|
||||||
|
|
||||||
|
# Xbox Disc Drive Issues - Global
|
||||||
site:reddit.com/r/xbox "xbox" ("disc drive" OR "won't read disc" OR "disc not working") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/xbox "xbox" ("disc drive" OR "won't read disc" OR "disc not working") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# NINTENDO SWITCH REPAIR QUERIES
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# Switch Power Issues - Global
|
||||||
site:reddit.com/r/NintendoSwitch "switch" ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/NintendoSwitch "switch" ("won't turn on" OR "dead" OR "black screen" OR "no power") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/techsupport "nintendo switch" ("won't turn on" OR "dead" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport "nintendo switch" ("won't turn on" OR "dead" OR "black screen") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# Switch Power Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
||||||
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
||||||
|
|
@ -116,43 +241,115 @@ site:reddit.com/r/techsupport "nintendo switch" ("won't turn on" OR "dead" OR "b
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/fredericton OR site:reddit.com/r/moncton) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/fredericton OR site:reddit.com/r/moncton) "nintendo switch" ("won't turn on" OR "dead" OR "repair")
|
||||||
|
|
||||||
|
# Switch Charging Issues - Global
|
||||||
site:reddit.com/r/NintendoSwitch "switch" ("won't charge" OR "not charging" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/NintendoSwitch "switch" ("won't charge" OR "not charging" OR "charging port") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/techsupport "nintendo switch" ("won't charge" OR "not charging") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/techsupport "nintendo switch" ("won't charge" OR "not charging") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# Switch Charging Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "nintendo switch" ("won't charge" OR "not charging" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) "nintendo switch" ("won't charge" OR "not charging" OR "repair")
|
||||||
|
|
||||||
|
# Joy-Con Drift Issues - Global
|
||||||
site:reddit.com/r/NintendoSwitch ("joy-con drift" OR "joycon drift" OR "controller drift" OR "stick drift") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/NintendoSwitch ("joy-con drift" OR "joycon drift" OR "controller drift" OR "stick drift") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/techsupport ("joy-con drift" OR "joycon drift" OR "controller drift") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/techsupport ("joy-con drift" OR "joycon drift" OR "controller drift") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# Joy-Con Drift Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) ("joy-con" OR "joycon") ("drift" OR "not working" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal OR site:reddit.com/r/ottawa) ("joy-con" OR "joycon") ("drift" OR "not working" OR "repair")
|
||||||
|
|
||||||
|
# Switch Dock Issues - Global
|
||||||
site:reddit.com/r/NintendoSwitch "switch" ("won't dock" OR "dock not working" OR "no signal to tv" OR "hdmi not working") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/NintendoSwitch "switch" ("won't dock" OR "dock not working" OR "no signal to tv" OR "hdmi not working") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# Switch Dock Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) "nintendo switch" ("won't dock" OR "dock not working" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) "nintendo switch" ("won't dock" OR "dock not working" OR "repair")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# RETRO CONSOLE REPAIR QUERIES
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# Retro Console General Issues
|
||||||
site:reddit.com/r/consolerepair ("retro console" OR "old console" OR "vintage console") ("won't turn on" OR "no power" OR "repair") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/consolerepair ("retro console" OR "old console" OR "vintage console") ("won't turn on" OR "no power" OR "repair") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# PS2/PS3 Issues - Global
|
||||||
site:reddit.com/r/consolerepair ("ps2" OR "ps3" OR "playstation 2" OR "playstation 3") ("won't turn on" OR "no power" OR "disc error") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/consolerepair ("ps2" OR "ps3" OR "playstation 2" OR "playstation 3") ("won't turn on" OR "no power" OR "disc error") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
site:reddit.com/r/techsupport ("ps3" OR "playstation 3") ("won't turn on" OR "ylod" OR "blinking red") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/techsupport ("ps3" OR "playstation 3") ("won't turn on" OR "ylod" OR "blinking red") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# PS2/PS3 Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) ("ps2" OR "ps3") ("won't turn on" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) ("ps2" OR "ps3") ("won't turn on" OR "repair")
|
||||||
|
|
||||||
|
# GameCube/Wii Issues - Global
|
||||||
site:reddit.com/r/consolerepair ("gamecube" OR "wii" OR "wii u") ("won't turn on" OR "no power" OR "disc error") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/consolerepair ("gamecube" OR "wii" OR "wii u") ("won't turn on" OR "no power" OR "disc error") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# GameCube/Wii Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) ("gamecube" OR "wii") ("won't turn on" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) ("gamecube" OR "wii") ("won't turn on" OR "repair")
|
||||||
|
|
||||||
|
# Xbox 360 Issues - Global
|
||||||
site:reddit.com/r/consolerepair ("xbox 360" OR "original xbox") ("won't turn on" OR "rrod" OR "red ring" OR "no power") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/consolerepair ("xbox 360" OR "original xbox") ("won't turn on" OR "rrod" OR "red ring" OR "no power") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# Xbox 360 Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) "xbox 360" ("won't turn on" OR "red ring" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) "xbox 360" ("won't turn on" OR "red ring" OR "repair")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# GRAPHICS CARD/GPU REPAIR QUERIES
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# GPU Power/Display Issues - Global
|
||||||
site:reddit.com/r/techsupport ("graphics card" OR "gpu" OR "video card") ("no display" OR "black screen" OR "no signal" OR "won't work") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport ("graphics card" OR "gpu" OR "video card") ("no display" OR "black screen" OR "no signal" OR "won't work") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/buildapc ("graphics card" OR "gpu") ("no display" OR "not working" OR "black screen") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/buildapc ("graphics card" OR "gpu") ("no display" OR "not working" OR "black screen") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# GPU Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) ("graphics card" OR "gpu") ("not working" OR "no display" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) ("graphics card" OR "gpu") ("not working" OR "no display" OR "repair")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) ("graphics card" OR "gpu") ("not working" OR "no display" OR "repair")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) ("graphics card" OR "gpu") ("not working" OR "no display" OR "repair")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) ("graphics card" OR "gpu") ("not working" OR "no display" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) ("graphics card" OR "gpu") ("not working" OR "no display" OR "repair")
|
||||||
|
|
||||||
|
# GPU Artifacts Issues - Global
|
||||||
site:reddit.com/r/techsupport ("graphics card" OR "gpu") ("artifacts" OR "artifacting" OR "weird lines" OR "glitching") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport ("graphics card" OR "gpu") ("artifacts" OR "artifacting" OR "weird lines" OR "glitching") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# GPU Artifacts Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) ("graphics card" OR "gpu") ("artifacts" OR "artifacting" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) ("graphics card" OR "gpu") ("artifacts" OR "artifacting" OR "repair")
|
||||||
|
|
||||||
|
# GPU Thermal/Fan Issues - Global
|
||||||
site:reddit.com/r/techsupport ("graphics card" OR "gpu") ("fan not spinning" OR "overheating" OR "thermal paste") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/techsupport ("graphics card" OR "gpu") ("fan not spinning" OR "overheating" OR "thermal paste") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# HDMI PORT REPAIR QUERIES
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# HDMI Port Issues - Global
|
||||||
site:reddit.com/r/techsupport "hdmi port" ("broken" OR "not working" OR "no signal" OR "loose" OR "repair") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport "hdmi port" ("broken" OR "not working" OR "no signal" OR "loose" OR "repair") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# HDMI Port Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) "hdmi port" ("broken" OR "not working" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) "hdmi port" ("broken" OR "not working" OR "repair")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "hdmi port" ("broken" OR "not working" OR "repair")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) "hdmi port" ("broken" OR "not working" OR "repair")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "hdmi port" ("broken" OR "not working" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) "hdmi port" ("broken" OR "not working" OR "repair")
|
||||||
|
|
||||||
|
# TV HDMI Issues - Global
|
||||||
site:reddit.com/r/techsupport "tv" "hdmi" ("not working" OR "no signal" OR "broken port") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/techsupport "tv" "hdmi" ("not working" OR "no signal" OR "broken port") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# KEY FOB REPAIR QUERIES
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# Key Fob Issues - Global
|
||||||
site:reddit.com/r/techsupport ("key fob" OR "car key" OR "remote key") ("not working" OR "won't unlock" OR "dead" OR "broken") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport ("key fob" OR "car key" OR "remote key") ("not working" OR "won't unlock" OR "dead" OR "broken") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/MechanicAdvice ("key fob" OR "car key" OR "remote key") ("not working" OR "broken" OR "dead battery") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/MechanicAdvice ("key fob" OR "car key" OR "remote key") ("not working" OR "broken" OR "dead battery") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# Key Fob Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) ("key fob" OR "car key") ("not working" OR "broken" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/ottawa) ("key fob" OR "car key") ("not working" OR "broken" OR "repair")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) ("key fob" OR "car key") ("not working" OR "broken" OR "repair")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/calgary OR site:reddit.com/r/edmonton) ("key fob" OR "car key") ("not working" OR "broken" OR "repair")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) ("key fob" OR "car key") ("not working" OR "broken" OR "repair")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebec OR site:reddit.com/r/halifax OR site:reddit.com/r/winnipeg) ("key fob" OR "car key") ("not working" OR "broken" OR "repair")
|
||||||
|
|
||||||
|
# Key Fob Battery Issues - Global
|
||||||
site:reddit.com/r/MechanicAdvice "key fob" ("dead battery" OR "battery replacement" OR "won't start") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/MechanicAdvice "key fob" ("dead battery" OR "battery replacement" OR "won't start") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
# DATA RECOVERY QUERIES
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# Hard Drive/SSD Issues - Global
|
||||||
site:reddit.com/r/datarecovery ("hard drive" OR "lost files" OR "won't mount") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/datarecovery ("hard drive" OR "lost files" OR "won't mount") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
site:reddit.com/r/techsupport ("hard drive" OR "hdd" OR "ssd") ("died" OR "won't mount" OR "lost files" OR "not recognized") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/techsupport ("hard drive" OR "hdd" OR "ssd") ("died" OR "won't mount" OR "lost files" OR "not recognized") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# Hard Drive/SSD Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton OR site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
||||||
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
(site:reddit.com/r/waterloo OR site:reddit.com/r/ottawa OR site:reddit.com/r/londonontario OR site:reddit.com/r/windsor) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
||||||
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
(site:reddit.com/r/vancouver OR site:reddit.com/r/victoria OR site:reddit.com/r/kelowna OR site:reddit.com/r/surrey) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
||||||
|
|
@ -160,9 +357,18 @@ site:reddit.com/r/techsupport ("hard drive" OR "hdd" OR "ssd") ("died" OR "won't
|
||||||
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
(site:reddit.com/r/saskatoon OR site:reddit.com/r/regina OR site:reddit.com/r/winnipeg) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
||||||
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
(site:reddit.com/r/montreal OR site:reddit.com/r/quebeccity OR site:reddit.com/r/laval OR site:reddit.com/r/gatineau) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
||||||
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
(site:reddit.com/r/halifax OR site:reddit.com/r/newfoundland OR site:reddit.com/r/stjohns OR site:reddit.com/r/fredericton) ("hard drive" OR "hdd" OR "ssd") ("died" OR "lost files" OR "data recovery")
|
||||||
|
|
||||||
|
# SSD Specific Issues - Global
|
||||||
site:reddit.com/r/datarecovery "ssd" ("not recognized" OR "disappeared" OR "won't boot" OR "corrupted") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/datarecovery "ssd" ("not recognized" OR "disappeared" OR "won't boot" OR "corrupted") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
|
|
||||||
|
# External Drive Issues - Global
|
||||||
site:reddit.com/r/datarecovery ("external hard drive" OR "external drive") ("not recognized" OR "clicking" OR "won't mount") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
site:reddit.com/r/datarecovery ("external hard drive" OR "external drive") ("not recognized" OR "clicking" OR "won't mount") ("Canada" OR "Ontario" OR "Toronto" OR "Vancouver")
|
||||||
|
|
||||||
|
# External Drive Issues - Regional
|
||||||
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) "external" ("hard drive" OR "drive") ("not working" OR "clicking" OR "repair")
|
(site:reddit.com/r/toronto OR site:reddit.com/r/vancouver OR site:reddit.com/r/calgary OR site:reddit.com/r/montreal) "external" ("hard drive" OR "drive") ("not working" OR "clicking" OR "repair")
|
||||||
|
|
||||||
|
# USB/Flash Drive Issues - Global
|
||||||
site:reddit.com/r/datarecovery ("usb drive" OR "flash drive" OR "thumb drive") ("not recognized" OR "corrupted" OR "lost files") ("Canada" OR "Ontario" OR "Toronto")
|
site:reddit.com/r/datarecovery ("usb drive" OR "flash drive" OR "thumb drive") ("not recognized" OR "corrupted" OR "lost files") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
site:reddit.com/r/datarecovery ("sd card" OR "memory card") ("corrupted" OR "not recognized" OR "lost photos") ("Canada" OR "Ontario" OR "Toronto")
|
|
||||||
site:reddit.com/r/[subreddit] "[device]" ("[problem1]" OR "[problem2]") ("Canada" OR "[City]")
|
# SD Card Issues - Global
|
||||||
|
site:reddit.com/r/datarecovery ("sd card" OR "memory card") ("corrupted" OR "not recognized" OR "lost photos") ("Canada" OR "Ontario" OR "Toronto")
|
||||||
110
rss-feeds.json
110
rss-feeds.json
|
|
@ -1,32 +1,112 @@
|
||||||
{
|
{
|
||||||
"created": "2025-12-03",
|
"description": "Canadian Repair Search RSS Feeds - Targeted keyword monitoring within local communities",
|
||||||
"totalQueries": 166,
|
"strategy": "Search for repair keywords within Canadian subreddits to find local repair opportunities",
|
||||||
"alertsCreated": 21,
|
"lastUpdated": "2026-01-19",
|
||||||
"feeds": [
|
"feeds": [
|
||||||
{
|
{
|
||||||
"query": "(site:reddit.com/r/hamilton OR site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo OR site:reddit.com/r/cambridge OR site:reddit.com/r/guelph) \"macbook\" (\"won't turn on\" OR \"dead\" OR \"no power\" OR \"repair\")",
|
"name": "Toronto - iPhone/MacBook Repairs",
|
||||||
"url": "https://www.google.com/alerts/feeds/11705890287309079365/5885392179452838363"
|
"url": "https://www.reddit.com/r/toronto/search.rss?q=iPhone+repair+OR+macbook+repair+OR+laptop+repair+OR+%22screen+broken%22&sort=new&type=link",
|
||||||
|
"description": "Toronto device-specific repair searches",
|
||||||
|
"priority": "critical",
|
||||||
|
"city": "Toronto",
|
||||||
|
"province": "ON"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"query": "(site:reddit.com/r/kingston OR site:reddit.com/r/sudbury OR site:reddit.com/r/thunderbay OR site:reddit.com/r/ontario) \"macbook\" (\"won't turn on\" OR \"dead\" OR \"no power\" OR \"repair\")",
|
"name": "Toronto - General Repair Requests",
|
||||||
"url": "https://www.google.com/alerts/feeds/11705890287309079365/11416822435777084673"
|
"url": "https://www.reddit.com/r/toronto/search.rss?q=%22won%27t+turn+on%22+OR+%22water+damage%22+OR+%22not+working%22+OR+%22looking+for+repair%22&sort=new&type=link",
|
||||||
|
"description": "Toronto general repair problem searches",
|
||||||
|
"priority": "critical",
|
||||||
|
"city": "Toronto",
|
||||||
|
"province": "ON"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"query": "(site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo OR site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton) \"laptop\" (\"won't turn on\" OR \"dead\" OR \"no power\" OR \"won't boot\" OR \"repair\")",
|
"name": "Vancouver - iPhone/MacBook Repairs",
|
||||||
"url": "https://www.google.com/alerts/feeds/11705890287309079365/17440413889200170771"
|
"url": "https://www.reddit.com/r/vancouver/search.rss?q=iPhone+repair+OR+macbook+repair+OR+laptop+repair+OR+%22screen+broken%22&sort=new&type=link",
|
||||||
|
"description": "Vancouver device-specific repair searches",
|
||||||
|
"priority": "critical",
|
||||||
|
"city": "Vancouver",
|
||||||
|
"province": "BC"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"query": "(site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo OR site:reddit.com/r/toronto OR site:reddit.com/r/mississauga OR site:reddit.com/r/brampton) \"macbook\" (\"won't turn on\" OR \"dead\" OR \"no power\" OR \"won't boot\" OR \"repair\")",
|
"name": "Vancouver - General Repair Requests",
|
||||||
"url": "https://www.google.com/alerts/feeds/11705890287309079365/5144787296453332122"
|
"url": "https://www.reddit.com/r/vancouver/search.rss?q=%22won%27t+turn+on%22+OR+%22water+damage%22+OR+%22not+working%22+OR+%22looking+for+repair%22&sort=new&type=link",
|
||||||
|
"description": "Vancouver general repair problem searches",
|
||||||
|
"priority": "critical",
|
||||||
|
"city": "Vancouver",
|
||||||
|
"province": "BC"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"query": "(site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo OR site:reddit.com/r/toronto OR site:reddit.com/r/mississauga) \"macbook\" (\"spilled\" OR \"water damage\" OR \"liquid damage\" OR \"got wet\")",
|
"name": "Calgary - Device Repairs",
|
||||||
"url": "https://www.google.com/alerts/feeds/11705890287309079365/1194522734003528795"
|
"url": "https://www.reddit.com/r/calgary/search.rss?q=iPhone+repair+OR+laptop+repair+OR+macbook+repair+OR+%22phone+broken%22&sort=new&type=link",
|
||||||
|
"description": "Calgary device repair searches",
|
||||||
|
"priority": "high",
|
||||||
|
"city": "Calgary",
|
||||||
|
"province": "AB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"query": "(site:reddit.com/r/kitchener OR site:reddit.com/r/waterloo OR site:reddit.com/r/toronto OR site:reddit.com/r/mississauga) \"macbook\" (\"won't charge\" OR \"not charging\" OR \"battery dead\" OR \"battery won't charge\")",
|
"name": "Calgary - General Repairs",
|
||||||
"url": "https://www.google.com/alerts/feeds/11705890287309079365/4051591704344786488"
|
"url": "https://www.reddit.com/r/calgary/search.rss?q=repair+OR+fix+OR+broken+OR+%22not+working%22+OR+%22looking+for+repair%22&sort=new&type=link",
|
||||||
|
"description": "Calgary general repair searches",
|
||||||
|
"priority": "high",
|
||||||
|
"city": "Calgary",
|
||||||
|
"province": "AB"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Edmonton - Device Repairs",
|
||||||
|
"url": "https://www.reddit.com/r/edmonton/search.rss?q=iPhone+repair+OR+laptop+repair+OR+macbook+repair&sort=new&type=link",
|
||||||
|
"description": "Edmonton device repair searches",
|
||||||
|
"priority": "high",
|
||||||
|
"city": "Edmonton",
|
||||||
|
"province": "AB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Montreal - iPhone/MacBook Repairs",
|
||||||
|
"url": "https://www.reddit.com/r/montreal/search.rss?q=iPhone+repair+OR+macbook+repair+OR+laptop+repair+OR+%22screen+broken%22&sort=new&type=link",
|
||||||
|
"description": "Montreal device repair searches (French/English)",
|
||||||
|
"priority": "high",
|
||||||
|
"city": "Montreal",
|
||||||
|
"province": "QC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ottawa - Device Repairs",
|
||||||
|
"url": "https://www.reddit.com/r/ottawa/search.rss?q=iPhone+repair+OR+laptop+repair+OR+macbook+repair+OR+%22phone+broken%22&sort=new&type=link",
|
||||||
|
"description": "Ottawa device repair searches",
|
||||||
|
"priority": "high",
|
||||||
|
"city": "Ottawa",
|
||||||
|
"province": "ON"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Hamilton - General Repairs",
|
||||||
|
"url": "https://www.reddit.com/r/hamilton/search.rss?q=repair+OR+fix+OR+broken+OR+%22not+working%22+OR+iPhone+OR+laptop&sort=new&type=link",
|
||||||
|
"description": "Hamilton repair searches",
|
||||||
|
"priority": "medium",
|
||||||
|
"city": "Hamilton",
|
||||||
|
"province": "ON"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Kitchener - Device Repairs",
|
||||||
|
"url": "https://www.reddit.com/r/kitchener/search.rss?q=iPhone+repair+OR+laptop+repair+OR+macbook+repair&sort=new&type=link",
|
||||||
|
"description": "Kitchener-Waterloo repair searches",
|
||||||
|
"priority": "medium",
|
||||||
|
"city": "Kitchener",
|
||||||
|
"province": "ON"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Winnipeg - General Repairs",
|
||||||
|
"url": "https://www.reddit.com/r/winnipeg/search.rss?q=repair+OR+fix+OR+broken+OR+iPhone+OR+laptop&sort=new&type=link",
|
||||||
|
"description": "Winnipeg repair searches",
|
||||||
|
"priority": "medium",
|
||||||
|
"city": "Winnipeg",
|
||||||
|
"province": "MB"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"instructions": {
|
||||||
|
"how_to_use": "Subscribe to these search RSS feeds in your RSS reader. They will show new posts matching repair keywords within each Canadian city subreddit.",
|
||||||
|
"engagement": "When you find relevant repair posts, subscribe to the thread conversations to engage with users seeking local repair services.",
|
||||||
|
"expansion": "Start with 4-6 feeds from your top cities, then expand as you handle more leads.",
|
||||||
|
"monitoring": "Check feeds daily and engage with 1-2 promising repair conversations per day."
|
||||||
|
}
|
||||||
|
}
|
||||||
{
|
{
|
||||||
"query": "(site:reddit.com/r/ontario OR site:reddit.com/r/londonontario OR site:reddit.com/r/HamiltonOntario OR site:reddit.com/r/ottawa) \"macbook\" (\"won't turn on\" OR \"dead\" OR \"no power\" OR \"won't boot\" OR \"repair\")",
|
"query": "(site:reddit.com/r/ontario OR site:reddit.com/r/londonontario OR site:reddit.com/r/HamiltonOntario OR site:reddit.com/r/ottawa) \"macbook\" (\"won't turn on\" OR \"dead\" OR \"no power\" OR \"won't boot\" OR \"repair\")",
|
||||||
"url": "https://www.google.com/alerts/feeds/11705890287309079365/7751159903285793959"
|
"url": "https://www.google.com/alerts/feeds/11705890287309079365/7751159903285793959"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue