Search TrustedShops-certified online shops, access shop profiles with trust marks, extract customer reviews, and browse shop categories — all through a structured REST API. TrustedShops has no public API for review data, and Scrappa fills this gap.
Structured data for real applications. Here are some ideas.
Verify online shop credibility by checking TrustedShops certification status, trust marks, and customer review scores. Build trust indicators into marketplace and comparison platforms.
Monitor competitor shops' TrustedShops ratings and reviews over time. Track how customer satisfaction compares across competing online stores.
Analyze shop ratings, review volumes, and categories to understand e-commerce market dynamics in German-speaking and European markets.
Build browser extensions or tools that display TrustedShops ratings when users browse online shops. Help consumers make informed purchasing decisions.
Everything you need in one API.
/api/trustedshops/search
Search for TrustedShops-certified shops by name or domain
/api/trustedshops/shop
Get a shop's TrustedShops profile with trust mark and rating
/api/trustedshops/reviews
Extract customer reviews for a TrustedShops-certified shop
/api/trustedshops/category-shops
Browse shops within a specific TrustedShops category
/api/trustedshops/categories
Get the TrustedShops category hierarchy
/api/trustedshops/markets
List available TrustedShops markets and regions
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/trustedshops/reviews?domain=zalando.de&limit=5" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"shop": "Zalando",
"trust_mark": "VALID",
"rating": 4.52,
"total_reviews": 89000,
"reviews": [
{
"title": "Schnelle Lieferung",
"text": "Bestellung kam innerhalb von 2 Tagen an, alles wie beschrieben...",
"rating": 5,
"author": "M. Schmidt",
"date": "2025-03-25",
"verified": true
}
]
}
See how Scrappa compares to the official API.
| Feature | Scrappa | TrustedShops (no public API) |
|---|---|---|
| API available | Yes (6 endpoints) | No public review API |
| Shop search | Programmatic | Manual only |
| Review extraction | Yes (structured) | Not available |
| Category browsing | Manual only | |
| Trust mark status | Widget only | |
| Multi-market data | Manual per market | |
| Bulk access | ||
| Free tier | 500 credits/month | N/A |
TrustedShops does not offer a public API for accessing review data or shop profiles programmatically. They provide widgets for shops to display on their own sites, but no way to search, query, or extract review data at scale. Scrappa provides 6 structured REST endpoints covering search, profiles, reviews, and categories.
Yes. You can query reviews for any TrustedShops-certified shop with pagination support. Build review monitoring dashboards, competitive analysis tools, and sentiment analysis pipelines that track thousands of shops across European markets.
Just a Scrappa API key passed as an X-API-KEY header. No TrustedShops account, no partner agreement, no OAuth. Sign up for free, get your key, and start querying TrustedShops data immediately.
You can search for shops by name or domain, get shop profiles with trust mark status and ratings, extract customer reviews with text and ratings, browse shops by category, explore the category hierarchy, and list available TrustedShops markets.
Yes. Every Scrappa account includes 500 free credits per month with no credit card required. Test all 6 TrustedShops endpoints before committing to paid usage.
Scrappa charges $0.20 per 1,000 requests with no daily caps. All TrustedShops endpoints cost the same. The free tier gives you 500 credits per month to get started.