CLI tool to find SDKs used by iOS/Android apps via AppGoblin
Project description
app-sdk-finder
CLI tool to find SDKs used by iOS/Android apps via AppGoblin. Query 6M+ apps' SDK data, compare tech stacks, and rank SDKs by popularity.
Install
pip install app-sdk-finder
# Or run without installing
uvx app-sdk-finder --help
Commands
Search apps
app-sdk-finder search "bereal" --platform ios
app-sdk-finder search "whatsapp" --platform android --json
Get SDK list
# Company-level overview
app-sdk-finder get-sdk 1459645446 --platform ios
# Detailed: framework names, bundles, permissions
app-sdk-finder get-sdk 1459645446 --platform ios --detail
Compare two apps
app-sdk-finder compare 835599320 1459645446 --platform ios
App info (installs, revenue, MAU)
app-sdk-finder info 835599320 --platform ios
Which apps use a specific SDK
app-sdk-finder who-uses amplitude.com
app-sdk-finder who-uses firebase.google.com --platform ios
Browse and rank SDKs
# List all SDKs in a category
app-sdk-finder list-sdks --category product-analytics
# Rank by popularity
app-sdk-finder list-sdks rank product-analytics --platform ios
Categories: ad-networks, ad-attribution, product-analytics, development-tools, business-tools, mediation
Output formats
All commands support --json for machine-readable output:
app-sdk-finder get-sdk 1459645446 --platform ios --json
Default output uses rich tables for readability.
Store IDs
- iOS: numeric trackId (e.g.
835599320for TikTok) - Android: package name (e.g.
com.bereal.ft)
Use search to find the store ID, then pass it to other commands.
Claude Code Skill
A Claude Code skill is included in skills/app-sdk-finder/ that lets Claude automatically call this CLI to answer SDK-related questions.
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file app_sdk_finder-0.2.1.tar.gz.
File metadata
- Download URL: app_sdk_finder-0.2.1.tar.gz
- Upload date:
- Size: 46.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1e57fc73c6e96a78f1cacca1526b841144eb01922b1753d665186879af1d9ce
|
|
| MD5 |
ffbd9350c1ab3f3986a004c61d0bcaa3
|
|
| BLAKE2b-256 |
9267b4330eb79ad9b639252933ba1f34cedb0691785fb402a6b87b8560689baa
|
File details
Details for the file app_sdk_finder-0.2.1-py3-none-any.whl.
File metadata
- Download URL: app_sdk_finder-0.2.1-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfc55040f9b9f81f6170e60e42d9e952a70cb78b663de2f52eb9d3c23bfd9f89
|
|
| MD5 |
c92a3a1f4975a074b956e4a829155ed9
|
|
| BLAKE2b-256 |
ae7e83f78af69062fc7babfa9a9ed76a25c8c7443bef5ec9dea942310a1d2358
|