Shurfan: List Products
Shurfan via Parse · ecommerce
List products from Shurfan Perfumes sorted by best-selling (highest sales first). Returns product name, category tags, price in SAR, and sales rank (1 = top seller). Supports keyword search, category/tag filtering, and pagination. Each page returns up to `limit` products; use `page` to paginate through results. The total number of matching products is returned in the response. Access product data from Shurfan Perfumes (shurfan.net), a Saudi Arabian perfume and fragrance oil retailer. Products are sorted by best-selling (sales rank). Fulfilled by Parse from shurfan.net.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- shurfan
- shurfan-net
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/8b03ab38-84bd-4742-b46a-232de5e9b1aa/list_products
- Interface artifact
- sha256:dc6ee4b9892583ae4245c67c59177cc3b085169b37835a91fdcb20bc2776086d
- Manifest digest
- sha256:7190829e444ead28d1c1d63b42e3ccd697fb1b42b3da83e95cadd68bb72f30df
Request fields
- page (integer): Page number for pagination (1-indexed).
- limit (integer): Number of products per page (1-100).
- query (string): Search keyword to filter products by name or description. Omitting returns all products.
- category (string): Filter by product category tag (e.g. musk, fruits, flower, acords, oriental, for him, for her, unisex, niche, new). Omitting returns all categories.
Example queries
- {"page":"1","limit":"5","query":"musk"}