Silpo: Get Products
Silpo via Parse · food_dining
Get products by category with pagination. Requires either a category slug or search term. Returns product details including prices, ratings, stock levels, and images. Supports sorting by popularity or price. Paginate manually via offset parameter. Extract product listings with prices from Silpo (silpo.ua), Ukraine's online supermarket. Supports browsing by category, searching by keyword, and retrieving the full category tree. Fulfilled by Parse from silpo.ua.
- ecommerce
- food-dining
- marketplace
- parse
- platform-key
- silpo
- silpo-ua
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b962038c-6239-49b5-a5e2-b171455797cf/get_products
- Interface artifact
- sha256:26d0810e5973f8366c94482935da20e60ce35cacadd954e44badfd5944d23015
- Manifest digest
- sha256:9cfbeae32c7a9e912b9b9777163b5df23f17d2830d8deefe2bc2c948035ba35f
Request fields
- limit (integer): Number of products per page (max 100)
- offset (integer): Pagination offset (0-based item index)
- search (string): Search keyword to filter products within category. Required if category not provided.
- sort_by (string): Sort field: 'popularity', 'price': Allowed values: popularity, price
- category (string): Category slug from get_categories (e.g. 'frukty-ovochi-4788', 'molochni-produkty-ta-iaitsia-234'). Required if search not provided.
- in_stock (string): Filter by stock availability: 'true' or 'false': Allowed values: true, false
- sort_direction (string): Sort direction: 'asc', 'desc': Allowed values: asc, desc
Example queries
- {"limit":"5","offset":"0","sort_by":"popularity","category":"spetsialni-propozytsii-5189","in_stock":"true","sort_direction":"asc"}