Budget: 400 EUR Deadline: 5 days
Hello to you!To perform the task you described, we may write a Python script that will use the Allegro REST API to obtain a list of seller ads in a specific category and extract the required data from each ad.To work with the API, we can use a library of requests that allows you to send HTTP requests.We may also use the CSV library to create and record data into a CSV file.The process of the program can be as follows:
Get a list of all sellers that belong to a specific category.For each seller to get a list of all the ads in this category using the API.Extract the necessary data from each ad and save it into a CSV file.Update the list of ads if new ads have been added or deleted.To extract data from each advertisement, we may use regular expressions or the BeautifulSoup library that allows you to understand HTML code.As a result, we can write a Python script that will solve this task.