-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamazon.json
37 lines (37 loc) · 957 Bytes
/
amazon.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
{
"url": "https://www.amazon.jobs/content/en/job-categories/software-development?employment-type%5B%5D=Full+time&country%5B%5D=IN",
"detailsInJobPage": "true",
"fixedCompanyName": "Amazon",
"logo": {
"fixed": "https://upload.wikimedia.org/wikipedia/commons/a/a9/Amazon_logo.svg"
},
"postName": {
"locator": "//h1",
"type": "xpath"
},
"jobLocation": {
"locator": "(//li)[14]",
"type": "xpath"
},
"experience": {
"locator": "(//p)[3]",
"type": "xpath"
},
"jobDescription": {
"locator": "(//p)[2]",
"type": "xpath"
},
"jobURL": {
"locator": "//*[@id=\"search\"]/div/div/ul/li/div/div/div/div/h3/a",
"type": "xpath"
},
"pageJobsCount": {
"locator": "//*[@id=\"search\"]/div/div/div/nav/ul/li[7]/button/div/div",
"type": "xpath",
"hasCountInText": "true"
},
"nextPage": {
"locator": "//*[@id=\"search\"]/div/div/div/nav/button[2]/div/div",
"type": "xpath"
}
}