Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Car Finder – RPA project

1. Get input from user (name of the car brand).


2. Extracts some filters from an excel sheet.
a. This should be done(easier) by using the first column of the sheet as the name of the
filter and the following columns as filters themselves.
b. An interesting idea would be to add a field where you can specify a minimum and a
maximum sum. This way we can filter out some fake ads.
3. Opens autovit.ro and scrapes the first 30 most cheap cars.
a. For each loaded advert it should save the following: name of the add, short
description, manufacture year, number of kilometers, size of the engine, fuel type,
price.
4. The information is then saved into an excel file.
a. We could save the information in the following way:
i. First row contains the name of the field where the information is. e. g. ‘id,
name, price, URL’. This should be predefined.
ii. Second row and the following rows should contain the actual data that we
saved.
5. This excel should be saved in one of the following ways (maybe via a decisional flow-chart
for extra points):
a. It should be sent via email.
b. It should be uploaded to a google drive using Google API.
c. It should add everything to a database.

You might also like