Thomann Product Catalog Price Scraper avatar

Thomann Product Catalog Price Scraper

Pricing

Pay per event

Go to Apify Store
Thomann Product Catalog Price Scraper

Thomann Product Catalog Price Scraper

Thomann is the biggest single European MI retailer and its catalog is a recurring pricing-intel

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Extract product names, brands, prices, ratings, and article IDs from Thomann's full instrument catalog. Covers guitars, keys, drums, studio gear, live sound, DJ equipment, and more across dozens of subcategories.

What you get

Each record contains:

FieldDescription
product_nameProduct model name (brand stripped)
brandManufacturer name
categoryTop-level category slug (e.g. guitars_and_basses)
subcategoryLeaf subcategory slug (e.g. electric_guitars)
priceNumeric price in the server's locale currency
currencyCurrency symbol (€, $, £, etc.)
availabilityAvailability status (null on listing pages)
ratingAverage rating on a 0–5 scale
review_countNumber of customer reviews
thomann_article_idThomann's internal article ID
product_urlFull URL to the product detail page
image_urlProduct image URL (WebP preferred)
scraped_atISO 8601 timestamp

Input

FieldTypeDescription
categoriesstring[]Thomann category slugs to crawl. Leave empty to crawl all 9 default categories.
maxItemsintegerMaximum total records to return.

Category slugs

guitars_and_basses, keys, drums_and_percussion, wind_instruments,
stringed_instruments, studio_and_recording, live_sound, dj_equipment,
guitar_accessories

You can also use any Thomann subcategory slug visible in the URL (e.g. electric_guitars, digital_pianos).

How it works

The scraper navigates Thomann's /intl/ locale (currency follows Apify cloud geo — typically USD or EUR):

  1. Category pages — parsed for links to leaf subcategories
  2. Subcategory pages — all products extracted from a single HTML response (Thomann does not paginate product listings)

Thomann's Cloudflare protection is cleared automatically via residential proxy — no manual configuration required.

Example output

{
"product_name": "LP Standard Guitar",
"brand": "Epiphone",
"category": "guitars_and_basses",
"subcategory": "electric_guitars",
"price": 349,
"currency": "$",
"availability": null,
"rating": 4.6,
"review_count": 284,
"thomann_article_id": "517832",
"product_url": "https://www.thomann.de/intl/epiphone_lp_standard_60s.htm",
"image_url": "https://thumbs.static-thomann.de/thumb/thumb248x248/pics/prod/517832.webp",
"spec_summary": null,
"scraped_at": "2026-05-21T09:33:35.584Z"
}

Performance

  • A single category (e.g. guitars_and_basses) with ~60 subcategories returns 3,000–9,000 products
  • All 9 default categories return 30,000–80,000 products
  • Memory: 512 MB
  • Timeout: 4 hours (sufficient for a full catalog run)