Install
openclaw skills install @crawlora-org/startup-launch-researchScreens startup launches, public traction signals, verified revenue profiles, and crowdfunding campaigns using Product Hunt, TrustMRR, and Kickstarter through the Crawlora API. Use for launch research and acquisition screening, not investment guarantees or private diligence.
openclaw skills install @crawlora-org/startup-launch-researchBuild a dated startup or product launch brief from public launch pages, revenue-verified profiles, and crowdfunding updates. Keep each source's scope and evidence type explicit.
scripts/crawlora.sh /producthunt/search query="AI note taking" | jq '.'
scripts/crawlora.sh /producthunt/product/<id> | jq '.'
scripts/crawlora.sh /trustmrr/leaderboard | jq '.'
scripts/crawlora.sh /kickstarter/discover term="robotics" | jq '.'
scripts/crawlora.sh /kickstarter/project creator=<creator> slug=<project> | jq '.'
See reference/endpoints.md for the complete generated endpoint list.