- Scripts are made only for learning purpose.
- Scripts originally made only for collecting sample data.
- Scripts requires manually change the total of list pages exists in the website.
- Only apartments
- Only full established apartments
- Only apartments
- Do not show Aruodas.lt ads
- Script starts in list page (1);
- It will collect all links to the ads. (in aruodas.py it will collect url from the title plus city)
- Next links are passed to collect data about the AD, get_data(item).
- get_data() - collect the data and returns it, if no error occurred the data will be recorded into csv file, if error occurred script will skip the ad.
- After script runs out of the links it will change the page to next one and repeat the process.
- 'city' - city where apartment is
- 'years' - year of construction
- 'area' - area of the apartment m^2
- 'price' - price of the apartment in euros
- 'avg_heat_per_m' - average cost of heating per month in the apartment in euros (only in aruodas.lt csv, has nulls)
- 'url' - url to the AD