Trustradius APItrustradius.com ↗
Search for software products and access detailed profiles including ratings, pricing, and customer reviews all in one place. Filter through thousands of verified reviews by keyword to find the insights that matter most for your software selection decisions.
curl -X GET 'https://api.parse.bot/scraper/00e2f47a-3b05-4c51-99b8-01649fd7fd59/search_products?query=Salesforce' \ -H 'X-API-Key: $PARSE_API_KEY'
Search for software products on TrustRadius by keyword. Returns matching product listings and related categories from the autocomplete index. Each product includes its product_id (used by get_product_profile and get_product_reviews) and slug (used by search_reviews). Results are limited to the top matches returned by the autocomplete engine; there is no pagination.
| Param | Type | Description |
|---|---|---|
| queryrequired | string | Search query for finding products (e.g. 'Salesforce', 'Slack', 'Jira'). |
{
"type": "object",
"fields": {
"query": "The search query that was submitted.",
"products": "Array of matching product objects, each with product_id, name, slug, and path.",
"categories": "Array of matching category objects, each with name, slug, and path."
},
"sample": {
"data": {
"query": "Salesforce",
"products": [
{
"name": "Salesforce Agentforce Marketing",
"path": "/products/salesforce-agentforce-marketing",
"slug": "salesforce-agentforce-marketing",
"product_id": "5061d969e1ff5d0200000049"
},
{
"name": "Salesforce Agentforce Commerce",
"path": "/products/salesforce-agentforce-commerce",
"slug": "salesforce-agentforce-commerce",
"product_id": "5061d96ae1ff5d020000014f"
},
{
"name": "Salesforce Experience Cloud",
"path": "/products/salesforce-experience-cloud",
"slug": "salesforce-experience-cloud",
"product_id": "53f278ebceefda1300b26e6f"
}
],
"categories": []
},
"status": "success"
}
}About the Trustradius API
The Trustradius API on Parse exposes 4 endpoints for the publicly available data on trustradius.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.