We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5eac9 commit bc7ff33Copy full SHA for bc7ff33
README.md
@@ -43,6 +43,14 @@ from daft_scraper.search.options import (
43
)
44
from daft_scraper.search.options_location import LocationsOption, Location
45
46
+options = [
47
+ PropertyTypesOption([PropertyType.APARTMENT]),
48
+ FacilitiesOption([Facility.PARKING, Facility.SERVICED_PROPERTY]),
49
+ LocationsOption([Location.SWORDS_DUBLIN]),
50
+ PriceOption(0, 1000),
51
+ BedOption(1, 4),
52
+]
53
+
54
api = DaftSearch(SearchType.RENT)
55
listings = api.search(options)
56
0 commit comments