daraz.pk API: search_products
daraz.pk via Parse · ecommerce
Full-text and category search over Daraz product listings. Returns paginated results with filter options (category, brand, service). At least one of query or category should be provided for meaningful results. Pagination via page number; each page returns up to ~40 items. Filters and sorting are server-side. Scraper for daraz.pk - Pakistan's leading e-commerce platform. Supports product search, product details, category browsing, and seller product listings. Fulfilled by Parse from daraz.pk.
- daraz-pk
- 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/668a2f8a-7eec-4765-8e69-8089abdf24ae/search_products
- Interface artifact
- sha256:790b37b3cf43dcb7733b0d35c64355726b48e19a3c030f375e0a64d5ab24b206
- Manifest digest
- sha256:26ef0daaf961ef355e27c05601632e0b46ec833b4f69501d04d74e250b577216
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for search results.: Allowed values: BestMatch, priceasc, pricedesc, rating, latest
- query (string): Search keyword (e.g. 'laptop', 'smartphone').
- rating (integer): Minimum rating filter (1-5). Server-side filtering may vary.
- category (string): Category slug to browse (e.g. 'womens-clothing', 'traditional-laptops').
- price_low (integer): Minimum price filter in PKR.
- price_high (integer): Maximum price filter in PKR.
Example queries
- {"page":"1","sort":"BestMatch","query":"laptop","rating":"1","category":"traditional-laptops","price_low":"1000","price_high":"100000"}