Jumbo: Search Products
Jumbo via Parse · food_dining
Full-text search over Jumbo supermarket products. Returns paginated results with product details (price, promotions, availability), available filter facets (brand, category, promotions), and sort options. Pagination is offset-based with ~24 products per page. Facets returned in the response enumerate the available filter values for narrowing results. Server-side filtering via the filters param uses the format 'FacetKey:FacetValue'. Search and browse products from Jumbo.com (Dutch supermarket), including finding discounted/promoted products, browsing categories, and getting search suggestions. Fulfilled by Parse from www.jumbo.com.
- ecommerce
- food-dining
- jumbo
- marketplace
- parse
- platform-key
- www-jumbo-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/69134a22-5293-4e3a-b0e1-3227b1b42818/search_products
- Interface artifact
- sha256:0f072f954b5fbefaf3cec6fbcd4931e3183b34b4a18118ff2435de45b34637e3
- Manifest digest
- sha256:613879a7ac5d9f3c9b3c24c0dfd7520b340d20c3482fa3e96af55b41eb2fada8
Request fields
- sort (string): Sort order for results.: Allowed values: rankA+desc, price+asc, price+desc
- query (string, required): Search query term (e.g. 'melk', 'kaas', 'brood').
- offset (integer): Pagination offset. Each page returns ~24 products.: Allowed values: 0, 24
- filters (string): Filter string in format 'FacetKey:FacetValue'. Use 'Aanbiedingen:Alle aanbiedingen' to show only promoted/discounted products. Use 'Merken:<brand>' to filter by brand. Available facets and values are returned in the response.
Example queries
- {"sort":"rankA+desc","query":"melk","offset":"0","filters":"Merken:Jumbo"}