Megekko: List Products By Category
Megekko via Parse · ecommerce
List products in a specific category path. For parent categories with subcategories, automatically fetches products from the largest subcategory and includes the subcategory list in the response. Paginates server-side with up to 50 products per page. Supports filter strings from URL parameters for sorting and filtering. API for Megekko.nl, a Dutch electronics webshop. Supports product search, category browsing, and detailed product information including pricing, stock status, and specifications. Fulfilled by Parse from megekko.be.
- ecommerce
- marketplace
- megekko
- megekko-be
- 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/cfb2fabb-ff95-421b-9430-4f87d251b83b/list_products_by_category
- Interface artifact
- sha256:af2997be2e84f8fbad7d7e505ef655ec19474dfe550409c3b982cc2bf2e0b378
- Manifest digest
- sha256:121f7fed44cd90f808da26bb53838322bfeb9cff6302f6aa784057956977d1f1
Request fields
- page (integer): Page number for pagination.
- filters (string): Filter string from URL parameters (e.g. 'f_vrrd-3_s-populair_pp-50'). Omitting uses default popularity sort with 50 results per page.
- category_path (string, required): Category path starting with / (e.g. '/Computer/Componenten/Videokaarten' or '/Computer/Componenten/Videokaarten/Nvidia-Videokaarten'). Use paths from list_categories or subcategories in prior responses.
Example queries
- {"page":"1","filters":"f_vrrd-3_s-populair_pp-50","category_path":"/Computer/Componenten/Videokaarten/Nvidia-Videokaarten"}