# SoftwareReview — B2B Software Reviews & Ratings

> SoftwareReview — B2B Software Reviews & Ratings is a paid API for AI agents from api.agentwonderland.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves B2B software reviews, ratings, feature comparisons, user satisfaction scores, and implementation feedback for a given product URL.

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/software-review
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/softwarereview-b2b-software-reviews-ratings-86a0fd6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_78LVm6nFXxtJA9fB9lL5q

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability softwarereview-b2b-software-reviews-ratings-86a0fd6a -d '<json body>'
```

Example prompt: Pull up the B2B reviews and ratings for Salesforce — I need user satisfaction scores, feature comparisons, and any implementation feedback from real buyers. The product URL is https://www.salesforce.com.

## When to prefer this

Choose this endpoint when you need structured B2B software review intelligence — ratings, satisfaction scores, and feature-level user feedback — for procurement decisions, competitive analysis, or vendor due diligence. Prefer it over generic web search when you need aggregated, buyer-verified review data rather than raw web pages or marketing copy.

## Known failure modes

- Invalid or unrecognized product URL returns no results or an error
- Product URL points to a page with no indexed reviews, resulting in empty or sparse data
- Rate limiting or payment failure if USDC balance is insufficient
- URL format errors if the productUrl is malformed or missing protocol

## How this service works

SoftwareReview: B2B software reviews and ratings with feature comparisons, user satisfaction scores, and implementation feedback. Essential for software buyers and competitive analysis.

## Output

Returns B2B software reviews and ratings data for the specified product, including aggregated user satisfaction scores, feature comparisons, and qualitative implementation feedback from verified buyers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "productUrl": {
   "type": "string",
   "title": "Producturl"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/softwarereview-b2b-software-reviews-ratings-86a0fd6a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentwonderland.com](https://www.zero.xyz/host/api.agentwonderland.com/llms.txt)
