Emag: Search Products
Emag via Parse · ecommerce
Full-text search over eMAG product catalog. Returns paginated product listings with pricing, availability, vendor, and ratings. Supports sorting by popularity, review count, or price. Supports filtering by vendor/seller ID or excluding a specific vendor. Each item includes a PNK code usable with get_product_details and get_product_reviews. 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.10 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/search_products
- Interface artifact
- sha256:f3187af3eebf83aed21454b50aa901438852b0e18dcbd5902195748fb3b46913
- Manifest digest
- sha256:e928b99e58a5860eca9668b87421477a59364de63774de61bc784386d7498e2f
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
- query (string, required): Search keyword
- 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 and names are returned in product listing items as the vendor_id field.
- 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","query":"laptop","direction":"asc"}