crowdfunding-campaign-researchlisted
Install: claude install-skill Crawlora-org/crawlora-skills
# Crowdfunding campaign research
Compare campaigns with their currencies, lifecycle stages, and evidence limits
intact. Funding success, creator statements, and fulfilled rewards are distinct.
## Setup
Set `CRAWLORA_API_KEY` to your key from [crawlora.net](https://crawlora.net).
Run the bundled `scripts/crawlora.sh` from this skill directory or by absolute
path. It sends `x-api-key` to `https://api.crawlora.net/api/v1`; keep the key in
the environment. Read [reference/endpoints.md](reference/endpoints.md) for the
four Kickstarter tools and optional public page research.
## Discover and inspect campaigns
1. Define the product category, comparison purpose, campaign stage, and collection
bound. Search `/kickstarter/discover` with `term`, 1-based `page`, and `sort`:
`magic`, `popularity`, `newest`, `end_date`, or `most_funded`.
2. Set `state` explicitly for a lifecycle comparison. Repeat the key for multiple
values: `upcoming`, `live`, `late_pledge`, `canceled`, `failed`, `successful`.
Omitted state uses the upstream live/late-pledge default, which cannot establish
historical success rates. `staff_pick_only` introduces editorial selection.
Use returned `category.id` for a narrower query; there is no dedicated category
discovery endpoint in this selection, so do not invent category IDs.
3. Resolve the canonical project URL. Extract BOTH its creator path segment and
project slug for `/kickstarter/project`, `/kickstarter/updates`, and
`/kickstarter/co