digikala.com API: search_products
digikala.com via Parse · ecommerce
Full-text search over Digikala's product catalog. Supports pagination, sorting, category scoping, and brand filtering. Returns up to ~20 products per page. When category is provided without a query, returns all products in that category. API for searching and extracting product data from Digikala (Iran's largest e-commerce platform). Supports incredible-offers extraction, general product search with filtering, and detailed product page extraction. Fulfilled by Parse from digikala.com.
- digikala-com
- 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/9ae5f9ae-71ec-44e3-990b-b43dab33c609/search_products
- Interface artifact
- sha256:a84f11a7df1b1bf11ba92bf1e352d22f8011235f4c93b803fb9160f246f43c34
- Manifest digest
- sha256:a17714cdf6916e10b051c20637026a20f8efca6dc2d2c3a4f8099343d7a51426
Request fields
- page (integer): Page number.
- sort (string): Sort option code.
- query (string, required): Search keyword (e.g. 'laptop', 'iphone 16', 'headphone'). May be empty string if category is provided.
- brand_id (string): Brand ID to filter by (e.g. '10' for Apple, '2' for Samsung).
- category (string): Category slug to scope results (e.g. 'mobile-phone', 'laptop'). When provided, searches only within that category.
Example queries
- {"page":"1","sort":1,"query":"laptop"}