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

What you can look upbeta
  • Product details
  • Reviews
  • Search products
Use cases

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.

For developers

Thomann endpoints

All Thomann endpoints are served under the /thm prefix and share the same API key and quota as every other platform.

Product details
GET/thm/thomann-lookup-product

Product page by URL: brand, price, strike price, availability, rating, images, specs, categories.

url
Reviews
GET/thm/thomann-lookup-reviews

Paged reviews by product URL or article number, with sorting.

urlproductIdpagesortBydomainCode
Search products
GET/thm/thomann-search-by-keyword

Keyword search per country shop with paging and sorting.

keywordpagesortBydomainCode

Example 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

200 OK · application/json
{
  "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
}
API reference
Pricing

Included in every plan

The Thomann API is part of the shared quota – no separate subscription needed.

Free

€0/ month
Requests / month
100
Rate limit
10 / min
Platforms
all
Support
e-mail

Starter

€30/ month
Requests / month
5,000
Rate limit
50 / min
Platforms
all
Support
e-mail

Production

Recommended
€80/ month
Requests / month
50,000
Rate limit
100 / min
Platforms
all
Support
e-mail

Business

€300/ month
Requests / month
300,000
Rate limit
250 / min
Platforms
all
Support
e-mail
All plans

Frequently asked questions

Something missing? Write to support@everydata.io.

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.