OLX.UA Parser
Developed a parser for collecting ads from the OLX platform. The script automatically enters the selected category, scrolls to the end of the page, extracts key information for each product, and saves it for further analysis.
Functionality:
Selection of category for parsing (e.g.: laptops, phones, household appliances).
Automatic page scrolling and loading of dynamic content.
Data collection:
product name
price
type (new/used)
seller's location
link to the ad
Traversal of all pages in the category with pagination handling.
Checking server response (200 / 404) and error handling.
Scalability: saving to CSV/Excel/DB, connecting Telegram notifications.
Technology stack:
Python
Playwright (browser automation)
Error and exception handling
Functionality:
Selection of category for parsing (e.g.: laptops, phones, household appliances).
Automatic page scrolling and loading of dynamic content.
Data collection:
product name
price
type (new/used)
seller's location
link to the ad
Traversal of all pages in the category with pagination handling.
Checking server response (200 / 404) and error handling.
Scalability: saving to CSV/Excel/DB, connecting Telegram notifications.
Technology stack:
Python
Playwright (browser automation)
Error and exception handling