-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapple.json
More file actions
37 lines (37 loc) · 819 Bytes
/
apple.json
File metadata and controls
37 lines (37 loc) · 819 Bytes
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://jobs.apple.com/en-in/search?location=india-INDC",
"detailsInJobPage": "true",
"fixedCompanyName": "Apple",
"logo": {
"fixed": "https://upload.wikimedia.org/wikipedia/commons/a/a9/Amazon_logo.svg"
},
"postName": {
"locator": "//h1",
"type": "xpath"
},
"jobLocation": {
"locator": "//*[@id=\"job-location-name\"]",
"type": "xpath"
},
"experience": {
"locator": "NA",
"type": "xpath"
},
"jobDescription": {
"locator": "(//div/section[1]/div)[2]/div[2]",
"type": "xpath"
},
"jobURL": {
"locator": "//*/tr[1]/td[1]/a",
"type": "xpath"
},
"pageJobsCount": {
"locator": "//*[@id=\"resultCount\"]",
"type": "xpath",
"hasCountInText": "true"
},
"nextPage": {
"locator": "//li[3]/span/a",
"type": "xpath"
}
}