BUG: Search Products
BUG via Parse · ecommerce
Full-text search over the entire product catalog. Returns a paginated list of products matching the query keyword. Each product includes name, brand, pricing, URL, and thumbnail image. Paginates via integer page number; has_next indicates whether additional pages exist. API for bug.co.il, an Israeli electronics retail website. Provides product search, category browsing, detailed product pages, and featured homepage items. Fulfilled by Parse from bug.co.il.
- bug
- bug-co-il
- ecommerce
- marketplace
- 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/90a92f35-9919-4037-8945-0dc0f4d3ed6c/search_products
- Interface artifact
- sha256:82c894fe7825aeb5bbda14b98adb7914f2ed81ee849331851967a2e2672754cc
- Manifest digest
- sha256:aca3f6e135ba4f716489c845641f4d3817d9868f4065d16e084ab96f8f6b9f40
Request fields
- page (integer): Page number for pagination (1-indexed).
- query (string, required): Search keyword to find products (e.g. 'laptop', 'smartphone', 'samsung')
Example queries
- {"page":"1","query":"laptop"}