Coppel: Browse Catalog
Coppel via Parse · ecommerce
Browse the full Coppel.com product catalog by recursively discovering all departments, subcategories, and leaf categories, then collecting products via paginated global search. Category discovery uses the GET_SUB_CATEGORY_ITEMS taxonomy API to find every nested category; product collection paginates through the search API with large page sizes for efficiency. When the seller filter is provided, it is applied server-side for efficient retrieval; other filters (shipment, marketplace, min_discount) are applied client-side after collection. Within a single call, the endpoint first discovers the full category taxonomy (~24 top-level departments, typically 1500-2000 leaf categories), then fetches as many products as the time budget allows (~50 seconds). Diagnostic fields report category discovery depth, product scan progress, deduplication, and traversal completeness. catalog_complete is true only when every product page was successfully fetched and no categories failed. Pagination (page, page_size) slices the final filtered+deduplicated result set. Extract product listings with images, prices, and details from Coppel.com, Mexico's largest department store. Supports search by keyword, category browsing, pagination, and sorting. Fulfilled by Parse from www.coppel.com.
- coppel
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- www-coppel-com
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/544e0bcc-735b-4947-ab82-fe7e6cdd3933/browse_catalog
- Interface artifact
- sha256:a8d01817e43e68bcbc2f831e19f43f5cff4b61d78f92d28ae1958c75a97f38a0
- Manifest digest
- sha256:4061adf6a233d220c05b3cccd98a6d07a410ee8cce8c48131e41dd781d3196a4
Request fields
- page (integer): Page number (1-based).
- seller (string): Filter by seller name (e.g. 'Coppel'). Applied server-side via the upstream vendor filter for efficient retrieval.
- shipment (boolean): Filter to products where delivery.shipment matches this value.
- page_size (integer): Number of results per page.
- marketplace (boolean): Filter to products where delivery.marketplace matches this value. Pass false to exclude marketplace/3rd-party sellers.
- min_discount (number): Minimum discount percentage. Computed as ((price - discounted_price) / price) * 100. Products without a discount (discount_percentage=0) are excluded by any min_discount > 0.
Example queries
- {"page":"1","page_size":"5"}