Galaxus.ch Scraper: 6.3M+ Products, $3 per 1,000 Products
Scrape Galaxus.ch, Switzerland's largest online retailer with over 6.3 million products across 3,000+ categories. GraphQL-backed for stable, structured results. Paste a category URL or slug, pick a sort order, and the actor extracts product name, brand, current and original price (sale detection), CHF currency, rating, review count, availability, in-stock flag, full image gallery, EU energy rating and product URL. No start fee, you only pay for results.
What you can scrape
- Identity: name, name_full (short and long titles), brand, source_url
- Pricing: price, price_before (for sale detection), currency (CHF)
- Ratings: rating, rating_count
- Availability: availability (delivery time text), in_stock flag
- Media: image_url, image_urls (full gallery)
- Energy label: energy_rating (EU efficiency A to G)
- Sort orders: BESTSELLER, PRICE_ASC, RELEVANCE
Primary use cases
- Swiss dropshipping research. Filter by rating and rating_count to find proven products with strong demand
- Competitive pricing. Track price and price_before to find products on sale across electronics, appliances and home
- Supplier sourcing. Map brands stocked across a category to seed B2B outreach
- Product feed enrichment. Pull image_urls and energy_rating to enrich a Swiss-targeted catalog
- EU energy compliance. Snapshot energy_rating distribution per category for compliance reporting
- Stock monitoring. Track in_stock and availability to time procurement and restocks
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~galaxus-ch-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"categoryUrl": "https://www.galaxus.ch/en/s1/producttype/smartphones-24",
"maxResults": 100,
"sortOrder": "BESTSELLER"
}'
Integrations
- n8n, Make, Zapier: trigger runs and route products into pricing dashboards
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: category list in, product records out
Output fields
| Field | Type | Example |
| name | string | iPhone 16 Pro 256GB Titanium |
| brand | string | Apple |
| price | number | 1199.00 |
| price_before | number | 1299.00 |
| currency | string | CHF |
| rating | number | 4.6 |
| rating_count | integer | 248 |
| in_stock | boolean | true |
| availability | string | Delivery in 2 days |
| energy_rating | string | A |
Related Actors