Elementvape: Search Products
Elementvape via Parse · ecommerce
Search and browse vape products via Klevu search engine. Returns paginated product listings with name, brand, price, rating, availability, and basic specifications. Pagination uses offset-based indexing. Each product includes a slug for fetching full details via get_product_details. Access vape product data from elementvape.com, including search and browse, full product details, category navigation, and customer reviews. Fulfilled by Parse from elementvape.com.
- ecommerce
- elementvape
- elementvape-com
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e69a2f25-8f1d-4dba-a2b4-77bbbd0c0f87/search_products
- Interface artifact
- sha256:908b40e111ca3154977a38988b191d93f921841e1d11d51dae976d4b6d603585
- Manifest digest
- sha256:96b3467472869a5baa137319772d19470c10e7c1fff88bd08db8666f355ea418
Request fields
- sort (string): Sort order for results.: Allowed values: RELEVANCE, PRICE_ASC, PRICE_DESC, NAME_ASC, NAME_DESC, NEW_ARRIVAL_DESC, RATING_DESC
- limit (integer): Number of results per page (max 60).: Allowed values: 5, 10, 20
- query (string): Search query term (e.g., 'disposable', 'e-liquid', 'smok'). Defaults to wildcard matching all products.
- offset (integer): Offset for pagination (0-based).: Allowed values: 0
- category (string): Filter by category name (e.g., 'Disposable Vapes', 'Nicotine Salts E-Liquid'). Omitting returns all categories.
Example queries
- {"sort":"RELEVANCE","limit":"5","query":"disposable","offset":"0"}