-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathretrevo.com.json
21 lines (21 loc) · 1.03 KB
/
retrevo.com.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name":"crawl www.retrevo.com deals",
"model": "com.fp.ecommerce.model.Deal",
"urls":[
"http://www.retrevo.com/samples/Laptop.html !! category= Laptop",
"http://www.retrevo.com/samples/TV.html !! category= TV",
"http://www.retrevo.com/samples/Digital-Camera.html !! category= Cameras",
"http://www.retrevo.com/samples/Camcorders.html !! category= Camcorders",
"http://www.retrevo.com/samples/Tablet.html !! category= Tablet",
"http://www.retrevo.com/samples/Cell-Phone.html !! category= !! Cell-Phone"
],
"list_xpath":"//div[contains(@id,'seoReviews')]//div[contains(@class,'datasection')]//div[contains(@class,'productDetails')]",
"fields":{
"siteName": "##www.retrevo.com",
"title": "//table//td[contains(@valign,'top')]//div[contains(@class,'productName')]//a",
"category": "$$category",
"imageUrl": "//table//td[contains(@valign,'middle')]//a//img/@src",
"desc": "//table//td[contains(@valign,'top')]//div[contains(@class,'specs')]",
"detailUrl": "//table//td[contains(@valign,'middle')]//a/@href"
}
}