Systembolaget: Search Products
Systembolaget via Parse · ecommerce
Full-text search across Systembolaget's product catalog with filters for category, country, and price range. Returns paginated results sorted by relevance (Score) by default. Each product includes pricing, origin, taste profile, and stock status. Omitting all filters returns the full catalog. Pagination via page number; up to 30 results per page. Search and retrieve beverage products from Systembolaget (Swedish state-owned alcohol retailer). Returns detailed product information including beverage type, name, vintage, producer, country, price, taste descriptions, and more. Fulfilled by Parse from www.systembolaget.se.
- ecommerce
- food-dining
- parse
- platform-key
- reviews-ratings
- systembolaget
- www-systembolaget-se
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/69d3b8ae-0e82-416f-8ff4-c6c2c7db7f34/search_products
- Interface artifact
- sha256:e396e08bb013e751ceef02c37a5304943263646e0cff8e4a6c34d9d6a886cc7b
- Manifest digest
- sha256:7c95ede6418439b8fc9db66bddedb9e73aab561569e61878d5b1d24c8c65b645
Request fields
- page (integer): Page number (1-based)
- query (string): Text search query matching product names, producers, and regions (e.g. 'barolo', 'riesling', 'IPA')
- country (string): Country of origin filter (e.g. 'Italien', 'Frankrike', 'Sverige', 'Storbritannien')
- sort_by (string): Field to sort results by: Allowed values: Score, Price, Name, Volume
- category (string): Top-level beverage category filter: Allowed values: Vin, Öl, Sprit, Cider & blanddrycker, Alkoholfritt
- max_price (string): Maximum price in SEK
- min_price (string): Minimum price in SEK
- page_size (integer): Results per page, maximum 30
- sort_direction (string): Sort order direction: Allowed values: Ascending, Descending
Example queries
- {"page":"1","query":"barolo","sort_by":"Score","category":"Vin","page_size":"5","sort_direction":"Ascending"}