Skip to content

Commit

Permalink
DBP: Update veripages JSON to 0.1.2 (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira authored Dec 11, 2023
1 parent 259cb65 commit cd1357a
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "veripages.com",
"version": "0.1.1",
"version": "0.1.2",
"parent": "verecor.com",
"addedDatetime": 1691985600000,
"addedDatetime": 1691982000000,
"steps": [
{
"stepType": "scan",
"scanType": "templatedUrl",
"actions": [
{
"actionType": "navigate",
"id": "e1adef78-997c-42f5-8c33-501566fc705b",
"url": "https://veripages.com/inner/profile/search?fname=${firstName}&lname=${lastName}&fage=${ageRange}&state=${state}&city=${city}",
"id": "5bf98772-1804-4939-a06b-dbf9cd31f198",
"url": "https://veripages.com/inner/profile/search?fname=${firstName}&lname=${lastName}&fage=${age|ageRange}&state=${state}&city=${city}",
"ageRange": [
"18-30",
"31-40",
Expand All @@ -24,7 +24,7 @@
},
{
"actionType": "extract",
"id": "1a06491a-e2b6-4d04-9ac2-d14b0776415a",
"id": "f3d53642-9a58-4275-b97f-5547e3ef8e55",
"selector": ".search-item",
"profile": {
"name": {
Expand All @@ -40,7 +40,7 @@
"afterText": ", "
},
"addressCityStateList": {
"selector": ".//span[@itemprop='address']",
"selector": ".//div[contains(@class, 'search-item')]//dt[text() = 'Has lived in']/following-sibling::dd/ul/li",
"findElements": true
},
"relativesList": {
Expand Down

0 comments on commit cd1357a

Please sign in to comment.