Sharp A155U
- Light output
- 15,000 lmclaimed
- Light output
- 14,280 lmmeasured−4.8%
- Noise level
- p22 · quieter than 78% of typemeasured
- Weight
- p18 · lighter than 82% of typeclaimed
Send a GTIN, a messy title, or a URL. You get back the product, its variants, and the evidence.
GTIN checksum valid; exact variant.
Built for commerce teams, integrators, data stewards, and the agents that shop for their customers.
02 · What incomplete data costs
Most shops run on supplier feeds: incomplete, inconsistent, monolingual. The symptoms show up in four places; the cause is one missing record. Each case below states the failure, then the fix.
"quiet 4k laser projector for daylight rooms"
Lichtleistung · 15.000 lm (gemessen: 14.280 lm)
03 · One request
One request resolves identity. The next returns every attribute with its source, its conditions, and its place in the distribution.
$ curl https://api.getproductdata.com/v1/resolve \ -H "Authorization: Bearer gpd_live_51Hx…" \ -d gtin=4012345678901 { "object": "resolution", "verdict": "exact_variant", "confidence": 0.99, "variant": "gpd:variant:sharp.a155u.white", "family": "gpd:family:sharp.a155u" }
$ curl ".../v1/products/gpd:family:sharp.a155u?depth=full&expand=claims,context" "optical.light_output": { "statements": [ { "value": 15000, "unit": "lm", "epistemic": "claimed", "confidence": 0.97 }, { "value": 14280, "unit": "lm", "epistemic": "measured", "reality_delta_pct": -4.8 } ] }, "context": { "percentiles": { "optical.light_output": 0.91, "acoustic.noise_level": 0.22 } }, "quality": { "completeness_vs_type_profile": 0.91, "overall_confidence": 0.89 }
$ curl -G .../v1/search \ --data-urlencode "type=gpd:type:installation_projector" \ --data-urlencode "filter[optical.light_output:iso_21118][gte]=10000" \ --data-urlencode "filter[acoustic.noise_level][lte]=percentile:50" \ --data-urlencode "prefer=measured" "interpreted": { "notes": ["percentile:50 resolved to 37 dB for this type"] }
Qualifier pinning is enforced. A brightness filter without its measurement standard returns 400 qualifier_required instead of silently lying to you.
04 · Claims, not facts
Sharp states 15,000 lumens. An independent lab measured 14,280 under the same standard. Both are on the record; the delta is public.
Both statements stand, each with its sources; the delta is part of the record. Claimed and measured never merge into one flattering number.
05 · The distribution is part of the data
1,842 installation projectors on record, measured under one standard. This one is quieter than 78% of them.
06 · The Dictionary
1,184 attributes, each with a definition, eight languages, and a distribution. The Dictionary is the schema; there is no second copy.
07 · Built by research
An ingestion is a research job, not a crawl. Our agents read the datasheets so yours do not have to.
Identity first. Candidates are scored, never forced; ambiguity is a verdict, and every merge is reversible with its reasoning on file.
Manufacturer sources first, then labs, retailers, registries. Every finding lands as a claim: source, locator, content hash, retrieval date.
Sources earn reputation weekly. A datasheet outranks a shop page; on measured values, the lab outranks both. Contested is a respectable verdict.
412 statements, 2 conflicts open, both visible in the payload. A 0.7-complete dossier with provenance beats no dossier.
Scan under 5 minutes · standard under 30 · deep under 4 hours · a created job always reaches a terminal state
08 · For agents
ACP and UCP turn product data into the storefront. An agent cannot apologize to a customer; it needs identities that do not drift and availability that does not lie.
{ "id": "gpd:variant:sharp.a155u.white", "gtin": "4012345678901", "schema_release": "2026-06-08", "market": "de", "links": { "product": "/v1/products/gpd:family:sharp.a155u" } } // ids redirect forever; merges are reversible and announced by webhook
09 · The record is live
Free tier: 1,000 credits a month, full Dictionary access, and test keys that behave exactly like live ones. Enough to ship something real.