search_demand
Find proof of demand by checking where money and effort already go: freelance gigs show paid work, GitHub stars show public interest.
Instructions
Find where money and effort are ALREADY moving on a problem.
This is the structured-evidence layer, and the strongest one for judging a business idea. Two sources, two different proofs:
Freelance gigs (Freelancer.com): somebody is paying a human, repeatedly, to do something by hand. Each result carries a budget and a bid count, so it answers "do they pay" and "how much" without asking anyone. The same job posted over and over is a product waiting to exist.
GitHub: an engineer scratching their own itch in public is a workaround artifact, and stars are other people saying "me too".
stars_per_monthmatters more than total stars -- a 200-star repo from 2019 is history, the same from last month is a live unmet need.
Use this BEFORE search_web on any business question. Published articles describe markets; this shows transactions. Pair with search_community for the complaint in users' own words.
Args: question: the problem or domain, in keywords. since: "YYYY-MM-DD" — for GitHub this filters repo CREATION date. min_bids: ignore gigs below this many bidders (weak demand). min_stars: ignore repos below this star count. limit: results per source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| min_bids | No | ||
| question | Yes | ||
| min_stars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||