Advertisement
nanorocks

expired-or-free-domains

Sep 3rd, 2022 (edited)
998
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.35 KB | Science | 0 0
  1. {
  2.     "last_updated": "date",
  3.     "data": [
  4.         {
  5.             "url": "url_crawled",
  6.             "ip": "url_ip",
  7.             "notify_by_email": "boolean",
  8.             "crawlers": [
  9.                 {
  10.                     "resource": "url_crawled",
  11.                     "is_https": "boolean",
  12.                     "is_free": "boolean",
  13.                     "expiration_date": "date or null",
  14.                     "any_errors": "blank or string"
  15.                 },
  16.                 {
  17.                     "resource": "url_crawled",
  18.                     "is_https": "boolean",
  19.                     "is_free": "boolean",
  20.                     "expiration_date": "date or null",
  21.                     "any_errors": "blank or string"
  22.                 },
  23.                 {
  24.                     "resource": "url_crawled",
  25.                     "is_https": "boolean",
  26.                     "is_free": "boolean",
  27.                     "expiration_date": "date or null",
  28.                     "any_errors": "blank or string"
  29.                 }
  30.             ]
  31.         },
  32.         {
  33.             "url": "url_crawled",
  34.             "ip": "url_ip",
  35.             "notify_by_email": "boolean",
  36.             "crawlers": [
  37.                 {
  38.                     "resource": "url_crawled",
  39.                     "is_https": "boolean",
  40.                     "is_free": "boolean",
  41.                     "expiration_date": "date or null",
  42.                     "any_errors": "blank or string"
  43.                 },
  44.                 {
  45.                     "resource": "url_crawled",
  46.                     "is_https": "boolean",
  47.                     "is_free": "boolean",
  48.                     "expiration_date": "date or null",
  49.                     "any_errors": "blank or string"
  50.                 },
  51.                 {
  52.                     "resource": "url_crawled",
  53.                     "is_https": "boolean",
  54.                     "is_free": "boolean",
  55.                     "expiration_date": "date or null",
  56.                     "any_errors": "blank or string"
  57.                 }
  58.             ]
  59.         }
  60.  
  61.     ]
  62.  
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement