-
Notifications
You must be signed in to change notification settings - Fork 10
/
redfin-clipper.json
73 lines (73 loc) · 1.41 KB
/
redfin-clipper.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"schemaVersion": "0.1.0",
"name": "Redfin",
"behavior": "create",
"noteNameFormat": "{{meta:name:twitter:text:street_address}}, {{meta:name:twitter:text:city}}",
"path": "Clippings",
"noteContentFormat": "",
"properties": [
{
"name": "category",
"value": "[[Places]], [[Houses]]",
"type": "multitext"
},
{
"name": "url",
"value": "{{url}}",
"type": "text"
},
{
"name": "address",
"value": "{{meta:name:twitter:text:street_address}}, {{meta:name:geo.placename}}",
"type": "text"
},
{
"name": "loc",
"value": "{{meta:name:twitter:text:city|wikilink|join}}",
"type": "multitext"
},
{
"name": "year",
"value": "{{selector:.keyDetails-label:has(.wrench) ~ .keyDetails-value}}",
"type": "number"
},
{
"name": "price",
"value": "{{meta:name:twitter:text:price}}",
"type": "number"
},
{
"name": "sqft",
"value": "{{meta:name:twitter:text:sqft}}",
"type": "number"
},
{
"name": "lotsqft",
"value": "",
"type": "number"
},
{
"name": "location",
"value": "\\\"{{schema:[1].geo.latitude}}\\\",\\\"{{schema:[1].geo.longitude}}\\\"",
"type": "multitext"
},
{
"name": "visited",
"value": "",
"type": "checkbox"
},
{
"name": "created",
"value": "{{date}}",
"type": "date"
},
{
"name": "tags",
"value": "places, homes",
"type": "multitext"
}
],
"triggers": [
"https://www.redfin.com/"
]
}