Property Ads Dataset
200K+ advertisements for properties in Sri Lanka.
@kaggle.ivantha_sri_lanka_property_ads_dataset
200K+ advertisements for properties in Sri Lanka.
@kaggle.ivantha_sri_lanka_property_ads_dataset
This dataset contains a set of advertisements related to properties, scraped from ikman.lk.
Articles: The ownership of the advertisements belongs to the original owners from which this data was scraped.
*Dataset image: https://www.ceylonproperty.lk/property/16547/land-for-sale-in-horana-uduwa
If you use this data in any research work / publication, please cite this dataset as,
Oshan Mudannayake. (2022). Sri Lanka Property Ads Dataset [Data set]. Kaggle. https://doi.org/10.34740/KAGGLE/DS/2369689
CREATE TABLE properties (
"ad_title" VARCHAR,
"ad_description" VARCHAR,
"details" VARCHAR,
"slug" VARCHAR,
"title" VARCHAR,
"type" VARCHAR,
"price" VARCHAR,
"timestamp" VARCHAR,
"posted_date" TIMESTAMP,
"deactivation_date" TIMESTAMP,
"category" VARCHAR,
"parent_category" VARCHAR,
"location" VARCHAR,
"geo_region" VARCHAR,
"area" VARCHAR,
"is_delivery_free" BOOLEAN,
"is_doorstep_delivery" BOOLEAN,
"is_dsd_applicable" BOOLEAN,
"is_member" VARCHAR,
"is_authorized_dealer" VARCHAR,
"is_featured_member" VARCHAR,
"is_verified" BOOLEAN,
"membership_level" VARCHAR,
"member_since" VARCHAR,
"properties" VARCHAR,
"user" VARCHAR
);
Anyone who has the link will be able to view this.