Nemlig: Search Products
Nemlig via Parse · food_dining
Full-text search over nemlig.com's product catalog. Returns matching products with pricing, availability, and campaign info, plus recipe suggestions related to the query. Paginated via offset/limit. Each product exposes an Id (for basket operations) and a Url slug (for detail lookups). API for searching products, browsing categories, getting product details, viewing offers, and managing a shopping basket on nemlig.com. Fulfilled by Parse from nemlig.com.
- ecommerce
- food-dining
- marketplace
- nemlig
- nemlig-com
- parse
- platform-key
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/dc286e03-5996-4d49-911e-af66d0762977/search_products
- Interface artifact
- sha256:06a749cddb8a80ef94986e818d59f6a86f48cb680aa7617d564c41c10ff07c87
- Manifest digest
- sha256:6da85fec4d88d79e4381a23776e3cc874744f863d816ffd2fe2af5a40d2d458a
Request fields
- limit (integer): Maximum number of product results to return.
- query (string, required): Search keyword (e.g. 'mælk', 'brød', 'ost')
- offset (integer): Offset for pagination of product results.
Example queries
- {"limit":"5","query":"mælk","offset":"0"}