Parsing products from Prom.ua via API (Python, Excel)
Implemented a script for automatic collection of products from the Prom.ua catalog via GraphQL API.
What has been done:
collection of products through API (faster and more stable than HTML parsing)
pagination (offset) implemented for collecting large volumes
data processing and removal of duplicates
protection against blocks (delays, headers)
automatic export to Excel / CSV
Result:
100+ products collected in one run
structured Excel file created (name, price, seller)
Technologies:
Python, requests, pandas, GraphQL API
Can be adapted for other categories and websites.
#parsing #python #scraping #api #excel #data
What has been done:
collection of products through API (faster and more stable than HTML parsing)
pagination (offset) implemented for collecting large volumes
data processing and removal of duplicates
protection against blocks (delays, headers)
automatic export to Excel / CSV
Result:
100+ products collected in one run
structured Excel file created (name, price, seller)
Technologies:
Python, requests, pandas, GraphQL API
Can be adapted for other categories and websites.
#parsing #python #scraping #api #excel #data