Skip to content

Commit

Permalink
Update JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Feb 21, 2024
1 parent 1e499a4 commit c26dfb6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "AdvancedBackgroundChecks",
"url": "advancedbackgroundchecks.com",
"version": "0.1.4",
"version": "0.1.5",
"parent": "peoplefinders.com",
"addedDatetime": 1678082400000,
"addedDatetime": 1678060800000,
"steps": [
{
"stepType": "scan",
"scanType": "templatedUrl",
"actions": [
{
"actionType": "navigate",
"id": "c73ba931-9e01-4d37-9e15-2fd7a14eefa3",
"id": "7967f064-e3c5-442d-8380-99cf752fb8df",
"url": "https://www.advancedbackgroundchecks.com/names/${firstName}-${lastName}_${city}-${state}_age_${age}"
},
{
"actionType": "extract",
"id": "94003082-0a9d-4418-ac88-68595c7f4953",
"id": "6f6bb616-a4cb-4231-9abb-522722208f95",
"selector": ".card-block",
"profile": {
"name": {
Expand All @@ -25,7 +25,8 @@
},
"alternativeNamesList": {
"selector": "(.//p[@class='card-text max-lines-1'])[1]",
"afterText": "AKA:"
"afterText": "AKA:",
"separator": ","
},
"age": {
"selector": ".card-title",
Expand All @@ -40,7 +41,8 @@
},
"relativesList": {
"selector": "(.//p[@class='card-text max-lines-1'])[2]",
"afterText": "Related to:"
"afterText": "Related to:",
"separator": ","
},
"profileUrl": {
"selector": ".link-to-details"
Expand All @@ -60,4 +62,4 @@
"confirmOptOutScan": 72,
"maintenanceScan": 240
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"url": "centeda.com",
"version": "0.1.4",
"parent": "verecor.com",
"addedDatetime": 1677736800000,
"addedDatetime": 1677715200000,
"steps": [
{
"stepType": "scan",
"scanType": "templatedUrl",
"actions": [
{
"actionType": "navigate",
"id": "2f6639c0-201f-4d5e-8467-ae0ba457b409",
"id": "af9c9f03-e778-4c29-85fc-e5cbbfec563c",
"url": "https://centeda.com/profile/search?fname=${firstName}&lname=${lastName}&state=${state}&city=${city}&fage=${age|ageRange}",
"ageRange": [
"18-30",
Expand All @@ -25,8 +25,8 @@
},
{
"actionType": "extract",
"id": "e2e236b0-515b-43b3-9154-0432ed9b7566",
"selector": ".search-item",
"id": "79fa2a1c-65b4-417a-a8ac-2ca6d729ffc1",
"selector": ".search-result > a",
"profile": {
"name": {
"selector": ".title",
Expand All @@ -47,7 +47,7 @@
"selector": ".//div[@class='col-sm-24 col-md-8 related-to']//li"
},
"profileUrl": {
"selector": ".get-report-btn"
"selector": "a"
}
}
}
Expand All @@ -64,4 +64,4 @@
"confirmOptOutScan": 72,
"maintenanceScan": 240
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,21 @@
"actions": [
{
"actionType": "navigate",
"id": "4c607417-36bc-47d4-8562-9c2244db354d",
"id": "b8b912b0-201d-4cd1-8237-235c34fe0fea",
"url": "https://www.freepeopledirectory.com/name/${firstName}-${lastName}/${state|upcase}/${city}"
},
{
"actionType": "extract",
"id": "a1637310-ca7a-40b0-b2f5-db22b43b5d54",
"id": "50e30922-ef1d-4820-abbd-f536378472d4",
"selector": ".whole-card",
"profile": {
"name": {
"selector": ".card-title"
},
"alternativeNamesList": {
"selector": ".//h3/span[contains(text(),'AKA:')]/following-sibling::span",
"afterText": "No other aliases."
},
"addressCityState": {
"selector": ".city"
},
Expand Down Expand Up @@ -50,4 +54,4 @@
"confirmOptOutScan": 72,
"maintenanceScan": 240
}
}
}

0 comments on commit c26dfb6

Please sign in to comment.