Skip to content

appalize/aso-keyword-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ASO Keyword Analyzer 🔍📊 Appalize

A lightweight CLI tool for App Store Optimization (ASO) keyword analysis and competitor research.

Check keyword popularity, difficulty scores, and run basic App Store keyword evaluations directly from your terminal.


🚀 The Full Appalize Platform

This open-source CLI provides basic, limited metric estimations.

For production-grade ASO data, you need the full Appalize Platform. With the web platform, you get:

  • 📈 Real Search Volume: Accurate Apple and Google search popularity scores.
  • 🕵️ Competitor Spy: Type in any competitor and see exactly what keywords they rank for.
  • 📉 Rank Tracking: Track your daily keyword rankings across 40+ countries.
  • 🤖 AI Suggestions: Let our AI find long-tail keywords you missed.

👉 Start optimizing for free at Appalize.com


📦 Installation

# Clone the repository
git clone https://github.com/appalize/aso-keyword-analyzer.git
cd aso-keyword-analyzer

# Install dependencies
npm install

# Link the CLI globally
npm link

💻 Usage

Analyze a Single Keyword

Evaluate a keyword to see its popularity and difficulty.

aso analyze "habit tracker" --country us

Output:

🔍 Analyzing keyword: "habit tracker" in [us]

┌────────────────────┬────────────────────────────────┐
│ Metric             │ Value                          │
├────────────────────┼────────────────────────────────┤
│ Popularity Score   │ 68/100                         │
├────────────────────┼────────────────────────────────┤
│ Difficulty Score   │ 82/100                         │
├────────────────────┼────────────────────────────────┤
│ Total Apps         │ 4,124                          │
├────────────────────┼────────────────────────────────┤
│ Verdict            │ Highly Competitive             │
└────────────────────┴────────────────────────────────┘

Competitor Gap Analysis

See what keywords an app is ranking for. (Note: This feature requires an Appalize account for full data access).

aso competitors 123456789

📖 Learn ASO

New to App Store Optimization? Learn how to do keyword research properly:

📚 Explore our full curated list of ASO resources at Awesome ASO.


Contributing

We welcome contributions to improve the CLI interface. Please note that core ranking algorithms and data pipelines remain proprietary to the Appalize platform.

  1. Fork the repo
  2. Create your feature branch (git checkout -b feature/NewCommand)
  3. Commit your changes (git commit -m 'Add NewCommand')
  4. Push to the branch (git push origin feature/NewCommand)
  5. Open a Pull Request

License

MIT © Appalize

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors