Tottus: Browse Category
Tottus via Parse · ecommerce
Browse products within a specific category by ID. Returns paginated product listings and available facet filters. Category IDs follow the pattern 'CATGnnnnn' and can be obtained from the get_categories endpoint. 48 products per page. API for Tottus Peru supermarket, providing product search, category browsing, detailed product information, and promotional data. Supports pagination and filtering. Fulfilled by Parse from tottus.com.pe.
- ecommerce
- food-dining
- marketplace
- parse
- platform-key
- tottus
- tottus-com-pe
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/e9df91f2-0213-48b2-9c59-a8ae5ac30e1e/browse_category
- Interface artifact
- sha256:85ee40cf42aed13e6360923d1ab2b12df2b7375ccc3319c81ca5bc0eab8888c9
- Manifest digest
- sha256:1f2296ddc20415b42b7e3bccb34f67ac0553c2c43d9a23d42eb6ba3286fd0da5
Request fields
- page (integer): Page number for pagination
- brand (string): Brand name to filter by, lowercase (e.g., 'tottus', 'paisana')
- category_id (string, required): Category ID (e.g., 'CATG16815', 'CATG17605'). Obtain from get_categories endpoint.
- category_slug (string): Slug for the category URL path segment (e.g., 'Arroz', 'Aceite')
Example queries
- {"page":"1","brand":"tottus","category_id":"CATG16815","category_slug":"Arroz"}