Install
openclaw skills install @crawlora-org/app-store-researchResearches apps and browser extensions across the Apple App Store, Google Play, and Chrome Web Store using the Crawlora API, returning clean JSON. Use for app discovery, publisher and product comparisons, ratings and reviews, permissions, privacy, similar products, rankings, and release-history research.
openclaw skills install @crawlora-org/app-store-researchCompare public app and extension listings across the Apple App Store, Google Play, and Chrome Web Store as normalized JSON from the Crawlora API. Use this skill for discovery and evidence gathering; it does not install software or access private developer accounts.
CRAWLORA_API_KEY in the environment before running the helper.https://api.crawlora.net/api/v1 and keeps
the key out of command-line arguments./appstore/search, /googleplay/search,
or /chromewebstore/search. Store identifiers are not interchangeable.scripts/crawlora.sh /appstore/search term="habit tracker" country=us | jq '.'
scripts/crawlora.sh /googleplay/search q="habit tracker" country=us | jq '.'
scripts/crawlora.sh /chromewebstore/search q="password manager" | jq '.'
scripts/crawlora.sh /appstore/reviews id=6448311069 country=us sort=mostRecent | jq '.'
401/403, back off on 429, and report missing or partial sources
instead of treating them as zero results.See reference/endpoints.md for the complete generated endpoint list.