Scuffers: Get Category Products
Scuffers via Parse · ecommerce
Get paginated products from a specific collection/category. Returns up to 30 products per page. Use the collection handle as category_id (available from get_categories results). An unknown handle returns an empty products array (upstream behavior). API for browsing and searching the Scuffers fashion catalog, including product search, category browsing, product details, new arrivals, and sale items. Fulfilled by Parse from scuffers.com.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- scuffers
- scuffers-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/5ec1a691-e1c4-4185-ab4a-b536b857a326/get_category_products
- Interface artifact
- sha256:bc9ce3625da4c95ab5bd1424003322be418466491c75d10f24380d9883804682
- Manifest digest
- sha256:586d77c824ff44f4643183016b336f2c822dbe7080b0032c235d13c8411d2b5f
Request fields
- page (integer): Page number for pagination. Each page returns up to 30 products.
- category_id (string, required): Collection handle identifying the category (e.g. 'accessories', 'new', 'all-sales', 'footwear'). Obtained from get_categories endpoint's handle field.
Example queries
- {"page":"1","category_id":"accessories"}