Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.53 KB

File metadata and controls

66 lines (49 loc) · 1.53 KB

ProductSignals API

Product reliability analysis API based on publicly available signals.

Signals only. No verdicts. No guarantees. No advice.

Base URL

https://productsignalsapi.analyses-web.com

Endpoint

POST /v1/product-signals

Authentication

Send your API key in the request header:

X-API-Key: YOUR_API_KEY

API keys are issued after subscription via Stripe Checkout.

Request (minimal)

JSON body: { "productName": "Example", "language": "fr" }

Fields:

  • productName (string, required): product / merchant name to analyze
  • language (string, required): language code (example: fr)

Example (curl)

curl -X POST https://productsignalsapi.analyses-web.com/v1/product-signals
-H "Content-Type: application/json"
-H "X-API-Key: YOUR_API_KEY"
-d '{"productName":"Example","language":"fr"}'

Sources

The analysis may rely on signals extracted from:

  • Trustpilot
  • Reddit
  • ArnaqueOuFiable
  • Gridinsoft

Availability depends on public data and crawl results.

Quotas & billing

  • Monthly subscription
  • Fixed monthly request quota per plan
  • No pay-per-use
  • No free tier

Pricing and plans: https://productsignalsapi.analyses-web.com/pricing.html

Documentation

Non-goals

  • No verdicts
  • No legal, financial, or business advice
  • No customization per customer
  • No SLA guarantees

This API provides signals only.