# Trustpilot Consumer Profile Lookup

> Trustpilot Consumer Profile Lookup is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Fetches public profile details for a Trustpilot consumer by their consumer ID, including name, photo, country, verification status, and review activity stats.

## Facts

- Endpoint: GET https://x402.openwebninja.com/trustpilot-company-and-reviews/consumer-details
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/trustpilot-consumer-profile-lookup-1493d9e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0H2gt24d6qymDpZW6smEl

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 trustpilot-consumer-profile-lookup-1493d9e3
```

Example prompt: Can you pull up the Trustpilot profile for consumer ID 'abc123xyz' and tell me their name, country, whether they're verified, and how many reviews they've written? Use the en-US locale.

## When to prefer this

Use this endpoint when you need to look up public profile metadata for a specific Trustpilot consumer by their ID — for example, to verify reviewer identity, enrich review data with author details, or assess reviewer credibility via verification status and review volume. Prefer this over scraping Trustpilot directly, as it provides structured JSON output at low cost.

## Known failure modes

- Invalid or nonexistent consumer_id returns an error or empty data
- Unsupported locale value causes a validation error
- Missing required consumer_id parameter returns a 400-level error
- Network timeout or upstream Trustpilot API unavailability causes failure
- Payment failure due to insufficient USDC balance blocks the request

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns a JSON object containing the consumer's unique ID, display name, profile photo URL, country, verification status (boolean), number of likes received, number of times their content has been read, and total number of reviews written, along with the locale and consumer_id echoed back and a request ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/trustpilot-consumer-profile-lookup-1493d9e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
