Komplett: Get Category Products
Komplett via Parse · ecommerce
Browse products in a specific category. Supports pagination and sorting. Accepts numeric category IDs (e.g. '10088') or UUID category IDs from the navigation tree. Each page returns up to 24 products. Scraper for Komplett.no - Norway's largest online electronics retailer. Provides product search, category browsing, product details, reviews, delivery options, weekly deals, outlet products, and related product recommendations. Fulfilled by Parse from komplett.no.
- ecommerce
- komplett
- komplett-no
- marketplace
- parse
- platform-key
- reviews-ratings
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/a8644b8f-7a67-4d70-884a-8667929c17d6/get_category_products
- Interface artifact
- sha256:ad50abedfd0e2e8d8c2c6d3127700b4f895d2ae7727996105319df09c647b5df
- Manifest digest
- sha256:47bfc1042d7c3ae8987b7bb46665c9951df60749a27f92d83de74e625de829f6
Request fields
- page (integer): Page number for pagination
- slug (string): Category URL slug path
- sort (string): Sort order for results: Allowed values: PriceAsc, PriceDesc, Rating, Newest
- category_id (string, required): Category ID - numeric (e.g. '10088') or UUID from navigation tree
Example queries
- {"page":"1","slug":"category","sort":"PriceAsc","category_id":"10088"}