CeX Product Scraper - Poland (pl.webuy.com)
Pricing
from $10.00 / 1,000 results
Go to Apify Store
CeX Product Scraper - Poland (pl.webuy.com)
Extract product data from CeX Poland (pl.webuy.com) including prices in PLN (zł), trade-in values, stock levels, ratings and images. Fast, reliable, no Cloudflare blocking. Perfect for price intelligence and market research in the Polish second-hand electronics market.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Alam
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
21 hours ago
Last modified
Categories
Share
Extract product data from CeX Poland including prices, trade-in values, stock levels, ratings, and images via API.
Features
- Fast API-based scraping - No browser required
- Search by keywords - Supports multiple keywords at once
- Price filtering - Set min/max price ranges
- Rich data output - Titles, prices, trade-in values, stock, images, ratings, grades
- Configurable - Choose which data fields to include
Input
| Field | Type | Required | Description |
|---|---|---|---|
search_input | string | Yes | Keywords, URLs, or comma-separated list (e.g., "iphone" or "iphone, ps5") |
max_items | integer | Yes | Max items per keyword (1-50) |
min_price | integer | No | Minimum price filter |
max_price | integer | No | Maximum price filter |
include_images | boolean | No | Include product images (default: true) |
include_trade_values | boolean | No | Include trade-in cash/voucher values (default: true) |
include_stock_status | boolean | No | Include stock status (default: true) |
throttle | integer | No | Delay between API requests in seconds (default: 1) |
retry_failed | boolean | No | Retry failed API calls (default: true) |
Output
Each item includes:
title- Product nameprice- Selling price with currency symbolsellPrice- Numeric selling pricetrade_in_cash- Trade-in cash valuetrade_in_voucher- Trade-in voucher valuestock_status- In Stock / Out of Stockstock_quantity- Available quantitygrade- Product grade (A, B, C, etc.)category- Product categorymanufacturer- Manufacturer nameimage- Main product image URLproductUrl- Link to product pagerating- Customer ratingcapacity- Capacity (if applicable)network- Network (if applicable)condition- New / Refurbished/UsedscrapedAt- Timestamp
Example Input
{"search_input": "iphone","max_items": 5,"include_trade_values": true,"include_images": true,"include_stock_status": true}
Example Output
[{"title": "Apple iPhone 15 Pro 128GB Natural Titanium","price": "zł899.00","sellPrice": 899,"trade_in_cash": "zł520.00","trade_in_voucher": "zł650.00","stock_status": "In Stock","stock_quantity": 12,"grade": "A","category": "Mobile Phones","manufacturer": "Apple","image": "https://uk.webuy.com/product-images/iphone-15-pro.jpg","productUrl": "https://uk.webuy.com/mobile-phones/apple/iphone-15-pro-128gb-natural-titanium","rating": 4.5,"condition": "Refurbished/Used","scrapedAt": "2026-03-28T10:00:00.000Z"}]
Tips
- Start with
max_items: 2-5for testing - Use comma-separated keywords for bulk searches: "iphone, ipad, macbook"
- Set
throttle: 0for maximum speed, orthrottle: 1-3to be more conservative - Disable optional fields for faster results if you don't need them