skroutz.gr API: get_category_products
skroutz.gr via Parse · ecommerce
List products within a specific category with pagination support. Returns product SKU IDs, names, slugs, and URLs. Accepts a page number for pagination; each page contains up to ~50 products. Use category_id and slug from get_all_categories results. Scraper for Skroutz.gr - Greek price comparison website. Provides product search, category browsing, product details, store prices, price history, and user reviews. Fulfilled by Parse from skroutz.gr.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- skroutz-gr
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/f51372c8-2856-4aef-972a-050ad42a3f9a/get_category_products
- Interface artifact
- sha256:2dcef9f0597805b780b11646da3b58b06058e3ad9caf882b551e217af2609265
- Manifest digest
- sha256:199145a8ae44693fa43dd9c71bb0a2925292f8b938b9b60ada04f64aeef3ff20
Request fields
- page (integer): Page number for pagination.
- slug (string, required): Category URL slug from get_all_categories results (e.g. 'school_supplies').
- category_id (string, required): Category ID from get_all_categories results (e.g. '1428').
Example queries
- {"page":"1","slug":"school_supplies","category_id":"1428"}