Emag: Get Category Products
Emag via Parse · ecommerce
Browse products in a specific eMAG category by slug. Returns paginated product listings sorted by the specified criteria. Supports filtering by vendor/seller ID or excluding a specific vendor. Common category slugs include laptopuri, televizoare, telefoane-mobile, seturi-mobila-bucatarie. The slug is the URL path segment used on emag.ro for that category. Scraper for eMAG.ro - Romania's largest online retailer. Search products, browse categories, get product details, reviews, and seller information. Fulfilled by Parse from emag.ro.
- ecommerce
- emag
- emag-ro
- 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/959f4c13-0fd1-441a-b210-6ca44ba4acd3/get_category_products
- Interface artifact
- sha256:65361f9b79b732bc5521a7e5c6455b448cd5365f1fb6ea8be0ea4c619fe4ef92
- Manifest digest
- sha256:b34ce8430864dc01668655f3c36aa2f96b2833bbd8232d58829ea77a63381eb3
Request fields
- page (integer): Page number (starts at 1)
- sort (string): Sort field: Allowed values: popularity_v_opt, review_count, sale_price_int
- limit (integer): Max results per page: Allowed values: 10, 20, 60
- direction (string): Sort direction: Allowed values: asc, desc
- vendor_id (string): Numeric vendor/seller ID to filter results to products delivered by that vendor (e.g. 1 for eMAG, 18752 for vidaXL). Available vendor IDs appear in the vendor filter on eMAG category pages.
- category_slug (string, required): Category slug as used in the eMAG URL path (e.g. laptopuri, televizoare, telefoane-mobile, seturi-mobila-bucatarie)
- exclude_vendor_id (string): Numeric vendor/seller ID to exclude from results (e.g. 1 to exclude eMAG). Products delivered by this vendor are filtered out client-side. Mutually exclusive with vendor_id in practice.
Example queries
- {"page":"1","sort":"popularity_v_opt","limit":"10","direction":"asc","category_slug":"laptopuri"}