API Reference: Querying Global Software Databases

This reference guide details what type of calls and API queries you can make to fetch product features, pricing matrices, and compatibility checks from our global B2B directory.

Supported API Queries

1. Detail Query by Slug

Fetch details for a specific software tool (such as Supabase or Firebase) to get their documentation links, official homepages, and pricing structures.

2. Recommendations Query

Query recommended tech stacks based on your application profile (e.g. asking for a mobile neobank stack).

API Call Payload Example

POST https://api.productgrowth.in/v1/intelligence/tool/query Body: {{ "tool_slug": "supabase", "fields": ["pricing_plans", "open_source", "self_hostable"] }}

Try Intelligence Interactive App

Launch the product sandbox dashboard directly to test APIs and build transaction flows in real-time.

Launch App Dashboard →