apify-easy-competitive-intelligence

द्वारा apify

इस कौशल का उपयोग तब किया जाना चाहिए जब उपयोगकर्ता "प्रतिस्पर्धी का विश्लेषण करें", "मूल्य निर्धारण की तुलना करें", "प्रतिस्पर्धी परिदृश्य", "बाजार अनुसंधान", "ग्राहक क्या कहते हैं…" जैसी बातें पूछे।

npx skills add https://github.com/apify/awesome-skills --skill apify-easy-competitive-intelligence

Competitive Intelligence

Real-time competitive intelligence powered by live web data via Apify actors. Never answer competitive questions from training knowledge alone. Always gather live data first, then analyze.

Prerequisites

  • Apify CLI v1.5.0+ (npm install -g apify-cli), or Apify MCP server
  • Authenticated session (apify login or APIFY_TOKEN env var)

CLI rules: Always pass --json, --user-agent apify-awesome-skills/apify-easy-competitive-intelligence, and 2>/dev/null.

  • Run actor: apify actors call "ACTOR_ID" -i 'INPUT' --json 2>/dev/null → returns run metadata with defaultDatasetId
  • Fetch results: apify datasets get-items DATASET_ID --format json > /tmp/results.json 2>/dev/null — save locally, parse from file:
    • Quick extraction: jq '.[] | "\(.field1) | \(.field2)"' /tmp/results.json
    • Aggregation: python3 -c "import json; d=json.load(open('/tmp/results.json')); ..."
    • Tabular: --format csv > /tmp/results.csv + python3 with csv.DictReader
    • Flags: --limit N, --offset N, --format json|jsonl|csv|xlsx|xml
    • Output fields: apify datasets info DATASET_ID --json | jq .fields
  • Fetch schema: apify actors info "ACTOR_ID" --input --json 2>/dev/null

If CLI is unavailable and Apify MCP server is connected, use MCP call-actor / fetch-actor-details / get-actor-output directly.

Authentication

If a CLI command fails with an auth error, authenticate using one of these methods:

  1. OAuth (interactive): apify login (opens browser)
  2. Environment variable: export APIFY_TOKEN=your_token_here
  3. From .env file: source .env (if the file contains APIFY_TOKEN=...)

Generate token: https://console.apify.com/settings/integrations

Actor Registry

Every actor call follows three steps:

  1. Read — find the actor's section in reference/actor-schemas.md. Use the exact verified input and follow the "How to find" instructions for URLs/slugs.
  2. Discover — verify platform URLs and slugs (e.g. via SERP) as described in the actor's schema section. Do not guess — wrong slugs silently return empty or wrong data.
  3. Run — call the actor with verified input.

Alternatively, fetch the live schema: apify actors info "ACTOR_ID" --user-agent apify-awesome-skills/apify-easy-competitive-intelligence --input --json 2>/dev/null

Data NeedActorNotes
Google SERPapify/google-search-scraperSupports country/language. SERP snippets contain ratings & review counts
Page scrapeapify/website-content-crawlerproxyConfiguration REQUIRED. Returns markdown
RAG browseapify/rag-web-browserSearch + scrape in one call. Good fallback
LinkedIn companydev_fusion/Linkedin-Company-ScraperOutput in KV store, not dataset
LinkedIn jobscurious_coder/linkedin-jobs-scraperRequires LinkedIn search URL, NOT keywords
Crunchbasepratikdani/crunchbase-companies-scraperSingle company URL per call
Amazon productjunglee/Amazon-crawlerProduct or category URLs
Amazon reviewsweb_wanderer/amazon-reviews-extractorMay return 0 for some products
Walmart producte-commerce/walmart-product-detail-scraperMay return empty
Google Maps reviewscompass/Google-Maps-Reviews-ScraperUse full Google Maps place URL
G2 reviewsautomation-lab/g2-scraperNPS, ratings, switching data. $0.04/run
Capterra reviewszen-studio/capterra-reviews-scraper$1.99/1K
Gartner Peer InsightsNo working actor. Use SERP snippet mining as fallback
Glassdoormemo23/glassdoor-scraper-pprReviews, salaries, culture, ratings
Redditharshmaur/reddit-scraperPosts + full comment threads
Google Play reviewsneatrat/google-play-store-reviews-scraperApp ID or Play Store URL
App Storejdtpnjtp/apple-app-store-scraperRequires SHADER proxy — may not be available on all plans
SimilarWebpro100chok/similarweb-scraperMinimum 10 domains per call
Google Newsdata_xplorer/google-news-scraper-fastNo boolean operators in keywords
Wayback Machineandok/wayback-machine-scraperFull URL including path

Core Workflow

Step 0: Understand the User (once, at start)

Clarify before gathering data:

  • Role — Analyzed company, competitor, investor, consultant?
  • Decision — Entering market, defending position, choosing vendor, building battlecard?
  • Autonomy — Checkpoints after initial findings, or autopilot?

Steps 1–7

  1. Clarify scope — Identify competitors. Select module(s). Default geography: US.
  2. Read module reference — Load reference/modules/<module>.md for gathering + analysis instructions.
  3. Gather live data — For each actor call, follow the three-step pattern: Read (actor-schemas.md) → Discover (SERP for URLs) → Run (call actor). Use PRIMARILY actors from the Actor Registry above.
  4. Checkpoint (if not autopilot) — Present first findings, confirm direction.
  5. Analyze — Select framework, lead with narrative, support with tables.
  6. Verify — Run pre-delivery verification (reference/verification-checklist.md). Check: every claim has a source URL, every major finding has a confidence label, inferences are labeled as such. Remove any ungrounded claims.
  7. Deliver — End with strategic recommendations framed for the user's role.

Framework Selection

SituationFramework
Profile one competitorSWOT
Market dynamics & forcesPorter's Five Forces
Visual position comparisonStrategy Canvas (Blue Ocean)
Why customers switchJobs-to-be-Done
Find white spacePositioning Matrix (2x2)
Predict competitor reactionCompetitive Response Matrix

Data Collection Rules

  • Prefer structured actors over website-content-crawler when a dedicated actor exists.
  • Cost budget — 3-8 actor calls per snapshot. Track total, warn at 15+.
  • Parallelize independent call-actor calls in a single response.
  • Failures — Report every failure explicitly (actor, input, error). Retry with corrected input if the cause is obvious. If retry fails, try rag-web-browser as fallback. Never silently skip a failed data source.
  • Cite everything — Include source URLs for every data point.
  • Async for long runs — Set async: true for actors >30s, poll with get-actor-run.
  • Protected platforms — Do NOT use website-content-crawler or rag-web-browser for: g2.com, capterra.com, gartner.com, glassdoor.com, reddit.com, linkedin.com. Use dedicated actors.

Apify vs. WebSearch

Apify required: review sites (G2, Capterra, Gartner, Glassdoor), LinkedIn, Reddit, Amazon, Walmart, app stores, SimilarWeb, Crunchbase, Wayback Machine, Google Maps reviews, news (Google News actor).

WebSearch/WebFetch sufficient (Claude Code built-in tools): competitor discovery, general company info, blog posts, publicly accessible pricing pages.

Data Validation & Grounding

  • Every factual claim needs a source URL. No link = not a fact.
  • Confidence labels are mandatory. Mark every major finding: High (primary source), Medium (2+ third-party sources), Low (single third-party source). Format: [Confidence | Source]. No report without labels.
  • Data tiers: Verified (primary source) → Reported (third-party, attribute) → Inferred (label as "this suggests...") → Ungrounded (omit).
  • Numbers are dangerous — employee counts, revenue, funding change fast. Always cite source and date.
  • Empty results ARE intelligence — 0 jobs = not hiring, 0 SimilarWeb = small site, 12 reviews = low adoption.
  • Cross-reference — Single-source claims are unverified. Multi-source (G2 + Capterra + Reddit) = pattern.

Module Selection

User says...ModuleReference
"Analyze [competitor]", "Tell me about [company]"Competitor Snapshotreference/modules/competitor-snapshot.md
"Compare pricing", "How much does [X] cost"Pricing Intelligencereference/modules/pricing-intelligence.md
"Pricing details", "per-use-case costs", "tiers", "add-ons"Pricing Deep Divereference/modules/pricing-deep-dive.md
"What do customers think", "Reviews", "Pain points"Review Intelligencereference/modules/review-intelligence.md
"What are they hiring for", "Job postings"Hiring Signalsreference/modules/hiring-signals.md
"How do they rank", "Content strategy", "SEO"Content & SEOreference/modules/content-seo.md
"Who are the players", "Market landscape"Market Landscapereference/modules/market-landscape.md
"Full battlecard", "Deep analysis", "Board prep"Multi-Modulereference/multi-module-playbook.md

apify की और Skills

bug-triage
apify
apify/apify-mcp-server पर खुले बग मुद्दों को ट्रायेज करें। विश्लेषण करें, प्रतिक्रिया का मसौदा तैयार करें, अनुमोदन प्राप्त करें, पोस्ट करें।
official
apify-influencer-brand-collabs
apify
Apify एक्टर्स को जोड़कर Instagram ब्रांड-क्रिएटर साझेदारियाँ खोजें। तब उपयोग करें जब उपयोगकर्ता पूछे कि कोई ब्रांड किसके साथ कोलैब करता है, किसी क्रिएटर ने किन ब्रांडों के साथ भुगतान…
official
dig
apify
Apify MCP सर्वर पर कार्य की खोज, योजना और विशिष्टीकरण के लिए लचीला कौशल। स्रोत फ़ाइलों को संपादित न करें — यह कौशल केवल समझने और योजना बनाने के लिए है।
official
apify-financial-news
apify
33 सत्यापित Tier 1 स्रोतों (Bloomberg, Reuters, FT, WSJ, IntelliNews, ČTK, PAP, BTA,…) से ट्रैक किए गए पोर्टफोलियो कंपनियों के लिए वित्तीय समाचार खोजें और निकालें।
official
apify-actor-development
apify
वेब स्क्रैपिंग, ऑटोमेशन और डेटा प्रोसेसिंग के लिए सर्वरलेस क्लाउड प्रोग्राम बनाएं, डीबग करें और डिप्लॉय करें। JavaScript, TypeScript और Python टेम्पलेट्स को इंटीग्रेटेड Crawlee, Playwright और Cheerio लाइब्रेरीज़ के साथ HTTP और ब्राउज़र-आधारित क्रॉलिंग के लिए सपोर्ट करता है। इसमें apify run के माध्यम से आइसोलेटेड स्टोरेज के साथ लोकल टेस्टिंग, इनपुट/आउटपुट के लिए स्कीमा वैलिडेशन और apify push के माध्यम से Apify
official
apify-actorization
apify
मौजूदा प्रोजेक्ट्स को भाषा-विशिष्ट SDK एकीकरण के साथ सर्वरलेस Apify एक्टर्स में बदलें। JavaScript/TypeScript (Actor.init() / Actor.exit() के साथ), Python (एसिंक कॉन्टेक्स्ट मैनेजर), और CLI रैपर के माध्यम से किसी भी भाषा को सपोर्ट करता है। संरचित वर्कफ़्लो प्रदान करता है: स्कैफोल्ड करने के लिए apify init, SDK रैपिंग लागू करना, इनपुट/आउटपुट स्कीमा कॉन्फ़िगर करना, apify run के साथ स्थानीय रूप से परीक्षण करना, फिर apify push के स
official
apify-generate-output-schema
apify
Apify एक्टर के सोर्स कोड का विश्लेषण करके आउटपुट स्कीमा (dataset_schema.json, output_schema.json, key_value_store_schema.json) जनरेट करें। इसका उपयोग तब करें जब...
official
apify-ultimate-scraper
apify
स्वचालित वेब स्क्रैपर जो Instagram, YouTube, Facebook, Google Maps और अन्य सहित 55+ प्लेटफार्मों के लिए इष्टतम एक्टर्स का चयन करता है। 8 प्रमुख प्लेटफार्मों पर 55+ पूर्व-कॉन्फ़िगर्ड एक्टर्स को कवर करता है, जिसमें उपयोग-मामला-विशिष्ट चयन मार्गदर्शन (लीड जनरेशन, इन्फ्लुएंसर खोज, ब्रांड
official