Solebox: Get Products
Solebox via Parse · ecommerce
Retrieve product listings from a Solebox category. Supports filtering by price range (EUR), brand ID, and sort order. Results are paginated; each page returns up to `per_page` items. The response includes pagination metadata (total_results, total_pages, current_page) alongside the product array. Each product carries brand, name, price, images, available sizes, and stock status. Category defaults to 2821 (Bekleidung/Apparel) when omitted. Extract product listings from Solebox (solebox.com) including brand, name, price, images, and availability. Supports category browsing with filters for price, brand, and sorting. Fulfilled by Parse from www.solebox.com.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- solebox
- www-solebox-com
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/81372760-674a-4ffa-a6a6-3bdfb3181c69/get_products
- Interface artifact
- sha256:d2d8c491366b5961cf5e38a7009f5ef774630f63cc1dc23fe7cba07933a40f0e
- Manifest digest
- sha256:2a4710bc313cc0b2212a4c78d0d10cd90aa620bba87b64a4a8321ab83988c1df
Request fields
- page (integer): Page number (1-based).
- brand (string): Brand filter. Accepts the format 'slug-id' (e.g., 'adidas_originals-830', 'nike_1-392') where the numeric ID after the last dash is used for filtering. Also accepts a bare numeric ID (e.g., '830').
- sorting (string): Sort order for results.: Allowed values: new-desc, key-relevance, price-asc, price-desc, reduction-desc
- per_page (integer): Products per page (max 24).
- max_price (string): Maximum price filter in EUR (e.g., '200'). Omitting applies no maximum price constraint.
- min_price (string): Minimum price filter in EUR (e.g., '1'). Omitting applies no minimum price constraint.
- category_id (string): Category ID to browse (e.g., 2821=Bekleidung/Apparel, 2833=Schuhe/Shoes, 2834=Accessoires).
Example queries
- {"page":"1","brand":"830","sorting":"key-relevance","per_page":"12","max_price":"200","min_price":"1","category_id":"2821"}