ShoppingBeta
Thomann Product Data API
Live Thomann data, fetched the moment you ask and handed back in a clean, structured form. Use it in your own app, a spreadsheet or as a tool for an AI assistant.
What you can get: Music gear product details, reviews, search.
100 free requests every month · no credit card
- Product details
- Reviews
- Search products
What teams build with Thomann data
Realtime product, review and search data from Thomann, Europe's largest online music retailer – all country shops (thomann.de, .at, .co.uk, .fr, .it, .es, …) with local prices, strike prices, availability and delivery times.
- Music gear price monitoring
- MAP / RRP compliance
- Review mining
- Assortment & availability tracking
Works with AI assistants
Models only know what they saw in training. Add the Thomann endpoints as a tool in ChatGPT, Claude, Gemini or your agent framework, and your assistant can look up current data while it answers.
Thomann endpoints
All Thomann endpoints are served under the /thm prefix and share the same API key and quota as every other platform.
Product page by URL: brand, price, strike price, availability, rating, images, specs, categories.
urlPaged reviews by product URL or article number, with sorting.
urlproductIdpagesortBydomainCodeKeyword search per country shop with paging and sorting.
keywordpagesortBydomainCodeExample request
curl "https://api.everydata.io/thm/thomann-lookup-product?url=https%3A%2F%2Fwww.thomann.de%2Fde%2Fharley_benton_hbd120cebk_westerngitarre.htm" \
-H "x-api-key: YOUR_API_KEY"Example response
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"productTitle": "Harley Benton HBD120CEBK Westerngitarre Schwarz",
"manufacturer": "Harley Benton",
"price": 89,
"currency": "EUR",
"productRating": "4.4",
"countReview": 1954
}Included in every plan
The Thomann API is part of the shared quota – no separate subscription needed.
Production
Recommended- Requests / month
- 50,000
- Rate limit
- 100 / min
- Platforms
- all
- Support
Frequently asked questions
Try the Thomann API with your own data.
Sign up with your e-mail, copy your API key and make your first request in about a minute. The free plan never expires.