Бюджет: 10000 UAH Срок: 14 дней
Добрый день!
Могу выполнить вашу задачу быстро и качественно.
Обращайтесь!
The current project is a Python-based parser that extracts real estate listings from OLX.ua and sends them to an EasyBase API. The system monitors multiple OLX categories (apartments, houses, land, parking) and processes offers by extracting property details, phone numbers, and location data. When writing parser, consider that it’ll be parsing a few regions in Ukraine. So maybe there should be some split inside of codebase.
• Real Estate Data Parsing: Scrapes OLX.ua listings for apartments, houses, land plots, and parking spaces
• Phone Number Extraction: Retrieves seller contact information using OLX accounts
• Location Processing: Maps coordinates to districts/microdistricts using JSON lookup files
• Data Transformation: Converts OLX format to EasyBase API format
• Account Management: Rotates through multiple OLX user accounts to avoid rate limiting
• Duplicate Prevention: Tracks parsed offers in Mongo database to avoid re-processing
Mandatory: All operations must be asynchronous using async/await pattern.
• HTTP Requests: Replace `requests` with `httpx` for all API calls
• Database Operations: Use async database drivers
• File I/O: Use `aiofiles` for JSON file operations
• Concurrency: Implement concurrent processing of multiple offers
• Rate Limiting: Async-friendly rate limiting for API calls
• Session Management: Async session handling for OLX accounts
Mandatory: Replace SQLite with MongoDB for all data storage. Store accounts data and urls to parse inside of mongoDB.
Mandatory: Implement robust credential management system.
• Automatic Token Refresh: Async background task for token renewal
• Health Monitoring: Check account status and availability
• Cooldown Management: Temporarily disable accounts that hit rate limits
• Load Balancing: Distribute requests across available accounts
• Fallback Strategy: Handle account failures gracefully
• Rotation Strategies: Round-robin, least-recently-used, random selection
• Retry Logic: Exponential backoff for failed requests
• Circuit Breaker: Prevent cascading failures
• Graceful Degradation: Continue with available accounts
• Error Aggregation: Collect and report parsing statistics
• Horizontal Scaling: Design for multiple parser instances
• Queue System: Optional message queue for offer processing
• Database Sharding: Prepare for MongoDB scaling
• Microservices Ready: Modular design for future service separation
• aiohttp: Async HTTP client
• motor: Async MongoDB driver
• pydantic: Data validation and serialization
• asyncio: Concurrency management
• aiofiles: Async file operations
* Alternative libraries are welcomed too.
src/
├── models/
│ ├── offer.py # Offer data models
│ ├── account.py # Account models
│ └── enums.py # Constants and enums
├── parsers/
│ ├── olx_parser.py # OLX parsing logic
│ └── phone_extractor.py # Phone number extraction
├── database/
│ ├── mongodb.py # MongoDB connection and operations
│ └── repositories.py # Data access methods
├── accounts/
│ ├── manager.py # Account management
│ └── rotation.py # Account rotation logic
├── api/
│ └── easybase_client.py # EasyBase API client
├── utils/
│ ├── config.py # Configuration management
│ ├── async_helpers.py # Async utility functions
│ └── exceptions.py # Custom exceptions
└── main.py # Application entry point
• Models: Pydantic models for data validation
• Parsers: OLX-specific parsing logic
• Database: MongoDB operations and data access
• Accounts: User account management and rotation
• API: External API clients
• Utils: Shared utilities and configuration
• Flat structure: Easy to navigate and understand
Бюджет: 10000 UAH Срок: 14 дней
Добрый день!
Могу выполнить вашу задачу быстро и качественно.
Обращайтесь!
Бюджет: 15000 UAH Срок: 1 день
Добрый день!
У меня есть опыт работы с Python 3.11+, асинхронным программированием и MongoDB. Умею эффективно организовывать парсинг данных с OLX, ротацию аккаунтов, обработку ошибок и масштабирование системы. Всегда придерживаюсь структурированного и чистого кода, гарантирую надежность и стабильность работы проекта.
Буду рада помочь
Бюджет: 10000 UAH Срок: 12 дней
Добрый день! 👋
Ваша задача — это фактически разработка полноценного сервиса с архитектурой под масштабирование.
Готов обсудить детали реализации и сроки.
Бюджет: 22000 UAH Срок: 5 дней
Добрый день. У меня большой опыт работы с python и парсингом, в том числе и olx. Обращайтесь.
Бюджет: 10000 UAH Срок: 10 дней
Добрый день. Заинтересовал ваш проект.
Объём работ:
Переписывание парсера с синхронного на асинхронный (httpx/aiohttp, motor, aiofiles).
Интеграция с MongoDB: хранение объявлений, аккаунтов, URL.
Реализация системы ротации аккаунтов OLX с автообновлением токенов и балансировкой.
Настройка обработки ошибок (retry, circuit breaker, graceful degradation).
Подключение EasyBase API с валидацией данных через Pydantic.
Поддержка масштабирования (разделение по регионам, многопоточность через asyncio).
Базовый мониторинг + логирование.