OLX.ua Parser
Asynchronous parser for ads with OLX.ua API.
Technologies: Python 3.7+, aiohttp for asynchronous HTTP requests, openpyxl for data export.
Key solutions:
- Asynchronous architecture on asyncio for parallel request processing
- Automatic Excel formatting with fixed cell sizes
- Rate limiting through random delays (3-6 seconds) to bypass blocks
- Incremental data saving every 2 pages to prevent data loss
Parsing includes extracting IDs, titles, prices, geolocation, photos, and seller metadata.
#Repository: https://github.com/fedyaqq34356/olx.ua-parser.git
Technologies: Python 3.7+, aiohttp for asynchronous HTTP requests, openpyxl for data export.
Key solutions:
- Asynchronous architecture on asyncio for parallel request processing
- Automatic Excel formatting with fixed cell sizes
- Rate limiting through random delays (3-6 seconds) to bypass blocks
- Incremental data saving every 2 pages to prevent data loss
Parsing includes extracting IDs, titles, prices, geolocation, photos, and seller metadata.
#Repository: https://github.com/fedyaqq34356/olx.ua-parser.git