-
Notifications
You must be signed in to change notification settings - Fork 1
/
ebay-rss-csmart.json
43 lines (43 loc) · 1.21 KB
/
ebay-rss-csmart.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
{
"searchUUID" : "www.ebay.com.rss",
"initialModel" : {
"page":0
},
"incrementalLoad":{
"step": 1,
"modelKey": "page"
},
"fieldLayouts" : {
"default" : {
"pattern" : "https:\/\/www.ebay.com\/sch\/i.html?${keywords}&_sacat=0${pageDisplay}&_rss=1",
"fieldsLayout" : {
"type" : "grid",
"columns" : 1,
"fields" : [
{
"label" : "eBay RSS Search",
"width" : 1
},
{
"f": "keywords",
"width": 1
}
]
},
"fields" : {
"keywords": {
"type": "text",
"placeholder": "keywords (required)",
"prefix": "_nkw="
},
"page": { "type":"numeric"},
"pageDisplay": { "type":"numeric", "prefix": "&_pgn=", "replace" : {"1": ""}, "valuePattern": "${ page + 1 }"}
}
}
},
"name" : "eBay RSS",
"subtitle" : "RSS Search",
"loader" : {
"type" : "RSS"
}
}