SoftwareSuggest · JSON Structure

Softwaresuggest Product Listing Structure

A software product listed on SoftwareSuggest with category, vendor, pricing, and ratings.

Type: Properties: 0
Software DiscoveryBusiness SoftwareSoftware-as-a-ServiceSoftware ReviewsB2B

Product Listing is a JSON Structure definition published by SoftwareSuggest.

Meta-schema:

JSON Structure

softwaresuggest-product-listing-structure.json Raw ↑
{
  "name": "Product Listing",
  "description": "A software product listed on SoftwareSuggest with category, vendor, pricing, and ratings.",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Product listing identifier" },
    { "name": "name", "type": "string", "required": true, "description": "Product name" },
    { "name": "slug", "type": "string", "required": false, "description": "URL slug" },
    { "name": "description", "type": "string", "required": false, "description": "Product description" },
    { "name": "category", "type": "string", "required": true, "description": "Primary software category" },
    { "name": "subcategories", "type": "array<string>", "required": false, "description": "Additional categories" },
    { "name": "vendor", "type": "object", "required": true, "description": "Vendor with name, website, founded, headquarters" },
    { "name": "deploymentTypes", "type": "array<string>", "required": false, "description": "cloud, on-premise, or hybrid" },
    { "name": "organizationSizes", "type": "array<string>", "required": false, "description": "small-business, mid-market, enterprise" },
    { "name": "pricingModel", "type": "string", "required": false, "description": "free, freemium, subscription, one-time, quote-based" },
    { "name": "startingPrice", "type": "number", "required": false, "description": "Starting price per user/month USD" },
    { "name": "hasFreeTrialOrDemo", "type": "boolean", "required": false, "description": "Free trial or demo availability" },
    { "name": "rating", "type": "object", "required": false, "description": "Aggregate ratings: overall, easeOfUse, valueForMoney, customerSupport, reviewCount" },
    { "name": "features", "type": "array<string>", "required": false, "description": "Key product features" },
    { "name": "integrations", "type": "array<string>", "required": false, "description": "Compatible integrations" },
    { "name": "productUrl", "type": "uri", "required": false, "description": "SoftwareSuggest listing URL" },
    { "name": "listingType", "type": "string", "required": false, "description": "free or premium listing" }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/softwaresuggest-product-listing-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.