Find startup perks a company qualifies for
find_startup_perksRank the startup credits, perks and deals one specific company can claim, from a catalog of 1,000+ programs (AWS Activate, Google for Startups, Microsoft for Startups, NVIDIA Inception, Anthropic, Stripe Atlas, Mercury, HubSpot and more). Use it when the user describes their own startup and asks what they can get or qualify for; use search_startup_perks to look up a provider or topic without a company profile, and get_startup_perk for one program's full terms. It checks each program's stated eligibility (stage, funding gate, raised-amount cap, company age, region) against the profile, ranks the categories the user needs first and takes each need in turn, and leaves out programs whose applications are paused or closed. Returns up to 25 programs, each with the value as the provider states it, whether the company qualifies and why, how to claim it, and links to the StartupPerks page, the provider's application and the provider's terms, plus a realistic claimable total (one program per provider, cloud counted once). Read-only; values are headline maximums, not guarantees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many programs to return (default 10). | |
| needs | No | Perk categories the startup wants, ranked above everything else: cloud-infra (Cloud & Infrastructure), databases-data (Databases & Data), ai-ml (AI & ML), banking-fintech (Banking & Fintech), finance-ops (Finance & Ops), dev-tools (Developer Tools), productivity-saas (Productivity & SaaS), marketing-sales (Marketing & Sales), security-legal-hr (Security, Legal & HR). Omit for all categories. | |
| stage | No | Company stage. | |
| region | No | Where the company is based: a country, city or region such as "US", "UK", "Germany", "EU", "India" or "Singapore". | |
| funding | No | How the company is funded: bootstrapped (no outside investors), vc-backed (angel or VC money), or accelerator (in an accelerator or incubator portfolio). | |
| priority | No | Ranking emphasis: balanced (default), value (biggest benefit first), eligibility (easiest to qualify first), reputable (best-verified first). | |
| provider | No | Only programs from this provider, e.g. "AWS", "Google Cloud", "Stripe". Leave empty unless the user asked about a specific provider. | |
| raised_usd | No | Total outside funding raised so far, in USD (0 if none). Programs with a raised-amount cap are checked against it. | |
| description | No | The startup in the user's own words, e.g. "pre-seed AI startup in Berlin, bootstrapped, needs GPU credits and a business bank account". Anything not given in the structured fields below is read from this text. | |
| include_gated | No | Also include referral-only and accelerator-only programs the startup may not reach on its own. | |
| only_qualifying | No | Only return programs the startup fully qualifies for. | |
| company_age_years | No | Years since the company was founded. |