Axiz: Search Products
Axiz via Parse · ecommerce
Search for products with optional filters by category, brand, search text, and store view. Returns paginated results with price, availability, brand info, and promotions. Page index is 0-based. Use category values from get_categories, brand values from get_brands, and view_id from get_stores. Access Axiz Digital's B2B IT product catalog including categories, brands, stores, product search, product details, exchange rates, and landing page settings. Fulfilled by Parse from axiz.com.
- axiz
- axiz-com
- b2b-directory
- ecommerce
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/c7621ea3-2d81-4767-b782-120d15897bf1/search_products
- Interface artifact
- sha256:631378ed78ee264174a54376a72867c6da17f09b268be77ffbf446698ceed88a
- Manifest digest
- sha256:f4e948d575e08191bd75f92a0c2787a8185f8126e6942eb3cc10f735a242b6ae
Request fields
- soh (integer): Stock on hand filter. 1 = in stock only, 0 = include out of stock.: Allowed values: 0, 1
- page (integer): Page index (0-based).
- brand (string): Brand filter value from get_brands (e.g., 'Dell', 'HPE', 'HPIC', 'Kingston', 'Targus').
- limit (integer): Maximum number of results per page.
- query (string): Free-text search to filter products by name or description.
- market (string): Market ID. Use '14' (South Africa) for reliable results.: Allowed values: 14
- view_id (string): Store view ID from get_stores. '0' searches all stores.: Allowed values: 0
- category (string): Category filter value from get_categories (e.g., 'Laptop', 'Monitors', 'Desktop').
Example queries
- {"soh":"1","page":"0","brand":"HPIC","limit":"5","query":"laptop","market":"14","view_id":"0","category":"Laptop"}