{"info":{"_postman_id":"f2fbe80a-fe1e-ec95-e3b7-a19db1ea6aa7","name":"CluedIn Public Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"26504","collectionId":"f2fbe80a-fe1e-ec95-e3b7-a19db1ea6aa7","publishedId":"RVu8io2g","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-04-16T07:44:55.000Z"},"item":[{"name":"Authentication","item":[{"name":"Tokens","item":[{"name":"Get a Token","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var data = JSON.parse(responseBody);","","postman.setEnvironmentVariable(\"access_token\", data.access_token);","postman.setEnvironmentVariable(\"refresh_token\", data.refresh_token);","","tests[\"Response has token\"] = responseBody.has(\"access_token\");","tests[\"Response has token type\"] = responseBody.has(\"token_type\");","tests[\"Response has expiry date\"] = responseBody.has(\"expires_in\");","tests[\"Response has refresh token\"] = responseBody.has(\"refresh_token\");","tests[\"Response has client id\"] = responseBody.has(\"as:client_id\");","tests[\"Response has userName\"] = responseBody.has(\"userName\");","tests[\"Response has token issued date\"] = responseBody.has(\".issued\");","tests[\"Response has token expiry date\"] = responseBody.has(\".expires\");","","tests[\"Response time is less than 200ms\"] = responseTime < 200;","","tests[\"Status code is 200\"] = responseCode.code === 200;"]}}],"id":"d59e8e1f-d12d-7765-6d04-b969d65a2243","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"rmail@gmail.com","type":"text"},{"key":"password","value":"something","type":"text"},{"key":"client_id","value":"something","type":"text"},{"key":"grant_type","value":"password","type":"text"}]},"url":"{{authUrl}}/token","description":"<p>Gets an authentication Token to use for authentication in the rest of the application</p>\n","urlObject":{"path":["token"],"host":["{{authUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d59e8e1f-d12d-7765-6d04-b969d65a2243"},{"name":"Get a Refresh Token","id":"92851697-7436-fd15-cee6-6948a48617af","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refresh_token","value":"{{refresh_token}}","type":"text"},{"key":"client_id","value":"CluedIn","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"{{authUrl}}/token","urlObject":{"path":["token"],"host":["{{authUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92851697-7436-fd15-cee6-6948a48617af"}],"id":"32b4a989-512e-2274-334e-ad78da75e8d9","_postman_id":"32b4a989-512e-2274-334e-ad78da75e8d9","description":""},{"name":"Registration","item":[{"name":"Register a new User","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"be61b760-fc53-5183-ab24-900cf7bc3a27","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"Pierre","type":"text"},{"key":"password","value":"password","type":"text"},{"key":"applicationSubDomain","value":"cluedin","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"confirmpassword","value":"password","type":"text"},{"key":"email","value":"pid@cluedin.io","type":"text"}]},"url":"{{authUrl}}/api/account/register?code=asdf","description":"<p>Creates a Guest Account</p>\n","urlObject":{"path":["api","account","register"],"host":["{{authUrl}}"],"query":[{"key":"code","value":"asdf"}],"variable":[]}},"response":[],"_postman_id":"be61b760-fc53-5183-ab24-900cf7bc3a27"},{"name":"Register a new User as an Admin","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"aed7f887-5845-b7b6-b326-97a0172fd873","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"Pierre","type":"text"},{"key":"password","value":"password","type":"text"},{"key":"clientid","value":"CluedIn","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"AllowEmailDomainSignup","value":"true","type":"text"},{"key":"confirmpassword","value":"password","type":"text"},{"key":"email","value":"pid@cluedin.io","type":"text"},{"key":"emaildomain","value":"@cluedin.io","type":"text"},{"key":"applicationDomain","value":"cluedin","type":"text"}]},"url":"{{authUrl}}/api/account/registeradmin?code=14","description":"<p>Creates a Admin Account</p>\n","urlObject":{"path":["api","account","registeradmin"],"host":["{{authUrl}}"],"query":[{"key":"code","value":"14"}],"variable":[]}},"response":[],"_postman_id":"aed7f887-5845-b7b6-b326-97a0172fd873"},{"name":"Register a new Org and Admin Account","event":[{"listen":"test","script":{"id":"aa417ec9-17e0-4227-9311-b1476dd21f01","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"],"type":"text/javascript"}}],"id":"2fd6234f-3661-217f-15e7-6a749cf0e586","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"john@cluedin.local","type":"text"},{"key":"password","value":"sdffssffff","type":"text"},{"key":"organizationName","value":"cluedin-test","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"allowEmailDomainSignup","value":"true","type":"text"},{"key":"confirmpassword","value":"sdffssffff","type":"text"},{"key":"email","value":"john@cluedin.local","type":"text"},{"key":"emailDomain","value":"cluedin.local","type":"text"},{"key":"applicationSubDomain","value":"cluedin-test","type":"text"}]},"url":"{{authUrl}}/api/account/new?code","description":"<p>Gets an authentication Token to use for authentication in the rest of the application</p>\n","urlObject":{"path":["api","account","new"],"host":["{{authUrl}}"],"query":[{"key":"code","value":null}],"variable":[]}},"response":[],"_postman_id":"2fd6234f-3661-217f-15e7-6a749cf0e586"}],"id":"178dfdc1-0919-c673-9747-b02f4e0a579a","_postman_id":"178dfdc1-0919-c673-9747-b02f4e0a579a","description":""},{"name":"Third Party Login","item":[{"name":"Login with Salesforce","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var data = JSON.parse(responseBody);","","postman.setEnvironmentVariable(\"access_token\", data.access_token);","postman.setEnvironmentVariable(\"refresh_token\", data.refresh_token);","","tests[\"Response has token\"] = responseBody.has(\"access_token\");","tests[\"Response has token type\"] = responseBody.has(\"token_type\");","tests[\"Response has expiry date\"] = responseBody.has(\"expires_in\");","tests[\"Response has refresh token\"] = responseBody.has(\"refresh_token\");","tests[\"Response has client id\"] = responseBody.has(\"as:client_id\");","tests[\"Response has userName\"] = responseBody.has(\"userName\");","tests[\"Response has token issued date\"] = responseBody.has(\".issued\");","tests[\"Response has token expiry date\"] = responseBody.has(\".expires\");","","tests[\"Response time is less than 200ms\"] = responseTime < 200;","","tests[\"Status code is 200\"] = responseCode.code === 200;"]}}],"id":"514b7b5f-d673-5e15-f63f-90c842cbf0ed","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"salesforce","type":"text"},{"key":"providerKey","value":"salesforce","type":"text"},{"key":"id","value":"2523626246435","type":"text"}]},"url":"{{authUrl}}/token","description":"<p>Gets an authentication Token to use for authentication in the rest of the application</p>\n","urlObject":{"path":["token"],"host":["{{authUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"514b7b5f-d673-5e15-f63f-90c842cbf0ed"},{"name":"Authenticate with LinkedIn","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Claims\");","","","","tests[\"Body does not contain sensitive information (PasswordHash)\"] = responseBody.has(\"PasswordHash\") === false;","tests[\"Body does not contain sensitive information (SecurityStamp)\"] = responseBody.has(\"SecurityStamp\") === false;","tests[\"Body does not contain sensitive information (Exception)\"] = responseBody.has(\"Exception\") === false;","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"d6494632-e8be-815b-ef7f-5d1b3cbb6ad2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/Account/authlinkedin","description":"<p>Create a new user with LinkedIn Authentication</p>\n","urlObject":{"path":["api","Account","authlinkedin"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6494632-e8be-815b-ef7f-5d1b3cbb6ad2"}],"id":"71f855b0-f69f-9b5e-15b9-fb603465c7af","_postman_id":"71f855b0-f69f-9b5e-15b9-fb603465c7af","description":""},{"name":"Get User Account Information","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains roles\"] = responseBody.has(\"roles\");","tests[\"Body contains claims\"] = responseBody.has(\"claims\");","","tests[\"Body does not contain sensitive information (passwordHash)\"] = responseBody.has(\"passwordHash\") === false;","tests[\"Body does not contain sensitive information (securityStamp)\"] = responseBody.has(\"securityStamp\") === false;","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"618a3b17-6282-170b-2568-1c4a8f5fb9e0","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/Account/user","urlObject":{"path":["api","Account","user"],"host":["{{authUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"618a3b17-6282-170b-2568-1c4a8f5fb9e0"},{"name":"Get DataShards","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains roles\"] = responseBody.has(\"roles\");","tests[\"Body contains claims\"] = responseBody.has(\"claims\");","","tests[\"Body does not contain sensitive information (passwordHash)\"] = responseBody.has(\"passwordHash\") === false;","tests[\"Body does not contain sensitive information (securityStamp)\"] = responseBody.has(\"securityStamp\") === false;","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"bdd2f715-c188-f6ac-4c2d-ac6e45c28fb8","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/Account/datashards","urlObject":{"path":["api","Account","datashards"],"host":["{{authUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdd2f715-c188-f6ac-4c2d-ac6e45c28fb8"},{"name":"User Logout","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Status code is 200\"] = responseCode.code === 202;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"48fe55f5-45a5-4e63-fd8f-f1be9845e6d9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/Account/Logout","urlObject":{"path":["api","Account","Logout"],"host":["{{authUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"48fe55f5-45a5-4e63-fd8f-f1be9845e6d9"},{"name":"Revoke All Tokens for current user","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Status code is 200\"] = responseCode.code === 202;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"60e23c6a-622b-4a28-5ee0-d8c80b2d147b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{authUrl}}/api/Account/Revoke","urlObject":{"path":["api","Account","Revoke"],"host":["{{authUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60e23c6a-622b-4a28-5ee0-d8c80b2d147b"}],"id":"32bacacc-19c4-b8df-bf04-f730d46484b0","description":"<p>The Authentication Sever Endpoints</p>\n","_postman_id":"32bacacc-19c4-b8df-bf04-f730d46484b0"},{"name":"Availability","item":[{"name":"Account Available","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"1092f784-22a4-379e-9e46-1627f7f32ef1","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/account/available?clientId=cluedin","description":"<p>Creates a Admin Account</p>\n","urlObject":{"path":["api","account","available"],"host":["{{authUrl}}"],"query":[{"key":"clientId","value":"cluedin"}],"variable":[]}},"response":[],"_postman_id":"1092f784-22a4-379e-9e46-1627f7f32ef1"},{"name":"UserName Available","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"5427ae39-26ec-e18e-6cbc-35307749a29a","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/account/username?username=cluedinhq","urlObject":{"path":["api","account","username"],"host":["{{authUrl}}"],"query":[{"key":"username","value":"cluedinhq"}],"variable":[]}},"response":[],"_postman_id":"5427ae39-26ec-e18e-6cbc-35307749a29a"},{"name":"EmailDomain Available","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"a7b5fdbb-5103-3fd9-53be-1f09af754f07","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/account/emaildomain?email=sdfgsdfg","urlObject":{"path":["api","account","emaildomain"],"host":["{{authUrl}}"],"query":[{"key":"email","value":"sdfgsdfg"}],"variable":[]}},"response":[],"_postman_id":"a7b5fdbb-5103-3fd9-53be-1f09af754f07"},{"name":"EmailAddress Available","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"cc83c858-dd30-f917-c0e9-cb4a36257892","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/account/emailavailable?email=tim@cluedin.io","urlObject":{"path":["api","account","emailavailable"],"host":["{{authUrl}}"],"query":[{"key":"email","value":"tim@cluedin.io"}],"variable":[]}},"response":[],"_postman_id":"cc83c858-dd30-f917-c0e9-cb4a36257892"},{"name":"Domain Available","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"518ff20d-706e-5d5d-bf43-464c41b838ad","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/account/domainavailable?domainName=cluedin","urlObject":{"path":["api","account","domainavailable"],"host":["{{authUrl}}"],"query":[{"key":"domainName","value":"cluedin"}],"variable":[]}},"response":[],"_postman_id":"518ff20d-706e-5d5d-bf43-464c41b838ad"}],"id":"5761fca8-d39f-e840-91c6-ffec6c87cdda","_postman_id":"5761fca8-d39f-e840-91c6-ffec6c87cdda","description":""},{"name":"Configuration","item":[{"name":"Get Active Providers","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"867a4a51-1468-0ec9-0f3a-f579f9826d33","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/configuration/providers","description":"<p>Get All Enabled Providers</p>\n<p>Possible Status Codes</p>\n<p>200 OK = All good.\n503 InternalServerError = Could not find Job Server</p>\n","urlObject":{"path":["api","configuration","providers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"867a4a51-1468-0ec9-0f3a-f579f9826d33"},{"name":"Get Provider Configuration by Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"315a29ff-729f-1cfc-3550-e2fddc8b5eff","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/configuration/providers?id=0c94c63e-5735-4da2-9282-ac0d5f1bee40","description":"<p>Gets a Provider Definition By Id</p>\n<p>Possible Status Codes</p>\n<p>200 OK = All good.\n400 BadRequest = Invalid, Null or Empty Id\n404 NotFound = Could not find Provider Definition\n503 InternalServerError = Cannot find JobServer, Could Not Fetch Job Data for Provider Definition.</p>\n","urlObject":{"path":["api","configuration","providers"],"host":["{{url}}"],"query":[{"key":"id","value":"0c94c63e-5735-4da2-9282-ac0d5f1bee40"}],"variable":[]}},"response":[],"_postman_id":"315a29ff-729f-1cfc-3550-e2fddc8b5eff"},{"name":"Get Provider Configuration by Id and Folder Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"79a5d916-73f3-6b7a-7990-649401022a9f","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/configuration/providers?id=<ProviderDefinitionId>&folderId=something","urlObject":{"path":["api","configuration","providers"],"host":["{{url}}"],"query":[{"key":"id","value":"<ProviderDefinitionId>"},{"key":"folderId","value":"something"}],"variable":[]}},"response":[],"_postman_id":"79a5d916-73f3-6b7a-7990-649401022a9f"},{"name":"Get Inactive Providers","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"8a69fe1f-5b50-3787-91ec-8a8f523b7294","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/configuration/inactiveproviders","urlObject":{"path":["api","configuration","inactiveproviders"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a69fe1f-5b50-3787-91ec-8a8f523b7294"},{"name":"Get Inactive Providers by Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"d33736dc-deec-e0ba-6429-6280226d466a","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/configuration/inactiveprovidersid=<ProviderDefinitionId>","urlObject":{"path":["api","configuration","inactiveprovidersid=<ProviderDefinitionId>"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d33736dc-deec-e0ba-6429-6280226d466a"},{"name":"Get Provider List","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"35b765f9-4b75-20bf-c57f-a5d67a73a927","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/configuration/providerlist","urlObject":{"path":["api","configuration","providerlist"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"35b765f9-4b75-20bf-c57f-a5d67a73a927"}],"id":"65ade84a-0a62-6e3d-982c-028b0720eb71","_postman_id":"65ade84a-0a62-6e3d-982c-028b0720eb71","description":""},{"name":"Custom Webhooks","item":[{"name":"Add Custom Webhook","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"true\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"35941b11-d09b-a31f-a8fa-313d3a503e0a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"helperConfiguration\": \n        {\n            \"customWebHooks\":\n            {\n                \"entity\":\n                {\n                    \"incoming\": [],\n                    \"outgoing\": [\n                            {\n                                \"uri\": \"\",\n                                \"signature\": \"\",\n                                \"webhookType\": \"Outgoing\",\n                                \"version\": \"1\",\n                                \"externalId\": \"asdf\",\n                                \"externalVersion\": \"1\",\n                                \"mimeType\": \"application/json\",\n                                \"transform\":\n                                {\n                                    \"name\": \"EntityToSimpleJson\"\n                                },\n                                \"trigger\":\n                                {\n                                    \"matchers\": [\n                                        {\n                                            \"name\": \"PropertyValue\",\n                                            \"propertyName\": \"organization.name\",\n                                            \"propertyValue\": \"CluedIn\"\n                                        }\n                                        ]\n                                }\n                            }\n                        ]\n                }\n            }\n        }\n}"},"url":"{{url}}/api/v2/organization/providers?providerId=F084EAE7-6DF4-4FF6-BAED-082419BCC328","description":"<p>This will crawl pivotal tracker</p>\n","urlObject":{"path":["api","v2","organization","providers"],"host":["{{url}}"],"query":[{"key":"providerId","value":"F084EAE7-6DF4-4FF6-BAED-082419BCC328"}],"variable":[]}},"response":[],"_postman_id":"35941b11-d09b-a31f-a8fa-313d3a503e0a"}],"id":"c7bb9023-3671-333d-1dd5-7f9da1dd427b","_postman_id":"c7bb9023-3671-333d-1dd5-7f9da1dd427b","description":""},{"name":"Entity","item":[{"name":"Gets an Entity by Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"5e2c2586-9f1c-b5ab-3b2e-21e6f199c2a3","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/entity?id=f98f45be-7580-525f-9afe-0402348b6017","description":"<p>Gets an Entity by Id</p>\n<p>Possible Status Code</p>\n<p>200 OK = All Good.\n400 BadRequest = Invalid, Null or Empty Id\n403 Forbidden = You don't have access to fetch this Entity by Id\n404 NotFound = Not Found.</p>\n","urlObject":{"path":["api","entity"],"host":["{{url}}"],"query":[{"key":"id","value":"f98f45be-7580-525f-9afe-0402348b6017"}],"variable":[]}},"response":[],"_postman_id":"5e2c2586-9f1c-b5ab-3b2e-21e6f199c2a3"},{"name":"Marks an Entity as Sensitive","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"efe9bbc8-f762-c0b0-696b-9dd5622ac4e6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/entity/sensitive?id=f98f45be-7580-525f-9afe-0402348b6017","description":"<p>Marks an Entity as Sensitive</p>\n<p>Possible Status Code</p>\n<p>200 OK = All Good.\n400 BadRequest = Invalid, Null or Empty Id\n403 Forbidden = You don't have access to fetch this Entity by Id\n404 NotFound = Not Found.</p>\n","urlObject":{"path":["api","entity","sensitive"],"host":["{{url}}"],"query":[{"key":"id","value":"f98f45be-7580-525f-9afe-0402348b6017"}],"variable":[]}},"response":[],"_postman_id":"efe9bbc8-f762-c0b0-696b-9dd5622ac4e6"},{"name":"Marks an Entity as UnSensitive","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"e14d6a50-436a-daa2-8ded-65a9c4f6d377","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/entity/unsensitive?id=f98f45be-7580-525f-9afe-0402348b6017","description":"<p>Marks an Entity as UnSensitive</p>\n<p>Possible Status Code</p>\n<p>200 OK = All Good.\n400 BadRequest = Invalid, Null or Empty Id\n403 Forbidden = You don't have access to fetch this Entity by Id\n404 NotFound = Not Found.</p>\n","urlObject":{"path":["api","entity","unsensitive"],"host":["{{url}}"],"query":[{"key":"id","value":"f98f45be-7580-525f-9afe-0402348b6017"}],"variable":[]}},"response":[],"_postman_id":"e14d6a50-436a-daa2-8ded-65a9c4f6d377"},{"name":"Gets an Entity By Entity Code","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"a479372a-a190-9e96-42d2-7790d4076f39","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/entity/code?id=/Infrastructure/User%23CluedIn:2c73b232-185d-43d3-abe1-d702fda5763b","description":"<p>Gets an Entity By its Entity Code</p>\n<p>Cached for 120 Seconds</p>\n<p>Format should be:</p>\n<p>/Infrastructure/User%23CluedIn:2c73b232-185d-43d3-abe1-d702fda5763b</p>\n<p>(Should be Url Encoded)</p>\n<p>Possible Status Codes</p>\n<p>200 OK = All Good.\n400 BadRequest = Invalid, Null or Empty EntityCode\n403 Forbidden = Access Not Allowed\n404 NotFound = Not Found</p>\n","urlObject":{"path":["api","entity","code"],"host":["{{url}}"],"query":[{"key":"id","value":"/Infrastructure/User%23CluedIn:2c73b232-185d-43d3-abe1-d702fda5763b"}],"variable":[]}},"response":[],"_postman_id":"a479372a-a190-9e96-42d2-7790d4076f39"},{"name":"Get All Relationships","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"FOR\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"22afd88e-8f65-57c3-e0eb-88980ac9fb12","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/entity/relations?id=e121f3c8-036b-533d-8851-e04015a177e1&relationship=/Mentioned","urlObject":{"path":["api","entity","relations"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"},{"key":"relationship","value":"/Mentioned"}],"variable":[]}},"response":[],"_postman_id":"22afd88e-8f65-57c3-e0eb-88980ac9fb12"},{"name":"Get Number of Followers","id":"7ddbb501-192e-e7bd-f93a-eb46604795f3","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/insight/followers?id=e0a216a0-612a-47d0-998a-5efbcff899c6","description":"<p>Gets the number of people that have an entity in their insight list e.g. How many people are following skynet will be </p>\n<p>api/insight/followers?id=skynet</p>\n","urlObject":{"path":["api","insight","followers"],"host":["{{url}}"],"query":[{"key":"id","value":"e0a216a0-612a-47d0-998a-5efbcff899c6"}],"variable":[]}},"response":[],"_postman_id":"7ddbb501-192e-e7bd-f93a-eb46604795f3"},{"name":"Suggested Searches for Entity","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"dd4e8de5-6088-44a9-bd0e-90ea6ff77966","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/entity/suggest?id=e121f3c8-036b-533d-8851-e04015a177e1","description":"<p>Gets the suggested graph searches for an entity</p>\n","urlObject":{"path":["api","entity","suggest"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"}],"variable":[]}},"response":[],"_postman_id":"dd4e8de5-6088-44a9-bd0e-90ea6ff77966"},{"name":"Get Details of Following","id":"8856c556-d059-79b5-aa80-cc1c5859145b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/insight/following/details?id=e121f3c8-036b-533d-8851-e04015a177e1","description":"<p>Gets the details of people that have an entity in their insight list e.g. How many people are following skynet will be </p>\n<p>api/insight/following?id=<a href=\"mailto:tim@cluedin.io\">tim@cluedin.io</a></p>\n","urlObject":{"path":["api","insight","following","details"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"}],"variable":[]}},"response":[],"_postman_id":"8856c556-d059-79b5-aa80-cc1c5859145b"},{"name":"Get the path from one entity to another","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"ed0f332a-f660-3181-6126-d4050660a71b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/entity/path?sourceId=e0a216a0-612a-47d0-998a-5efbcff899c6&targetId=e34e2c79-a4c0-422b-9f64-51986ce35c10","description":"<p>Finds the Shortest Path Between Two Entities</p>\n","urlObject":{"path":["api","entity","path"],"host":["{{url}}"],"query":[{"key":"sourceId","value":"e0a216a0-612a-47d0-998a-5efbcff899c6"},{"key":"targetId","value":"e34e2c79-a4c0-422b-9f64-51986ce35c10"}],"variable":[]}},"response":[],"_postman_id":"ed0f332a-f660-3181-6126-d4050660a71b"},{"name":"Gets the History of an Entity","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"8b6f795b-80cd-2fdb-9db4-2f741f2bb6e1","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/entity/history?id=e121f3c8-036b-533d-8851-e04015a177e1","urlObject":{"path":["api","entity","history"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"}],"variable":[]}},"response":[{"id":"f640c3aa-0ae0-dc8a-229d-6ee40dbc079f","name":"changes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/api/entity/history?id=f1ab065f-700c-5fcf-bf35-998017d74032","host":["{{url}}"],"path":["api","entity","history"],"query":[{"key":"id","value":"f1ab065f-700c-5fcf-bf35-998017d74032"}]}},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Content-Encoding","key":"Content-Encoding","value":"utf-8","description":""},{"name":"Content-Length","key":"Content-Length","value":"10871","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Tue, 05 May 2015 07:43:19 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-HTTPAPI/2.0","description":""}],"cookie":[],"responseTime":"822","body":"{\r\n  \"VersionHistory\": {\r\n    \"attribute-type\": \"/VersionHistory\",\r\n    \"VersionPart\": [\r\n      {\r\n        \"VersionPart\": {\r\n          \"attribute-type\": \"/Version\",\r\n          \"attribute-dataReference\": \"7\",\r\n          \"attribute-childVersions\": \"50\",\r\n          \"attribute-date\": \"2015-03-30T12:02:49.4632000+00:00\",\r\n          \"attribute-changeType\": \"Added\",\r\n          \"attribute-changeCount\": \"0\",\r\n          \"attribute-editDistance\": \"0\",\r\n          \"attribute-branch\": \"/Files/File#FileSystem(TIMWARD2F96):file://timward2f96/C$/TestData/Presentation.pptx\"\r\n        }\r\n      },\r\n      {\r\n        \"VersionPart\": {\r\n          \"attribute-type\": \"/Version\",\r\n          \"attribute-dataReference\": \"50\",\r\n          \"attribute-parentVersions\": \"7\",\r\n          \"attribute-date\": \"2015-03-30T12:02:49.4632000+00:00\",\r\n          \"attribute-changeType\": \"Changed\",\r\n          \"attribute-changeCount\": \"33\",\r\n          \"attribute-editDistance\": \"0\",\r\n          \"attribute-branch\": \"/Files/File#FileSystem(TIMWARD2F96):file://timward2f96/C$/TestData/Presentation.pptx\",\r\n          \"change\": [\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Body\",\r\n                \"attribute-key\": \"Body\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Metadata\",\r\n                \"attribute-key\": \"DiscoveryDate\",\r\n                \"attribute-newValue\": \"5/5/2015 7:37:33 AM +00:00\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Metadata\",\r\n                \"attribute-key\": \"DocumentFileHashCode\",\r\n                \"attribute-newValue\": \"2E-6A-B7-1A-3C-A1-E7-20-A1-7D-98-C3-5B-AE-DC-EA\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Metadata\",\r\n                \"attribute-key\": \"DocumentMimeType\",\r\n                \"attribute-newValue\": \"application/vnd.openxmlformats-officedocument.presentationml.presentation\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Metadata\",\r\n                \"attribute-key\": \"DocumentSize\",\r\n                \"attribute-newValue\": \"40356\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"HashMD5\",\r\n                \"attribute-newValue\": \"2E-6A-B7-1A-3C-A1-E7-20-A1-7D-98-C3-5B-AE-DC-EA\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"HashSSDeep\",\r\n                \"attribute-newValue\": \"768:8ktcSbxMSneSnjS0bS02S0dS04S03S0yS0JS00SrBrt4mp53NYTZS6wTB9AhZajT:8kLq9pYA71jspAUAfdpp\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.Application-Name\",\r\n                \"attribute-newValue\": \"Microsoft Office PowerPoint\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.Application-Version\",\r\n                \"attribute-newValue\": \"15.0000\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.Content-Length\",\r\n                \"attribute-newValue\": \"40356\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.Content-Type\",\r\n                \"attribute-newValue\": \"application/vnd.openxmlformats-officedocument.presentationml.presentation\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.cp:revision\",\r\n                \"attribute-newValue\": \"1\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.Creation-Date\",\r\n                \"attribute-newValue\": \"2012-07-27T01:16:44Z\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.custom:ContentTypeId\",\r\n                \"attribute-newValue\": \"0x010100042C11FCD8DC8749ABDD709345942B36\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.date\",\r\n                \"attribute-newValue\": \"2012-07-27T01:17:01Z\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.dcterms:created\",\r\n                \"attribute-newValue\": \"2012-07-27T01:16:44Z\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.dcterms:modified\",\r\n                \"attribute-newValue\": \"2012-07-27T01:17:01Z\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.extended-properties:Application\",\r\n                \"attribute-newValue\": \"Microsoft Office PowerPoint\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.extended-properties:AppVersion\",\r\n                \"attribute-newValue\": \"15.0000\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.extended-properties:PresentationFormat\",\r\n                \"attribute-newValue\": \"Widescreen\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.FilePath\",\r\n                \"attribute-newValue\": \"C:\\\\TestData\\\\Presentation.pptx\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.Last-Modified\",\r\n                \"attribute-newValue\": \"2012-07-27T01:17:01Z\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.Last-Save-Date\",\r\n                \"attribute-newValue\": \"2012-07-27T01:17:01Z\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.meta:creation-date\",\r\n                \"attribute-newValue\": \"2012-07-27T01:16:44Z\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.meta:save-date\",\r\n                \"attribute-newValue\": \"2012-07-27T01:17:01Z\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.meta:slide-count\",\r\n                \"attribute-newValue\": \"1\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.modified\",\r\n                \"attribute-newValue\": \"2012-07-27T01:17:01Z\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.Presentation-Format\",\r\n                \"attribute-newValue\": \"Widescreen\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.resourceName\",\r\n                \"attribute-newValue\": \"Presentation.pptx\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.Revision-Number\",\r\n                \"attribute-newValue\": \"1\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.Slide-Count\",\r\n                \"attribute-newValue\": \"1\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.xmpTPg:NPages\",\r\n                \"attribute-newValue\": \"1\"\r\n              }\r\n            },\r\n            {\r\n              \"change\": {\r\n                \"attribute-type\": \"Added\",\r\n                \"attribute-changedPart\": \"Property\",\r\n                \"attribute-key\": \"tika.X-Parsed-By\",\r\n                \"attribute-newValue\": \"org.apache.tika.parser.DefaultParser, org.apache.tika.parser.microsoft.ooxml.OOXMLParser\"\r\n              }\r\n            }\r\n          ]\r\n        }\r\n      }\r\n    ]\r\n  }\r\n}"}],"_postman_id":"8b6f795b-80cd-2fdb-9db4-2f741f2bb6e1"},{"name":"Gets blob for an entity","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"568b1c62-21c1-ee09-ced0-8a785a284678","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/blob?id=73E3B911-9168-414B-BBC9-2CB4170ABE0C&access_token={{access_token}}","description":"<p>Possible Return Codes</p>\n<p>200 OK = All Good\n400 BadRequest = Id is Null or Empty or Invalid\n404 NotFound = Blob Not Found\n503 InternalServerError = BlobStore Not Found</p>\n","urlObject":{"path":["api","blob"],"host":["{{url}}"],"query":[{"key":"id","value":"73E3B911-9168-414B-BBC9-2CB4170ABE0C"},{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[],"_postman_id":"568b1c62-21c1-ee09-ced0-8a785a284678"},{"name":"Gets an Entity By Email","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"6c2818af-fb67-2aaf-7e05-f8203a3e54d2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/entity/email?email=tiw@cluedin.io","description":"<p>Gets an Entity By its Email</p>\n<p>Cached for 120 seconds</p>\n<p>Possible Status Code</p>\n<p>200 OK = All Good.\n400 BadRequest = Invalid, Null or Empty Email.\n403 Forbidden = Access Not Allowed.\n404 NotFound = Not Found.</p>\n","urlObject":{"path":["api","entity","email"],"host":["{{url}}"],"query":[{"key":"email","value":"tiw@cluedin.io"}],"variable":[]}},"response":[],"_postman_id":"6c2818af-fb67-2aaf-7e05-f8203a3e54d2"},{"name":"Gets an Entity Id by Entity Code","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"5d0f2a1f-02d5-3754-091c-65f31174892a","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/entity/code?type=Organization&origin=Salesforce&value=0012400000ZlApcAAF","description":"<p>Gets an Entity Id By its Entity Code</p>\n","urlObject":{"path":["api","v1","entity","code"],"host":["{{url}}"],"query":[{"key":"type","value":"Organization"},{"key":"origin","value":"Salesforce"},{"key":"value","value":"0012400000ZlApcAAF"}],"variable":[]}},"response":[],"_postman_id":"5d0f2a1f-02d5-3754-091c-65f31174892a"},{"name":"Gets the Vocab Schema","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"9092a929-71ee-79a0-3022-fb941f447fb0","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/entity/schema","description":"<p>Gets the Schema</p>\n<p>Cached for 120 seconds</p>\n<p>Possible Status Codes</p>\n<p>200 OK = All Good.</p>\n","urlObject":{"path":["api","v1","entity","schema"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9092a929-71ee-79a0-3022-fb941f447fb0"},{"name":"Gets blob for an entity with size","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"54508eb4-6157-5ccb-4fc0-aaa9f9a520d5","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/blob?id=73E3B911-9168-414B-BBC9-2CB4170ABE0C&access_token={{access_token}}&size=icon","description":"<p>\"icon\" : 42x42\n\"small\" : 400x300\n\"medium\" : 800x600<br />\"large\": 1200x800              </p>\n<p>Default is 400x300</p>\n","urlObject":{"path":["api","blob"],"host":["{{url}}"],"query":[{"key":"id","value":"73E3B911-9168-414B-BBC9-2CB4170ABE0C"},{"key":"access_token","value":"{{access_token}}"},{"key":"size","value":"icon"}],"variable":[]}},"response":[],"_postman_id":"54508eb4-6157-5ccb-4fc0-aaa9f9a520d5"},{"name":"Gets blob for an entity with max size","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"6326efca-6d1d-9859-9cf4-bf351fcb7ec3","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/blob?id=73E3B911-9168-414B-BBC9-2CB4170ABE0C&access_token={{access_token}}&maxWidth=300&maxHeight=300","description":"<p>Gets an Entity By its Entity Code</p>\n","urlObject":{"path":["api","blob"],"host":["{{url}}"],"query":[{"key":"id","value":"73E3B911-9168-414B-BBC9-2CB4170ABE0C"},{"key":"access_token","value":"{{access_token}}"},{"key":"maxWidth","value":"300"},{"key":"maxHeight","value":"300"}],"variable":[]}},"response":[],"_postman_id":"6326efca-6d1d-9859-9cf4-bf351fcb7ec3"},{"name":"Get Duplicates","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"3f80ddaa-ab3c-7ffb-d03d-1f809c70e115","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/organization/duplicates","description":"<p>Gets an Entity By its Id</p>\n","urlObject":{"path":["api","organization","duplicates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7c9a8ca8-bac5-648d-acfa-ea80f50a9898","name":"data","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/api/entity?id=8b37edb1-0604-566c-82d6-573181365234","host":["{{url}}"],"path":["api","entity"],"query":[{"key":"id","value":"8b37edb1-0604-566c-82d6-573181365234"}]},"description":"Gets an Entity By its Id"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Content-Length","key":"Content-Length","value":"3250","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Tue, 14 Jul 2015 08:07:48 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-HTTPAPI/2.0","description":""}],"cookie":[],"responseTime":"434","body":"{\"EntityId\":\"8b37edb1-0604-566c-82d6-573181365234\",\"Entity\":{\"entity\":{\"attribute-id\":\"8b37edb1-0604-566c-82d6-573181365234\",\"attribute-organization\":\"e55df72f-4d7f-40f8-ad44-6512b58a2c56\",\"processedData\":{\"entityType\":\"/Infrastructure/User\",\"name\":\"magius\",\"displayName\":\"Kristian Magius\",\"systemTagName\":\"magius\",\"provider-origins\":[\"Slack\",\"CluedIn\"],\"uri\":\"https://cluedin.slack.com/team/magius\",\"modifiedDate\":\"2015-07-13T20:00:45.3083717+00:00\",\"discoveryDate\":\"2015-07-13T17:12:46.9373717+00:00\",\"edgesSummary\":{\"incoming\":[{\"attribute-edgeType\":\"/Has\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/MentionedIn\",\"attribute-count\":\"3\",\"attribute-type\":\"/EdgeTypeSummary\"}],\"outgoing\":[{\"attribute-edgeType\":\"/Author\",\"attribute-count\":\"3\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/Action/CreatedBy\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/ModifiedAt\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/DiscoveredAt\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"}]},\"properties\":{\"attribute-type\":\"/Metadata/KeyValue\",\"property-IsSlackBot\":\"False\",\"property-user.firstName\":\"Kristian\",\"property-user.fullName\":\"Kristian Magius\"},\"previewImage\":{\"attribute-type\":\"/ImageReference\",\"attribute-blobId\":\"52b0e100-ed1a-5779-bb03-933cba218ac2\",\"attribute-blobMD5\":\"VbMAKWXyZYpSbiSutd+73w==\",\"attribute-width\":\"128\",\"attribute-height\":\"128\",\"attribute-uri\":\"https://api.cerebro.technology:1339/api/blob?id=52b0e100-ed1a-5779-bb03-933cba218ac2\"},\"timeToLive\":\"0\",\"isSensitiveInformation\":\"False\",\"isShadowEntity\":\"False\"}}},\"SuggestedSearches\":[{\"DisplayName\":\"What has this user recently modified?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/Modified,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"},{\"DisplayName\":\"What has this person worked on?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/WorkedOn,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"},{\"DisplayName\":\"What is this person skilled at?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}} of type {{TYPE}}\",\"Tokens\":\"/Has,8b37edb1-0604-566c-82d6-573181365234,/Skill\",\"Type\":\"List\"},{\"DisplayName\":\"Similar People to this Person?\",\"SearchQuery\":\"Suggested user to {{USER}}?\",\"Tokens\":\"8b37edb1-0604-566c-82d6-573181365234,tiw@cluedin.io\",\"Type\":\"List\"},{\"DisplayName\":\"What is this person working on?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}} of type {{TYPE}}\",\"Tokens\":\"/WorkedOn,8b37edb1-0604-566c-82d6-573181365234,/Skill\",\"Type\":\"List\"},{\"DisplayName\":\"Who does this person work for?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/WorksFor,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"}],\"SuggestedAggregations\":{\"PrimaryAggregationType\":1,\"Aggregations\":[{\"AggregationType\":2,\"Priority\":10},{\"AggregationType\":10,\"Priority\":8},{\"AggregationType\":9,\"Priority\":4},{\"AggregationType\":18,\"Priority\":4},{\"AggregationType\":17,\"Priority\":4},{\"AggregationType\":16,\"Priority\":4},{\"AggregationType\":20,\"Priority\":4}]},\"SuggestedActions\":[{\"DisplayName\":\"View User History\",\"Link\":\"https://cluedin.slack.com/messages/@pid/team/pid/\"}],\"Providers\":[],\"NumberOfFollowers\":0,\"NumberOfFollowing\":0}"}],"_postman_id":"3f80ddaa-ab3c-7ffb-d03d-1f809c70e115"},{"name":"Get Potential Duplicate Entity Groupings","event":[{"listen":"test","script":{"id":"45eeab4f-2305-434e-87b6-11878f6dad28","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"],"type":"text/javascript"}}],"id":"1bce9288-0889-4090-9903-8ebe265e798f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{url}}/api/v1/duplicates/potential-duplicate-entity-groupings?queryNames=Name,Name&entityType=/Infrastructure/User","description":"<p>Gets an Entity By its Id</p>\n","urlObject":{"path":["api","v1","duplicates","potential-duplicate-entity-groupings"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional - Comma separated list of query names</p>\n","type":"text/plain"},"key":"queryNames","value":"Name,Name"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"entityType","value":"/Infrastructure/User"}],"variable":[]}},"response":[{"id":"a35e2d38-814c-417f-9fc5-a53d931712ce","name":"data","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":{"raw":"{{url}}/api/entity?id=8b37edb1-0604-566c-82d6-573181365234","host":["{{url}}"],"path":["api","entity"],"query":[{"key":"id","value":"8b37edb1-0604-566c-82d6-573181365234"}]},"description":"Gets an Entity By its Id"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Content-Length","key":"Content-Length","value":"3250","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Tue, 14 Jul 2015 08:07:48 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-HTTPAPI/2.0","description":""}],"cookie":[],"responseTime":null,"body":"{\"EntityId\":\"8b37edb1-0604-566c-82d6-573181365234\",\"Entity\":{\"entity\":{\"attribute-id\":\"8b37edb1-0604-566c-82d6-573181365234\",\"attribute-organization\":\"e55df72f-4d7f-40f8-ad44-6512b58a2c56\",\"processedData\":{\"entityType\":\"/Infrastructure/User\",\"name\":\"magius\",\"displayName\":\"Kristian Magius\",\"systemTagName\":\"magius\",\"provider-origins\":[\"Slack\",\"CluedIn\"],\"uri\":\"https://cluedin.slack.com/team/magius\",\"modifiedDate\":\"2015-07-13T20:00:45.3083717+00:00\",\"discoveryDate\":\"2015-07-13T17:12:46.9373717+00:00\",\"edgesSummary\":{\"incoming\":[{\"attribute-edgeType\":\"/Has\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/MentionedIn\",\"attribute-count\":\"3\",\"attribute-type\":\"/EdgeTypeSummary\"}],\"outgoing\":[{\"attribute-edgeType\":\"/Author\",\"attribute-count\":\"3\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/Action/CreatedBy\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/ModifiedAt\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/DiscoveredAt\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"}]},\"properties\":{\"attribute-type\":\"/Metadata/KeyValue\",\"property-IsSlackBot\":\"False\",\"property-user.firstName\":\"Kristian\",\"property-user.fullName\":\"Kristian Magius\"},\"previewImage\":{\"attribute-type\":\"/ImageReference\",\"attribute-blobId\":\"52b0e100-ed1a-5779-bb03-933cba218ac2\",\"attribute-blobMD5\":\"VbMAKWXyZYpSbiSutd+73w==\",\"attribute-width\":\"128\",\"attribute-height\":\"128\",\"attribute-uri\":\"https://api.cerebro.technology:1339/api/blob?id=52b0e100-ed1a-5779-bb03-933cba218ac2\"},\"timeToLive\":\"0\",\"isSensitiveInformation\":\"False\",\"isShadowEntity\":\"False\"}}},\"SuggestedSearches\":[{\"DisplayName\":\"What has this user recently modified?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/Modified,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"},{\"DisplayName\":\"What has this person worked on?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/WorkedOn,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"},{\"DisplayName\":\"What is this person skilled at?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}} of type {{TYPE}}\",\"Tokens\":\"/Has,8b37edb1-0604-566c-82d6-573181365234,/Skill\",\"Type\":\"List\"},{\"DisplayName\":\"Similar People to this Person?\",\"SearchQuery\":\"Suggested user to {{USER}}?\",\"Tokens\":\"8b37edb1-0604-566c-82d6-573181365234,tiw@cluedin.io\",\"Type\":\"List\"},{\"DisplayName\":\"What is this person working on?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}} of type {{TYPE}}\",\"Tokens\":\"/WorkedOn,8b37edb1-0604-566c-82d6-573181365234,/Skill\",\"Type\":\"List\"},{\"DisplayName\":\"Who does this person work for?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/WorksFor,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"}],\"SuggestedAggregations\":{\"PrimaryAggregationType\":1,\"Aggregations\":[{\"AggregationType\":2,\"Priority\":10},{\"AggregationType\":10,\"Priority\":8},{\"AggregationType\":9,\"Priority\":4},{\"AggregationType\":18,\"Priority\":4},{\"AggregationType\":17,\"Priority\":4},{\"AggregationType\":16,\"Priority\":4},{\"AggregationType\":20,\"Priority\":4}]},\"SuggestedActions\":[{\"DisplayName\":\"View User History\",\"Link\":\"https://cluedin.slack.com/messages/@pid/team/pid/\"}],\"Providers\":[],\"NumberOfFollowers\":0,\"NumberOfFollowing\":0}"}],"_postman_id":"1bce9288-0889-4090-9903-8ebe265e798f"},{"name":"Get Potential Duplicate Entity Instances","event":[{"listen":"test","script":{"id":"45eeab4f-2305-434e-87b6-11878f6dad28","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"],"type":"text/javascript"}}],"id":"4f22b3e7-aeb8-414c-b0d7-c04ac897fe7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{url}}/api/v1/duplicate/potential-entity-duplicate-instances?sourceQuery=Name&resultSetKey=/Infrastructure/User&itemGroupingKey=Tim D. Ward","description":"<p>Gets an Entity By its Id</p>\n","urlObject":{"path":["api","v1","duplicate","potential-entity-duplicate-instances"],"host":["{{url}}"],"query":[{"key":"sourceQuery","value":"Name"},{"key":"resultSetKey","value":"/Infrastructure/User"},{"key":"itemGroupingKey","value":"Tim D. Ward"},{"disabled":true,"key":"cursor","value":"ewAiAFAAYQBnAGUAIgA6ADEALAAiAFAAYQBnAGUAUwBpAHoAZQAiADoAMQA1ADAAfQA="},{"disabled":true,"key":"page","value":"0"},{"disabled":true,"key":"pageSize","value":"3"}],"variable":[]}},"response":[{"id":"582f2ae6-f214-46ef-922d-1c56a1cb66bd","name":"data","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":{"raw":"{{url}}/api/entity?id=8b37edb1-0604-566c-82d6-573181365234","host":["{{url}}"],"path":["api","entity"],"query":[{"key":"id","value":"8b37edb1-0604-566c-82d6-573181365234"}]},"description":"Gets an Entity By its Id"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Content-Length","key":"Content-Length","value":"3250","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Tue, 14 Jul 2015 08:07:48 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-HTTPAPI/2.0","description":""}],"cookie":[],"responseTime":null,"body":"{\"EntityId\":\"8b37edb1-0604-566c-82d6-573181365234\",\"Entity\":{\"entity\":{\"attribute-id\":\"8b37edb1-0604-566c-82d6-573181365234\",\"attribute-organization\":\"e55df72f-4d7f-40f8-ad44-6512b58a2c56\",\"processedData\":{\"entityType\":\"/Infrastructure/User\",\"name\":\"magius\",\"displayName\":\"Kristian Magius\",\"systemTagName\":\"magius\",\"provider-origins\":[\"Slack\",\"CluedIn\"],\"uri\":\"https://cluedin.slack.com/team/magius\",\"modifiedDate\":\"2015-07-13T20:00:45.3083717+00:00\",\"discoveryDate\":\"2015-07-13T17:12:46.9373717+00:00\",\"edgesSummary\":{\"incoming\":[{\"attribute-edgeType\":\"/Has\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/MentionedIn\",\"attribute-count\":\"3\",\"attribute-type\":\"/EdgeTypeSummary\"}],\"outgoing\":[{\"attribute-edgeType\":\"/Author\",\"attribute-count\":\"3\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/Action/CreatedBy\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/ModifiedAt\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/DiscoveredAt\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"}]},\"properties\":{\"attribute-type\":\"/Metadata/KeyValue\",\"property-IsSlackBot\":\"False\",\"property-user.firstName\":\"Kristian\",\"property-user.fullName\":\"Kristian Magius\"},\"previewImage\":{\"attribute-type\":\"/ImageReference\",\"attribute-blobId\":\"52b0e100-ed1a-5779-bb03-933cba218ac2\",\"attribute-blobMD5\":\"VbMAKWXyZYpSbiSutd+73w==\",\"attribute-width\":\"128\",\"attribute-height\":\"128\",\"attribute-uri\":\"https://api.cerebro.technology:1339/api/blob?id=52b0e100-ed1a-5779-bb03-933cba218ac2\"},\"timeToLive\":\"0\",\"isSensitiveInformation\":\"False\",\"isShadowEntity\":\"False\"}}},\"SuggestedSearches\":[{\"DisplayName\":\"What has this user recently modified?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/Modified,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"},{\"DisplayName\":\"What has this person worked on?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/WorkedOn,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"},{\"DisplayName\":\"What is this person skilled at?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}} of type {{TYPE}}\",\"Tokens\":\"/Has,8b37edb1-0604-566c-82d6-573181365234,/Skill\",\"Type\":\"List\"},{\"DisplayName\":\"Similar People to this Person?\",\"SearchQuery\":\"Suggested user to {{USER}}?\",\"Tokens\":\"8b37edb1-0604-566c-82d6-573181365234,tiw@cluedin.io\",\"Type\":\"List\"},{\"DisplayName\":\"What is this person working on?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}} of type {{TYPE}}\",\"Tokens\":\"/WorkedOn,8b37edb1-0604-566c-82d6-573181365234,/Skill\",\"Type\":\"List\"},{\"DisplayName\":\"Who does this person work for?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/WorksFor,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"}],\"SuggestedAggregations\":{\"PrimaryAggregationType\":1,\"Aggregations\":[{\"AggregationType\":2,\"Priority\":10},{\"AggregationType\":10,\"Priority\":8},{\"AggregationType\":9,\"Priority\":4},{\"AggregationType\":18,\"Priority\":4},{\"AggregationType\":17,\"Priority\":4},{\"AggregationType\":16,\"Priority\":4},{\"AggregationType\":20,\"Priority\":4}]},\"SuggestedActions\":[{\"DisplayName\":\"View User History\",\"Link\":\"https://cluedin.slack.com/messages/@pid/team/pid/\"}],\"Providers\":[],\"NumberOfFollowers\":0,\"NumberOfFollowing\":0}"}],"_postman_id":"4f22b3e7-aeb8-414c-b0d7-c04ac897fe7f"},{"name":"Get Duplicate Entity Queries","event":[{"listen":"test","script":{"id":"45eeab4f-2305-434e-87b6-11878f6dad28","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"],"type":"text/javascript"}}],"id":"fa8e9fef-6405-4347-9934-249733f4ee29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{url}}/api/v1/duplicates/queries","description":"<p>Gets an Entity By its Id</p>\n","urlObject":{"path":["api","v1","duplicates","queries"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9abef3bf-38f4-4a0e-8824-e22eff2be5c3","name":"data","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":{"raw":"{{url}}/api/entity?id=8b37edb1-0604-566c-82d6-573181365234","host":["{{url}}"],"path":["api","entity"],"query":[{"key":"id","value":"8b37edb1-0604-566c-82d6-573181365234"}]},"description":"Gets an Entity By its Id"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Content-Length","key":"Content-Length","value":"3250","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Tue, 14 Jul 2015 08:07:48 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-HTTPAPI/2.0","description":""}],"cookie":[],"responseTime":null,"body":"{\"EntityId\":\"8b37edb1-0604-566c-82d6-573181365234\",\"Entity\":{\"entity\":{\"attribute-id\":\"8b37edb1-0604-566c-82d6-573181365234\",\"attribute-organization\":\"e55df72f-4d7f-40f8-ad44-6512b58a2c56\",\"processedData\":{\"entityType\":\"/Infrastructure/User\",\"name\":\"magius\",\"displayName\":\"Kristian Magius\",\"systemTagName\":\"magius\",\"provider-origins\":[\"Slack\",\"CluedIn\"],\"uri\":\"https://cluedin.slack.com/team/magius\",\"modifiedDate\":\"2015-07-13T20:00:45.3083717+00:00\",\"discoveryDate\":\"2015-07-13T17:12:46.9373717+00:00\",\"edgesSummary\":{\"incoming\":[{\"attribute-edgeType\":\"/Has\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/MentionedIn\",\"attribute-count\":\"3\",\"attribute-type\":\"/EdgeTypeSummary\"}],\"outgoing\":[{\"attribute-edgeType\":\"/Author\",\"attribute-count\":\"3\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/Action/CreatedBy\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/ModifiedAt\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"},{\"attribute-edgeType\":\"/DiscoveredAt\",\"attribute-count\":\"1\",\"attribute-type\":\"/EdgeTypeSummary\"}]},\"properties\":{\"attribute-type\":\"/Metadata/KeyValue\",\"property-IsSlackBot\":\"False\",\"property-user.firstName\":\"Kristian\",\"property-user.fullName\":\"Kristian Magius\"},\"previewImage\":{\"attribute-type\":\"/ImageReference\",\"attribute-blobId\":\"52b0e100-ed1a-5779-bb03-933cba218ac2\",\"attribute-blobMD5\":\"VbMAKWXyZYpSbiSutd+73w==\",\"attribute-width\":\"128\",\"attribute-height\":\"128\",\"attribute-uri\":\"https://api.cerebro.technology:1339/api/blob?id=52b0e100-ed1a-5779-bb03-933cba218ac2\"},\"timeToLive\":\"0\",\"isSensitiveInformation\":\"False\",\"isShadowEntity\":\"False\"}}},\"SuggestedSearches\":[{\"DisplayName\":\"What has this user recently modified?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/Modified,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"},{\"DisplayName\":\"What has this person worked on?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/WorkedOn,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"},{\"DisplayName\":\"What is this person skilled at?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}} of type {{TYPE}}\",\"Tokens\":\"/Has,8b37edb1-0604-566c-82d6-573181365234,/Skill\",\"Type\":\"List\"},{\"DisplayName\":\"Similar People to this Person?\",\"SearchQuery\":\"Suggested user to {{USER}}?\",\"Tokens\":\"8b37edb1-0604-566c-82d6-573181365234,tiw@cluedin.io\",\"Type\":\"List\"},{\"DisplayName\":\"What is this person working on?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}} of type {{TYPE}}\",\"Tokens\":\"/WorkedOn,8b37edb1-0604-566c-82d6-573181365234,/Skill\",\"Type\":\"List\"},{\"DisplayName\":\"Who does this person work for?\",\"SearchQuery\":\"{{RELATIONSHIP}} for {{ENTITY}}\",\"Tokens\":\"/WorksFor,8b37edb1-0604-566c-82d6-573181365234\",\"Type\":\"List\"}],\"SuggestedAggregations\":{\"PrimaryAggregationType\":1,\"Aggregations\":[{\"AggregationType\":2,\"Priority\":10},{\"AggregationType\":10,\"Priority\":8},{\"AggregationType\":9,\"Priority\":4},{\"AggregationType\":18,\"Priority\":4},{\"AggregationType\":17,\"Priority\":4},{\"AggregationType\":16,\"Priority\":4},{\"AggregationType\":20,\"Priority\":4}]},\"SuggestedActions\":[{\"DisplayName\":\"View User History\",\"Link\":\"https://cluedin.slack.com/messages/@pid/team/pid/\"}],\"Providers\":[],\"NumberOfFollowers\":0,\"NumberOfFollowing\":0}"}],"_postman_id":"fa8e9fef-6405-4347-9934-249733f4ee29"}],"id":"60e78113-c2f5-8bad-fbd4-3a9b2ddb2033","_postman_id":"60e78113-c2f5-8bad-fbd4-3a9b2ddb2033","description":""},{"name":"GDPR","item":[{"name":"GDPR Configuration","item":[{"name":"Get the GDPR Configuration","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"20f84877-7a9f-0af1-35be-c2cf494a75b0","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/gdpr/configuration","urlObject":{"path":["api","v1","gdpr","configuration"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20f84877-7a9f-0af1-35be-c2cf494a75b0"},{"name":"Update the GDPR Configuration copy","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"5daa11a9-774c-f1fb-c9e0-b45dfff7d383","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"Id\": \"61a0aa3f-ce3d-4d02-9276-dd6a467f38b4\",\n    \"OrganizationId\": \"61a0aa3f-ce3d-4d02-9276-dd6a467f38b4\",\n    \"NumberOfDays\": 30,\n    \"PaymentProvider\": \"61a0aa3f-ce3d-4d02-9276-dd6a467f38b4\",\n    \"ReportLogo\": \"https://avatars1.githubusercontent.com/u/1294824?s=400&v=4\",\n    \"ReportText\": \"Hello\",\n    \"ReportColor\": \"Red\",\n    \"ReportTriggerEmail\": \"jerrong@gmail.com\",\n    \"AnonymizationType\": 2,\n    \"Identifiers\": {},\n    \"IdentifiersString\": \"{ \\\"Name\\\": \\\"\\\", \\\"Phone\\\": \\\"\\\", \\\"Email\\\": \\\"\\\", \\\"Passport\\\": \\\"\\\"}\"\n}"},"url":"{{url}}/api/v1/gdpr/configuration","urlObject":{"path":["api","v1","gdpr","configuration"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5daa11a9-774c-f1fb-c9e0-b45dfff7d383"}],"id":"5fa33563-b8c3-310e-73ff-9e9f984a76bd","_postman_id":"5fa33563-b8c3-310e-73ff-9e9f984a76bd","description":""},{"name":"Reports","item":[{"name":"Get the Location of Data","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"a80ff2d5-43cf-cedf-e69c-a41f0089dffa","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/location","urlObject":{"path":["api","v1","location"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a80ff2d5-43cf-cedf-e69c-a41f0089dffa"},{"name":"Get the Consent Report","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"38d86a8a-4297-ab70-03c4-6fa757cf6a1d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/consent","urlObject":{"path":["api","v1","consent"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38d86a8a-4297-ab70-03c4-6fa757cf6a1d"},{"name":"Get the Identifiers Report","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"ad641f28-6915-0ea2-7a74-75aa1f408dd4","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/identifiers","urlObject":{"path":["api","v1","identifiers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad641f28-6915-0ea2-7a74-75aa1f408dd4"},{"name":"Get the Identifying Data","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"1100345b-8eff-d718-a0c1-3cf077c31a13","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/indentifying","urlObject":{"path":["api","v1","indentifying"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1100345b-8eff-d718-a0c1-3cf077c31a13"},{"name":"Get the Encryption Report","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"59258fb0-ea2c-9539-b32e-a77f7c26d64e","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/encrypted","urlObject":{"path":["api","v1","encrypted"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59258fb0-ea2c-9539-b32e-a77f7c26d64e"},{"name":"Get the Entity Types","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"9d7e5948-20bd-da6d-0d80-e422ca29d066","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/entityTypes","urlObject":{"path":["api","v1","entityTypes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d7e5948-20bd-da6d-0d80-e422ca29d066"},{"name":"Generate a Breach Report by Provider Definition Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"80cf9b43-7f5d-61f4-a02d-bc61effbdd9e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"ProviderDefinitionId\": \"db83f727-ede8-4e6c-845d-dd2a3cc9a0bd\",\n\n        \"Description\": \"Something\",\n\n        \"BreachReportDate\": \"01-01-0001 00:00:00 +00:00\",\n\n        \"BreachDate\": \"01-01-0001 00:00:00 +00:00\",\n\n        \"Source\": \"Something\",\n\n        \"RiskLevel\": \"High\",\n\n        \"ContactEmail\": \"tiw@cluedin.com\"\n\n       \n}\n\n"},"url":"{{url}}/api/v1/gdprbreach","urlObject":{"path":["api","v1","gdprbreach"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80cf9b43-7f5d-61f4-a02d-bc61effbdd9e"},{"name":"Re-generate report","id":"4dfbc08b-409d-411c-b897-92f3b68436ee","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":"http://local.cluedin.test:3000/gdpr/edit/validate/5142649a-f8d2-4448-909a-332d410d4e6f"},{"key":"Origin","value":"http://local.cluedin.test:3000"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"SarId\": \"fb32a069-453f-4364-973a-8af327822de5\",\r\n    \"Id\": \"cd5d2a0d-e0ae-5eb9-8a44-baacbf9a8acd\",\r\n    \"ExcludedGuids\": [],\r\n    \"ExcludedTypes\": [\"/Organization\"],\r\n    \"ExcludedProviders\": [],\r\n    \"ExcludedProperties\": [],\r\n    \"ExcludeProvidersDefinition\": []\r\n}\r\n\r\n"},"url":"{{url}}/api/v1/gdpr/report","description":"<p>Generated from a curl request: \ncurl '<a href=\"https://localhost:9000/api/v1/gdpr/report?sarId=5142649a-f8d2-4448-909a-332d410d4e6f&amp;id=aa8e87f6-a6ca-52b3-924c-6b03cc2a5769\">https://localhost:9000/api/v1/gdpr/report?sarId=5142649a-f8d2-4448-909a-332d410d4e6f&amp;id=aa8e87f6-a6ca-52b3-924c-6b03cc2a5769</a>' -H 'Accept: application/json' -H 'Referer: <a href=\"http://local.cluedin.test:3000/gdpr/edit/validate/5142649a-f8d2-4448-909a-332d410d4e6f\">http://local.cluedin.test:3000/gdpr/edit/validate/5142649a-f8d2-4448-909a-332d410d4e6f</a>' -H 'Origin: <a href=\"http://local.cluedin.test:3000\">http://local.cluedin.test:3000</a>' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36' -H 'Authorization: Bearer zP0o_DcnMRoJ4o35zRXxn-RzMHGqJSQbNR7wFPuRN97UCUFVTVRqQvWZ6FPqxqPDFxyee3hCprXPgTB-3OWnWelIANPgxRj9jJhYY8919tVYtAnaHQ4ISm_PM1QTFVbF2G0ZOlkAWKp5cIaJy7Y0ADCOHosv5JZa3Ayn-z5PHTwn0LTJwvkPGaY4O7TGewzIscibESHNZdGY-g5DlW0mk8gei1H1HGyUwMQi4MJuUZpfozyL5hKNAnm6h4QDzrdAhZyAGyhvHN68HG0r4z9TXWPl77PNiQo9pTbCC3n4KnPzH4QGfIFjLPvFxGKDZ8k7PX9rwX3ht6dzd6-d1eiCtzvupNEs4LW-ey_0W_MSqpulDFvkIgLc1W4o4JgY7O3XEME_H2DVTnh1LeAOsfu5PM8xFNbADSLp_54a1Ee04kfwocKFJkpbRatoGkxY3_MfWzpUZNiO_6Cbg5CPS3XFahsXGamnniT2zn1XoYfXiSDZUh3fy5edJgc54wXjadWHx1U49wzKDlRAmfQ-JkF_M0rACXQ' -H 'Content-Type: application/json' --data-binary '{\"ExcludedGuids\":[\"6511da84-d3a1-5fb6-9fdb-49f48b150c2c\"],\"ExcludedEntityType\":[],\"ExcludedProviders\":[],\"ExcludedProperties\":[],\"ExcludeProvidersDefinition\":[]}' --compressed --insecure</p>\n","urlObject":{"path":["api","v1","gdpr","report"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4dfbc08b-409d-411c-b897-92f3b68436ee"}],"id":"ef448f33-c0b7-7c6e-7507-0f629879094c","_postman_id":"ef448f33-c0b7-7c6e-7507-0f629879094c","description":""},{"name":"Actions","item":[{"name":"Remove from Data Processing","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"71fb31f8-d18f-d8a6-b57a-32e716d7bae5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/gdpr/processing?id=63dec4d5-6f9a-543f-8767-9b587b19d130&isQueued=true","urlObject":{"path":["api","v1","gdpr","processing"],"host":["{{url}}"],"query":[{"key":"id","value":"63dec4d5-6f9a-543f-8767-9b587b19d130"},{"key":"isQueued","value":"true"}],"variable":[]}},"response":[],"_postman_id":"71fb31f8-d18f-d8a6-b57a-32e716d7bae5"},{"name":"Minimize Entity","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"52dfc371-41cc-4f87-4d8d-726335ce03a2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gdpr/minimize?id=63dec4d5-6f9a-543f-8767-9b587b19d130&isQueued=true","urlObject":{"path":["api","v1","gdpr","minimize"],"host":["{{url}}"],"query":[{"key":"id","value":"63dec4d5-6f9a-543f-8767-9b587b19d130"},{"key":"isQueued","value":"true"}],"variable":[]}},"response":[],"_postman_id":"52dfc371-41cc-4f87-4d8d-726335ce03a2"},{"name":"Anonymize Entity","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"ac4d4a3a-80a8-5d09-599e-cf5788014a3c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n  \"Action\": \"UPDATE\",\r\n  \"Query\": \"63dec4d5-6f9a-543f-8767-9b587b19d130\",\r\n  \"Transform\": [], \r\n  \"IsQueued\" :  true,\r\n  \"RemoveFromCluedIn\" :  true,\r\n  \"DisconnectAccountAndRemoveFromCluedIn\" :  false\r\n}"},"url":"{{publicApiUrl}}/api/v1/anon/gdpr?id=63dec4d5-6f9a-543f-8767-9b587b19d130","urlObject":{"path":["api","v1","anon","gdpr"],"host":["{{publicApiUrl}}"],"query":[{"key":"id","value":"63dec4d5-6f9a-543f-8767-9b587b19d130"}],"variable":[]}},"response":[],"_postman_id":"ac4d4a3a-80a8-5d09-599e-cf5788014a3c"},{"name":"Remove Entity","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"7fe9de1b-48c2-33b7-5403-52d208c3c14e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{publicApiUrl}}/api/v1/remove/gdpr?id=63dec4d5-6f9a-543f-8767-9b587b19d130","urlObject":{"path":["api","v1","remove","gdpr"],"host":["{{publicApiUrl}}"],"query":[{"key":"id","value":"63dec4d5-6f9a-543f-8767-9b587b19d130"}],"variable":[]}},"response":[],"_postman_id":"7fe9de1b-48c2-33b7-5403-52d208c3c14e"},{"name":"De-Anonymize Entity","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"8da09d56-b76b-fcb1-29b7-7e5399659298","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{publicApiUrl}}/api/v1/deanon/gdpr?id=63dec4d5-6f9a-543f-8767-9b587b19d130","urlObject":{"path":["api","v1","deanon","gdpr"],"host":["{{publicApiUrl}}"],"query":[{"key":"id","value":"63dec4d5-6f9a-543f-8767-9b587b19d130"}],"variable":[]}},"response":[],"_postman_id":"8da09d56-b76b-fcb1-29b7-7e5399659298"},{"name":"Subscribe to Entity","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"37032a4a-f103-a105-4c9a-3c28ce1cfbd2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/gdpr/subscribe?guid=63dec4d5-6f9a-543f-8767-9b587b19d130&sarId=","urlObject":{"path":["api","v1","gdpr","subscribe"],"host":["{{url}}"],"query":[{"key":"guid","value":"63dec4d5-6f9a-543f-8767-9b587b19d130"},{"key":"sarId","value":""}],"variable":[]}},"response":[],"_postman_id":"37032a4a-f103-a105-4c9a-3c28ce1cfbd2"},{"name":"Merge Entities","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"aa8c4b32-410f-6d2a-c3a8-d4778cc0d3d6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Type\": \"Export\",\n  \"Email\": \"tiw@cluedin.com\",\n  \"Identifiers\" : { \"Name\" : \"Tim Ward\", \"Phone\": \"+45 53 84 15 16\" }\n}\n\n"},"url":"{{url}}/api/entity/mergeEntities/?ids=c20237bb-9d21-515d-bb8e-dd1118bcbf6c;09b8c7b0-6b1c-53f4-9bb3-7878fb67f5e1&targetId=c20237bb-9d21-515d-bb8e-dd1118bcbf6c","urlObject":{"path":["api","entity","mergeEntities",""],"host":["{{url}}"],"query":[{"key":"ids","value":"c20237bb-9d21-515d-bb8e-dd1118bcbf6c;09b8c7b0-6b1c-53f4-9bb3-7878fb67f5e1"},{"key":"targetId","value":"c20237bb-9d21-515d-bb8e-dd1118bcbf6c"}],"variable":[]}},"response":[],"_postman_id":"aa8c4b32-410f-6d2a-c3a8-d4778cc0d3d6"},{"name":"Associate Entities","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"4990e514-fc92-62b7-9bfd-4bfea940f22b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Type\": \"Export\",\n  \"Email\": \"tiw@cluedin.com\",\n  \"Identifiers\" : { \"Name\" : \"Tim Ward\", \"Phone\": \"+45 53 84 15 16\" }\n}\n\n"},"url":"{{url}}/api/entity/associate/?ids=c20237bb-9d21-515d-bb8e-dd1118bcbf6c;09b8c7b0-6b1c-53f4-9bb3-7878fb67f5e1&targetId=c20237bb-9d21-515d-bb8e-dd1118bcbf6c&relationship=/Mentioned","urlObject":{"path":["api","entity","associate",""],"host":["{{url}}"],"query":[{"key":"ids","value":"c20237bb-9d21-515d-bb8e-dd1118bcbf6c;09b8c7b0-6b1c-53f4-9bb3-7878fb67f5e1"},{"key":"targetId","value":"c20237bb-9d21-515d-bb8e-dd1118bcbf6c"},{"key":"relationship","value":"/Mentioned"}],"variable":[]}},"response":[],"_postman_id":"4990e514-fc92-62b7-9bfd-4bfea940f22b"},{"name":"Disassociate Entities","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"1780f644-5354-0e7e-bb0c-665c2e6bb698","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Type\": \"Export\",\n  \"Email\": \"tiw@cluedin.com\",\n  \"Identifiers\" : { \"Name\" : \"Tim Ward\", \"Phone\": \"+45 53 84 15 16\" }\n}\n\n"},"url":"{{url}}/api/entity/associate/?ids=c20237bb-9d21-515d-bb8e-dd1118bcbf6c;09b8c7b0-6b1c-53f4-9bb3-7878fb67f5e1&targetId=c20237bb-9d21-515d-bb8e-dd1118bcbf6c&relationship=/Mentioned","urlObject":{"path":["api","entity","associate",""],"host":["{{url}}"],"query":[{"key":"ids","value":"c20237bb-9d21-515d-bb8e-dd1118bcbf6c;09b8c7b0-6b1c-53f4-9bb3-7878fb67f5e1"},{"key":"targetId","value":"c20237bb-9d21-515d-bb8e-dd1118bcbf6c"},{"key":"relationship","value":"/Mentioned"}],"variable":[]}},"response":[],"_postman_id":"1780f644-5354-0e7e-bb0c-665c2e6bb698"},{"name":"Reject Mesh Command","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"85e51476-a6e5-e091-c0e8-055e452868a5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/mesh/reject?id=<MessageId>","description":"<p>This will remove the Mesh Command from the Datastore.</p>\n","urlObject":{"path":["api","mesh","reject"],"host":["{{url}}"],"query":[{"key":"id","value":"<MessageId>"}],"variable":[]}},"response":[],"_postman_id":"85e51476-a6e5-e091-c0e8-055e452868a5"},{"name":"Get the Entity Highlights of PII","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"b87d66d7-4f29-4c97-2644-c1dc62276e69","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/gdpr/highlight?id=63dec4d5-6f9a-543f-8767-9b587b19d130","urlObject":{"path":["api","v1","gdpr","highlight"],"host":["{{url}}"],"query":[{"key":"id","value":"63dec4d5-6f9a-543f-8767-9b587b19d130"}],"variable":[]}},"response":[],"_postman_id":"b87d66d7-4f29-4c97-2644-c1dc62276e69"},{"name":"Set Time to Live","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"cbdfad58-e88b-3f56-b941-7443e0585218","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/timetolive?id=<EntityId>&timeToLive=31290231","urlObject":{"path":["api","v1","timetolive"],"host":["{{url}}"],"query":[{"key":"id","value":"<EntityId>"},{"key":"timeToLive","value":"31290231"}],"variable":[]}},"response":[],"_postman_id":"cbdfad58-e88b-3f56-b941-7443e0585218"},{"name":"Bulk Set Time to Live","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"3fd39149-9b1c-1f52-c7e8-a47db384c815","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Query\": \"\nquery {\n  search(\n    query: \\\"B&O\\\"\n    pageSize: 30\n  )\n  {\n    totalResults\n    cursor\n    entries\n    {\n      id\n      name\n      previewImage\n      {\n      uri\n      }\n      entityType\n      sortDate\n    }\n  }\n}\n\",\n  \"Variables\": \"\",\n  \"OperationName\": \"\"\n}"},"url":"{{url}}/api/v1/querytimetolive","urlObject":{"path":["api","v1","querytimetolive"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fd39149-9b1c-1f52-c7e8-a47db384c815"}],"id":"a6fd5195-57e9-4edb-5d90-915b6561f8ed","_postman_id":"a6fd5195-57e9-4edb-5d90-915b6561f8ed","description":""},{"name":"Consent","item":[{"name":"Create Consent","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"d4db88ab-1d8a-faff-17a6-09451a93ecb4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n     \n\n      \"ProviderId\": \"7673c455-074a-499f-afd3-c77dfbb7bc1f\",\n       \"Consent\": \"I give CluedIn Permission to use my data to detect if I will churn as a customer within 5 years\",\n\n        \"HasConsent\": false,\n\n        \"Name\": \"Customer Churn\"\n}\n\n"},"url":"{{url}}/api/v1/gdprconsent","urlObject":{"path":["api","v1","gdprconsent"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4db88ab-1d8a-faff-17a6-09451a93ecb4"},{"name":"Get Consents","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"a6dde084-59fd-5529-4d86-0f934da905e4","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprconsent?page=0","urlObject":{"path":["api","v1","gdprconsent"],"host":["{{url}}"],"query":[{"key":"page","value":"0"}],"variable":[]}},"response":[],"_postman_id":"a6dde084-59fd-5529-4d86-0f934da905e4"},{"name":"Get Consent Entries","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"b52c872c-9fb3-5dac-1165-11fddabb4ff8","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprconsententry?lookupId=&page=0&take=20","urlObject":{"path":["api","v1","gdprconsententry"],"host":["{{url}}"],"query":[{"key":"lookupId","value":""},{"key":"page","value":"0"},{"key":"take","value":"20"}],"variable":[]}},"response":[],"_postman_id":"b52c872c-9fb3-5dac-1165-11fddabb4ff8"},{"name":"Create Consent Entry","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"0e3ffcca-81a0-5d7c-04de-4707aae39e5b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":" {\n         \n        \"ConsentId\": \"0be73fed-f7d7-4c31-a3dc-abf68e7cfb68\",\n        \"LookupId\": \"CluedIn#/Cookie:svfsfafas-96bd-385506d04d78\",\n        \"KnownIdentifier\": \"tiw@cluedin.com\"\n }"},"url":"{{url}}/api/v1/gdprconsententry","urlObject":{"path":["api","v1","gdprconsententry"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e3ffcca-81a0-5d7c-04de-4707aae39e5b"},{"name":"Remove Consent by Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"785ef07c-bccc-f922-1930-b20b67a01765","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gdprconsent?id=ee422f38-bf0e-43a5-9239-b060a447cb38","urlObject":{"path":["api","v1","gdprconsent"],"host":["{{url}}"],"query":[{"key":"id","value":"ee422f38-bf0e-43a5-9239-b060a447cb38"}],"variable":[]}},"response":[],"_postman_id":"785ef07c-bccc-f922-1930-b20b67a01765"},{"name":"Remove Consent Entry by Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"be73f91b-df56-5271-e63c-8cb0154b985c","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gdprconsententry?id=ee422f38-bf0e-43a5-9239-b060a447cb38","urlObject":{"path":["api","v1","gdprconsententry"],"host":["{{url}}"],"query":[{"key":"id","value":"ee422f38-bf0e-43a5-9239-b060a447cb38"}],"variable":[]}},"response":[],"_postman_id":"be73f91b-df56-5271-e63c-8cb0154b985c"}],"id":"f588c175-06ae-73e1-da43-7d17384cd019","_postman_id":"f588c175-06ae-73e1-da43-7d17384cd019","description":""},{"name":"Collaborators","item":[{"name":"Get Collaborators","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"4e6b0c98-c645-2870-0fde-6f2b953fb485","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprcollaborator?sarId=fa5cc01f-0c34-4440-ae96-2fa4957d1032","urlObject":{"path":["api","v1","gdprcollaborator"],"host":["{{url}}"],"query":[{"key":"sarId","value":"fa5cc01f-0c34-4440-ae96-2fa4957d1032"}],"variable":[]}},"response":[],"_postman_id":"4e6b0c98-c645-2870-0fde-6f2b953fb485"},{"name":"Get Collaborator Mappings","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"ba8ee570-c07c-e160-a4f6-15dc52b85c3c","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprcollaboratormappings?providerDefinitionId=5FA40652-054B-4214-B7B1-0138A2BD847B","urlObject":{"path":["api","v1","gdprcollaboratormappings"],"host":["{{url}}"],"query":[{"key":"providerDefinitionId","value":"5FA40652-054B-4214-B7B1-0138A2BD847B"}],"variable":[]}},"response":[],"_postman_id":"ba8ee570-c07c-e160-a4f6-15dc52b85c3c"},{"name":"Add Collaborator to Subject Access Request","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"dc4421b8-ec48-f56f-ad82-9c8790974fb3","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gdprcollaborator?sarId=&identityId=","urlObject":{"path":["api","v1","gdprcollaborator"],"host":["{{url}}"],"query":[{"key":"sarId","value":""},{"key":"identityId","value":""}],"variable":[]}},"response":[],"_postman_id":"dc4421b8-ec48-f56f-ad82-9c8790974fb3"},{"name":"Add Collaborator Mapping","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"d7361cdc-2b64-f915-664b-c5083b254b19","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gdprcollaboratormappings?providerDefinitionId=&identityId=","urlObject":{"path":["api","v1","gdprcollaboratormappings"],"host":["{{url}}"],"query":[{"key":"providerDefinitionId","value":""},{"key":"identityId","value":""}],"variable":[]}},"response":[],"_postman_id":"d7361cdc-2b64-f915-664b-c5083b254b19"},{"name":"Remove Collaborator Mapping","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"e4499131-abab-3d9a-ed6f-434ac2385600","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gdprcollaboratormappings?providerDefinitionId=&identityId=","urlObject":{"path":["api","v1","gdprcollaboratormappings"],"host":["{{url}}"],"query":[{"key":"providerDefinitionId","value":""},{"key":"identityId","value":""}],"variable":[]}},"response":[],"_postman_id":"e4499131-abab-3d9a-ed6f-434ac2385600"},{"name":"Remove Collaborator from Subject Access Request","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"ef292a8a-2c19-3c6d-e4a5-5c05308f56f1","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gdprcollaborator?sarId=&identityId=","urlObject":{"path":["api","v1","gdprcollaborator"],"host":["{{url}}"],"query":[{"key":"sarId","value":""},{"key":"identityId","value":""}],"variable":[]}},"response":[],"_postman_id":"ef292a8a-2c19-3c6d-e4a5-5c05308f56f1"}],"id":"2a2bfa53-7666-59e5-8650-5b17f60d8a6a","_postman_id":"2a2bfa53-7666-59e5-8650-5b17f60d8a6a","description":""},{"name":"Subject Access Requests","item":[{"name":"Create a SAR Report","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"f45a1ec7-61f0-d700-560c-0b1d456c4c80","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/gdpr/report?sarId=8c544fb6-9c09-44b6-b3a4-f19a9b3c17e5&id=63dec4d5-6f9a-543f-8767-9b587b19d130","urlObject":{"path":["api","v1","gdpr","report"],"host":["{{url}}"],"query":[{"key":"sarId","value":"8c544fb6-9c09-44b6-b3a4-f19a9b3c17e5"},{"key":"id","value":"63dec4d5-6f9a-543f-8767-9b587b19d130"}],"variable":[]}},"response":[],"_postman_id":"f45a1ec7-61f0-d700-560c-0b1d456c4c80"},{"name":"Create a SAR Report to email","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"b415cfac-64e9-1b87-cce5-1d35ed8fc848","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/gdpr/report?sarId=7a82df5c-b14a-4ddd-a386-bf0d73b1c784&id=63dec4d5-6f9a-543f-8767-9b587b19d130&email=denisFlorkin@gmail.com","urlObject":{"path":["api","v1","gdpr","report"],"host":["{{url}}"],"query":[{"key":"sarId","value":"7a82df5c-b14a-4ddd-a386-bf0d73b1c784"},{"key":"id","value":"63dec4d5-6f9a-543f-8767-9b587b19d130"},{"key":"email","value":"denisFlorkin@gmail.com"}],"variable":[]}},"response":[],"_postman_id":"b415cfac-64e9-1b87-cce5-1d35ed8fc848"},{"name":"Create a SAR Report and Exclude Guids","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"13ee0140-63f7-17ed-7733-2298f43617e0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/gdpr/report?sarId=63dec4d5-6f9a-543f-8767-9b587b19d130&id=63dec4d5-6f9a-543f-8767-9b587b19d130&excludeGuids=63dec4d5-6f9a-543f-8767-9b587b19d130,63dec4d5-6f9a-543f-8767-9b587b19d130","urlObject":{"path":["api","v1","gdpr","report"],"host":["{{url}}"],"query":[{"key":"sarId","value":"63dec4d5-6f9a-543f-8767-9b587b19d130"},{"key":"id","value":"63dec4d5-6f9a-543f-8767-9b587b19d130"},{"key":"excludeGuids","value":"63dec4d5-6f9a-543f-8767-9b587b19d130,63dec4d5-6f9a-543f-8767-9b587b19d130"}],"variable":[]}},"response":[],"_postman_id":"13ee0140-63f7-17ed-7733-2298f43617e0"},{"name":"Create a Subject Access Request","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"c4bfe5c1-13f0-06f5-bd29-de30f8c25647","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Type\": \"Export\",\n  \"Email\": \"tiw@cluedin.com\",\n  \"Identifiers\" : { \"Name\" : \"Tim Ward\", \"Phone\": \"+45 53 84 15 16\" }\n}\n\n"},"url":"{{url}}/api/v1/gdprrequest","urlObject":{"path":["api","v1","gdprrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4bfe5c1-13f0-06f5-bd29-de30f8c25647"},{"name":"Get All Subject Access Requests","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"6b577e90-7073-2c58-1fae-fb9d70661ab2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdpr/all","urlObject":{"path":["api","v1","gdpr","all"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b577e90-7073-2c58-1fae-fb9d70661ab2"},{"name":"Get Subject Access Request by Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"df533f86-c717-9e60-eba3-721c03fc6ff1","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprrequest?id=7a82df5c-b14a-4ddd-a386-bf0d73b1c784","urlObject":{"path":["api","v1","gdprrequest"],"host":["{{url}}"],"query":[{"key":"id","value":"7a82df5c-b14a-4ddd-a386-bf0d73b1c784"}],"variable":[]}},"response":[],"_postman_id":"df533f86-c717-9e60-eba3-721c03fc6ff1"},{"name":"Get Subject Access Request by EntityId","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"2a5c3a18-8238-80ee-3798-5967eac98c69","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprrentity?id=7a82df5c-b14a-4ddd-a386-bf0d73b1c784","urlObject":{"path":["api","v1","gdprrentity"],"host":["{{url}}"],"query":[{"key":"id","value":"7a82df5c-b14a-4ddd-a386-bf0d73b1c784"}],"variable":[]}},"response":[],"_postman_id":"2a5c3a18-8238-80ee-3798-5967eac98c69"},{"name":"Get Subject Access Request by Name","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"11b7456e-e342-aa44-b76b-e3fa7d4226de","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprfind?name=Tim&author=&state=1","urlObject":{"path":["api","v1","gdprfind"],"host":["{{url}}"],"query":[{"key":"name","value":"Tim"},{"key":"author","value":""},{"key":"state","value":"1"}],"variable":[]}},"response":[],"_postman_id":"11b7456e-e342-aa44-b76b-e3fa7d4226de"},{"name":"Get Subject Access Request by State","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"fea233c0-bbf8-34fd-a322-d69b4bc66813","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprrequeststate?state=1&page=0&take=2","urlObject":{"path":["api","v1","gdprrequeststate"],"host":["{{url}}"],"query":[{"key":"state","value":"1"},{"key":"page","value":"0"},{"key":"take","value":"2"}],"variable":[]}},"response":[],"_postman_id":"fea233c0-bbf8-34fd-a322-d69b4bc66813"},{"name":"Get Notifications for a Subject Access Request","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"2afcd37b-b0cd-0331-5d5f-64c381f6272b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprmessages?id=ee422f38-bf0e-43a5-9239-b060a447cb38","urlObject":{"path":["api","v1","gdprmessages"],"host":["{{url}}"],"query":[{"key":"id","value":"ee422f38-bf0e-43a5-9239-b060a447cb38"}],"variable":[]}},"response":[],"_postman_id":"2afcd37b-b0cd-0331-5d5f-64c381f6272b"},{"name":"Get Messages for a Subject Access Request","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"7632baa9-d582-16cc-8184-c57afce2d5ca","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprmessages?id=ee422f38-bf0e-43a5-9239-b060a447cb38","urlObject":{"path":["api","v1","gdprmessages"],"host":["{{url}}"],"query":[{"key":"id","value":"ee422f38-bf0e-43a5-9239-b060a447cb38"}],"variable":[]}},"response":[],"_postman_id":"7632baa9-d582-16cc-8184-c57afce2d5ca"},{"name":"Remove Subject Access Request by Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"16281f2c-9d15-2e4d-cf0b-23d7e80826fd","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gdprrequest?id=ee422f38-bf0e-43a5-9239-b060a447cb38","urlObject":{"path":["api","v1","gdprrequest"],"host":["{{url}}"],"query":[{"key":"id","value":"ee422f38-bf0e-43a5-9239-b060a447cb38"}],"variable":[]}},"response":[],"_postman_id":"16281f2c-9d15-2e4d-cf0b-23d7e80826fd"},{"name":"Archive Subject Access Request by Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"e6aa2d5d-8852-77af-e6d0-53ce89f59fff","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gdprarchive?id=ee422f38-bf0e-43a5-9239-b060a447cb38","urlObject":{"path":["api","v1","gdprarchive"],"host":["{{url}}"],"query":[{"key":"id","value":"ee422f38-bf0e-43a5-9239-b060a447cb38"}],"variable":[]}},"response":[],"_postman_id":"e6aa2d5d-8852-77af-e6d0-53ce89f59fff"},{"name":"Escalate Subject Access Request","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"60150afe-e4cf-2718-2ffe-690413dacdac","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gdprescalate?sarId=&identityId=&reason=","urlObject":{"path":["api","v1","gdprescalate"],"host":["{{url}}"],"query":[{"key":"sarId","value":""},{"key":"identityId","value":""},{"key":"reason","value":""}],"variable":[]}},"response":[],"_postman_id":"60150afe-e4cf-2718-2ffe-690413dacdac"},{"name":"Add Product Owners to Provider Defintion","event":[{"listen":"test","script":{"id":"1f3bb1fe-b5e2-4a29-8896-876d9a48edaf","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"],"type":"text/javascript"}}],"id":"21f15eed-85b5-6e41-b549-4c4333290dea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"owner\": {\n        \"UserId\": \"1AC78132-5C67-4850-9E09-499DA7F55042\",\n        \"OrganizationId\": \"DE2930AD-D324-44FD-9736-A7BC51DCB485\"\n    }\n}"},"url":"{{url}}/api/configuration/providefinitionowners?providerDefinitionId=CCB8B25C-B53D-4079-A37F-A9DE9C8E002A","urlObject":{"path":["api","configuration","providefinitionowners"],"host":["{{url}}"],"query":[{"key":"providerDefinitionId","value":"CCB8B25C-B53D-4079-A37F-A9DE9C8E002A"}],"variable":[]}},"response":[],"_postman_id":"21f15eed-85b5-6e41-b549-4c4333290dea"},{"name":"Update a Subject Access Request","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"9cc37f79-6bcb-96ea-5168-a55a7cb4fe6a","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":" {\n      \n        \"AuthorId\": \"332a7a61-509e-45a0-8fd1-f4d3651a0dde\",\n        \"CreatedDate\": \"2017-12-07T08:41:40.543\",\n        \"Email\": \"tiw@cluedin.com\",\n        \"EntityId\": \"038af050-669f-5949-9c8f-9aef9aac4bfd\",\n        \"Id\": \"ee422f38-bf0e-43a5-9239-b060a447cb38\",\n        \"Identifiers\": {},\n        \"IdentifiersString\": null,\n        \"ModifiedDate\": \"2017-12-07T08:41:40.543\",\n        \"Paid\": false,\n        \"Processed\": null,\n        \"ReportUri\": null,\n        \"State\": 2,\n        \"Subscribed\": false,\n        \"Type\": 0\n}"},"url":"{{url}}/api/v1/gdprrequest","urlObject":{"path":["api","v1","gdprrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cc37f79-6bcb-96ea-5168-a55a7cb4fe6a"}],"id":"ffcfe4fd-ca8d-e41b-93fe-22ad3b73d949","_postman_id":"ffcfe4fd-ca8d-e41b-93fe-22ad3b73d949","description":""},{"name":"Consent Form","item":[{"name":"Create Consent Form","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"995c142c-44e7-a443-cd42-9a2ecf17429b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n     \n\n     \n       \"ConsentIds\": [\"GUID\", \"GUID\", \"GUID\"]\n\n}\n\n"},"url":"{{url}}/api/v1/gdprconsentform","urlObject":{"path":["api","v1","gdprconsentform"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"995c142c-44e7-a443-cd42-9a2ecf17429b"},{"name":"Remove Consent by Id copy","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"6d222426-0071-2491-c15b-49189ac3ce7b","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/gdprconsentform?id=ee422f38-bf0e-43a5-9239-b060a447cb38","urlObject":{"path":["api","v1","gdprconsentform"],"host":["{{url}}"],"query":[{"key":"id","value":"ee422f38-bf0e-43a5-9239-b060a447cb38"}],"variable":[]}},"response":[],"_postman_id":"6d222426-0071-2491-c15b-49189ac3ce7b"},{"name":"Get Consents Form by id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"639530ac-ee10-3eb8-3d7c-1b2bd178f54a","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprconsentform?id=FormGuid","urlObject":{"path":["api","v1","gdprconsentform"],"host":["{{url}}"],"query":[{"key":"id","value":"FormGuid"}],"variable":[]}},"response":[],"_postman_id":"639530ac-ee10-3eb8-3d7c-1b2bd178f54a"},{"name":"Get Consents by id (C)","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"524bf581-ef44-e329-7bec-f1de6f016ff4","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprconsentform?id=FormGuid","urlObject":{"path":["api","v1","gdprconsentform"],"host":["{{url}}"],"query":[{"key":"id","value":"FormGuid"}],"variable":[]}},"response":[],"_postman_id":"524bf581-ef44-e329-7bec-f1de6f016ff4"},{"name":"Get all Consents Form (paged)","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"ad08d785-0a0c-355b-5540-1bade89b1e84","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprconsentform?id=FormGuid","urlObject":{"path":["api","v1","gdprconsentform"],"host":["{{url}}"],"query":[{"key":"id","value":"FormGuid"}],"variable":[]}},"response":[],"_postman_id":"ad08d785-0a0c-355b-5540-1bade89b1e84"},{"name":"Get Consents by id Copy","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"b7dc0362-8c8c-95f1-f407-e84dcbd1f958","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/gdprconsentform?id=FormGuid","urlObject":{"path":["api","v1","gdprconsentform"],"host":["{{url}}"],"query":[{"key":"id","value":"FormGuid"}],"variable":[]}},"response":[],"_postman_id":"b7dc0362-8c8c-95f1-f407-e84dcbd1f958"}],"id":"809b2563-05ac-a4d9-a77d-a6dc9f5b0db2","_postman_id":"809b2563-05ac-a4d9-a77d-a6dc9f5b0db2","description":""},{"name":"Retention","item":[{"name":"Get Retentions","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"945fac63-9d79-904d-68af-2da7191c4e82","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Id\": \"00000000-0000-0000-0000-000000000000\",\n  \"Processed\": null,\n  \"CreatedDate\": null,\n  \"State\": null,\n  \"Type\": null,\n  \"Paid\": null\n}\n\n"},"url":"{{url}}/api/v1/retention","urlObject":{"path":["api","v1","retention"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"945fac63-9d79-904d-68af-2da7191c4e82"},{"name":"Create Retention by Entity Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"725fbce9-3786-3d0c-2144-91e212f692cb","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n     \n\n     \n       \"ConsentIds\": [\"GUID\", \"GUID\", \"GUID\"]\n\n}\n\n"},"url":"{{url}}/api/v1/timetolive?id=EntityId&timeToLive=10000","urlObject":{"path":["api","v1","timetolive"],"host":["{{url}}"],"query":[{"key":"id","value":"EntityId"},{"key":"timeToLive","value":"10000"}],"variable":[]}},"response":[],"_postman_id":"725fbce9-3786-3d0c-2144-91e212f692cb"},{"name":"Create Retention by Query","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"70ed7e6f-c994-6922-3a77-2f736f356191","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Query\": \"\nquery {\n  entity(id: \\\"8eb00d48-f5bd-53e0-a6b6-1e55a02705cc\\\")\n  {\n    edges { authors { name } }\n      id\n      accountId\n      processedData\n      {\n        entityType\n        name\n        aliases\n        systemTagName\n        providerOrigins\n        createdDate\n        modifiedDate\n        discoveryDate\n        authors\n        {\n          name\n          code\n        }\n        lastChangedBy\n        {\n          name\n          code\n        }\n        edgesSummary\n        externalReferences\n        properties\n        propertyGroups\n        sortDate\n        timeToLive\n        isSensitiveInformation\n        isShadowEntity\n        uris\n      }\n  }\n  me\n  {\n      userId\n      userName\n      userEntityCode\n      userEmail\n      userProfile\n      {\n          userName\n          firstName\n          lastName\n          email\n      }\n      userEntity\n      {\n          id\n          name\n          previewImage\n          {\n            uri\n          }\n          __fullEntity\n          processedData\n          {\n            entityType\n            name\n            aliases\n            systemTagName\n            providerOrigins\n            createdDate\n            modifiedDate\n            discoveryDate\n            edgesSummary\n            externalReferences\n            properties\n            propertyGroups\n            sortDate\n            timeToLive\n            isSensitiveInformation\n            isShadowEntity\n            uris\n          }\n      }\n      accountId\n      accountEntityCode\n      accountName\n      accountProfile\n      {\n          name\n          emailDomain\n          websiteUrl\n      }\n      accountEntity\n      {\n          id\n          name\n          previewImage\n          {\n            uri\n          }\n          __fullEntity\n      }\n  }\n}\",\n  \"Variables\": \"\",\n  \"OperationName\": \"\",\n\"Retention\": 41831031,\n\"Name\": \"All Mail\",\n\"Description\": \"Mail should only be kept for 7 years\"\n}"},"url":"{{url}}/api/v1/querytimetolive","urlObject":{"path":["api","v1","querytimetolive"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70ed7e6f-c994-6922-3a77-2f736f356191"},{"name":"Remove Retention","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"135fdc85-9daa-0c52-682f-2d5c837bb2eb","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/retention?id=ee422f38-bf0e-43a5-9239-b060a447cb38","urlObject":{"path":["api","v1","retention"],"host":["{{url}}"],"query":[{"key":"id","value":"ee422f38-bf0e-43a5-9239-b060a447cb38"}],"variable":[]}},"response":[],"_postman_id":"135fdc85-9daa-0c52-682f-2d5c837bb2eb"}],"id":"abc697fb-8047-90ef-e47a-090455d50ae3","_postman_id":"abc697fb-8047-90ef-e47a-090455d50ae3","description":""},{"name":"Disassociate Clue","id":"c09f42b3-4ae5-47cc-9c78-367e4884b348","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"file","file":{}},"url":"{{url}}/api/gdpr/clue?sarId=c48e133d-2ce7-420a-bb3d-374492439f7b&id=E11C2AD5-947D-4B72-9C9F-4ACBE9E4C74C&clueId=C592BC9E-AF3E-46D1-92AF-F8D8F7C2058F","description":"<p>Disassociate Clue</p>\n","urlObject":{"path":["api","gdpr","clue"],"host":["{{url}}"],"query":[{"description":{"content":"<p>GUID</p>\n","type":"text/plain"},"key":"sarId","value":"c48e133d-2ce7-420a-bb3d-374492439f7b"},{"key":"id","value":"E11C2AD5-947D-4B72-9C9F-4ACBE9E4C74C"},{"key":"clueId","value":"C592BC9E-AF3E-46D1-92AF-F8D8F7C2058F"}],"variable":[]}},"response":[],"_postman_id":"c09f42b3-4ae5-47cc-9c78-367e4884b348"}],"id":"67f6183b-1872-66c0-d133-f657ee67570c","_postman_id":"67f6183b-1872-66c0-d133-f657ee67570c","description":""},{"name":"GraphQL","item":[{"name":"GraphQL query","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"49488068-049f-7c93-2d84-8f315893c27c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Query\": \"\nquery {\n  entity(id: \\\"8eb00d48-f5bd-53e0-a6b6-1e55a02705cc\\\")\n  {\n    edges { authors { name } }\n      id\n      accountId\n      processedData\n      {\n        entityType\n        name\n        aliases\n        systemTagName\n        providerOrigins\n        createdDate\n        modifiedDate\n        discoveryDate\n        authors\n        {\n          name\n          code\n        }\n        lastChangedBy\n        {\n          name\n          code\n        }\n        edgesSummary\n        externalReferences\n        properties\n        propertyGroups\n        sortDate\n        timeToLive\n        isSensitiveInformation\n        isShadowEntity\n        uris\n      }\n  }\n  me\n  {\n      userId\n      userName\n      userEntityCode\n      userEmail\n      userProfile\n      {\n          userName\n          firstName\n          lastName\n          email\n      }\n      userEntity\n      {\n          id\n          name\n          previewImage\n          {\n            uri\n          }\n          __fullEntity\n          processedData\n          {\n            entityType\n            name\n            aliases\n            systemTagName\n            providerOrigins\n            createdDate\n            modifiedDate\n            discoveryDate\n            edgesSummary\n            externalReferences\n            properties\n            propertyGroups\n            sortDate\n            timeToLive\n            isSensitiveInformation\n            isShadowEntity\n            uris\n          }\n      }\n      accountId\n      accountEntityCode\n      accountName\n      accountProfile\n      {\n          name\n          emailDomain\n          websiteUrl\n      }\n      accountEntity\n      {\n          id\n          name\n          previewImage\n          {\n            uri\n          }\n          __fullEntity\n      }\n  }\n}\",\n  \"Variables\": \"\",\n  \"OperationName\": \"\"\n}"},"url":"{{url}}/api/graphql","description":"<p>Executes a GraphQL query</p>\n","urlObject":{"path":["api","graphql"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49488068-049f-7c93-2d84-8f315893c27c"},{"name":"GraphQL introspection","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"d1e55c06-acc7-af2c-d6e2-74ce7f17540a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Query\": \"\n\n  query IntrospectionQuery {\n    __schema {\n      queryType { name }\n      mutationType { name }\n      types {\n        ...FullType\n      }\n      directives {\n        name\n        description\n        locations\n        args {\n          ...InputValue\n        }\n      }\n    }\n  }\n\n  fragment FullType on __Type {\n    kind\n    name\n    description\n    fields(includeDeprecated: true) {\n      name\n      description\n      args {\n        ...InputValue\n      }\n      type {\n        ...TypeRef\n      }\n      isDeprecated\n      deprecationReason\n    }\n    inputFields {\n      ...InputValue\n    }\n    interfaces {\n      ...TypeRef\n    }\n    enumValues(includeDeprecated: true) {\n      name\n      description\n      isDeprecated\n      deprecationReason\n    }\n    possibleTypes {\n      ...TypeRef\n    }\n  }\n\n  fragment InputValue on __InputValue {\n    name\n    description\n    type { ...TypeRef }\n    defaultValue\n  }\n\n  fragment TypeRef on __Type {\n    kind\n    name\n    ofType {\n      kind\n      name\n      ofType {\n        kind\n        name\n        ofType {\n          kind\n          name\n          ofType {\n            kind\n            name\n            ofType {\n              kind\n              name\n              ofType {\n                kind\n                name\n                ofType {\n                  kind\n                  name\n                }\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n\",\n  \"Variables\": \"\",\n  \"OperationName\": \"\"\n}"},"url":"{{url}}/api/graphql","description":"<p>Executes a GraphQL query</p>\n","urlObject":{"path":["api","graphql"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1e55c06-acc7-af2c-d6e2-74ce7f17540a"},{"name":"GraphQL webapp start query","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"bf3c28a0-44ca-01a3-2d8a-c1f9ce2e6f73","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Query\": \"\nquery {\n  me{\n    applicationSubDomain,\n    userName,\n    userId,\n    userEntity{\n      id,\n      entityType,\n      name\n    },\n    isAdmin,\n    accountUsage{\n      dataUsed,\n      dataLimit,\n      daysLeft\n    },\n    accountEntity{\n      id,\n      name\n    },\n  }\n}\n\",\n  \"Variables\": \"\",\n  \"OperationName\": \"\"\n}"},"url":"{{url}}/api/graphql","description":"<p>Executes a GraphQL query</p>\n","urlObject":{"path":["api","graphql"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf3c28a0-44ca-01a3-2d8a-c1f9ce2e6f73"},{"name":"GraphQL latest with context","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"e632ed15-31aa-f62b-0d3c-9decd0d70a29","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Query\": \"\nquery {\n    latest(entityType: \\\"/Document/Document\\\", contextIds: [\\\"2a0d25ca-af09-56e9-8961-9bd1d6a87727\\\", \\\"01e010ad-7fb0-5a26-ad3e-d808bc6262dd\\\"]) {\n        cursor\n        entries\n        {\n            name\n            sortDate\n            id\n            #previewImage\n            #{\n                #height\n                #width\n                #uri\n            #}\n            #edges\n            #{\n                #authors\n                #{\n                    #name\n                    #id\n                #}\n            #}\n            ##__fullEntity\n        }\n    }\n}\",\n  \"Variables\": \"\",\n  \"OperationName\": \"\"\n}"},"url":"{{url}}/api/graphql","description":"<p>Executes a GraphQL query</p>\n","urlObject":{"path":["api","graphql"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e632ed15-31aa-f62b-0d3c-9decd0d70a29"},{"name":"GraphQL upcoming with context","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"46a29721-8c00-9515-c55a-533e15895cfb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Query\": \"\nquery {\n    upcoming(entityType: \\\"/Calendar/Event\\\") {\n        cursor\n        entries\n        {\n            name\n            displayName\n            sortDate\n            ... on Calendar_Event_Entity\n            {\n              attendees\n              {\n                name\n              }\n            }\n            id\n            #previewImage\n            #{\n                #height\n                #width\n                #uri\n            #}\n            #edges\n            #{\n                #authors\n                #{\n                    #name\n                    #id\n                #}\n            #}\n            ##__fullEntity\n        }\n    }\n}\",\n  \"Variables\": \"\",\n  \"OperationName\": \"\"\n}"},"url":"{{url}}/api/graphql","description":"<p>Executes a GraphQL query</p>\n","urlObject":{"path":["api","graphql"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"46a29721-8c00-9515-c55a-533e15895cfb"},{"name":"GraphQL upcoming with context copy","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"00f647c6-cfe1-bef9-c2e0-f3cf12a641ec","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Query\": \"\nquery {\n    upcoming(entityType: \\\"/Calendar/Event\\\", contextIds: [\\\"6a3e2d73-2170-577d-9158-4c670955c3c6\\\", \\\"412332ff-e227-52ed-a21d-71bfca545155\\\"]) {\n        cursor\n        entries\n        {\n            name\n            sortDate\n            id\n            #previewImage\n            #{\n                #height\n                #width\n                #uri\n            #}\n            #edges\n            #{\n                #authors\n                #{\n                    #name\n                    #id\n                #}\n            #}\n            ##__fullEntity\n        }\n    }\n}\",\n  \"Variables\": \"\",\n  \"OperationName\": \"\"\n}"},"url":"{{url}}/api/graphql","description":"<p>Executes a GraphQL query</p>\n","urlObject":{"path":["api","graphql"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"00f647c6-cfe1-bef9-c2e0-f3cf12a641ec"},{"name":"GraphQL search query","event":[{"listen":"test","script":{"id":"0f7e61a5-c1b7-43fa-8951-6c453f3d5003","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"],"type":"text/javascript"}}],"id":"36e4adae-114d-4d54-6f88-60cb60e6030e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer V7jJii_Rs7gykzsK0Sc6DETq442mu3Exx9Bp1YZg19bVHkq79l5Hb-CIwpcocrrLFwaz41O4uMYVykMKLrA7ErA7AOqoC2EBZauL4MIVXTgmUIZWVpfPfD_JSBYWOdT_tqKWSB8XnZzUIQbAcu1fqh3PRAZNbfi7FV6ZFvUb2IW3-1TMGzfy8jk6r8z0aFsh8c-P3z8zzVx-kQdPnMBXd9XznF_EmKO6sLbkb7PrKAlJmu-QUznn6tZmjQxSlKOCkUdXjKyT39aMQNF4IihtTDalE847qdd_PXV00AVh6Ek95USQzE9uUlZ41dWuqWAv_gA3z2FZuzRhUmyTmZDi_mlAusy7B14YPkhLHKhhF5PO8tmBpc052gRrGHKzTbZ7dvqKwSTxGl1PZXKHf2l1UQv5-JSmvO-_bI8i8nhqbThDu055WJqVe2ai0lDxB-OmYDVM99cQ4Smw5Lyb6R93KRoqgLjb2UimEOBB99U6yzvUHg8TkUlHfxqJaTo1-XJCt7HAShF7qP6A9ZA5KKJFUSDubsX-6_H-MpLoJf3a0gKRNBXE"}],"body":{"mode":"raw","raw":"{\n  \"Query\": \"\nquery {\n  search(\n    query: \\\"+entityType:/Infrastructure/User\\\"\n    pageSize: 20\n    \n  )\n  {\n    entries\n    {\n      id\n      name\n      properties\n    }\n  }\n}\n\",\n  \"Variables\": \"\",\n  \"OperationName\": \"\"\n}"},"url":"{{url}}/api/graphql","description":"<p>Executes a GraphQL search query</p>\n","urlObject":{"path":["api","graphql"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"af01a7f2-c457-2a6c-509f-c4cbd6568343","name":"GraphQL search query","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"name":"content-length","key":"content-length","value":"1105259","description":"The length of the response body in octets (8-bit bytes)"},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"name":"date","key":"date","value":"Thu, 07 Dec 2017 13:54:54 GMT","description":"The date and time that the message was sent"},{"name":"server","key":"server","value":"Microsoft-HTTPAPI/2.0","description":"A name for the server"},{"name":"status","key":"status","value":"200","description":"Custom header"},{"name":"vary","key":"vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"name":"x-cluedin-data","key":"x-cluedin-data","value":"All your data are belong to you!","description":"Custom header"},{"name":"x-cluedin-version","key":"x-cluedin-version","value":"1.8.0.0","description":"Custom header"},{"name":"x-powered-by","key":"x-powered-by","value":"CluedIn","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"name":"x-request-id","key":"x-request-id","value":"11586f49641747ddaa977fbb27bdfd99","description":"Custom header"},{"name":"x-robots-tag","key":"x-robots-tag","value":"noindex,nofollow","description":"Custom header"}],"cookie":[],"responseTime":"3509","body":"{\r\n  \"data\": {\r\n    \"search\": {\r\n      \"totalResults\": 1802,\r\n      \"cursor\": \"ewAiAFAAYQBnAGUAIgA6ADEALAAiAFAAYQBnAGUAUwBpAHoAZQAiADoAMQAwADAAfQA=\",\r\n      \"entries\": [\r\n        {\r\n          \"id\": \"b2e3d46e-37d1-5393-9fcb-faad87b76b3c\",\r\n          \"name\": \"TEMPLAFY ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"stergade 36, 3.\",\r\n            \"property-admin_username\": \"templafy\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"7\",\r\n            \"property-angelList.organization.productDesc\": \"Templafy provides dynamically adapting template management for any office platform and any device. \\n\\nTemplafy runs in the cloud and is designed to seamlessly transform generic business templates into thousands of individualized business documents with company data, language, and personal information automatically embedded.\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-cluedin_subdomain\": \"Templafy\",\r\n            \"property-company_notes\": \"Nicolaj gave us the introduction to Templafy and Tim went and met them a few times. \\n\\nPaying customer 30 sep 2016 - oct-nov ish 2016 (we stooped payment) \\n\\nDM: Jakob Ekkelund\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040923674\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1100\",\r\n            \"property-cvr.organization.address+streetCode\": \"8592\",\r\n            \"property-cvr.organization.address+streetName\": \"Østergade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"36\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"7515024\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"-4624118\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"32950414\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/64926652/ZG9rdW1lbnRsYWdlcjovLzAzLzljLzQwLzI2L2Y0L2VhN2QtNDM3Yy1hYThmLTcwMGMzMzk0YTBhYw.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-9847604\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-12622907\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2013-12-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"TEMPLAFY ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle og sælge løsninger med Dynamic business templates\",\r\n            \"property-cvr.organization.registeredCapital\": \"141451.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2013-12-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-03-15T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Dynamic business templates. Personalized. On-brand. Anywhere. Templafy helps decision makers within branding and communication manage business templates and company documents easily -on any user device and regardless of organization size and complexity. Global problem The transition to cloud based office solutions like MS Office 365 and Google Drive, and the increased technological diversification of computing platforms and devices leaves companies in the need of a template management system that works across office applications, platforms and devices. One-stop solution With Templafy, organizational users can easily generate documents, presentations and spreadsheets for any Office application on any platform and device. Documents are always up-to-date concerning visual identity, corporate data and legal information. Proven enterprise need Brand managersneed the corporate visual identity implemented on all documents created. CIOsneeds freedom in choice of Office application and computing platforms. Proven business setup Templafy is a spin-off from the current market leader in template management solutions and brings a management team with unique domain knowledge and access to an existing market. Technology driven Templafy is built on cutting-edge technologies and is a platform for a broad range of future features both core and complementary.\",\r\n            \"property-domain\": \"templafy.com\",\r\n            \"property-facebookGraph.organization.about\": \"Templafy is the simple way to manage and share company templates. On-brand, compliant and personalized for each employee.  \",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/12038450_1616180795302952_8940564099701682628_n.png?oh=a29546d9ab9c70bfa0ff99b9f739833c&oe=5930DD56\",\r\n            \"property-facebookGraph.organization.engagement\": \"3017\",\r\n            \"property-facebookGraph.organization.fanCount\": \"3017\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Templafy\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.67955\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.58197\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"templafy\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000ekEBCAA2\",\r\n            \"property-first_deal_created_date\": \"1489401093414\",\r\n            \"property-founded_year\": \"2013\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/adc56619-b525-4826-a668-b60b0a7ed1b5.jpeg\",\r\n            \"property-hs_lastmodifieddate\": \"1491900976976\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"5\",\r\n            \"property-hubspot.company.custom-address\": \"stergade 36, 3.\",\r\n            \"property-hubspot.company.custom-admin_username\": \"templafy\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Templafy\",\r\n            \"property-hubspot.company.custom-company_name\": \"Templafy\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Nicolaj gave us the introduction to Templafy and Tim went and met them a few times. \\n\\nPaying customer 30 sep 2016 - oct-nov ish 2016 (we stooped payment) \\n\\nDM: Jakob Ekkelund\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040923674\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Dynamic business templates. Personalized. On-brand. Anywhere. Templafy helps decision makers within branding and communication manage business templates and company documents easily -on any user device and regardless of organization size and complexity. Global problem The transition to cloud based office solutions like MS Office 365 and Google Drive, and the increased technological diversification of computing platforms and devices leaves companies in the need of a template management system that works across office applications, platforms and devices. One-stop solution With Templafy, organizational users can easily generate documents, presentations and spreadsheets for any Office application on any platform and device. Documents are always up-to-date concerning visual identity, corporate data and legal information. Proven enterprise need Brand managersneed the corporate visual identity implemented on all documents created. CIOsneeds freedom in choice of Office application and computing platforms. Proven business setup Templafy is a spin-off from the current market leader in template management solutions and brings a management team with unique domain knowledge and access to an existing market. Technology driven Templafy is built on cutting-edge technologies and is a platform for a broad range of future features both core and complementary.\",\r\n            \"property-hubspot.company.custom-domain\": \"templafy.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/templafy\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489401093414\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/adc56619-b525-4826-a668-b60b0a7ed1b5.jpeg\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509273479929\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1488797330095\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Office 365, Power BI, Salesforce\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/templafy\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Dynamic business templates. Personalized. On-brand. Anywhere. Templafy helps decision makers within branding and communication manage business templates and company documents easily -on any user device and regardless of organization size and complexity. Global problem The transition to cloud based office solutions like MS Office 365 and Google Drive, and the increased technological diversification of computing platforms and devices leaves companies in the need of a template management system that works across office applications, platforms and devices. One-stop solution With Templafy, organizational users can easily generate documents, presentations and spreadsheets for any Office application on any platform and device. Documents are always up-to-date concerning visual identity, corporate data and legal information. Proven enterprise need Brand managersneed the corporate visual identity implemented on all documents created. CIOsneeds freedom in choice of Office application and computing platforms. Proven business setup Templafy is a spin-off from the current market leader in template management solutions and brings a management team with unique domain knowledge and access to an existing market. Technology driven Templafy is built on cutting-edge technologies and is a platform for a broad range of future features both core and complementary.\",\r\n            \"property-hubspot.company.custom-name\": \"Templafy\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1491900798023\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063047942\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"5\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"3\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 36 99 01 02\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"$2.5M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Templafy\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;google_adwords;nginx;wordpress;google_tag_manager;facebook_connect;inspectlet;facebook_advertiser;apache;microsoft_office_365;google_maps;google_analytics;piwik;digital_ocean;hubspot;outlook;double_click;centos\",\r\n            \"property-hubspot.company.custom-website\": \"templafy.com\",\r\n            \"property-hubspot.company.custom-zip\": \"1100\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.integrations\": \"Office 365, Power BI, Salesforce\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Dynamic business templates. Personalized. On-brand. Anywhere. Templafy helps decision makers within branding and communication manage business templates and company documents easily -on any user device and regardless of organization size and complexity. Global problem The transition to cloud based office solutions like MS Office 365 and Google Drive, and the increased technological diversification of computing platforms and devices leaves companies in the need of a template management system that works across office applications, platforms and devices. One-stop solution With Templafy, organizational users can easily generate documents, presentations and spreadsheets for any Office application on any platform and device. Documents are always up-to-date concerning visual identity, corporate data and legal information. Proven enterprise need Brand managersneed the corporate visual identity implemented on all documents created. CIOsneeds freedom in choice of Office application and computing platforms. Proven business setup Templafy is a spin-off from the current market leader in template management solutions and brings a management team with unique domain knowledge and access to an existing market. Technology driven Templafy is built on cutting-edge technologies and is a platform for a broad range of future features both core and complementary.\",\r\n            \"property-hubspot.company.notes\": \"Nicolaj gave us the introduction to Templafy and Tim went and met them a few times. \\n\\nPaying customer 30 sep 2016 - oct-nov ish 2016 (we stooped payment) \\n\\nDM: Jakob Ekkelund\",\r\n            \"property-hubspot_owner_assigneddate\": \"1488797330095\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Office 365, Power BI, Salesforce\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/3585015\",\r\n            \"property-linkedinbio\": \"Dynamic business templates. Personalized. On-brand. Anywhere. Templafy helps decision makers within branding and communication manage business templates and company documents easily -on any user device and regardless of organization size and complexity. Global problem The transition to cloud based office solutions like MS Office 365 and Google Drive, and the increased technological diversification of computing platforms and devices leaves companies in the need of a template management system that works across office applications, platforms and devices. One-stop solution With Templafy, organizational users can easily generate documents, presentations and spreadsheets for any Office application on any platform and device. Documents are always up-to-date concerning visual identity, corporate data and legal information. Proven enterprise need Brand managersneed the corporate visual identity implemented on all documents created. CIOsneeds freedom in choice of Office application and computing platforms. Proven business setup Templafy is a spin-off from the current market leader in template management solutions and brings a management team with unique domain knowledge and access to an existing market. Technology driven Templafy is built on cutting-edge technologies and is a platform for a broad range of future features both core and complementary.\",\r\n            \"property-name\": \"Templafy\",\r\n            \"property-notes_last_contacted\": \"1491900798023\",\r\n            \"property-notes_last_updated\": \"1491900976646\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-num_contacted_notes\": \"2\",\r\n            \"property-num_notes\": \"2\",\r\n            \"property-organization.address\": \"Østergade 36\\n1100 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Østergade 36, 3.\",\r\n            \"property-organization.address.zipCode\": \"1100\",\r\n            \"property-organization.annualRevenue\": \"-4624118 DKK\",\r\n            \"property-organization.codes.cvr\": \"25662946\",\r\n            \"property-organization.contact.email\": \"sales@templafy.com\",\r\n            \"property-organization.emailDomainNames\": \"templafy.com\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2013-12-12T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Technology\",\r\n            \"property-organization.name\": \"Templafy\",\r\n            \"property-organization.phoneNumber\": \"+4536990102\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4536990102\",\r\n            \"property-organization.phoneNumber-International\": \"+45 36 99 01 02\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-36-99-01-02\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/templafy\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/3585015?trk=tyah&trkInfo=tarId%3A1403045930569%2Ctas%3Atemplafy%2Cidx%3A1-1-1\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/Templafy\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/channel/UCnR6JGgELp6hC97o44xxfKA\",\r\n            \"property-organization.usedTechnologies\": \"Font Awesome, Google Tag Manager, jQuery, jQuery UI, Lightbox, PHP, WordPress, WP Rocket\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/templafy\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/templafy\",\r\n            \"property-organization.website\": \"https://www.templafy.com/\",\r\n            \"property-phone\": \"+45 36 99 01 02\",\r\n            \"property-salesforce.account.billingCity\": \"Copenhagen K\",\r\n            \"property-salesforce.account.billingCountry\": \"Denmark\",\r\n            \"property-salesforce.account.billingPostalCode\": \"1100\",\r\n            \"property-salesforce.account.billingStreet\": \"Østergade 36, 3. sal\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.ownership\": \"Private\",\r\n            \"property-salesforce.account.rating\": \"Cold\",\r\n            \"property-salesforce.account.site\": \"Headquarters\",\r\n            \"property-salesforce.account.type\": \"Prospect\",\r\n            \"property-salesforce.account.website\": \"https://www.templafy.com/\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"Templafy\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/templafy\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/templafy\",\r\n            \"property-user.social.Twitter\": \"Templafy\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"templafy.com\",\r\n            \"property-website.CopyrightEntity\": \"Templafy\",\r\n            \"property-website.Description\": \"Templafy integrates with the office suites used every day, to automate brand compliance, template management and document management\",\r\n            \"property-website.Title\": \"Create professional, on-brand documents faster with Templafy\",\r\n            \"property-zip\": \"1100\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"7b4ae392-2622-5e59-a833-b5e0d06bae0a\",\r\n          \"name\": \"Sitecore\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-admin_username\": \"sitecoredach\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"2\",\r\n            \"property-angelList.organization.highConcept\": \"Own every customer experience\",\r\n            \"property-angelList.organization.productDesc\": \"Sitecore gives marketers around the globe the power to own every customer experience. Our software provides a truly automated, flexible, and predictive customer experience management platform that seamlessly combines web content management with customer intelligence to drive real one-on-one engagement with every customer at every touchpoint.\\n\\nSince 2001, we’ve provided a comprehensive platform rather than a system pieced together from acquired technologies. Our end-to-end experience technology works behinds the scenes to deliver content targeted to individual customers. So marketers have a full view into the data, but can remain focused on the art of addressing customer desires and achieving results.\",\r\n            \"property-annualrevenue\": \"250000000\",\r\n            \"property-appItemId\": \"63\",\r\n            \"property-appItemIdFormatted\": \"63\",\r\n            \"property-city\": \"Mill Valley\",\r\n            \"property-cluedin_subdomain\": \"SitecoreDACH\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-company_notes\": \"We used to work there.\\n\\nRI (TIW)\\n\\nDM: cpe@sitecore.net Christian Pelle\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040929774\",\r\n            \"property-description\": \"Sitecore is a global software company committed to helping marketers own every experience they deliver to their customers and prospects. Sitecore combines best-in-class web content management with marketing automation, email marketing, social media, e-commerce, optimization, and analytics into a single, unified platform that captures every minute interaction and intention that customers and prospects have with a brand, both on a website and across other digital channels. Sitecore has 3,500+ customers worldwide, including leading global brands including American Express, Carnival Cruise Lines, easyJet, Heineken and Microsoft, as well as governments, associations and public institutions. There are approximately 8,000 certified Sitecore developers and 23,000 active members in Sitecores developer network. Sitecore has been positioned by Gartner, Inc. in the Leaders Quadrant of the Magic Quadrant for Web Content Management (WCM) for four consecutive years. Sitecore has also been positioned by Gartner in the Visionaries Quadrant of the 2013 & 2012 Magic Quadrant for Multichannel Campaign Management (MCCM).\",\r\n            \"property-domain\": \"sitecore.net\",\r\n            \"property-email\": \"ta@pentia.dk\",\r\n            \"property-eTag\": \"xw0en60W6-NurXn4VBU-CMjSPEw/iG0tygOqQk3u1nI6Xw2YpcxwG7A\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/Sitecore\",\r\n            \"property-facebookGraph.organization.about\": \"Sitecore empowers marketers to deliver content in context of how customers have engaged with their brand, across every channel, in real time.\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/12249578_1071970749500649_680916951268421603_n.jpg?oh=18dc28c92587ed1f13423fa031060449&oe=596BA855\",\r\n            \"property-facebookGraph.organization.engagement\": \"10148\",\r\n            \"property-facebookGraph.organization.fanCount\": \"10148\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Sitecore\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.67492\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.56181\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"• Sitecore® Experience Platform™\\n• Sitecore Experience Management\\n• Email Experience Manager\\n• Print Experience Manager\\n• Sitecore Commerce powered by Commerce Server\\n• Sitecore Commerce powered by Microsoft Dynamics\\n• Sitecore Social powered by Komfo\",\r\n            \"property-facebookGraph.organization.username\": \"Sitecore\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000ehrUVAAY\",\r\n            \"property-first_deal_created_date\": \"1489401200676\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Sitecore-RVW13890127.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Still implementing processes. Siloed departments across the organization. Too many chiefs for the number of staff.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great opportunity\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Operations\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great people, technology, and growing business.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-22T05:41:34.5970000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"67\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"55\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"45\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"95\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"52\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1489401201019\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"44\",\r\n            \"property-hubspot.company.custom-admin_username\": \"sitecoredach\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"250000000\",\r\n            \"property-hubspot.company.custom-became_mailchimp_lead\": \"20-Oct-15\",\r\n            \"property-hubspot.company.custom-city\": \"Mill Valley\",\r\n            \"property-hubspot.company.custom-closedate\": \"1498461823148\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"SitecoreDACH\",\r\n            \"property-hubspot.company.custom-company_name\": \"Sitecore\",\r\n            \"property-hubspot.company.custom-company_notes\": \"We used to work there.\\n\\nRI (TIW)\\n\\nDM: cpe@sitecore.net Christian Pelle\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929774\",\r\n            \"property-hubspot.company.custom-days_to_close\": \"166\",\r\n            \"property-hubspot.company.custom-description\": \"Sitecore is a global software company committed to helping marketers own every experience they deliver to their customers and prospects. Sitecore combines best-in-class web content management with marketing automation, email marketing, social media, e-commerce, optimization, and analytics into a single, unified platform that captures every minute interaction and intention that customers and prospects have with a brand, both on a website and across other digital channels. Sitecore has 3,500+ customers worldwide, including leading global brands including American Express, Carnival Cruise Lines, easyJet, Heineken and Microsoft, as well as governments, associations and public institutions. There are approximately 8,000 certified Sitecore developers and 23,000 active members in Sitecores developer network. Sitecore has been positioned by Gartner, Inc. in the Leaders Quadrant of the Magic Quadrant for Web Content Management (WCM) for four consecutive years. Sitecore has also been positioned by Gartner in the Visionaries Quadrant of the 2013 & 2012 Magic Quadrant for Multichannel Campaign Management (MCCM).\",\r\n            \"property-hubspot.company.custom-domain\": \"sitecore.net\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Sitecore\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489401200676\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503995288903\",\r\n            \"property-hubspot.company.custom-hs_lead_status\": \"IN_PROGRESS\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1500295293129\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"27493554\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"customer\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/sitecore\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Sitecore is a global software company committed to helping marketers own every experience they deliver to their customers and prospects. Sitecore combines best-in-class web content management with marketing automation, email marketing, social media, e-commerce, optimization, and analytics into a single, unified platform that captures every minute interaction and intention that customers and prospects have with a brand, both on a website and across other digital channels. Sitecore has 3,500+ customers worldwide, including leading global brands including American Express, Carnival Cruise Lines, easyJet, Heineken and Microsoft, as well as governments, associations and public institutions. There are approximately 8,000 certified Sitecore developers and 23,000 active members in Sitecores developer network. Sitecore has been positioned by Gartner, Inc. in the Leaders Quadrant of the Magic Quadrant for Web Content Management (WCM) for four consecutive years. Sitecore has also been positioned by Gartner in the Visionaries Quadrant of the 2013 & 2012 Magic Quadrant for Multichannel Campaign Management (MCCM).\",\r\n            \"property-hubspot.company.custom-name\": \"Sitecore\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503995284000\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503995288037\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503525600000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"44\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"8\",\r\n            \"property-hubspot.company.custom-num_notes\": \"22\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"1000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 415 380 0600\",\r\n            \"property-hubspot.company.custom-recent_deal_amount\": \"35000\",\r\n            \"property-hubspot.company.custom-recent_deal_close_date\": \"1498461806963\",\r\n            \"property-hubspot.company.custom-reference_date\": \"31-Aug-15\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_revenue\": \"35000\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Sitecore\",\r\n            \"property-hubspot.company.custom-used_technologies\": \"Sitecore\\nGithub\\nHotJar\\nMicrosoft Dynamics\\nOffice 365\\nGoogle Analytics\\nFacebook Workplace\\nTwitter\\nFacebook\\nLive Chat\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"3\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;hotjar;dyn_dns;live_chat;google_tag_manager;brightcove;recaptcha;google_analytics;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"sitecore.net\",\r\n            \"property-hubspot.company.custom-zip\": \"94941\",\r\n            \"property-hubspot.company.daysToClose\": \"166\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Sitecore is a global software company committed to helping marketers own every experience they deliver to their customers and prospects. Sitecore combines best-in-class web content management with marketing automation, email marketing, social media, e-commerce, optimization, and analytics into a single, unified platform that captures every minute interaction and intention that customers and prospects have with a brand, both on a website and across other digital channels. Sitecore has 3,500+ customers worldwide, including leading global brands including American Express, Carnival Cruise Lines, easyJet, Heineken and Microsoft, as well as governments, associations and public institutions. There are approximately 8,000 certified Sitecore developers and 23,000 active members in Sitecores developer network. Sitecore has been positioned by Gartner, Inc. in the Leaders Quadrant of the Magic Quadrant for Web Content Management (WCM) for four consecutive years. Sitecore has also been positioned by Gartner in the Visionaries Quadrant of the 2013 & 2012 Magic Quadrant for Multichannel Campaign Management (MCCM).\",\r\n            \"property-hubspot.company.notes\": \"We used to work there.\\n\\nRI (TIW)\\n\\nDM: cpe@sitecore.net Christian Pelle\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"447507328\",\r\n            \"property-knowledgeGraph.organization.description\": \"Software company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Sitecore is a customer experience management company that provides web content management and multichannel marketing automation software. The company was founded in 2001.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Sitecore\",\r\n            \"property-lastEventOn\": \"2016-07-07T12:45:12.0000000\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/sitecore\",\r\n            \"property-linkedinbio\": \"Sitecore is a global software company committed to helping marketers own every experience they deliver to their customers and prospects. Sitecore combines best-in-class web content management with marketing automation, email marketing, social media, e-commerce, optimization, and analytics into a single, unified platform that captures every minute interaction and intention that customers and prospects have with a brand, both on a website and across other digital channels. Sitecore has 3,500+ customers worldwide, including leading global brands including American Express, Carnival Cruise Lines, easyJet, Heineken and Microsoft, as well as governments, associations and public institutions. There are approximately 8,000 certified Sitecore developers and 23,000 active members in Sitecores developer network. Sitecore has been positioned by Gartner, Inc. in the Leaders Quadrant of the Magic Quadrant for Web Content Management (WCM) for four consecutive years. Sitecore has also been positioned by Gartner in the Visionaries Quadrant of the 2013 & 2012 Magic Quadrant for Multichannel Campaign Management (MCCM).\",\r\n            \"property-name\": \"Sitecore\",\r\n            \"property-num_associated_contacts\": \"12\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-objectType\": \"page\",\r\n            \"property-organization.address.city\": \"Mill Valley\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.streetName\": \"Vester Farimagsgade 3, 5.\",\r\n            \"property-organization.address.zipCode\": \"94941\",\r\n            \"property-organization.annualRevenue\": \"20556116.0\",\r\n            \"property-organization.contact.email\": \"webmaster@sitecore.net\",\r\n            \"property-organization.emailDomainNames\": \"sitecore.net\",\r\n            \"property-organization.employeeCount\": \"1000\",\r\n            \"property-organization.foundingDate\": \"2001\",\r\n            \"property-organization.github\": \"https://github.com/Sitecore\",\r\n            \"property-organization.industry\": \"Technology\",\r\n            \"property-organization.name\": \"Sitecore\",\r\n            \"property-organization.phoneNumber\": \"+14153800600\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+14153800600\",\r\n            \"property-organization.phoneNumber-International\": \"+1 415-380-0600\",\r\n            \"property-organization.phoneNumber-Location\": \"Mill Valley, CA\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-415-380-0600\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Sitecore/\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+sitecore/posts\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/sitecore/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/sitecore\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/Sitecore\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/sitecorechannel\",\r\n            \"property-organization.usedTechnologies\": \"Google Tag Manager, Twitter Bootstrap\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/sitecore-3\",\r\n            \"property-organization.website\": \"www.sitecore.net\",\r\n            \"property-organization.wikipedia\": \"https://en.wikipedia.org/wiki/Sitecore\",\r\n            \"property-organizationName\": \"Sitecore\",\r\n            \"property-phone\": \"+1 415 380 0600\",\r\n            \"property-primaryContact\": \"Lars Fløe\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.ownership\": \"Private\",\r\n            \"property-salesforce.account.rating\": \"Cold\",\r\n            \"property-salesforce.account.type\": \"Technology Partner\",\r\n            \"property-secondaryContacts\": \"Thomas G.\",\r\n            \"property-state\": \"CA\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"Sitecore\",\r\n            \"property-user.social.crunchbase\": \"https://www.crunchbase.com/organization/sitecore\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Sitecore\",\r\n            \"property-user.social.GooglePlus\": \"https://plus.google.com/+sitecore\",\r\n            \"property-user.social.Instagram\": \"https://www.instagram.com/sitecore\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/sitecore\",\r\n            \"property-user.social.Twitter\": \"https://twitter.com/Sitecore\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"sitecore.net\",\r\n            \"property-website.CopyrightEntity\": \"Sitecore\",\r\n            \"property-website.Description\": \"Web content management radically transforms how your brand interacts with prospects. Start marketing in context with Sitecore&#39;s customer experience platform.\",\r\n            \"property-website.Title\": \"Sitecore: Own the Experience\",\r\n            \"property-zendesk.organization.custom-annual_revenue\": \"20556116\",\r\n            \"property-zendesk.organization.custom-competitors\": \"Umbraco\\nIBM\\nKentico\\nEpiServer\",\r\n            \"property-zendesk.organization.custom-domain_name\": \"www.sitecore.net\",\r\n            \"property-zendesk.organization.custom-founded\": \"1999\",\r\n            \"property-zendesk.organization.custom-head_quarters\": \"Copenhagen, Zealand, DK\",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"False\",\r\n            \"property-zendesk.organization.custom-number_of_employees\": \"10\",\r\n            \"property-zendesk.organization.custom-web_technologies\": \"Brightcove, Dyn DNS, Google Analytics, Google Tag Manager, Hotjar, Live Chat, Microsoft Exchange Online, Microsoft Office 365, Outlook, Recaptcha\",\r\n            \"property-zendesk.organization.details\": \"Web Content Management System\",\r\n            \"property-zendesk.organization.sharedComments\": \"False\",\r\n            \"property-zendesk.organization.sharedTickets\": \"False\",\r\n            \"property-zip\": \"94941\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"c9b418cd-0509-56ab-bcd7-f36d57d366e6\",\r\n          \"name\": \"KOMFO ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-account\": \"Komfo\",\r\n            \"property-address\": \"29 Vestergade\",\r\n            \"property-admin_username\": \"komfo\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-appItemId\": \"5\",\r\n            \"property-appItemIdFormatted\": \"5\",\r\n            \"property-city\": \"København\",\r\n            \"property-closingprobability\": \"30\",\r\n            \"property-cluedin_subdomain\": \"Komfo\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040924797\",\r\n            \"property-customer\": \"[{\\\"value\\\":{\\\"files\\\":[],\\\"space\\\":{\\\"name\\\":\\\"Sales Management\\\",\\\"url\\\":\\\"https://podio.com/cluedinio/sales-management\\\",\\\"url_label\\\":\\\"sales-management\\\",\\\"space_id\\\":2791513,\\\"org_id\\\":790721,\\\"type\\\":\\\"regular\\\"},\\\"app_item_id\\\":30,\\\"app\\\":{\\\"status\\\":\\\"active\\\",\\\"name\\\":\\\"Organizations\\\",\\\"default_view_id\\\":null,\\\"url_add\\\":\\\"https://podio.com/cluedinio/sales-management/apps/organizations/items/new\\\",\\\"icon_id\\\":62,\\\"link_add\\\":\\\"https://podio.com/cluedinio/sales-management/apps/organizations/items/new\\\",\\\"app_id\\\":9892494,\\\"current_revision\\\":5,\\\"item_name\\\":\\\"Organization\\\",\\\"link\\\":\\\"https://podio.com/cluedinio/sales-management/apps/organizations\\\",\\\"url\\\":\\\"https://podio.com/cluedinio/sales-management/apps/organizations\\\",\\\"url_label\\\":\\\"organizations\\\",\\\"config\\\":{\\\"item_name\\\":\\\"Organization\\\",\\\"icon_id\\\":62,\\\"type\\\":\\\"standard\\\",\\\"name\\\":\\\"Organizations\\\",\\\"icon\\\":\\\"62.png\\\"},\\\"space_id\\\":2791513,\\\"icon\\\":\\\"62.png\\\"},\\\"title\\\":\\\"Komfo\\\",\\\"initial_revision\\\":{\\\"item_revision_id\\\":663275740,\\\"created_via\\\":{\\\"url\\\":null,\\\"auth_client_id\\\":1,\\\"display\\\":false,\\\"name\\\":\\\"Podio\\\",\\\"id\\\":1},\\\"created_by\\\":{\\\"user_id\\\":2522294,\\\"name\\\":\\\"Kristian von Magius\\\",\\\"url\\\":\\\"https://podio.com/users/2522294\\\",\\\"type\\\":\\\"user\\\",\\\"image\\\":{\\\"hosted_by\\\":\\\"podio\\\",\\\"hosted_by_humanized_name\\\":\\\"Podio\\\",\\\"thumbnail_link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"file_id\\\":130525701,\\\"external_file_id\\\":null,\\\"link_target\\\":\\\"_blank\\\"},\\\"avatar_type\\\":\\\"file\\\",\\\"avatar\\\":130525701,\\\"id\\\":2522294,\\\"avatar_id\\\":130525701,\\\"last_seen_on\\\":\\\"2016-11-08 10:47:02\\\"},\\\"created_on\\\":\\\"2015-09-01 08:22:27\\\",\\\"user\\\":{\\\"user_id\\\":2522294,\\\"name\\\":\\\"Kristian von Magius\\\",\\\"url\\\":\\\"https://podio.com/users/2522294\\\",\\\"type\\\":\\\"user\\\",\\\"image\\\":{\\\"hosted_by\\\":\\\"podio\\\",\\\"hosted_by_humanized_name\\\":\\\"Podio\\\",\\\"thumbnail_link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"file_id\\\":130525701,\\\"external_file_id\\\":null,\\\"link_target\\\":\\\"_blank\\\"},\\\"avatar_type\\\":\\\"file\\\",\\\"avatar\\\":130525701,\\\"id\\\":2522294,\\\"avatar_id\\\":130525701,\\\"last_seen_on\\\":\\\"2016-11-08 10:47:02\\\"},\\\"type\\\":\\\"creation\\\",\\\"revision\\\":0},\\\"created_via\\\":{\\\"url\\\":null,\\\"auth_client_id\\\":1,\\\"display\\\":false,\\\"name\\\":\\\"Podio\\\",\\\"id\\\":1},\\\"created_by\\\":{\\\"user_id\\\":2522294,\\\"name\\\":\\\"Kristian von Magius\\\",\\\"url\\\":\\\"https://podio.com/users/2522294\\\",\\\"type\\\":\\\"user\\\",\\\"image\\\":{\\\"hosted_by\\\":\\\"podio\\\",\\\"hosted_by_humanized_name\\\":\\\"Podio\\\",\\\"thumbnail_link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"file_id\\\":130525701,\\\"external_file_id\\\":null,\\\"link_target\\\":\\\"_blank\\\"},\\\"avatar_type\\\":\\\"file\\\",\\\"avatar\\\":130525701,\\\"id\\\":2522294,\\\"avatar_id\\\":130525701,\\\"last_seen_on\\\":\\\"2016-11-08 10:47:02\\\"},\\\"created_on\\\":\\\"2015-09-01 08:22:27\\\",\\\"link\\\":\\\"https://podio.com/cluedinio/sales-management/apps/organizations/items/30\\\",\\\"item_id\\\":315475764,\\\"revision\\\":0}}]\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København V\",\r\n            \"property-cvr.organization.address+door\": \"sal\",\r\n            \"property-cvr.organization.address+floor\": \"9\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1620\",\r\n            \"property-cvr.organization.address+streetCode\": \"8204\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"D\",\r\n            \"property-cvr.organization.address+streetName\": \"Vesterbrogade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"6\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"-12806101\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"6319488\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"10038348\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/87436623/ZG9rdW1lbnRsYWdlcjovLzAzL2IyLzVlLzE1LzVmL2VlMTAtNDJiZS04NjcwLWUxMzU4YzY5ZjA3Zg.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-9097061\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-10454439\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2010-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2009-12-29T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"06-30\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"07-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"KOMFO ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at at udvikle og sælge it-applikationer samt hermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"201227.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2009-12-29T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-11-30T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Our Social Media Marketing Suite helps you understand how social media impacts your bottom line with cost effective measures and automates social marketing.\",\r\n            \"property-domain\": \"komfo.com\",\r\n            \"property-email\": \"lsm@komfo.com\",\r\n            \"property-expecteddealvalue\": \"1000.0000\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/komfo\",\r\n            \"property-facebookGraph.organization.about\": \"The most valuable and complete social media relationship software that empowers brands to own the social experience by streamlining conversations at every touchpoint, for every customer, from one unified platform.\",\r\n            \"property-facebookGraph.organization.category\": \"Software Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/17155520_1200306556764828_7194754772845500252_n.jpg?oh=c623917840f46e6d18d0aa32de32cc13&oe=596AD289\",\r\n            \"property-facebookGraph.organization.engagement\": \"21667\",\r\n            \"property-facebookGraph.organization.fanCount\": \"21667\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Komfo\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"42.69933\",\r\n            \"property-facebookGraph.organization.longitude\": \"23.31417\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Komfo - a software suite with all the tools necessary to scale and carry out a 360 degrees social media marketing strategy.\",\r\n            \"property-facebookGraph.organization.username\": \"Komfo\",\r\n            \"property-feedback\": \"<p>The main reason we would use CluedIn is for our Gap with Knowledge in Zendesk. Their team knows nothing of what is the history with their customers and everytime they need to know (many times a day) - they walk over to their support team and ask.&nbsp;</p><p>Louise's team are working on growth oppurtunities. They don't have accounts for everyone in ZenDesk but MAINLY they don't want to train them all in a new system. They would rather have something that is just search.</p><p>They would think about using the Office 365 integration for Mail, Calendars and Meetings.</p><p>She would always search for the customer by name or a person at that company. She would expect that both would get her the results she was after.&nbsp;</p><p>Contracts are stored in Salesforce and there are no security or privacy issues at all. Anyone can login to Salesforce and see the contracts.</p><p>They use Docusign.</p><p>They use the Forecasting and Reports in Salesforce and it would be nice for thee to be in CluedIn as well.</p><p>They use Evergauge to track behaviour on the website e.g. heat maps, click maps.</p><p>Komfo consists of 5 main areas and if they find CluedIn useful, the would be happy to recommend it to the other areas.</p>\",\r\n            \"property-first_deal_created_date\": \"1489402639290\",\r\n            \"property-founded_year\": \"2008\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Komfo-RVW11563968.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The company is relevant for people who are proactive so if you are one of them you will fit well but if you are not you might not like the dynamics.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great place to work with great people\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"The team and atmosphere in the company are really good. You can learn very fast in friendly atmosphere. You get a feeling like you are part of a big Komfo family where everyone is proactive and open for ideas.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-08-15T04:33:05.9370000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.8\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"5\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.8\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/6ab84891-2bbc-454a-95e5-4eb561b587d0.png\",\r\n            \"property-hs_lastmodifieddate\": \"1493246000551\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"29 Vestergade\",\r\n            \"property-hubspot.company.custom-admin_username\": \"komfo\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"København\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Komfo\",\r\n            \"property-hubspot.company.custom-company_name\": \"Komfo\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040924797\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Our Social Media Marketing Suite helps you understand how social media impacts your bottom line with cost effective measures and automates social marketing.\",\r\n            \"property-hubspot.company.custom-domain\": \"komfo.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/komfo\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1502286275655\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2008\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/6ab84891-2bbc-454a-95e5-4eb561b587d0.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509538816805\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1501239737138\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"29013451\",\r\n            \"property-hubspot.company.custom-integrations\": \"Twitter, Dropbox, Google Contacts, Podio, Google Calendar, Salesforce\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/komfo\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Our Social Media Marketing Suite helps you understand how social media impacts your bottom line with cost effective measures and automates social marketing.\",\r\n            \"property-hubspot.company.custom-name\": \"Komfo\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1509538814163\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1509538815681\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"3\",\r\n            \"property-hubspot.company.custom-num_notes\": \"5\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 71 99 91 00\",\r\n            \"property-hubspot.company.custom-reference_date\": \"1-Sep-15\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"komfo\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"komfo.com\",\r\n            \"property-hubspot.company.custom-zip\": \"1456\",\r\n            \"property-hubspot.company.founded\": \"2008\",\r\n            \"property-hubspot.company.integrations\": \"Twitter, Dropbox, Google Contacts, Podio, Google Calendar, Salesforce\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Our Social Media Marketing Suite helps you understand how social media impacts your bottom line with cost effective measures and automates social marketing.\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-integrations\": \"Twitter, Dropbox, Google Contacts, Podio, Google Calendar, Salesforce\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"356348258\",\r\n            \"property-lastEventOn\": \"2015-12-14T08:03:11.0000000\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/komfo\",\r\n            \"property-linkedinbio\": \"Our Social Media Marketing Suite helps you understand how social media impacts your bottom line with cost effective measures and automates social marketing.\",\r\n            \"property-name\": \"Komfo\",\r\n            \"property-nextagreedcontact-Start\": \"2015-11-04T00:00:00.0000000\",\r\n            \"property-notes\": \"<p>Primarily Sitecore owned, Danish Social Media Marketing company.<br /></p><p>Organisation spread out over several countries<br /></p>\",\r\n            \"property-num_associated_contacts\": \"3\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"Vesterbrogade 6 D 9 sal\\n1620 København V\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Vesterbrogade 6D, 9.\",\r\n            \"property-organization.address.zipCode\": \"1456\",\r\n            \"property-organization.annualRevenue\": \"6319488 DKK\",\r\n            \"property-organization.codes.cvr\": \"32663478\",\r\n            \"property-organization.contact.email\": \"info@komfo.com\",\r\n            \"property-organization.emailDomainNames\": \"komfo.com\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2009-12-29T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"IT Services\",\r\n            \"property-organization.name\": \"Komfo\",\r\n            \"property-organization.phoneNumber\": \"71999100\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4571999100\",\r\n            \"property-organization.phoneNumber-International\": \"+45 71 99 91 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-71-99-91-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Komfo/\",\r\n            \"property-organization.website\": \"www.komfo.com\",\r\n            \"property-organizationName\": \"Komfo\",\r\n            \"property-phone\": \"+45 71 99 91 00\",\r\n            \"property-primaryContact\": \"Rasmus\",\r\n            \"property-secondaryContacts\": \"Lisbeth; Louise Sloth\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-twitterhandle\": \"komfo\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/komfo\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/komfo\",\r\n            \"property-user.social.Twitter\": \"komfo\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-user.title\": \"<p>The main reason we would use CluedIn is for our Gap with Knowledge in Zendesk. Their team knows nothing of what is the history with their customers and everytime they need to know (many times a day) - they walk over to their support team and ask.&nbsp;</p><p>Louise's team are working on growth oppurtunities. They don't have accounts for everyone in ZenDesk but MAINLY they don't want to train them all in a new system. They would rather have something that is just search.</p><p>They would think about using the Office 365 integration for Mail, Calendars and Meetings.</p><p>She would always search for the customer by name or a person at that company. She would expect that both would get her the results she was after.&nbsp;</p><p>Contracts are stored in Salesforce and there are no security or privacy issues at all. Anyone can login to Salesforce and see the contracts.</p><p>They use Docusign.</p><p>They use the Forecasting and Reports in Salesforce and it would be nice for thee to be in CluedIn as well.</p><p>They use Evergauge to track behaviour on the website e.g. heat maps, click maps.</p><p>Komfo consists of 5 main areas and if they find CluedIn useful, the would be happy to recommend it to the other areas.</p>\",\r\n            \"property-website\": \"komfo.com\",\r\n            \"property-zip\": \"1456\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"4da5967a-7926-55ae-9cc7-42577fa5ebd0\",\r\n          \"name\": \"DigitasLBi\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Atlantis Building, Truman Brewery 146 Brick Lane\",\r\n            \"property-admin_username\": \"digitaslbi\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-appItemId\": \"31\",\r\n            \"property-appItemIdFormatted\": \"31\",\r\n            \"property-city\": \"London\",\r\n            \"property-cluedin_subdomain\": \"DigitasLBi\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040930741\",\r\n            \"property-description\": \"Lbi Belgium Abrege Lbi SA was founded in 2005. The company's line of business includes designing, developing, and producing prepackaged computer software.\",\r\n            \"property-domain\": \"digitaslbi.com\",\r\n            \"property-email\": \"tomas.krag@digitaslbi.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/LBiUK\",\r\n            \"property-founded_year\": \"1980\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-DigitasLBi-RVW14240074.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Can be held back by the holding company\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Special place\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"London, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"A creative and entrepreneurial culture with inspiring management\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-18T08:22:56.0170000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"110\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"78\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"22\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"389\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"68\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.3\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490400014607\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Atlantis Building, Truman Brewery 146 Brick Lane\",\r\n            \"property-hubspot.company.custom-admin_username\": \"digitaslbi\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"London\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"DigitasLBi\",\r\n            \"property-hubspot.company.custom-company_name\": \"DigitasLBi\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040930741\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Lbi Belgium Abrege Lbi SA was founded in 2005. The company's line of business includes designing, developing, and producing prepackaged computer software.\",\r\n            \"property-hubspot.company.custom-domain\": \"digitaslbi.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/LBiUK\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1980\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439286221\",\r\n            \"property-hubspot.company.custom-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/lbi\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Lbi Belgium Abrege Lbi SA was founded in 2005. The company's line of business includes designing, developing, and producing prepackaged computer software.\",\r\n            \"property-hubspot.company.custom-name\": \"DigitasLBi, Inc.\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033156\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 404-460-1010\",\r\n            \"property-hubspot.company.custom-state\": \"AL\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Chicago\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"DigitasLBi_US\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"digitaslbi.com\",\r\n            \"property-hubspot.company.custom-zip\": \"02110\",\r\n            \"property-hubspot.company.founded\": \"1980\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Lbi Belgium Abrege Lbi SA was founded in 2005. The company's line of business includes designing, developing, and producing prepackaged computer software.\",\r\n            \"property-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315476253\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"DigitasLBi, part of Publicis Groupe, is a global marketing and technology agency. It is the result of a merger between Digitas and LBi in February 2013.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/DigitasLBi\",\r\n            \"property-lastEventOn\": \"2015-09-01T08:23:10.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/lbi\",\r\n            \"property-linkedinbio\": \"Lbi Belgium Abrege Lbi SA was founded in 2005. The company's line of business includes designing, developing, and producing prepackaged computer software.\",\r\n            \"property-name\": \"DigitasLBi\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Atlantis Building, Truman Brewery 146 Brick Lane\",\r\n            \"property-organization.address.city\": \"London\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"AL\",\r\n            \"property-organization.address.zipCode\": \"02110\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"digitaslbi.com\",\r\n            \"property-organization.industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-organization.name\": \"DigitasLBi\",\r\n            \"property-organization.phoneNumber\": \"+14044601010\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+14044601010\",\r\n            \"property-organization.phoneNumber-International\": \"+1 404-460-1010\",\r\n            \"property-organization.phoneNumber-Location\": \"Georgia\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-404-460-1010\",\r\n            \"property-organization.website\": \"digitaslbi.com\",\r\n            \"property-organizationName\": \"DigitasLBi\",\r\n            \"property-phone\": \"+1 404-460-1010\",\r\n            \"property-primaryContact\": \"Lars Ørum\",\r\n            \"property-state\": \"AL\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"America/Chicago\",\r\n            \"property-twitterhandle\": \"DigitasLBi_US\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/LBiUK\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/lbi\",\r\n            \"property-user.social.Twitter\": \"DigitasLBi_US\",\r\n            \"property-user.timezone\": \"America/Chicago Standard Time\",\r\n            \"property-website\": \"digitaslbi.com\",\r\n            \"property-zip\": \"02110\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"bb75eb0c-65cb-5a5e-9d00-947cd1ed20a4\",\r\n          \"name\": \"Dimension Data\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"Dimension Data uses the power of technology to help organisations achieve great things in the digital era. \",\r\n            \"property-facebookGraph.organization.category\": \"Computer Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Dimension Data uses the power of technology to help organisations achieve great things in the digital era. As a member of the NTT Group, we accelerate our clients’ ambitions through digital infrastructure, hybrid cloud, workspaces for tomorrow, and cybersecurity. With a turnover of USD 7.5 billion, offices in 58 countries, and 31,000 employees, we deliver wherever our clients are, at every stage of their technology journey. We’re proud to be the Official Technology Partner of Amaury Sport Organisation, organiser of the Tour de France, and the title partner of the cycling team, Team Dimension Data for Qhubeka. Go to dimensiondata.com\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/17759999_1673575875991859_8021155509873673248_n.jpg?oh=0f059171e511946981452a9f39a945ab&oe=594E5D1B\",\r\n            \"property-facebookGraph.organization.engagement\": \"117515\",\r\n            \"property-facebookGraph.organization.fanCount\": \"117515\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Dimension Data\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"-26.043415705094\",\r\n            \"property-facebookGraph.organization.longitude\": \"28.02289201598\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.4\",\r\n            \"property-facebookGraph.organization.products\": \"Network Integration, Data Centre Solutions, Cloud Services, Security Solutions, Microsoft Solutions, Converged Communications\",\r\n            \"property-facebookGraph.organization.username\": \"DimensionData\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000e8OvNAAU\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Dimension-Data-RVW14167921.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Not enough to reward the staff (only one annual event)\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great Place to work\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Finance\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"London, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"People take responsibility for own mistakes\\nGreat managers\\nGreat communication\\nGreat career prospects\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-13T14:21:36.7900000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"77\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"76\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"24\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"657\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"61\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.2\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498916496304\",\r\n            \"property-hubspot.company.custom-description\": \"Dimension Data uses the power of technology to help organisations achieve great things in the digital era. As a member of the NTT Group, we accelerate our clients’ ambitions through digital infrastructure, hybrid cloud, workspaces for tomorrow, and cybersecurity. With a turnover of USD 7.5 billion, offices in 58 countries, and 31,000 employees, we deliver wherever our clients are, at every stage of their technology journey. We’re proud to be the Official Technology Partner of Amaury Sport Organisation, organiser of the Tour de France, and the title partner of the cycling team, Team Dimension Data for Qhubeka. Go to dimensiondata.com\",\r\n            \"property-hubspot.company.custom-domain\": \"dimensiondata.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/DimensionData\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499068353450\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1983\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1500365803205\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498916496304\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/dimension-data\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Dimension Data uses the power of technology to help organisations achieve great things in the digital era. As a member of the NTT Group, we accelerate our clients’ ambitions through digital infrastructure, hybrid cloud, workspaces for tomorrow, and cybersecurity. With a turnover of USD 7.5 billion, offices in 58 countries, and 31,000 employees, we deliver wherever our clients are, at every stage of their technology journey. We’re proud to be the Official Technology Partner of Amaury Sport Organisation, organiser of the Tour de France, and the title partner of the cycling team, Team Dimension Data for Qhubeka. Go to dimensiondata.com\",\r\n            \"property-hubspot.company.custom-name\": \"Dimension Data\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 212-613-1220\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"13.3M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"DimensionData\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;pardot;nginx;mailjet;google_tag_manager;dyn_dns;crazy_egg;mandrill;eloqua;sharepoint;asp_net;facebook_advertiser;marketo;google_analytics;twitter_button\",\r\n            \"property-hubspot.company.custom-website\": \"dimensiondata.com\",\r\n            \"property-hubspot.company.custom-zip\": \"10119\",\r\n            \"property-hubspot.company.founded\": \"1983\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Dimension Data uses the power of technology to help organisations achieve great things in the digital era. As a member of the NTT Group, we accelerate our clients’ ambitions through digital infrastructure, hybrid cloud, workspaces for tomorrow, and cybersecurity. With a turnover of USD 7.5 billion, offices in 58 countries, and 31,000 employees, we deliver wherever our clients are, at every stage of their technology journey. We’re proud to be the Official Technology Partner of Amaury Sport Organisation, organiser of the Tour de France, and the title partner of the cycling team, Team Dimension Data for Qhubeka. Go to dimensiondata.com\",\r\n            \"property-knowledgeGraph.organization.description\": \"Information technology company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Dimension Data is a company specialising in information technology services. Based in Johannesburg, South Africa, the company maintains operations on every inhabited continent. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Dimension_Data\",\r\n            \"property-organization.address.city\": \"Johannesburg\",\r\n            \"property-organization.address.countryCode\": \"South Africa\",\r\n            \"property-organization.address.streetName\": \"The Campus 57 Sloane Street Cnr Sloane Street and Main Road Bryanston\",\r\n            \"property-organization.address.zipCode\": \"10119\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"dimensiondata.com\",\r\n            \"property-organization.foundingDate\": \"1983\",\r\n            \"property-organization.industry\": \"Technology\",\r\n            \"property-organization.phoneNumber\": \"+12126131220\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+12126131220\",\r\n            \"property-organization.phoneNumber-International\": \"+1 212-613-1220\",\r\n            \"property-organization.phoneNumber-Location\": \"New York, NY\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-212-613-1220\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/DimensionData/\",\r\n            \"property-organization.website\": \"http://www.dimensiondata.com/\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.ownership\": \"Private\",\r\n            \"property-salesforce.account.rating\": \"Cold\",\r\n            \"property-salesforce.account.type\": \"Prospect\",\r\n            \"property-salesforce.account.website\": \"http://www.dimensiondata.com/\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/DimensionData\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/dimension-data\",\r\n            \"property-user.social.Twitter\": \"DimensionData\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"f77c4e88-f66f-5bb0-b489-0bbc1ddeb55e\",\r\n          \"name\": \"Leo Pharma AB\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Industriparken 55\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-appItemId\": \"14\",\r\n            \"property-appItemIdFormatted\": \"14\",\r\n            \"property-city\": \"Ballerup\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484044029248\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Ballerup\",\r\n            \"property-cvr.organization.address+municipalityName\": \"BALLERUP\",\r\n            \"property-cvr.organization.address+postalCode\": \"2750\",\r\n            \"property-cvr.organization.address+streetCode\": \"164\",\r\n            \"property-cvr.organization.address+streetName\": \"Industriparken\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"55\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anden udenlandsk virksomhed\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"212000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Fremstilling af farmaceutiske præparater\",\r\n            \"property-cvr.organization.municipality\": \"BALLERUP\",\r\n            \"property-cvr.organization.name\": \"Leo Pharma AB\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.startDate\": \"2002-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-description\": \"LEO Pharma A/S develops, manufactures, and markets pharmaceuticals. The Company provides dermatology and critical care products for the treatment of psoriasis, atopic dermatitis, eczema, skin infections, actinic keratosis, acne, non-melanoma skin cancer,\",\r\n            \"property-domain\": \"leo-pharma.com\",\r\n            \"property-founded_year\": \"1908\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-LEO-Pharma-RVW13893923.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"No real negatives with this company\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Good Company\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Human Resources Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Dublin, Co. Dublin (Ireland)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great Company and investing heavily\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-22T09:52:58.5800000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Biotech & Pharmaceuticals\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"5\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"53\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"47\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"37\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"77\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.1\",\r\n            \"property-glassDoor.organization.sectorName\": \"Biotech & Pharmaceuticals\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1489843782076\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"Industriparken 55\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Ballerup\",\r\n            \"property-hubspot.company.custom-company_name\": \"Leo Pharma\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044029248\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"LEO Pharma A/S develops, manufactures, and markets pharmaceuticals. The Company provides dermatology and critical care products for the treatment of psoriasis, atopic dermatitis, eczema, skin infections, actinic keratosis, acne, non-melanoma skin cancer,\",\r\n            \"property-hubspot.company.custom-domain\": \"leo-pharma.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1908\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504873993525\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1504258421616\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"28419713\",\r\n            \"property-hubspot.company.custom-industry\": \"PHARMACEUTICALS\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/leo-pharma\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"LEO Pharma A/S develops, manufactures, and markets pharmaceuticals. The Company provides dermatology and critical care products for the treatment of psoriasis, atopic dermatitis, eczema, skin infections, actinic keratosis, acne, non-melanoma skin cancer,\",\r\n            \"property-hubspot.company.custom-name\": \"LEO Pharma\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504873865195\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504873992388\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"3\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"5000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 44 94 58 88\",\r\n            \"property-hubspot.company.custom-reference_date\": \"31-Aug-15\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"LEOHealthySkin\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"leo-pharma.com\",\r\n            \"property-hubspot.company.founded\": \"1908\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"LEO Pharma A/S develops, manufactures, and markets pharmaceuticals. The Company provides dermatology and critical care products for the treatment of psoriasis, atopic dermatitis, eczema, skin infections, actinic keratosis, acne, non-melanoma skin cancer,\",\r\n            \"property-industry\": \"PHARMACEUTICALS\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315066610\",\r\n            \"property-knowledgeGraph.organization.description\": \"Pharmaceutical company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Leo Pharma A/S is a multinational Danish pharmaceutical company, founded in 1908, with a presence in about 100 countries. Its headquarters are in Ballerup, near Copenhagen The company is 100% integrated into a private foundation owned by the LEO Foundation. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Leo_Pharma\",\r\n            \"property-lastEventOn\": \"2015-08-31T10:43:16.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company-beta/164713?pathWildcard=164713\",\r\n            \"property-linkedinbio\": \"LEO Pharma A/S develops, manufactures, and markets pharmaceuticals. The Company provides dermatology and critical care products for the treatment of psoriasis, atopic dermatitis, eczema, skin infections, actinic keratosis, acne, non-melanoma skin cancer,\",\r\n            \"property-name\": \"LEO Pharma\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Industriparken 55\\n2750 Ballerup\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Ballerup\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"26411238\",\r\n            \"property-organization.emailDomainNames\": \"leo-pharma.com\",\r\n            \"property-organization.foundingDate\": \"2002-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"PHARMACEUTICALS\",\r\n            \"property-organization.phoneNumber\": \"+4544945888\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4544945888\",\r\n            \"property-organization.phoneNumber-International\": \"+45 44 94 58 88\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-44-94-58-88\",\r\n            \"property-organization.website\": \"leo-pharma.com\",\r\n            \"property-organizationName\": \"Leo Pharma\",\r\n            \"property-phone\": \"+45 44 94 58 88\",\r\n            \"property-primaryContact\": \"Emilie\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-twitterhandle\": \"LEOHealthySkin\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/leo-pharma\",\r\n            \"property-user.social.Twitter\": \"LEOHealthySkin\",\r\n            \"property-website\": \"leo-pharma.com\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"5e722b4a-845e-5e59-9a9c-40c408fd0a34\",\r\n          \"name\": \"TRUSTPILOT A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Pilestrædet \",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"69\",\r\n            \"property-angelList.organization.highConcept\": \"Online Review Community\",\r\n            \"property-angelList.organization.productDesc\": \"We help our business customers to improve their brand presence online, build customer loyalty and reputation, drive traffic, increase conversion and the service provided to consumers and customers.\",\r\n            \"property-annualrevenue\": \"100000000\",\r\n            \"property-city\": \"Copenhagen \",\r\n            \"property-closedate\": \"1484652646952\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484652646193\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+floor\": \"5\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1112\",\r\n            \"property-cvr.organization.address+streetCode\": \"5520\",\r\n            \"property-cvr.organization.address+streetName\": \"Pilestræde\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"58\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"196773000\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"289840000\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/28567203/ZG9rdW1lbnRsYWdlcjovLzAzLzg2L2U5LzU3LzA3LzVlN2YtNGZhNS1hOWIxLTk2ZWIwODdhZTkxMw.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-179635000\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-184851000\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2008-06-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2007-02-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"631200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Webportaler\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"TRUSTPILOT A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er udvikle og sælge e-commerce kvalitetsvurderinger og dermed beslægtet virksomhed\",\r\n            \"property-cvr.organization.registeredCapital\": \"3962393.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2007-02-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-01-03T00:00:00.0000000+00:00\",\r\n            \"property-days_to_close\": \"0\",\r\n            \"property-description\": \"Founded in 2007 by CEO, Peter Mühlmann, Trustpilot is a global, online review community helping consumers choose with confidence while enabling companies to grow their business. Currently boasting 14 million consumer reviews of 115,000 businesses, Trustpilot produces a TrustScore for businesses based on recent reviews. Every day, more than 10,000 consumers sign up on Trustpilot.com and every 5 seconds a new review is posted on the community. Trustpilot empowers consumers that are considering purchasing a product or service by providing them with easy access to the information they value most—the experience of others. The platform also helps businesses generate actionable insight through real-time analytics of customer review data. This can be used to continuously improve business operations, increase customer satisfaction and drive innovation. By enabling businesses to engage directly with customers, Trustpilot aims to set new global standards in consumer to business dialogue. Trustpilot has customers in 65 countries and has developed strong positions in Denmark, Sweden, UK, France, Germany and the Netherlands, as well as the US. With offices in Copenhagen, London, New York and Melbourne, Trustpilot was selected as a Crain’s 2014 Best Places to Work in New York City. Trustpilot’s 350 employees represent 40 different nationalities and its clients range from a wide array of global enterprises to e-commerce retailers.\",\r\n            \"property-domain\": \"trustpilot.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Trustpilot\",\r\n            \"property-facebookGraph.organization.about\": \"Trustpilot is the online standard in building better customer experiences. We connect consumers like you, with the companies that you buy from.\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/11694774_10154080951149689_8416369795884965463_n.jpg?oh=fa53aa5e3405f6c3b53d866961273b80&oe=5973549D\",\r\n            \"property-facebookGraph.organization.engagement\": \"16997\",\r\n            \"property-facebookGraph.organization.fanCount\": \"16997\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Trustpilot\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.68187\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.57818\",\r\n            \"property-facebookGraph.organization.mission\": \"We want to become the world's most trusted company. \\n\\nHOUSE RULES\\n\\nWelcome to Trustpilot’s Facebook page. We hope you will find it useful and engaging.\\n\\nThe purpose of this page is to create an environment where you can interact directly with Trustpilot and its community and start relevant conversations about positive or negative shopping experiences, ecommerce in general, issues you might have with using Trustpilot, etc. \\nIf you would like to review a company, the best and most direct way to do so is to go to www.trustpilot.com. \\n\\nOur Facebook page is also where we take the opportunity to share information such as:\\n• Important news about Trustpilot\\n• Life at the office\\n• Interesting links coming from external sources or our blog\\n\\nWe might, from time to time, post other types of content such as:\\n• Polls / questions\\n• Trivia / competitions\\n\\nBecause we value our community, we would like to set some ground rules on how to use this page.\\n\\nOur aim is not to bore you with information, although you might sometimes feel that it doesn’t concern you. If so, please accept our apologies. You are always welcome to leave us constructive feedback. \\n\\nHowever, we do NOT tolerate and will condemn:\\n• Obscene, offensive, vulgar, racist, violent or hateful comments\\n• Any misleading, deceiving, inciting, inflaming, threatening, harassing, intimidating behaviour\\n• Any forms of advertising or spamming\\n\\nAnybody who does not respect these rules may be banned from our Facebook page and his/her comments deleted without notice. Please respect that. If you have any doubts before posting, you are welcome to read Facebook’s community guidelines. \\n\\nMoreover, all users must comply with Facebook's Terms of Use. \\n\\nIf you have an issue you would like to report, please use our contact formulary by going to www.trustpilot.com/contact and a support agent will get back to you.\\nView Trustpilot’s terms & conditions and privacy policy here: www.trustpilot.com/terms - www.trustpilot.com/policy\\n\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Collect Reviews, Engage With Your Customers And Share Your Credibility With Trustpilot Business >> http://business.trustpilot.com\\n\\nRead our blog: http://blog.trustpilot.com\\n\\nFollow us on Twitter @trustpilot\\nFollow us on LinkedIn www.linkedin.com/company/trustpilot\\n\",\r\n            \"property-facebookGraph.organization.username\": \"Trustpilot\",\r\n            \"property-first_deal_created_date\": \"1489477253500\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Trustpilot-RVW13499681.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"You must be adaptable and flexible to work at a start up. Sales can be grind with ups and downs. The role isn't for everyone. Recent management changes can bring uncertainty but the company is on a solid path to success.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company mission - high energy start up\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Anonymous Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"New York, NY\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"I'd loved helping companies build trust online. The mission is solid and the product makes sense to prospects so it's easy to be passionate about Trustpilot. It's exciting to grow in a market that has so much green-space and opportunity. There is a good office culture and camaraderie with reps in all departments.  Company is fast growing with opportunities for growth.  Nice office with tech perks (food, keg, ping-pong) and nice location in Flatiron.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-26T11:13:55.7000000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"105\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"93\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"7\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"129\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"71\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484652645994\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"SALES\",\r\n            \"property-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hs_lastmodifieddate\": \"1489477253752\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"5\",\r\n            \"property-hubspot.company.daysToClose\": \"0\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Founded in 2007 by CEO, Peter Mühlmann, Trustpilot is a global, online review community helping consumers choose with confidence while enabling companies to grow their business. Currently boasting 14 million consumer reviews of 115,000 businesses, Trustpilot produces a TrustScore for businesses based on recent reviews. Every day, more than 10,000 consumers sign up on Trustpilot.com and every 5 seconds a new review is posted on the community. Trustpilot empowers consumers that are considering purchasing a product or service by providing them with easy access to the information they value most—the experience of others. The platform also helps businesses generate actionable insight through real-time analytics of customer review data. This can be used to continuously improve business operations, increase customer satisfaction and drive innovation. By enabling businesses to engage directly with customers, Trustpilot aims to set new global standards in consumer to business dialogue. Trustpilot has customers in 65 countries and has developed strong positions in Denmark, Sweden, UK, France, Germany and the Netherlands, as well as the US. With offices in Copenhagen, London, New York and Melbourne, Trustpilot was selected as a Crain’s 2014 Best Places to Work in New York City. Trustpilot’s 350 employees represent 40 different nationalities and its clients range from a wide array of global enterprises to e-commerce retailers.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1484652646450\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Website\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Trustpilot.com is a website founded in Denmark in 2007 which publishes reviews for online businesses. The site lists and promotes registered businesses for free but charges fees for additional promotion. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Trustpilot\",\r\n            \"property-lifecyclestage\": \"customer\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/trustpilot\",\r\n            \"property-linkedinbio\": \"Founded in 2007 by CEO, Peter Mühlmann, Trustpilot is a global, online review community helping consumers choose with confidence while enabling companies to grow their business. Currently boasting 14 million consumer reviews of 115,000 businesses, Trustpilot produces a TrustScore for businesses based on recent reviews. Every day, more than 10,000 consumers sign up on Trustpilot.com and every 5 seconds a new review is posted on the community. Trustpilot empowers consumers that are considering purchasing a product or service by providing them with easy access to the information they value most—the experience of others. The platform also helps businesses generate actionable insight through real-time analytics of customer review data. This can be used to continuously improve business operations, increase customer satisfaction and drive innovation. By enabling businesses to engage directly with customers, Trustpilot aims to set new global standards in consumer to business dialogue. Trustpilot has customers in 65 countries and has developed strong positions in Denmark, Sweden, UK, France, Germany and the Netherlands, as well as the US. With offices in Copenhagen, London, New York and Melbourne, Trustpilot was selected as a Crain’s 2014 Best Places to Work in New York City. Trustpilot’s 350 employees represent 40 different nationalities and its clients range from a wide array of global enterprises to e-commerce retailers.\",\r\n            \"property-name\": \"trustpilot\",\r\n            \"property-num_associated_contacts\": \"5\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"Pilestræde 58 5\\n1112 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.streetName\": \"Pilaestrade 58\",\r\n            \"property-organization.address.zipCode\": \"1112\",\r\n            \"property-organization.annualRevenue\": \"100000000\",\r\n            \"property-organization.codes.cvr\": \"30276582\",\r\n            \"property-organization.contact.email\": \"support@trustpilot.com\",\r\n            \"property-organization.emailDomainNames\": \"trustpilot.com\",\r\n            \"property-organization.employeeCount\": \"200-499\",\r\n            \"property-organization.foundingDate\": \"2007-02-12T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Internet\",\r\n            \"property-organization.name\": \"Trustpilot\",\r\n            \"property-organization.phoneNumber\": \"89871573\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+441245201002\",\r\n            \"property-organization.phoneNumber-International\": \"+44 1245 201002\",\r\n            \"property-organization.phoneNumber-Location\": \"Chelmsford\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-1245-201002\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Trustpilot/\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/trustpilot\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/trustpilot\",\r\n            \"property-organization.website\": \"http://www.trustpilot.com\",\r\n            \"property-phone\": \"+44 1245 201002\",\r\n            \"property-state\": \"NY\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"Trustpilot\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Trustpilot/\",\r\n            \"property-user.social.GooglePlus\": \"https://plus.google.com/+TrustpilotReviews\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/trustpilot\",\r\n            \"property-user.social.Twitter\": \"https://twitter.com/Trustpilot\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"trustpilot.com\",\r\n            \"property-zip\": \"10016\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"27ee9afc-4aea-5086-9fd6-6a8c4ed64286\",\r\n          \"name\": \"ADFORM A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"10B Wildersgade\",\r\n            \"property-annualrevenue\": \"500000000\",\r\n            \"property-appItemId\": \"40\",\r\n            \"property-appItemIdFormatted\": \"40\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-company_notes\": \"Pierre contracts for these guys and they took about 20 employees from Sitecore after Sitecore got the huge investment.\\n\\nRI (PID)\\nDM Steffen Andersen\\n\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484044028047\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+door\": \"sal\",\r\n            \"property-cvr.organization.address+floor\": \"1\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1408\",\r\n            \"property-cvr.organization.address+streetCode\": \"8340\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"B\",\r\n            \"property-cvr.organization.address+streetName\": \"Wildersgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"10\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2002-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2002-01-17T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"ADFORM A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at sælge internet reklameteknologi, drive affiliate netværk samt at yde dertil hørende services og anden relateret virksomhed\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2002-01-17T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-03-01T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Adform is a premier partner for media agencies, trading desks, advertisers and publishers, offering the worldâ€™s only programmatic brand-led media platform to support all aspects of multi-screen brand advertising. Adformâ€™s end-to-end ad tech stack closes the loop by integrating media planning, buying, optimization and reporting into one place covering full-featured Demand Side Platform, Rich Media and Ad serving. Adform was established 2002 in Denmark and now has offices in 15 countries including the US, United Kingdom, Germany, Sweden, Denmark, Norway, Finland, Spain, Italy, Netherlands, Belgium, Czech Republic, Poland, Lithuania and Belarus. Visit http://www.adform.com for more information or follow us on Twitter www.twitter.com/adforminsider\",\r\n            \"property-domain\": \"adform.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/adform\",\r\n            \"property-facebookGraph.organization.about\": \"Adform is an independent and open full stack ad tech platform. We make display advertising simple, relevant, and rewarding.\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/16806909_1345469768809862_4701089006343391288_n.jpg?oh=579c6637c625586e0fc8e883e4bdaf67&oe=596609AC\",\r\n            \"property-facebookGraph.organization.engagement\": \"4840\",\r\n            \"property-facebookGraph.organization.fanCount\": \"4840\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Adform\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.6723213\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.5889101\",\r\n            \"property-facebookGraph.organization.mission\": \"Making display advertising\\nSimple, Relevant, Rewarding!\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.6\",\r\n            \"property-facebookGraph.organization.products\": \"Demand Side Platform\\nRich Media\\nAd Server\\nPrivat Market Place\",\r\n            \"property-facebookGraph.organization.username\": \"adform\",\r\n            \"property-first_deal_created_date\": \"1489406225234\",\r\n            \"property-founded_year\": \"2002\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Adform-RVW9705066.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"-while its great opportunity to learn more and take on new responsibilities and roles, employers do not look after employees and keep salary to match the current workload employees take on\\n-some of the directors seem scattered in terms of strategy and understanding all aspects of the business\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Got good experience but wouldn't recommend them as a company\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"London, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"2\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"-culture benefits employees who don't need much managing\\n-opportunities to take on more responsibilities and try different roles\\n-offers opportunity for travel to Lithuania where HQ is based\\n-company party every summer to meet colleagues across all offices\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-02-25T14:00:22.3530000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"16\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"85\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"15\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"26\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"78\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.3\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1493235447834\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"Hovedvagtsgade 6, 2\",\r\n            \"property-hubspot.company.custom-address2\": \"1103 Copenhagen K\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Pierre contracts for these guys and they took about 20 employees from Sitecore after Sitecore got the huge investment.\\n\\nRI (PID)\\nDM Steffen Andersen\\n\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044028047\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Adform is a premier partner for media agencies, trading desks, advertisers and publishers, offering the worldâ€™s only programmatic brand-led media platform to support all aspects of multi-screen brand advertising. Adformâ€™s end-to-end ad tech stack closes the loop by integrating media planning, buying, optimization and reporting into one place covering full-featured Demand Side Platform, Rich Media and Ad serving. Adform was established 2002 in Denmark and now has offices in 15 countries including the US, United Kingdom, Germany, Sweden, Denmark, Norway, Finland, Spain, Italy, Netherlands, Belgium, Czech Republic, Poland, Lithuania and Belarus. Visit http://www.adform.com for more information or follow us on Twitter www.twitter.com/adforminsider\",\r\n            \"property-hubspot.company.custom-domain\": \"adform.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/adform\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489406225234\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2002\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503650365103\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1489405883218\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/adform\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Adform is a premier partner for media agencies, trading desks, advertisers and publishers, offering the worldâ€™s only programmatic brand-led media platform to support all aspects of multi-screen brand advertising. Adformâ€™s end-to-end ad tech stack closes the loop by integrating media planning, buying, optimization and reporting into one place covering full-featured Demand Side Platform, Rich Media and Ad serving. Adform was established 2002 in Denmark and now has offices in 15 countries including the US, United Kingdom, Germany, Sweden, Denmark, Norway, Finland, Spain, Italy, Netherlands, Belgium, Czech Republic, Poland, Lithuania and Belarus. Visit http://www.adform.com for more information or follow us on Twitter www.twitter.com/adforminsider\",\r\n            \"property-hubspot.company.custom-name\": \"Adform\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503650342000\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503650345751\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"3\",\r\n            \"property-hubspot.company.custom-num_notes\": \"4\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+31 6 20431817\",\r\n            \"property-hubspot.company.custom-reference_date\": \"7-Sep-15\",\r\n            \"property-hubspot.company.custom-state\": \"Hovedstaden\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"adforminsider\",\r\n            \"property-hubspot.company.custom-website\": \"adform.com\",\r\n            \"property-hubspot.company.custom-zip\": \"1103\",\r\n            \"property-hubspot.company.founded\": \"2002\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Adform is a premier partner for media agencies, trading desks, advertisers and publishers, offering the worldâ€™s only programmatic brand-led media platform to support all aspects of multi-screen brand advertising. Adformâ€™s end-to-end ad tech stack closes the loop by integrating media planning, buying, optimization and reporting into one place covering full-featured Demand Side Platform, Rich Media and Ad serving. Adform was established 2002 in Denmark and now has offices in 15 countries including the US, United Kingdom, Germany, Sweden, Denmark, Norway, Finland, Spain, Italy, Netherlands, Belgium, Czech Republic, Poland, Lithuania and Belarus. Visit http://www.adform.com for more information or follow us on Twitter www.twitter.com/adforminsider\",\r\n            \"property-hubspot.company.notes\": \"Pierre contracts for these guys and they took about 20 employees from Sitecore after Sitecore got the huge investment.\\n\\nRI (PID)\\nDM Steffen Andersen\\n\",\r\n            \"property-hubspot_owner_assigneddate\": \"1489405883218\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"317925925\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Adform is a global digital media advertising technology company. Based in Copenhagen, Denmark the company operates globally with its primary presence concentrated in the European, UK, and US markets. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Adform\",\r\n            \"property-lastEventOn\": \"2015-09-07T09:27:12.0000000\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/adform\",\r\n            \"property-linkedinbio\": \"Adform is a premier partner for media agencies, trading desks, advertisers and publishers, offering the worldâ€™s only programmatic brand-led media platform to support all aspects of multi-screen brand advertising. Adformâ€™s end-to-end ad tech stack closes the loop by integrating media planning, buying, optimization and reporting into one place covering full-featured Demand Side Platform, Rich Media and Ad serving. Adform was established 2002 in Denmark and now has offices in 15 countries including the US, United Kingdom, Germany, Sweden, Denmark, Norway, Finland, Spain, Italy, Netherlands, Belgium, Czech Republic, Poland, Lithuania and Belarus. Visit http://www.adform.com for more information or follow us on Twitter www.twitter.com/adforminsider\",\r\n            \"property-name\": \"Adform\",\r\n            \"property-notes\": \"<p>CFO Karsten was previously CFO at Sitecore<br /></p>\",\r\n            \"property-num_associated_contacts\": \"3\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"Wildersgade 10 B 1 sal\\n1408 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.state\": \"Hovedstaden\",\r\n            \"property-organization.address.streetName\": \"Wildersgade 10B, 1\",\r\n            \"property-organization.address.zipCode\": \"1103\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.cvr\": \"26434815\",\r\n            \"property-organization.contact.email\": \"traffic@adform.com\",\r\n            \"property-organization.emailDomainNames\": \"adform.com\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2002-01-17T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-organization.name\": \"Adform\",\r\n            \"property-organization.phoneNumber\": \"+31620431817\",\r\n            \"property-organization.phoneNumber-Country\": \"Netherlands\",\r\n            \"property-organization.phoneNumber-E164\": \"+31620431817\",\r\n            \"property-organization.phoneNumber-International\": \"+31 6 20431817\",\r\n            \"property-organization.phoneNumber-Location\": \"Vilnius\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+31-6-20431817\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/adform\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/adform\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/statuses/844530201501454337\",\r\n            \"property-organization.usedTechnologies\": \"jQuery, jQuery UI, Modernizr\",\r\n            \"property-organization.website\": \"adform.com\",\r\n            \"property-organizationName\": \"Adform\",\r\n            \"property-phone\": \"+31 6 20431817\",\r\n            \"property-primaryContact\": \"Karsten\",\r\n            \"property-state\": \"Hovedstaden\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"adforminsider\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/adform\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/adform\",\r\n            \"property-user.social.Twitter\": \"adforminsider\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"adform.com\",\r\n            \"property-website.CopyrightEntity\": \"Adform\",\r\n            \"property-website.Description\": \"Adform is the independent and open full stack ad-tech platform that encompasses data, creativity and trading, serving the global digital advertising ecosystem\",\r\n            \"property-website.Title\": \"Adform | Making digital advertising simple, relevant and rewarding!\",\r\n            \"property-zip\": \"1408\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"dfd0835d-dd2d-5484-b3c1-1c7be669e81f\",\r\n          \"name\": \"Songkick\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"12-18 Hoxton Street Third Floor\",\r\n            \"property-admin_username\": \"songkick\",\r\n            \"property-angelList.organization.blogUrl\": \"http://songkick.com/blog\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"33\",\r\n            \"property-angelList.organization.highConcept\": \"Be the first to know about concerts\",\r\n            \"property-angelList.organization.productDesc\": \"As the world's leading independent artist-ticketing and concert discovery platform, Songkick connects hundreds of the world's greatest artists with millions of music fans around the globe, utilizing its proprietary technology to increase ticket sales and fight scalping. Visited by more than 12 million music fans every month, Songkick's concert discovery platform targets more than 60 markets globally with notifications and tickets whenever a fan's favorite artists are playing nearby. Songkick's innovative technology improves the fan experience, ensuring tickets end up in the hands of an artist's most engaged fans. Songkick has offices in London, Los Angeles, Nashville and New York. Learn more about Songkick at www.songkick.com/partner, and download the app to track your favorite artists and never miss them live, on iOS and Android.\",\r\n            \"property-angelList.organization.statusCreatedAt\": \"2012-10-10T10:01:55Z\",\r\n            \"property-angelList.organization.statusMessage\": \"We're hiring: http://www.songkick.com/info/jobs\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"London\",\r\n            \"property-cluedin_subdomain\": \"Songkick\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040929436\",\r\n            \"property-description\": \"Songkick allows you to organize and track your favorite bands, get concert alerts, and buy tickets. Get instant tour dates from your music library.\",\r\n            \"property-domain\": \"songkick.com\",\r\n            \"property-email\": \"dave.mac@songkick.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/songkickconcerts\",\r\n            \"property-facebookGraph.organization.about\": \"Track your favorite artists so you never miss them live. Questions? Head to http://support.songkick.com\",\r\n            \"property-facebookGraph.organization.category\": \"App Page\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-0/q82/p180x540/12191187_983984644976387_2719661711620712275_o.jpg?oh=c88fc8ee04171384459eef397929e251&oe=5972EFF7\",\r\n            \"property-facebookGraph.organization.engagement\": \"83602\",\r\n            \"property-facebookGraph.organization.fanCount\": \"83602\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Songkick\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"songkick\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Songkick-RVW14109465.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Senior management could be arrogant and not really willing to listen\\nLittle bit of an old boys club\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Overall great\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great team , good teamwork\\nRelaxed environment but ready to work when required\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-08T23:25:37.6670000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"4\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"20\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"76\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488343763483\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"12-18 Hoxton Street\",\r\n            \"property-hubspot.company.custom-admin_username\": \"songkick\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"London\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Songkick\",\r\n            \"property-hubspot.company.custom-company_name\": \"Songkick\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929436\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Songkick allows you to organize and track your favorite bands, get concert alerts, and buy tickets. Get instant tour dates from your music library.\",\r\n            \"property-hubspot.company.custom-domain\": \"songkick.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/songkickconcerts\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2007\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509248481554\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/songkick-com\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Songkick allows you to organize and track your favorite bands, get concert alerts, and buy tickets. Get instant tour dates from your music library.\",\r\n            \"property-hubspot.company.custom-name\": \"Songkick.com\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031865\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 20 7771 3000\",\r\n            \"property-hubspot.company.custom-state\": \"AL\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Chicago\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"60.8M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"songkick\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"songkick.com\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Songkick allows you to organize and track your favorite bands, get concert alerts, and buy tickets. Get instant tour dates from your music library.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Songkick is an American technology company that provides concert discovery services and ticket sales for live music events. Songkick’s web and mobile app allows users to track touring artists, receive alerts for concerts in their area and purchase tickets to shows, using technology and services that power ticket sales on behalf of artists.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Songkick\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/songkick-com\",\r\n            \"property-linkedinbio\": \"Songkick allows you to organize and track your favorite bands, get concert alerts, and buy tickets. Get instant tour dates from your music library.\",\r\n            \"property-name\": \"Songkick.com\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"12-18 Hoxton Street\",\r\n            \"property-organization.address.city\": \"London\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"AL\",\r\n            \"property-organization.address.zipCode\": \"SW9 9SL\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.emailDomainNames\": \"crowdsurge.com\",\r\n            \"property-organization.employeeCount\": \"51-200\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Songkick\",\r\n            \"property-organization.phoneNumber\": \"+442077713000\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+442077713000\",\r\n            \"property-organization.phoneNumber-International\": \"+44 20 7771 3000\",\r\n            \"property-organization.phoneNumber-Location\": \"London\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-20-7771-3000\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/CrowdSurge\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/crowdsurge\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/CrowdSurge\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/crowdsurge\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/crowdsurge\",\r\n            \"property-organization.website\": \"http://www.crowdsurge.com\",\r\n            \"property-phone\": \"+44 20 7771 3000\",\r\n            \"property-state\": \"AL\",\r\n            \"property-timezone\": \"America/Chicago\",\r\n            \"property-twitterhandle\": \"songkick\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/songkickconcerts\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/songkick-com\",\r\n            \"property-user.social.Twitter\": \"songkick\",\r\n            \"property-user.timezone\": \"America/Chicago Standard Time\",\r\n            \"property-website\": \"songkick.com\",\r\n            \"property-zip\": \"SW9 9SL\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"bcb4a7ae-c75f-5883-a4eb-cd2c00dc9534\",\r\n          \"name\": \"Ticketmaster\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"3701 Wilshire Blvd\",\r\n            \"property-admin_username\": \"ticketmaster\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Los Angeles\",\r\n            \"property-cluedin_subdomain\": \"Ticketmaster\",\r\n            \"property-company_notes\": \"Pierre introduced us to TicketMaster. They loved the idea, but I don't think the product was stable and good enough at the time when we approached then.\\n\\nRI : (PID)\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040928637\",\r\n            \"property-description\": \"On our Ticketmaster UK page you will find behind the scenes photos to your favourite shows, competitions to win tickets and the latest news across Ticketmaster related events!\",\r\n            \"property-domain\": \"ticketmaster.co.uk\",\r\n            \"property-email\": \"navinder.marwaha@ticketmaster.co.uk\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/ticketmasteruk\",\r\n            \"property-facebookGraph.organization.about\": \"An inside look at live events. It's never too late to get tickets.\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/14890427_10154877414693641_2610272852812669536_o.png?oh=ca956d142c5f1cb3ddb73be835473d2c&oe=59707077\",\r\n            \"property-facebookGraph.organization.engagement\": \"1585293\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1585293\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Ticketmaster\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.mission\": \"To create a community of fans that live, breathe and love live entertainment!\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"Ticketmaster\",\r\n            \"property-founded_year\": \"1998\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Ticketmaster-RVW14170151.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"-it's located on the walk of fame, so walking home late at night can be a little sketchy\\n-you have to pay for parking (and get reimbursed)\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"I love it here!\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Marketing Coordinator\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Hollywood, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"-work/life balance\\n-managers want you to do well\\n-encourage you to bring new ideas to the table\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-13T17:03:04.5730000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Ticket Sales\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"121\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"82\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"18\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"345\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"68\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Arts, Entertainment & Recreation\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490662152473\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"19-25 Argyll Street\",\r\n            \"property-hubspot.company.custom-admin_username\": \"ticketmaster\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Los Angeles\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Ticketmaster\",\r\n            \"property-hubspot.company.custom-company_name\": \"Ticketmaster\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Pierre introduced us to TicketMaster. They loved the idea, but I don't think the product was stable and good enough at the time when we approached then.\\n\\nRI : (PID)\",\r\n            \"property-hubspot.company.custom-country\": \"United Kingdom\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040928637\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Ticketmaster: All your entertainment needs under one virtual roof with tickets for theatre, concerts, sport, family events, clubs and more.\",\r\n            \"property-hubspot.company.custom-domain\": \"ticketmaster.co.uk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/ticketmasteruk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499080755128\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1976\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509601821387\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1490185034259\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"ENTERTAINMENT\",\r\n            \"property-hubspot.company.custom-integrations\": \"Box.net, Slack\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company-beta/5097/?pathWildcard=5097\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"On our Ticketmaster UK page you will find behind the scenes photos to your favourite shows, competitions to win tickets and the latest news across Ticketmaster related events!\",\r\n            \"property-hubspot.company.custom-name\": \"Ticketmaster\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031373\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 844 847 1640\",\r\n            \"property-hubspot.company.custom-reference_date\": \"26-Oct-15\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"TicketmasterUK\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"2\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;apache;omniture_adobe_analytics;microsoft_office_365;akamai_dns;optimizely;outlook;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"ticketmaster.co.uk\",\r\n            \"property-hubspot.company.custom-zip\": \"YO1 0GT\",\r\n            \"property-hubspot.company.founded\": \"1976\",\r\n            \"property-hubspot.company.integrations\": \"Box.net, Slack\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"On our Ticketmaster UK page you will find behind the scenes photos to your favourite shows, competitions to win tickets and the latest news across Ticketmaster related events!\",\r\n            \"property-hubspot.company.notes\": \"Pierre introduced us to TicketMaster. They loved the idea, but I don't think the product was stable and good enough at the time when we approached then.\\n\\nRI : (PID)\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490185034259\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"ENTERTAINMENT\",\r\n            \"property-integrations\": \"Box.net, Slack\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Entertainment company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Ticketmaster Entertainment, Inc. is an American ticket sales and distribution company based in West Hollywood, California, with operations in many countries around the world. In 2010 it merged with Live Nation to become Live Nation Entertainment. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Ticketmaster\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/5097\",\r\n            \"property-linkedinbio\": \"On our Ticketmaster UK page you will find behind the scenes photos to your favourite shows, competitions to win tickets and the latest news across Ticketmaster related events!\",\r\n            \"property-name\": \"Ticketmaster\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-organization.address\": \"19-25 Argyll Street\",\r\n            \"property-organization.address.city\": \"Los Angeles\",\r\n            \"property-organization.address.countryCode\": \"United Kingdom\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.zipCode\": \"YO1 0GT\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"ticketmaster.co.uk\",\r\n            \"property-organization.foundingDate\": \"1976\",\r\n            \"property-organization.industry\": \"ENTERTAINMENT\",\r\n            \"property-organization.name\": \"Ticketmaster\",\r\n            \"property-organization.phoneNumber\": \"+448448471640\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+448448471640\",\r\n            \"property-organization.phoneNumber-International\": \"+44 844 847 1640\",\r\n            \"property-organization.phoneNumber-Location\": \"California\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-844-847-1640\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/TicketmasterUK?tm_link=tm_homeA_i_facebook_footer\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/TicketmasterUK?tm_link=tm_homeA_i_instagram_footer\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/TicketmasterUK?tm_link=tm_homeA_i_twitter_footer\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/UKTicketmaster?tm_link=tm_homeA_i_youtube_footer\",\r\n            \"property-organization.usedTechnologies\": \"Lightbox, Prototype, TrackJs\",\r\n            \"property-organization.website\": \"ticketmaster.co.uk\",\r\n            \"property-phone\": \"+13103603300\",\r\n            \"property-state\": \"CA\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"TicketmasterUK\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/ticketmasteruk\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company-beta/5097/?pathWildcard=5097\",\r\n            \"property-user.social.Twitter\": \"TicketmasterUK\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"ticketmaster.co.uk\",\r\n            \"property-website.CopyrightEntity\": \"Ticketmaster\",\r\n            \"property-website.Description\": \"Ticketmaster: All your entertainment needs under one virtual roof with tickets for theatre, concerts, sport, family events, clubs and more.\",\r\n            \"property-website.Title\": \"Tickets for concerts, theatre, football, family days out. Official Ticketmaster Site\",\r\n            \"property-zip\": \"90010\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"0ebfab64-e925-5b16-93d1-51c6be5b8872\",\r\n          \"name\": \"Hedgehog\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"4250 Veterans Memorial Highway Suite 3100 West\",\r\n            \"property-angelList.organization.blogUrl\": \"https://medium.com/hedgetechinc\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"4\",\r\n            \"property-angelList.organization.highConcept\": \"Creator of Hedgehog, a crowdsourced hedge fund marketplace and integration platform.\",\r\n            \"property-angelList.organization.productDesc\": \"We provide the opportunity for analysts to onboard their strategies onto our platform and then create funds to provide monetization, and syndication strategies for investors to \\\"back\\\" the analysts' fund(s).\\n\\nFor the analyst we provide carried interest in the strategy.  For the investor we give them access to analysts' thought processes, streamlined due diligence, and cutting edge strategies.\\n\\nIts like \\\"Motif Investing\\\" for hedge funds.\",\r\n            \"property-angelList.organization.videoUrl\": \"https://youtu.be/I1aisI9RACo\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-appItemId\": \"29\",\r\n            \"property-appItemIdFormatted\": \"29\",\r\n            \"property-city\": \"Holbrook\",\r\n            \"property-closedate\": \"1484045018169\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-company_notes\": \"Hedgehog are a Sitecore partner in the US (NY). Sean is an MVP for Sitecore and we know Sean through the fact that we would communicate with him over twitter etc while we were building Sitecore. When we talked to him about CluedIn, he was interested in a solution that would solve the fact that all his engineers had the knowledge in their heads and their own tools/notes/lists but this was never shared throughout the organization. He wanted about 70 SharePoint sites to be in CluedIn. He also wanted CluedIn to be able to run on-premise (which we didn't have at the time).\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484044909662\",\r\n            \"property-days_to_close\": \"0\",\r\n            \"property-description\": \"Custom software and solution development firm we are experts in the .NET stack and specialize in Sitecore solution creation.\",\r\n            \"property-domain\": \"hhogdev.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/hhogdev\",\r\n            \"property-facebookGraph.organization.about\": \"Booking: booking@ali.dj\\nMusic: www.soundcloud.com/ali\",\r\n            \"property-facebookGraph.organization.category\": \"Musician/Band\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/1956967_10151934291206058_1028363957_o.jpg?oh=984bf5e040efe86e35efa2073a2f30d6&oe=59A6862A\",\r\n            \"property-facebookGraph.organization.engagement\": \"2811\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2811\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Hedgehog\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"Hedgehog\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Hedgehog-Development-RVW10636534.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Tools and processes are still adapting to the rapid growth of the company.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Rewarding Job\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Software Developer\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Hedgehog is a great place to expand on your knowledge and skills as a programmer. The development team is very collaborative. New ideas and technologies are shared via \\\"tech lunches\\\". You are rewarded for achieving Microsoft certification and are encouraged to be active in the Sitecore and .NET communities.\\n\\nSenior management comes from a development background and they are very in tune with projects and the work being done. Company-wide meetings are held quarterly and are very informative and transparent.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-05-17T17:38:13.7500000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"8\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.7\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"9\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.9\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.9\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484045002335\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"d81f2f18-5d42-4010-b584-c8c008c92160\",\r\n            \"property-hs_lastmodifieddate\": \"1493243800777\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"4250 Veterans Memorial Highway Suite 3100 West\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Holbrook\",\r\n            \"property-hubspot.company.custom-closedate\": \"1484045018169\",\r\n            \"property-hubspot.company.custom-company_name\": \"Hedgehog Development\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Hedgehog are a Sitecore partner in the US (NY). Sean is an MVP for Sitecore and we know Sean through the fact that we would communicate with him over twitter etc while we were building Sitecore. When we talked to him about CluedIn, he was interested in a solution that would solve the fact that all his engineers had the knowledge in their heads and their own tools/notes/lists but this was never shared throughout the organization. He wanted about 70 SharePoint sites to be in CluedIn. He also wanted CluedIn to be able to run on-premise (which we didn't have at the time).\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044909662\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-days_to_close\": \"0\",\r\n            \"property-hubspot.company.custom-description\": \"Custom software and solution development firm we are experts in the .NET stack and specialize in Sitecore solution creation.\",\r\n            \"property-hubspot.company.custom-domain\": \"hhogdev.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/hhogdev\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484045002335\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2007\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484045002335\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"d81f2f18-5d42-4010-b584-c8c008c92160\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1500467369794\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"SharePoint\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/hedgehog-development\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Custom software and solution development firm we are experts in the .NET stack and specialize in Sitecore solution creation.\",\r\n            \"property-hubspot.company.custom-name\": \"Hedgehog Development\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 631-676-2186\",\r\n            \"property-hubspot.company.custom-state\": \"NY\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"hhogdev\",\r\n            \"property-hubspot.company.custom-website\": \"hhogdev.com\",\r\n            \"property-hubspot.company.custom-zip\": \"11741\",\r\n            \"property-hubspot.company.daysToClose\": \"0\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.integrations\": \"SharePoint\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Custom software and solution development firm we are experts in the .NET stack and specialize in Sitecore solution creation.\",\r\n            \"property-hubspot.company.notes\": \"Hedgehog are a Sitecore partner in the US (NY). Sean is an MVP for Sitecore and we know Sean through the fact that we would communicate with him over twitter etc while we were building Sitecore. When we talked to him about CluedIn, he was interested in a solution that would solve the fact that all his engineers had the knowledge in their heads and their own tools/notes/lists but this was never shared throughout the organization. He wanted about 70 SharePoint sites to be in CluedIn. He also wanted CluedIn to be able to run on-premise (which we didn't have at the time).\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-integrations\": \"SharePoint\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315470361\",\r\n            \"property-knowledgeGraph.organization.description\": \"Animal\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"A hedgehog is any of the spiny mammals of the subfamily Erinaceinae, in the eulipotyphlan family Erinaceidae. There are seventeen species of hedgehog in five genera, found through parts of Europe, Asia, and Africa, and in New Zealand by introduction. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Hedgehog\",\r\n            \"property-lastEventOn\": \"2015-09-01T08:08:07.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/hedgehog-development\",\r\n            \"property-linkedinbio\": \"Custom software and solution development firm we are experts in the .NET stack and specialize in Sitecore solution creation.\",\r\n            \"property-name\": \"Hedgehog Development\",\r\n            \"property-notes\": \"<p>Hedgehog are Sitecore Technology partners and have directly expressed interest in getting to use CluedIn as soon as possible as it will help them with their organisational problems.<br /></p>\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"4250 Veterans Memorial Highway Suite 3100 West\",\r\n            \"property-organization.address.city\": \"Holbrook\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.zipCode\": \"11741\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.emailDomainNames\": \"hedgehog.fund\",\r\n            \"property-organization.employeeCount\": \"1-10\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Hedgehog\",\r\n            \"property-organization.phoneNumber\": \"+16316762186\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+16316762186\",\r\n            \"property-organization.phoneNumber-International\": \"+1 631-676-2186\",\r\n            \"property-organization.phoneNumber-Location\": \"New York\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-631-676-2186\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/hedgetechinc/\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+Hhogdev\",\r\n            \"property-organization.social+linkedIn\": \"linkedin.com/http://lnked.in/hedgetechinc\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/hedgetechinc\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/user/hedgehogdevelopment\",\r\n            \"property-organization.usedTechnologies\": \"AddThis, Gravity Forms, PHP, WordPress\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/hedgetechinc\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/%2Forganization%2Fhedgehog\",\r\n            \"property-organization.website\": \"http://www.hedgehog.fund\",\r\n            \"property-organizationName\": \"Hedgehog Development\",\r\n            \"property-phone\": \"+1 631-676-2186\",\r\n            \"property-primaryContact\": \"Sean\",\r\n            \"property-state\": \"NY\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"hhogdev\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/hhogdev\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/hedgehog-development\",\r\n            \"property-user.social.Twitter\": \"hhogdev\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"hhogdev.com\",\r\n            \"property-website.CopyrightEntity\": \"Hedgehog Development LLC\",\r\n            \"property-website.Description\": \"Digital agency. Personalization, strategy, design and technology on Sitecore, Magento, Wordpress and Drupal. 9 Sitecore MVPs and Gold Partner.\",\r\n            \"property-website.Title\": \"Digital Agency | Hedgehog\",\r\n            \"property-zip\": \"11741\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"2b2ebb0f-cf4e-5652-a3ca-c21cff76a1c0\",\r\n          \"name\": \"Edge Communications\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000Q1BFMAA3\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Edge-Communications-RVW13452376.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"When change of leadership promise not kept\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Nice company to work for if they have work\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Desktop Support Technician\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Las Vegas, NV\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great pay and benefits nice people to work for\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-23T21:37:42.4100000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Cable, Internet & Telephone Providers\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"9\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"50\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"50\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"20\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"38\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Telecommunications\",\r\n            \"property-organization.address.city\": \"Austin\",\r\n            \"property-organization.annualRevenue\": \"139000000.0\",\r\n            \"property-organization.codes.sic\": \"6576\",\r\n            \"property-organization.emailDomainNames\": \"edgecomm.com\",\r\n            \"property-organization.employeeCount\": \"1000\",\r\n            \"property-organization.industry\": \"Electronics\",\r\n            \"property-organization.phoneNumber\": \"(512) 757-6000\",\r\n            \"property-organization.tickerSymbol\": \"EDGE\",\r\n            \"property-organization.website\": \"http://edgecomm.com\",\r\n            \"property-salesforce.account.accountNumber\": \"CD451796\",\r\n            \"property-salesforce.account.billingCity\": \"Austin\",\r\n            \"property-salesforce.account.billingState\": \"TX\",\r\n            \"property-salesforce.account.billingStreet\": \"312 Constitution Place\\nAustin, TX 78767\\nUSA\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.fax\": \"(512) 757-9000\",\r\n            \"property-salesforce.account.ownership\": \"Public\",\r\n            \"property-salesforce.account.rating\": \"Hot\",\r\n            \"property-salesforce.account.shippingStreet\": \"312 Constitution Place\\nAustin, TX 78767\\nUSA\",\r\n            \"property-salesforce.account.type\": \"Customer - Direct\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"772519cf-9d04-5814-b188-54b4261f2ae9\",\r\n          \"name\": \"Bech-Bruun\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-account\": \"Bech-Bruun\",\r\n            \"property-address\": \"Langelinie Alle 35\",\r\n            \"property-annualrevenue\": \"250000000\",\r\n            \"property-appItemId\": \"7\",\r\n            \"property-appItemIdFormatted\": \"deal00007\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-closingdate-Start\": \"2015-12-18T00:00:00.0000000\",\r\n            \"property-closingprobability\": \"25\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484044027673\",\r\n            \"property-cvr.organization.address+coName\": \"Bogholderiet\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"4143\",\r\n            \"property-cvr.organization.address+streetName\": \"Langelinie Allé\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"35\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Interessentskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"1999-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"1999-04-27T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"691000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Juridisk bistand\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"Bech-Bruun\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at fremme Bech-Bruun advokatfirmas forretningsmæssige interesser gennem analyse og kontaktskabelse på internationale markeder samt at drive virksomhed med ledelse og administration af selskaber, samt, direkte eller indirekte, at drive anden virksomhed, der efter bestyrelsens skøn er forbunden dermed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2000-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-11-29T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"En moderne, international advokatvirksomhed med specialiserede rådgivere, der gør det komplekse enkelt.\",\r\n            \"property-domain\": \"bechbruun.com\",\r\n            \"property-expecteddealvalue\": \"1000.0000\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/BechBruun\",\r\n            \"property-facebookGraph.organization.about\": \"Bech-Bruun er en af Danmarks førende advokatvirksomheder. Vi er mere end 500 medarbejdere fordelt på kontorer i København, Aarhus og Shanghai.\",\r\n            \"property-facebookGraph.organization.category\": \"Legal Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/15873404_1308622669212390_2036383358252690945_n.jpg?oh=0c04bdb831cdcad516858b7a366138fd&oe=595183B5\",\r\n            \"property-facebookGraph.organization.engagement\": \"2650\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2650\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Bech-Bruun\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.69972\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.59991\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"BechBruun\",\r\n            \"property-founded_year\": \"2001\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1488920840621\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"Langelinie Alle 35 Copenhagen, 2100 Denmark\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"250000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-company_name\": \"Bech Bruun\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044027673\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"With more than 500 specialised and experienced employees, Bech-Bruun is among the leading law firms in Denmark. From our offices in Copenhagen, Aarhus and Shanghai, we provide advice on all aspects of corporate and commercial law to national and international enterprises, organisations and public authorities.\\n\\nWe are committed to delivering best practice consulting services and to understanding the challenges and opportunities of our clients and the corporate world, which is also why Bech-Bruun is a member of the Confederation of Danish Industries.\\n\\nOur business philosophy includes a strong focus on Corporate Social Responsibility that lies at the core of our management and business strategy.\\n\\nWe have an extensive cross-border network and vast international experience, which we bring to bear on solving the needs of our clients in Denmark and abroad.\",\r\n            \"property-hubspot.company.custom-domain\": \"bechbruun.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/BechBruun\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-founded_year\": \"Information not given.\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504100629385\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1504017177856\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"27493554\",\r\n            \"property-hubspot.company.custom-industry\": \"LAW_PRACTICE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/8555/\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"En moderne, international advokatvirksomhed med specialiserede rådgivere, der gør det komplekse enkelt.\",\r\n            \"property-hubspot.company.custom-name\": \"Bech-Bruun\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504100611000\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504100616368\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"3\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 72 27 00 00\",\r\n            \"property-hubspot.company.custom-reference_date\": \"8-Sep-15\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"twdb_bech\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;google_maps;google_tag_manager;google_analytics;asp_net\",\r\n            \"property-hubspot.company.custom-website\": \"http://www.bechbruun.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2100\",\r\n            \"property-hubspot.company.founded\": \"Information not given.\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"En moderne, international advokatvirksomhed med specialiserede rådgivere, der gør det komplekse enkelt.\",\r\n            \"property-industry\": \"LAW_PRACTICE\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"324847243\",\r\n            \"property-knowledgeGraph.organization.description\": \"Law company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Bech-Bruun is a Danish law firm with offices in Copenhagen, Aarhus and Shanghai. As of 2013, the firm, has 74 partners and some 400 employees. It is described as one of the \\\"Big Four\\\" in the Danish market for legal services.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Bech-Bruun\",\r\n            \"property-lastEventOn\": \"2015-10-27T14:42:10.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/bech-bruun\",\r\n            \"property-linkedinbio\": \"En moderne, international advokatvirksomhed med specialiserede rådgivere, der gør det komplekse enkelt.\",\r\n            \"property-name\": \"Bech-Bruun\",\r\n            \"property-nextagreedcontact-Start\": \"2015-10-30T00:00:00.0000000\",\r\n            \"property-notes\": \"<p>27oct2015<br />Good meeting, but their security protocol are effectively prohibiting any use of CluedIn for the company as a whole. They did however want to try it out for their communication department.<br />We are to provide them with a roadmap, and give them an account that they can test out.<br /></p>\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"C/O Bogholderiet\\nLangelinie Allé 35\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Langelinie Allé 35\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"250000000\",\r\n            \"property-organization.codes.cvr\": \"25089944\",\r\n            \"property-organization.contact.email\": \"info@bechbruun.com\",\r\n            \"property-organization.emailDomainNames\": \"bechbruun.com\",\r\n            \"property-organization.employeeCount\": \"200-499\",\r\n            \"property-organization.fax\": \"72270027\",\r\n            \"property-organization.foundingDate\": \"2000-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"LAW_PRACTICE\",\r\n            \"property-organization.phoneNumber\": \"72270000\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4572270000\",\r\n            \"property-organization.phoneNumber-International\": \"+45 72 27 00 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-72-27-00-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/BechBruun/\",\r\n            \"property-organization.website\": \"http://www.bechbruun.com\",\r\n            \"property-organizationName\": \"Bech-Bruun\",\r\n            \"property-phone\": \"+45 72 27 00 00\",\r\n            \"property-primaryContact\": \"Peter Hjorth\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"twdb_bech\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/BechBruun\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/8555/\",\r\n            \"property-user.social.Twitter\": \"twdb_bech\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"bechbruun.com\",\r\n            \"property-zip\": \"2100\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"cec4fd9c-ec74-53cd-9c24-551e6594a1d3\",\r\n          \"name\": \"Languagewire\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"10 Nitivej\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-appItemId\": \"49\",\r\n            \"property-appItemIdFormatted\": \"49\",\r\n            \"property-city\": \"Frederiksberg\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484816329824\",\r\n            \"property-description\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-domain\": \"languagewire.com\",\r\n            \"property-facebookGraph.organization.about\": \"Giving you the power to reach your global audience.\",\r\n            \"property-facebookGraph.organization.category\": \"Consulting Agency\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"LanguageWire is one of the top 40 translation companies worldwide, servicing more than 2,000 clients from offices in Copenhagen, Stockholm, Gothenburg, Oslo, London, Hamburg, Munich and Kiev.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/16486930_944384085662142_6274983560143923157_o.jpg?oh=241fcef32c1a798dcdedea451a47db0d&oe=596811E4\",\r\n            \"property-facebookGraph.organization.engagement\": \"513\",\r\n            \"property-facebookGraph.organization.fanCount\": \"513\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"LanguageWire\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.691704722363\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.53403034337\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.9\",\r\n            \"property-facebookGraph.organization.username\": \"LanguageWire\",\r\n            \"property-founded_year\": \"2000\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-LanguageWire-RVW13787183.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"- Working environment (London only)\\n- Support from management/HQ\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Project Manager\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Friendly and relaxed atmosphere, nice colleagues, interesting job content.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-15T04:32:47.6870000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"7\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"12\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"85\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.1\",\r\n            \"property-hs_analytics_first_timestamp\": \"1488281992235\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hs_lastmodifieddate\": \"1488354114098\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"10 Nitivej\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Frederiksberg\",\r\n            \"property-hubspot.company.custom-closedate\": \"1511172824045\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484816329824\",\r\n            \"property-hubspot.company.custom-days_to_close\": \"305\",\r\n            \"property-hubspot.company.custom-description\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-hubspot.company.custom-domain\": \"languagewire.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1488281992235\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1496216303361\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2000\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1488281992235\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1511173759802\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1484816329824\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"TRANSLATION_AND_LOCALIZATION\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"customer\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/languagewire\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-hubspot.company.custom-name\": \"LanguageWire\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1511173751771\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1511173753754\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"6\",\r\n            \"property-hubspot.company.custom-num_notes\": \"12\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 20 3630 0216\",\r\n            \"property-hubspot.company.custom-recent_deal_amount\": \"32800\",\r\n            \"property-hubspot.company.custom-recent_deal_close_date\": \"1496181600000\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_revenue\": \"32800\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"LanguageWire\",\r\n            \"property-hubspot.company.custom-website\": \"languagewire.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2000\",\r\n            \"property-hubspot.company.daysToClose\": \"305\",\r\n            \"property-hubspot.company.founded\": \"2000\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1484816329824\",\r\n            \"property-hubspot_owner_id\": \"16594036\",\r\n            \"property-industry\": \"TRANSLATION_AND_LOCALIZATION\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"318413754\",\r\n            \"property-lastEventOn\": \"2015-09-08T13:35:13.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/languagewire\",\r\n            \"property-linkedinbio\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-name\": \"LanguageWire\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"10 Nitivej\",\r\n            \"property-organization.address.city\": \"Frederiksberg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2000\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.contact.email\": \"contact@languagewire.com\",\r\n            \"property-organization.emailDomainNames\": \"languagewire.com\",\r\n            \"property-organization.industry\": \"TRANSLATION_AND_LOCALIZATION\",\r\n            \"property-organization.name\": \"LanguageWire\",\r\n            \"property-organization.phoneNumber\": \"+442036300216\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+442036300216\",\r\n            \"property-organization.phoneNumber-International\": \"+44 20 3630 0216\",\r\n            \"property-organization.phoneNumber-Location\": \"London\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-20-3630-0216\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/LanguageWire/\",\r\n            \"property-organization.usedTechnologies\": \"AddThis, Google Tag Manager, jQuery\",\r\n            \"property-organization.website\": \"languagewire.com\",\r\n            \"property-organizationName\": \"Languagewire\",\r\n            \"property-phone\": \"+44 20 3630 0216\",\r\n            \"property-primaryContact\": \"Michael\",\r\n            \"property-property-organization.website\": \"https://www.languagewire.com/en\",\r\n            \"property-property-user.phoneNumber\": \"+44 (0)20 3630 0216\",\r\n            \"property-property-user.social.CrunchBase\": \"https://www.crunchbase.com/organization/languagewire\",\r\n            \"property-property-user.social.Facebook\": \"http://www.facebook.com/languagewire\",\r\n            \"property-property-user.social.GooglePlus\": \"https://plus.google.com/109174275304796801992\",\r\n            \"property-property-user.social.LinkedIn\": \"http://www.linkedin.com/company/languagewire\",\r\n            \"property-property-user.social.Twitter\": \"http://twitter.com/languagewire\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"LanguageWire\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/languagewire\",\r\n            \"property-user.social.Twitter\": \"LanguageWire\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"languagewire.com\",\r\n            \"property-website.CopyrightEntity\": \"LanguageWire\",\r\n            \"property-website.Description\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-website.Title\": \"LanguageWire - the Power to Reach Your Global Audience\",\r\n            \"property-zip\": \"2000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"b4b011c3-ddcd-5444-85d6-ba5661f69882\",\r\n          \"name\": \"Tradeshift\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-account\": \"Tradeshift\",\r\n            \"property-angelList.organization.blogUrl\": \"http://tradeshift.com/blog/\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"161\",\r\n            \"property-angelList.organization.highConcept\": \"Grow your company with Tradeshift's flexible business commerce platform\",\r\n            \"property-angelList.organization.productDesc\": \"Modern business is broken.\\n\\nOn one hand, growing companies who want to focus on doing what they love are plagued by user-unfriendly and time-consuming solutions for essential tasks like invoicing and payments. On the other, enterprises striving for an efficient digital future find themselves compromising when partners aren’t ready, willing or able to join such a reality.\\n\\nTradeshift rethinks all of this. In establishing a platform for all your business interactions, it helps smaller companies run more efficiently, harnessing the power of their network to create new value from old processes. Apps like e-invoicing become a route to getting paid faster and open doors like dynamic discounting to the entire long tail of the supply chain.\\n\\nTradeshift is the first step toward a smarter, better, network-powered business.\",\r\n            \"property-angelList.organization.videoUrl\": \"http://www.youtube.com/watch?v=BVaN28n6x6s\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-appItemId\": \"11\",\r\n            \"property-appItemIdFormatted\": \"deal00011\",\r\n            \"property-city\": \"San Francisco\",\r\n            \"property-closingprobability\": \"25\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484044027846\",\r\n            \"property-description\": \"Tradeshift is a global business-to-business platform that helps companies run more efficiently, using cloud-based technology to improve processes like invoicing, workflow and supplier financing. Tradeshift brings all companies, big and small, together to transact, connect and collaborate with each other. For suppliers, we deliver free electronic invoicing, enabling faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world.\",\r\n            \"property-domain\": \"tradeshift.com\",\r\n            \"property-expecteddealvalue\": \"1000.0000\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Tradeshift\",\r\n            \"property-facebookGraph.organization.about\": \"Like us for company updates, tips for using our platform, and glimpses into what it’s like to work here. Or, of course, if you just love what we do.\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Imagine a place where all companies, big and small, come together to transact, connect and collaborate with each other. Now stop imagining and start participating. For suppliers, Tradeshift delivers free electronic invoicing, faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world. \\n\\nLaunched in 2010, Tradeshift connects 800,000 companies across 190 countries. Businesses on the platform include DHL, the National Health Service (NHS), CBRE and Vestas Wind Systems. Tradeshift was awarded “Best Enterprise” at The TechCrunch Europa Awards and “Most Innovative Solution” by Financial-I. TechCrunch has also recognized Tradeshift for “Kicking Ass Globally”. Tradeshift is headquartered in San Francisco with offices in Copenhagen, London, Suzhou, Tokyo and Paris\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/16507926_1365927520115772_1427096283104978208_n.png?oh=61573cf83f80ee33c7c3e68238e77dae&oe=595C1B28\",\r\n            \"property-facebookGraph.organization.engagement\": \"2432\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2432\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Tradeshift\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.mission\": \"Modern business is broken. On one hand, growing companies who want to focus on doing what they love are plagued by user-unfriendly and time-consuming solutions for essential tasks like invoicing and payments. On the other, enterprises striving for a more efficient digital future find themselves compromising when partners aren’t ready, willing or able to join such a reality.\\n\\nTradeshift rethinks all of this. In establishing a platform for all your business interactions, it helps smaller companies run more efficiently, harnessing the power of their network to create new value from old processes. Apps like e-invoicing become a route to getting paid faster or even open doors like dynamic discounting.\\n\\nMeanwhile, enterprises that work with tens of thousands of companies like this find themselves surrounded by partners of all sizes who are already connected with them on a single, global, 100% electronic platform.\\n\\nTradeshift is the first step toward a smarter, better, network-powered business.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"eProcurement\\nWith Tradeshift® Buy, get everything you need: any online purchase can be within policy.\\n\\nAP Automation\\nWith Tradeshift® Pay, stay on top of your payables, simply and digitally, with every supplier.\\n\\nSupplier Management\\nWith Tradeshift® Risk, manage all your supplier master data, compliance, and risk in one place.\\n\\nPlatform & Apps\\nFind a supply chain app or build your own. The easiest, most flexible way to do business.\",\r\n            \"property-facebookGraph.organization.username\": \"Tradeshift\",\r\n            \"property-founded_year\": \"2009\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Tradeshift-RVW14135567.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The company has grown so fast it's sometimes hard for product to keep up.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Nowhere else like it\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Head of Enterprise Marketing\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"San Francisco, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Tradeshift truly has the most unique culture of anywhere I've ever worked. The passion from leadership exudes throughout the organization. It's very much results oriented, not process oriented which makes for good work-life balance and attracting great colleagues. On the commercial side, Tradeshift is the only company in the space addressing all of business commerce so the vision is head and shoulders above the competition. I see this company growing and growing.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-10T14:01:13.5600000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"32\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"99\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"1\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"40\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"96\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1488651924926\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"#100 San Francisco, CALIFORNIA 94105 United States\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"San Francisco\",\r\n            \"property-hubspot.company.custom-company_name\": \"Tradeshift\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044027846\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Imagine a place where all companies, big and small, come together to transact, connect and collaborate with each other. Now stop imagining and start participating. For suppliers, Tradeshift delivers free electronic invoicing, faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world.\\n\\nTradeshift is a global collaboration platform that connects buyers, suppliers, and all their processes. Tradeshift helps businesses of every size to run more efficiently, using cloud technology to improve processes like AP automation, procurement, supplier management and working capital optimization. Businesses rely on Tradeshift to transform and digitize their supply chain relationships and processes. Tradeshift�s open platform enables third parties to build business apps, which let businesses respond to their growing business needs, now and in the future. Launched in 2010, Tradeshift connects 800,000 companies across 190 countries. Customers include Air France-KLM, Archer Daniels Midland (ADM), CBRE, DHL, and the National Health Service (NHS). \\n\\nTradeshift was awarded The Circular�s �Digital Disruptor� award and �Best Enterprise� at The TechCrunch Europas. TechCrunch has also recognized Tradeshift for �Kicking Ass Globally�. Tradeshift is headquartered in San Francisco with offices in Copenhagen, New York, London, Paris, Suzhou, Tokyo and Munich.\",\r\n            \"property-hubspot.company.custom-domain\": \"tradeshift.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Tradeshift\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2009\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1500465105877\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/845066/\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Tradeshift is a global business-to-business platform that helps companies run more efficiently, using cloud-based technology to improve processes like invoicing, workflow and supplier financing. Tradeshift brings all companies, big and small, together to transact, connect and collaborate with each other. For suppliers, we deliver free electronic invoicing, enabling faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world.\",\r\n            \"property-hubspot.company.custom-name\": \"Tradeshift\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 800-381-3585\",\r\n            \"property-hubspot.company.custom-reference_date\": \"7-Sep-15\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"341.8M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"tradeshift\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"aws_route_53;disqus;nginx;wordpress;google_tag_manager;facebook_connect;optimizely;vidyard;mailgun;salesforce;marketo;segment;google_analytics;twitter_button;google_apps;double_click;bing_ads\",\r\n            \"property-hubspot.company.custom-website\": \"http://tradeshift.com\",\r\n            \"property-hubspot.company.custom-zip\": \"94105\",\r\n            \"property-hubspot.company.founded\": \"2009\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Tradeshift is a global business-to-business platform that helps companies run more efficiently, using cloud-based technology to improve processes like invoicing, workflow and supplier financing. Tradeshift brings all companies, big and small, together to transact, connect and collaborate with each other. For suppliers, we deliver free electronic invoicing, enabling faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"331349592\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Tradeshift is a cloud-based business network connecting buyers and suppliers. It was founded in Copenhagen in 2010 by Christian Lanng, Mikkel Hippe Brun, and Gert Sylvest. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Tradeshift\",\r\n            \"property-lastEventOn\": \"2015-10-09T14:42:05.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/tradeshift\",\r\n            \"property-linkedinbio\": \"Tradeshift is a global business-to-business platform that helps companies run more efficiently, using cloud-based technology to improve processes like invoicing, workflow and supplier financing. Tradeshift brings all companies, big and small, together to transact, connect and collaborate with each other. For suppliers, we deliver free electronic invoicing, enabling faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world.\",\r\n            \"property-name\": \"Tradeshift\",\r\n            \"property-nextagreedcontact-Start\": \"2015-11-05T00:00:00.0000000\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"#100 San Francisco, CALIFORNIA 94105 United States\",\r\n            \"property-organization.address.city\": \"San Francisco\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.zipCode\": \"94105\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-10953005-1\",\r\n            \"property-organization.emailDomainNames\": \"tradeshift.com\",\r\n            \"property-organization.employeeCount\": \"201-500\",\r\n            \"property-organization.foundingDate\": \"2009\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Tradeshift\",\r\n            \"property-organization.phoneNumber\": \"+18003813585\",\r\n            \"property-organization.phoneNumber-E164\": \"+18003813585\",\r\n            \"property-organization.phoneNumber-International\": \"+1 800-381-3585\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-800-381-3585\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Tradeshift\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+Tradeshift\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/tradeshift\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/tradeshift\",\r\n            \"property-organization.usedTechnologies\": \"Font Awesome, Google Font API, Google Tag Manager, jQuery, Modernizr, Optimizely, PHP, Segment, Twitter Bootstrap, WordPress, Yoast SEO\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/tradeshift\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/tradeshift\",\r\n            \"property-organization.website\": \"http://tradeshift.com\",\r\n            \"property-organizationName\": \"Tradeshift\",\r\n            \"property-phone\": \"+1 800-381-3585\",\r\n            \"property-primaryContact\": \"Kristian\",\r\n            \"property-state\": \"CA\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"tradeshift\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Tradeshift\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/845066/\",\r\n            \"property-user.social.Twitter\": \"tradeshift\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"tradeshift.com\",\r\n            \"property-website.CopyrightEntity\": \"Tradeshift\",\r\n            \"property-website.Description\": \"Tradeshift an open platform that powers SMB to Enterprise with solutions for procurement, spend management, and business travel. We transform the way companies buy, pay, and collaborate.\",\r\n            \"property-website.Title\": \"Procure-to-pay, Supplier Engagement for Enterprise Procurement | Tradeshift\",\r\n            \"property-zip\": \"94105\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"02632ab7-f04a-59a5-abbb-2df90ac40830\",\r\n          \"name\": \"ISS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-account\": \"ISS\",\r\n            \"property-address\": \"<p>ISS A/S<br /> Buddingevej 197<br /> 2860 Søborg<br /> Denmark</p>\",\r\n            \"property-appItemId\": \"1\",\r\n            \"property-appItemIdFormatted\": \"deal00001\",\r\n            \"property-closingdate-Start\": \"2015-12-01T00:00:00.0000000\",\r\n            \"property-closingprobability\": \"50\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-expecteddealvalue\": \"5000.0000\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-ISS-A-S-RVW13973602.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Not sure about cons as our department has been taken over only recently.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"new to iss\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Conference Coordinator\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Brighton, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"It is a large company(500k approx around the Globe) \\nThey offer a lot of training and development\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-28T03:19:23.7470000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Building & Personnel Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.3\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"10\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"69\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"31\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"10\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"41\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"209810653\",\r\n            \"property-lastEventOn\": \"2015-11-03T13:58:45.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-nextagreedcontact-Start\": \"2015-11-05T00:00:00.0000000\",\r\n            \"property-notes\": \"<p>29oct2015<br />Good meeting with Søren Grauslund from ISS. feedback was that he could absolutely see a use for Cluedin in ISS, but that the security needs exclude it at this stage.<br />They need to be able to separate the users in groups and in what content will show up in their feed/search as not everybody are allowed to get all knowledge. This also because it is a demand from some of their customers.<br />So a demand for them to use CluedIn would be that we can \\\"discriminate\\\" the content for individual users.<br />He would very much like a Sitecore provider, and they are using Confluence internally.<br /></p><p>Another issue would be with the user-creation and login details. They would expect people to be able to log in with their existing AD account so that they would not ahve to go through signup.<br /></p><p>Søren would like to try it out on another business that he is involved with to better gauge the usefulness. For that business he would need Dropbox and Office365.</p><p>We are to provide him with a link to create an account.</p>\",\r\n            \"property-organization.codes.cvr\": \"28504799\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-10026792-1\",\r\n            \"property-organization.emailDomainNames\": \"issworld.com\",\r\n            \"property-organization.industry\": \"Building & Personnel Services\",\r\n            \"property-organization.name\": \"ISS World\",\r\n            \"property-organization.phoneNumber\": \"+4538170000\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4538170000\",\r\n            \"property-organization.phoneNumber-International\": \"+45 38 17 00 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-38-17-00-00\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/issworld\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/issworld/\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/iss-facility-services-a-s\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/issworld\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/user/ISSworldservicesTV\",\r\n            \"property-organization.usedTechnologies\": \"Google Tag Manager, IIS, Microsoft ASP.NET, Windows Server\",\r\n            \"property-organization.website\": \"www.issworld.com\",\r\n            \"property-organizationName\": \"ISS\",\r\n            \"property-primaryContact\": \"Søren\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-website.CopyrightEntity\": \"ISS, Inc\",\r\n            \"property-website.Description\": \"As one of the world’s leading facility services companies, ISS focus on understanding our customers’ needs and providing the full range of facility services...\",\r\n            \"property-website.Title\": \" ISS World - Group Website \"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"311c418d-8361-5245-a896-a4591f2c166c\",\r\n          \"name\": \"NOSCO ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Studiestræde 32B,1st. floor\",\r\n            \"property-admin_username\": \"nosco\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"3\",\r\n            \"property-angelList.organization.highConcept\": \"A social platform for ideas\",\r\n            \"property-angelList.organization.productDesc\": \"Making innovation social increases collaboration, communication and knowledge sharing while making innovation relevant and engaging for you. Nosco has created a social platform for ideas, which organizations can use to make innovation social and engaging. The idea behind the platforms is that employees and customers can share ideas and collaborate to improve them.\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-cluedin_subdomain\": \"Nosco\",\r\n            \"property-company_notes\": \"Tim thinks it is a easy win!!\\n\\nWas customers 15/6-16\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040924075\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København N\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2200\",\r\n            \"property-cvr.organization.address+streetCode\": \"600\",\r\n            \"property-cvr.organization.address+streetName\": \"Blegdamsvej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"6\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2007-05-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2006-04-21T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"702200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Virksomhedsrådgivning og anden rådgivning om driftsledelse\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"NOSCO ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Det er selskabets formal at drive virksomhed relateret til udvikling og salg af software. Selskabets formål omfatter endvidere hermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"268569.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2006-04-21T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-12-29T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Nosco. A social platform for ideas\",\r\n            \"property-domain\": \"nos.co\",\r\n            \"property-email\": \"lisa@nos.co\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/noscohq\",\r\n            \"property-facebookGraph.organization.about\": \"Nosco is a software and service company. We work with idea management. www.nos.co\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/15895415_1549824088379366_1459630565131947490_n.jpg?oh=32a5c5853252a1042eb9207186d045db&oe=5930531D\",\r\n            \"property-facebookGraph.organization.engagement\": \"485\",\r\n            \"property-facebookGraph.organization.fanCount\": \"485\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Nosco\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.678437338571\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.568131095385\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.5\",\r\n            \"property-facebookGraph.organization.products\": \"Nosco is a social platform for ideas.\\n\\nCreate and share ideas, post comments and vote for ideas you like.\\n\\nFollow ideas, people and campaigns and get updates in your personal activity feed.\\n\\nMaking innovation social increases collaboration, communication and knowledge sharing while making innovation relevant and engaging for you.\\nSign up for a free demo here: nos.co/platform\",\r\n            \"property-facebookGraph.organization.username\": \"noscohq\",\r\n            \"property-first_deal_created_date\": \"1489401265973\",\r\n            \"property-founded_year\": \"2006\",\r\n            \"property-glassDoor.organization.industry\": \"Health Care Products Manufacturing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Not Applicable\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"0.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Manufacturing\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1493249117888\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"Studiestræde 32B,1st. floor\",\r\n            \"property-hubspot.company.custom-admin_username\": \"nosco\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-became_free_trial_user\": \"1473984000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Nosco\",\r\n            \"property-hubspot.company.custom-company_address\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-company_name\": \"Nosco\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Tim thinks it is a easy win!!\\n\\nWas customers 15/6-16\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040924075\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Nosco is a software and consulting company. We help make companies more innovative. \\n\\nHeadquartered in Copenhagen, we aim to help companies around the world develop and \\nimplement processes and tools for innovation and idea management. \\n\\nOur team consists of highly skilled consultants, software developers and designers. \\n\\nClients include Volkswagen, Allianz, BASF, Reebok, Colgate, Velux, Danfoss and Novozymes,\\n\\nRead more about our software platform and consulting services here: www.nos.co\",\r\n            \"property-hubspot.company.custom-domain\": \"nos.co\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/noscohq\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1485781087355\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489401265973\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2006\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1485781087347\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"API\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509538649617\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1484580684816\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-integrations\": \"Google Drive, Google Calendar, Dropbox, Zendesk, PipeDrive, Trello, MailChimp\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/607720/\",\r\n            \"property-hubspot.company.custom-name\": \"Nosco\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1509538645244\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1509538646603\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1505340000000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"10\",\r\n            \"property-hubspot.company.custom-num_notes\": \"20\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 70 12 42\",\r\n            \"property-hubspot.company.custom-recent_deal_close_date\": \"1496095200000\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"400K\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"noscohq\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"4\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"aws_route_53;typekit_by_adobe;google_adwords;nginx;mailjet;google_analytics;wufoo;google_apps;rackspace;campaignmonitor;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"http://www.nos.co\",\r\n            \"property-hubspot.company.custom-zip\": \"1455\",\r\n            \"property-hubspot.company.founded\": \"2006\",\r\n            \"property-hubspot.company.integrations\": \"Google Drive, Google Calendar, Dropbox, Zendesk, PipeDrive, Trello, MailChimp\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.notes\": \"Tim thinks it is a easy win!!\\n\\nWas customers 15/6-16\",\r\n            \"property-hubspot_owner_assigneddate\": \"1484580684816\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-integrations\": \"Google Drive, Google Calendar, Dropbox, Zendesk, PipeDrive, Trello, MailChimp\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/nosco_2\",\r\n            \"property-name\": \"Nosco\",\r\n            \"property-notes_last_contacted\": \"1491900355596\",\r\n            \"property-notes_last_updated\": \"1491900578688\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-num_contacted_notes\": \"3\",\r\n            \"property-num_notes\": \"5\",\r\n            \"property-organization.address\": \"Blegdamsvej 6\\n2200 København N\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Blegdamsvej 6b\",\r\n            \"property-organization.address.zipCode\": \"1455\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.cvr\": \"29515506\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-27905525-1\",\r\n            \"property-organization.contact.email\": \"sebastian@nos.co\",\r\n            \"property-organization.emailDomainNames\": \"nos.co\",\r\n            \"property-organization.employeeCount\": \"10-19\",\r\n            \"property-organization.foundingDate\": \"2006-04-21T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Nosco\",\r\n            \"property-organization.phoneNumber\": \"70701242\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/noscohq\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/nosco_2?trk=nav_account_sub_nav_company_admin\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/NoscoHQ\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/noscosolutions\",\r\n            \"property-organization.usedTechnologies\": \"jQuery\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/nosco\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/nosco-hq\",\r\n            \"property-organization.website\": \"www.nos.co\",\r\n            \"property-phone\": \"+45 70 70 12 42\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"noscohq\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/noscohq\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/607720/\",\r\n            \"property-user.social.Twitter\": \"noscohq\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"nos.co\",\r\n            \"property-website.CopyrightEntity\": \"Nosco, Inc\",\r\n            \"property-website.Description\": \"Every day, we strive to make your printed packaging successful. Our business is built on service leadership, innovation, lean manufacturing &amp; quality.\",\r\n            \"property-website.Title\": \"Homepage\",\r\n            \"property-zip\": \"1455\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"001f8ed4-dda0-5222-b717-7e20862b48d4\",\r\n          \"name\": \"Morningfame\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-admin_username\": \"morningfame\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"3\",\r\n            \"property-angelList.organization.highConcept\": \"Tracking online audience engagement\",\r\n            \"property-angelList.organization.productDesc\": \"If you publish your work on the web - like a blog post or a photo gallery - I am sure that you want to know if your audience likes it. They do once they start following you, give thumbs up, tweet about your work, etc. To get this feedback, however, you regularly need to log on to many different sites like Facebook, Twitter, Instagram, Google Analytics etc. That is tedious. Instead you can now integrate all those websites into Morningfame’s dashboard and see all your new kudos with a single click.\",\r\n            \"property-angelList.organization.statusCreatedAt\": \"2015-04-25T21:02:12Z\",\r\n            \"property-angelList.organization.statusMessage\": \"The private beta phase is already ongoing.\",\r\n            \"property-cluedin_subdomain\": \"Morningfame\",\r\n            \"property-createdate\": \"1484040929280\",\r\n            \"property-description\": \"Track the engagement of your audience. Aggregated in a single tool.\",\r\n            \"property-domain\": \"morningfa.me\",\r\n            \"property-email\": \"nico@morningfa.me\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/823505727715740\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1489030564501\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-admin_username\": \"morningfame\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Morningfame\",\r\n            \"property-hubspot.company.custom-company_name\": \"Morningfame\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929280\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"If you publish your work on the web - like a blog post or a photo gallery - I am sure that you want to know if your audience likes it. They do once they start following you, give thumbs up, tweet about your work, etc. To get this feedback, however, you...\",\r\n            \"property-hubspot.company.custom-domain\": \"morningfa.me\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/823505727715740\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1505438501397\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"LinkedIn, Twitter\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/morningfame\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"If you publish your work on the web - like a blog post or a photo gallery - I am sure that you want to know if your audience likes it. They do once they start following you, give thumbs up, tweet about your work, etc. To get this feedback, however, you...\",\r\n            \"property-hubspot.company.custom-name\": \"Morningfame\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063030938\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"morning_fame\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"amazon_s3;sendgrid\",\r\n            \"property-hubspot.company.custom-website\": \"morningfa.me\",\r\n            \"property-hubspot.company.integrations\": \"LinkedIn, Twitter\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"If you publish your work on the web - like a blog post or a photo gallery - I am sure that you want to know if your audience likes it. They do once they start following you, give thumbs up, tweet about your work, etc. To get this feedback, however, you...\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"LinkedIn, Twitter\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/morningfame\",\r\n            \"property-name\": \"Morningfame\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.emailDomainNames\": \"morningfa.me\",\r\n            \"property-organization.employeeCount\": \"1-10\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Morningfame\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/pages/Morningfame/823505727715740\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/9364970\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/morning_fame\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/morningfame\",\r\n            \"property-organization.website\": \"https://morningfa.me\",\r\n            \"property-twitter.user.followersCount\": \"1519\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"380\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"195\",\r\n            \"property-twitter.user.url\": \"https://t.co/ygotb2qckv\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"morning_fame\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/823505727715740\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/morningfame\",\r\n            \"property-user.social.Twitter\": \"morning_fame\",\r\n            \"property-website\": \"morningfa.me\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"fd22d1b1-e13b-5621-af0e-320e68e4a3d7\",\r\n          \"name\": \"OVH Group\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"2 Rue Kellermann\",\r\n            \"property-admin_username\": \"ovh\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"5\",\r\n            \"property-angelList.organization.highConcept\": \"Cloud and hosting provider leader in Europe\",\r\n            \"property-annualrevenue\": \"250000000\",\r\n            \"property-city\": \"Roubaix\",\r\n            \"property-cluedin_subdomain\": \"OVH\",\r\n            \"property-country\": \"France\",\r\n            \"property-createdate\": \"1484040930781\",\r\n            \"property-description\": \"OVH.com is an independent French company specialized in web hosting services. It offers a wide range of IT services such as dedicated servers, mutual hosting, domain names, and VOIP telephony services for businesses and technophiles. OVH.com also offers related products and services such as emails and internet access. It currently hosts more than 2,900,000 domain names and 170,000 servers for thousands of users around the world.\",\r\n            \"property-domain\": \"corp.ovh.com\",\r\n            \"property-email\": \"antoine.pillyser@corp.ovh.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/ovh.jobs/info?tab=page_info\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-OVH-RVW14150661.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Quand on arrive chez OVH, on monte dans un train à grande vitesse. Le rythme est soutenu pas parce qu'on nous le demande mais parce qu'on est naturellement attrapé par l'énergie de l'entreprise.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Il y a les entreprises et il y a OVH\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Roubaix (France)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"De bonnes conditions de travail (repas, crèche, salle de sport) qui continuent de s'améliorer (jours de congés supplémentaires, télétravail, ...).\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-12T09:00:52.7130000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"18\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"56\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"44\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"31\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"44\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1484041635258\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"2 Rue Kellermann\",\r\n            \"property-hubspot.company.custom-admin_username\": \"ovh\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"250000000\",\r\n            \"property-hubspot.company.custom-city\": \"Roubaix\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"OVH\",\r\n            \"property-hubspot.company.custom-company_name\": \"OVH\",\r\n            \"property-hubspot.company.custom-country\": \"France\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040930781\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"OVH.com is an independent French company specialized in web hosting services. It offers a wide range of IT services such as dedicated servers, mutual hosting, domain names, and VOIP telephony services for businesses and technophiles. OVH.com also offers related products and services such as emails and internet access. It currently hosts more than 2,900,000 domain names and 170,000 servers for thousands of users around the world.\",\r\n            \"property-hubspot.company.custom-domain\": \"corp.ovh.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/ovh.jobs/info?tab=page_info\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439426814\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://www.linkedin.com/company/1883877\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"OVH.com is an independent French company specialized in web hosting services. It offers a wide range of IT services such as dedicated servers, mutual hosting, domain names, and VOIP telephony services for businesses and technophiles. OVH.com also offers related products and services such as emails and internet access. It currently hosts more than 2,900,000 domain names and 170,000 servers for thousands of users around the world.\",\r\n            \"property-hubspot.company.custom-name\": \"OVH\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033740\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 855-684-5463\",\r\n            \"property-hubspot.company.custom-state\": \"Nord-Pas-de-Calais Picardie\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Paris\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"278.9M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"ovh\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"apache;mailjet;twitter_button\",\r\n            \"property-hubspot.company.custom-website\": \"corp.ovh.com\",\r\n            \"property-hubspot.company.custom-zip\": \"59100\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.linkedInBio\": \"OVH.com is an independent French company specialized in web hosting services. It offers a wide range of IT services such as dedicated servers, mutual hosting, domain names, and VOIP telephony services for businesses and technophiles. OVH.com also offers related products and services such as emails and internet access. It currently hosts more than 2,900,000 domain names and 170,000 servers for thousands of users around the world.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-knowledgeGraph.organization.description\": \"Cloud computing company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"OVH is a French cloud computing company, that offers VPS, dedicated servers and other web services. The company was founded in 1999 by the Polish born Klaba family, and is headquartered in Roubaix, France. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/OVH\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/1883877\",\r\n            \"property-linkedinbio\": \"OVH.com is an independent French company specialized in web hosting services. It offers a wide range of IT services such as dedicated servers, mutual hosting, domain names, and VOIP telephony services for businesses and technophiles. OVH.com also offers related products and services such as emails and internet access. It currently hosts more than 2,900,000 domain names and 170,000 servers for thousands of users around the world.\",\r\n            \"property-name\": \"OVH\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"2 Rue Kellermann\",\r\n            \"property-organization.address.city\": \"Roubaix\",\r\n            \"property-organization.address.countryCode\": \"France\",\r\n            \"property-organization.address.state\": \"Nord-Pas-de-Calais Picardie\",\r\n            \"property-organization.address.zipCode\": \"59100\",\r\n            \"property-organization.annualRevenue\": \"250000000\",\r\n            \"property-organization.emailDomainNames\": \"ovh.com\",\r\n            \"property-organization.employeeCount\": \"1001-5000\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"OVH Group\",\r\n            \"property-organization.phoneNumber\": \"+18556845463\",\r\n            \"property-organization.phoneNumber-Country\": \"France\",\r\n            \"property-organization.phoneNumber-E164\": \"+18556845463\",\r\n            \"property-organization.phoneNumber-International\": \"+1 855-684-5463\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-855-684-5463\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/u/0/113241908030576578981/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/ovh\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/@ovh\",\r\n            \"property-organization.usedTechnologies\": \"jQuery, MooTools\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/ovh-group\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/ovh-com\",\r\n            \"property-organization.website\": \"http://www.ovh.com\",\r\n            \"property-phone\": \"+1 855-684-5463\",\r\n            \"property-state\": \"Nord-Pas-de-Calais Picardie\",\r\n            \"property-timezone\": \"Europe/Paris\",\r\n            \"property-twitterhandle\": \"ovh\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/ovh.jobs/info?tab=page_info\",\r\n            \"property-user.social.LinkedIn\": \"http://www.linkedin.com/company/1883877\",\r\n            \"property-user.social.Twitter\": \"ovh\",\r\n            \"property-user.timezone\": \"Europe/Paris Standard Time\",\r\n            \"property-website\": \"corp.ovh.com\",\r\n            \"property-website.CopyrightEntity\": \"OVH\",\r\n            \"property-website.Title\": \"Cloud computing and dedicated servers - OVH\",\r\n            \"property-zip\": \"59100\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"4ef06316-8b37-559b-9c95-c51166ad7a8f\",\r\n          \"name\": \"Cirque\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000QqHamAAF\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Cirque Corporation is a Salt Lake City, Utah-based company which developed and commercialized the first successful capacitive touchpad, now widely used in notebook computers. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Cirque_Corporation\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.annualRevenue\": \"12313.0\",\r\n            \"property-organization.codes.sic\": \"4124\",\r\n            \"property-organization.emailDomainNames\": \"cirque.com\",\r\n            \"property-organization.employeeCount\": \"44\",\r\n            \"property-organization.industry\": \"Banking\",\r\n            \"property-organization.phoneNumber\": \"2342342342\",\r\n            \"property-organization.tickerSymbol\": \"crq\",\r\n            \"property-organization.website\": \"www.cirque.dk\",\r\n            \"property-salesforce.account.accountNumber\": \"12\",\r\n            \"property-salesforce.account.billingCity\": \"Copenhagen\",\r\n            \"property-salesforce.account.billingCountry\": \"Denmark\",\r\n            \"property-salesforce.account.billingPostalCode\": \"2000\",\r\n            \"property-salesforce.account.billingStreet\": \"14 Something st\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.fax\": \"4242342342\",\r\n            \"property-salesforce.account.ownership\": \"Subsidiary\",\r\n            \"property-salesforce.account.rating\": \"Cold\",\r\n            \"property-salesforce.account.shippingCity\": \"Copenhagen\",\r\n            \"property-salesforce.account.shippingCountry\": \"Denmark\",\r\n            \"property-salesforce.account.shippingPostalCode\": \"2000\",\r\n            \"property-salesforce.account.shippingStreet\": \"17 Something st\",\r\n            \"property-salesforce.account.type\": \"Channel Partner / Reseller\",\r\n            \"property-salesforce.account.website\": \"http://www.cirque.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"d260b10d-6eab-5278-972b-4879a04dce99\",\r\n          \"name\": \"AirHelp\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"75 Bell Gardens\",\r\n            \"property-admin_username\": \"airhelp\",\r\n            \"property-angelList.organization.blogUrl\": \"http://facebook.com/AirHelp\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"926\",\r\n            \"property-angelList.organization.highConcept\": \"Get your money back when your flight is delayed\",\r\n            \"property-angelList.organization.productDesc\": \"AirHelp fights for your right to compensation when your flight is delayed, cancelled or overbooked. AirHelp does all the paperwork, follow up and legal actions. AirHelp deducts 25% of the compensation amount if claim is successful. We don't get paid if the passenger doesn't get paid. Simple as that.\",\r\n            \"property-angelList.organization.videoUrl\": \"http://vimeo.com/88722509\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Cambridgeshire\",\r\n            \"property-cluedin_subdomain\": \"Airhelp\",\r\n            \"property-company_notes\": \"Tim and Martin met with Jannis after he saw our website and asked if we would be interested in him doing our marketing.\",\r\n            \"property-country\": \"United Kingdom\",\r\n            \"property-createdate\": \"1484040930826\",\r\n            \"property-description\": \"Flight delayed? Canceled? Missed connection? You could receive up to €600 from the airline. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-domain\": \"airhelp.eu\",\r\n            \"property-email\": \"jannis.littmann@airhelp.eu\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/AirHelp\",\r\n            \"property-founded_year\": \"2013\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-AirHelp-RVW13264693.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"(1) Chaotic because it's a startup and globally distributed. (2) Phone calls with different countries take some time to get used to.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"I am using everything I have ever learned to make a difference\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"New York, NY\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"(1) I have a chance to use all of my skills to make a difference for my team, and the customers. (2) Startup world is fast paced, different each day. (3) Truly international company, helps me learn about the world and understand different culture\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-10T11:08:48.4370000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Airlines\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"12\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"17\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"77\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Travel & Tourism\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490777058056\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"75 BELL GARDENS\",\r\n            \"property-hubspot.company.custom-address2\": \"HADDENHAM\",\r\n            \"property-hubspot.company.custom-admin_username\": \"airhelp\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"ELY\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Airhelp\",\r\n            \"property-hubspot.company.custom-company_name\": \"Airhelp\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Tim and Martin met with Jannis after he saw our website and asked if we would be interested in him doing our marketing.\",\r\n            \"property-hubspot.company.custom-country\": \"United Kingdom\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040930826\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Flight delayed? Canceled? Receive up to $680. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-hubspot.company.custom-domain\": \"airhelp.eu\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/AirHelp\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1502286133660\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1506226226300\",\r\n            \"property-hubspot.company.custom-industry\": \"AIRLINES_AVIATION\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/airhelp\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Flight delayed? Canceled? Missed connection? You could receive up to €600 from the airline. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-hubspot.company.custom-name\": \"AirHelp\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504020125880\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"44 80 0011 9805\",\r\n            \"property-hubspot.company.custom-state\": \"CAMBRIDGESHIRE\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/London\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"theairhelper\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"airhelp.eu\",\r\n            \"property-hubspot.company.custom-zip\": \"CB6 3TX\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Flight delayed? Canceled? Missed connection? You could receive up to €600 from the airline. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-hubspot.company.notes\": \"Tim and Martin met with Jannis after he saw our website and asked if we would be interested in him doing our marketing.\",\r\n            \"property-industry\": \"AIRLINES_AVIATION\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Airline\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"AirHelp is a technology company that provides legal services to airline passengers who have experienced a flight cancelation, delay or overbooking when traveling into or out of the European Union. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/AirHelp\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/airhelp\",\r\n            \"property-linkedinbio\": \"Flight delayed? Canceled? Missed connection? You could receive up to €600 from the airline. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-name\": \"AirHelp\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"75 BELL GARDENS\",\r\n            \"property-organization.address.city\": \"ELY\",\r\n            \"property-organization.address.countryCode\": \"United Kingdom\",\r\n            \"property-organization.address.state\": \"CAMBRIDGESHIRE\",\r\n            \"property-organization.address.zipCode\": \"CB6 3TX\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.emailDomainNames\": \"airhelp.com\",\r\n            \"property-organization.employeeCount\": \"201-500\",\r\n            \"property-organization.industry\": \"Airlines\",\r\n            \"property-organization.name\": \"AirHelp\",\r\n            \"property-organization.phoneNumber\": \"+448000119805\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+448000119805\",\r\n            \"property-organization.phoneNumber-International\": \"+44 800 011 9805\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-800-011-9805\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/Airhelp\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+Getairhelp\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/airhelp\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/theairhelper\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, PHP, Twitter Bootstrap, WordPress\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/airhelp\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/airhelp\",\r\n            \"property-organization.website\": \"http://www.airhelp.com\",\r\n            \"property-phone\": \"+45 24 77 76 88\",\r\n            \"property-state\": \"CAMBRIDGESHIRE\",\r\n            \"property-timezone\": \"Europe/London\",\r\n            \"property-twitter.user.followersCount\": \"3457\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"1607\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"6024\",\r\n            \"property-twitter.user.url\": \"https://t.co/Yy0j7UzQcL\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"theairhelper\",\r\n            \"property-user.location\": \"New York, NY\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/AirHelp\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/airhelp\",\r\n            \"property-user.social.Twitter\": \"theairhelper\",\r\n            \"property-user.timezone\": \"Europe/London Standard Time\",\r\n            \"property-website\": \"airhelp.eu\",\r\n            \"property-website.CopyrightEntity\": \"AirHelp\",\r\n            \"property-website.Description\": \"Flight delayed? Canceled? Missed connection? You could receive up to €600 from the airline. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-website.Title\": \"Get Compensation for Flight Delays of up to €600 | AirHelp\",\r\n            \"property-zip\": \"CB6 3TX\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"31498811-d3e4-55dc-907f-7a570c1bf0ec\",\r\n          \"name\": \"MEMIT ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Nørre Søgade\",\r\n            \"property-admin_username\": \"memit\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-cluedin_subdomain\": \"memit\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040928346\",\r\n            \"property-cvr.organization.address+coName\": \"Regnskabsskolen\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København N\",\r\n            \"property-cvr.organization.address+floor\": \"st\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2200\",\r\n            \"property-cvr.organization.address+streetCode\": \"8188\",\r\n            \"property-cvr.organization.address+streetName\": \"Wesselsgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"2\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"5375834\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"-268228\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"5983105\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/48135233/ZG9rdW1lbnRsYWdlcjovLzAzL2U4LzAyLzI1L2JjL2I3ZjEtNDYxYS05ZWE4LWNhMDY3YTc5YjYzMg.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-1401796\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-1507165\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2015\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2011-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2010-10-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"MEMIT ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed med udvikling og salg af IT-produkter og hermed beslægtet virksomhed\",\r\n            \"property-cvr.organization.registeredCapital\": \"148403.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2010-10-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-11-02T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Add one-click publishing and research powers to your cloud storage provider. Turning ordinary people into Knowledge Superheroes.\",\r\n            \"property-domain\": \"memit.com\",\r\n            \"property-email\": \"rja@memit.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/memit.com\",\r\n            \"property-founded_year\": \"2011\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1489612522087\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Nørre Søgade\",\r\n            \"property-hubspot.company.custom-admin_username\": \"memit\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"memit\",\r\n            \"property-hubspot.company.custom-company_name\": \"memit\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040928346\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Add one-click publishing and research powers to your cloud storage provider. Turning ordinary people into Knowledge Superheroes.\",\r\n            \"property-hubspot.company.custom-domain\": \"memit.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/memit.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499086040377\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2011\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1507484246084\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Slack\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/memit\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Add one-click publishing and research powers to your cloud storage provider. Turning ordinary people into Knowledge Superheroes.\",\r\n            \"property-hubspot.company.custom-name\": \"memit\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033262\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 20 15 95 44\",\r\n            \"property-hubspot.company.custom-state\": \"C\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"memit_com\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"twitter_advertiser;amazon_ses;aws_route_53;nginx;facebook_connect;google_analytics;mandrill;aws_ec2;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"memit.com\",\r\n            \"property-hubspot.company.custom-zip\": \"5000\",\r\n            \"property-hubspot.company.founded\": \"2011\",\r\n            \"property-hubspot.company.integrations\": \"Slack\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Add one-click publishing and research powers to your cloud storage provider. Turning ordinary people into Knowledge Superheroes.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Slack\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/memit\",\r\n            \"property-linkedinbio\": \"Add one-click publishing and research powers to your cloud storage provider. Turning ordinary people into Knowledge Superheroes.\",\r\n            \"property-name\": \"memit\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"C/O Regnskabsskolen\\nWesselsgade 2 st\\n2200 København N\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.state\": \"C\",\r\n            \"property-organization.address.zipCode\": \"5000\",\r\n            \"property-organization.annualRevenue\": \"-268228 DKK\",\r\n            \"property-organization.codes.cvr\": \"33253184\",\r\n            \"property-organization.emailDomainNames\": \"memit.com\",\r\n            \"property-organization.employeeCount\": \"1\",\r\n            \"property-organization.foundingDate\": \"2010-10-15T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"memit\",\r\n            \"property-organization.phoneNumber\": \"+4520159544\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4520159544\",\r\n            \"property-organization.phoneNumber-International\": \"+45 20 15 95 44\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-20-15-95-44\",\r\n            \"property-organization.website\": \"memit.com\",\r\n            \"property-phone\": \"+45 20 15 95 44\",\r\n            \"property-state\": \"C\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitter.user.followersCount\": \"2100\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"2530\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"1485\",\r\n            \"property-twitter.user.url\": \"http://t.co/8dqnTaz4W9\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"memit_com\",\r\n            \"property-user.location\": \"World Wide Web \",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/memit.com\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/memit\",\r\n            \"property-user.social.Twitter\": \"memit_com\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"memit.com\",\r\n            \"property-zip\": \"5000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"eb76e86e-d484-5e95-ae40-4197620d4529\",\r\n          \"name\": \"SOCIALSQUARE HOLDING ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Vestergade 20c\",\r\n            \"property-admin_username\": \"socialsquare\",\r\n            \"property-city\": \"Copenhagen K\",\r\n            \"property-cluedin_subdomain\": \"socialsquare\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040929902\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"8180\",\r\n            \"property-cvr.organization.address+streetName\": \"Vermundsgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"13\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2007-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2007-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden it-servicevirksomhed\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"SOCIALSQUARE HOLDING ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed indenfor foredrag, kurser, workshops og netværk, herunder handel, import, industri, salg af tjenesteydelser og investeringer.\",\r\n            \"property-cvr.organization.registeredCapital\": \"137500.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2007-01-17T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2014-01-01T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"I dag handler det, som organisation, ikke om at have den rigtige digitale strategi, men om at kunne gennemføre den nødvendige strategiske digitalisering.\",\r\n            \"property-domain\": \"socialsquare.dk\",\r\n            \"property-email\": \"martin@socialsquare.dk\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/socialsquare\",\r\n            \"property-facebookGraph.organization.about\": \"Socialsquare is a leading digital development and consultancy company since 2005.  Copenhagen, Denmark based.  www.socialsquare.dk\",\r\n            \"property-facebookGraph.organization.category\": \"Consulting Agency\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-0/p180x540/16195898_10154191722499149_4798124147327880264_n.jpg?oh=8696c60e721c585573b7ab044fe38709&oe=5971E678\",\r\n            \"property-facebookGraph.organization.engagement\": \"1725\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1725\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Socialsquare\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.704205007456\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.553660869598\",\r\n            \"property-facebookGraph.organization.mission\": \"Disrupting the world by making it social\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"socialsquare\",\r\n            \"property-founded_year\": \"2005\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Not Applicable\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"0.0\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1489928896251\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Vestergade 20c\",\r\n            \"property-hubspot.company.custom-admin_username\": \"socialsquare\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen K\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"socialsquare\",\r\n            \"property-hubspot.company.custom-company_name\": \"socialsquare\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929902\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"We deliver through our key values: Open, agile and entrepreneurial development methods and user involvement. We are a thought leading social design consultancy. We study the emerging culture of social networks and communities. We help our clients i...\",\r\n            \"property-hubspot.company.custom-domain\": \"socialsquare.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/socialsquare\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499086006476\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2005\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1511486908430\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1501253775746\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"29013451\",\r\n            \"property-hubspot.company.custom-integrations\": \"Slack\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/socialsquare\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"We deliver through our key values: Open, agile and entrepreneurial development methods and user involvement. We are a thought leading social design consultancy. We study the emerging culture of social networks and communities. We help our clients in...\",\r\n            \"property-hubspot.company.custom-name\": \"Socialsquare\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1501253775660\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503562744163\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503871200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"2\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 71 99 91 93\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Socialsquare\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"socialsquare.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1456\",\r\n            \"property-hubspot.company.founded\": \"2005\",\r\n            \"property-hubspot.company.integrations\": \"Slack\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"We deliver through our key values: Open, agile and entrepreneurial development methods and user involvement. We are a thought leading social design consultancy. We study the emerging culture of social networks and communities. We help our clients in...\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-integrations\": \"Slack\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Musical Artist\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/471647\",\r\n            \"property-linkedinbio\": \"I dag handler det, som organisation, ikke om at have den rigtige digitale strategi, men om at kunne gennemføre den nødvendige strategiske digitalisering.\",\r\n            \"property-name\": \"Social Square\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Vermundsgade 13\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Titangade 11\",\r\n            \"property-organization.address.zipCode\": \"1456\",\r\n            \"property-organization.codes.cvr\": \"30202198\",\r\n            \"property-organization.contact.email\": \"hej@socialsquare.dk\",\r\n            \"property-organization.emailDomainNames\": \"socialsquare.dk\",\r\n            \"property-organization.employeeCount\": \"2-4\",\r\n            \"property-organization.foundingDate\": \"2007-01-17T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"socialsquare\",\r\n            \"property-organization.phoneNumber\": \"+4571999193\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4571999193\",\r\n            \"property-organization.phoneNumber-International\": \"+45 71 99 91 93\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-71-99-91-93\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/socialsquare/\",\r\n            \"property-organization.website\": \"http://www.socialsquare.dk/\",\r\n            \"property-phone\": \"+45 26 80 03 88\",\r\n            \"property-twitterhandle\": \"Socialsquare\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/socialsquare\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/socialsquare\",\r\n            \"property-user.social.Twitter\": \"Socialsquare\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"socialsquare.dk\",\r\n            \"property-zip\": \"1456\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"d4560cef-1926-520e-8db6-becba3a3b6c9\",\r\n          \"name\": \"CluedIn\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"10 Nitivej\",\r\n            \"property-city\": \"Frederiksberg\",\r\n            \"property-cluedin_account_name\": \"cluedin\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1489423291286\",\r\n            \"property-description\": \"CluedIn breaks down information silos in your organisation and solves the problem of not being able to utilize all the knowledge that sits within it.\",\r\n            \"property-domain\": \"cluedin.io\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/cluedinhq\",\r\n            \"property-first_conversion_date\": \"1488883503994\",\r\n            \"property-first_conversion_event_name\": \"CluedIn - Be in the know: #mc-embedded-subscribe-form .validate\",\r\n            \"property-first_deal_created_date\": \"1489150121322\",\r\n            \"property-founded_year\": \"2015\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484477746342\",\r\n            \"property-hs_analytics_first_visit_timestamp\": \"1484477746342\",\r\n            \"property-hs_analytics_last_timestamp\": \"1490196582097\",\r\n            \"property-hs_analytics_last_visit_timestamp\": \"1490195994222\",\r\n            \"property-hs_analytics_num_page_views\": \"335\",\r\n            \"property-hs_analytics_num_visits\": \"151\",\r\n            \"property-hs_analytics_source_data_1\": \"API\",\r\n            \"property-hs_analytics_source_data_2\": \"contact-upsert\",\r\n            \"property-hs_lastmodifieddate\": \"1490196766431\",\r\n            \"property-hubspot.company.analyticsSource\": \"DIRECT_TRAFFIC\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.founded\": \"2015\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"CluedIn breaks down information silos in your organisation and solves the problem of not being able to utilize all the knowledge that sits within it.\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-is_test_account\": \"False\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/cluedin-aps\",\r\n            \"property-linkedinbio\": \"CluedIn breaks down information silos in your organisation and solves the problem of not being able to utilize all the knowledge that sits within it.\",\r\n            \"property-name\": \"CluedIn\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-num_conversion_events\": \"1\",\r\n            \"property-organization.address\": \"10 Nitivej\",\r\n            \"property-organization.address.city\": \"Frederiksberg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2000\",\r\n            \"property-organization.codes.cvr\": \"36548681\",\r\n            \"property-organization.contact.email\": \"hi@cluedin.net\",\r\n            \"property-organization.emailDomainNames\": \"cluedin.io, cluedin.net, clued.in, cluedin.com\",\r\n            \"property-organization.employeeCount\": \"16\",\r\n            \"property-organization.industry\": \"Information Technology and Services\",\r\n            \"property-organization.name\": \"CluedIn\",\r\n            \"property-organization.phoneNumber\": \"+4565711404\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4565711404\",\r\n            \"property-organization.phoneNumber-International\": \"+45 65 71 14 04\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-65-71-14-04\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/cluedinhq\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/116436518521714557732\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/cluedin-aps\",\r\n            \"property-organization.social+pinterest\": \"https://www.pinterest.com/cluedinhq\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/cluedinhq\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, Mailchimp, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"http://cluedin.net/\",\r\n            \"property-phone\": \"+45 65 71 14 04\",\r\n            \"property-podio.organization.GrantsCount\": \"0\",\r\n            \"property-podio.organization.Premium\": \"False\",\r\n            \"property-podio.organization.Role\": \"admin\",\r\n            \"property-podio.organization.Status\": \"167817025\",\r\n            \"property-podio.organization.Type\": \"free\",\r\n            \"property-podio.organization.UrlLabel\": \"cluedinio\",\r\n            \"property-recent_conversion_date\": \"1488883503994\",\r\n            \"property-recent_conversion_event_name\": \"CluedIn - Be in the know: #mc-embedded-subscribe-form .validate\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"CluedInHQ\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/cluedinhq\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/cluedin-aps\",\r\n            \"property-user.social.Twitter\": \"CluedInHQ\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"cluedin.io\",\r\n            \"property-website.CopyrightEntity\": \"CluedIn ApS\",\r\n            \"property-website.Description\": \"CluedIn breaks down information silos in your organisation and solves the problem of not being able to utilize all the knowledge that sits within it.\",\r\n            \"property-website.Title\": \"CluedIn - Be in the know\",\r\n            \"property-zendesk.organization.custom-cluedin_account_name\": \"cluedin\",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"False\",\r\n            \"property-zendesk.organization.sharedComments\": \"True\",\r\n            \"property-zendesk.organization.sharedTickets\": \"True\",\r\n            \"property-zip\": \"2000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"66072c2f-dbbd-5fa9-b469-c1d9abe556c7\",\r\n          \"name\": \"Accenture\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-email\": \"sven@schroebler.com\",\r\n            \"property-facebookGraph.organization.about\": \"Accenture is a global management consulting, technology services and outsourcing company.\",\r\n            \"property-facebookGraph.organization.category\": \"Consulting Agency\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Accenture is a leading global professional services company, providing a broad range of services and solutions in strategy, consulting, digital, technology and operations. Combining unmatched experience and specialized skills across more than 40 industries and all business functions – underpinned by the world’s largest delivery network – Accenture works at the intersection of business and technology to help clients improve their performance and create sustainable value for their stakeholders. With approximately 394,000 people serving clients in more than 120 countries, Accenture drives innovation to improve the way the world works and lives. Visit us at www.accenture.com.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/15975243_10158144826375374_6941436631866857295_o.png?oh=7d1e40dd29f40c4d5460cdb4f7d3ce6f&oe=5954C2C2\",\r\n            \"property-facebookGraph.organization.engagement\": \"464557\",\r\n            \"property-facebookGraph.organization.fanCount\": \"464557\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Accenture\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.mission\": \"High Performance. Delivered.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Management consulting, technology services and outsourcing.\",\r\n            \"property-facebookGraph.organization.username\": \"accenture\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Accenture-RVW8020149.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"This is not an opportunity for those that do not want to work. At Accenture everyone has a load of work to do and often times under very tight customer time lines. It is a challenge that I enjoy but many might find it stressful.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Alot of Jobs One Home\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Infrastructure Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"West Lafayette, IN\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"There are a lot of pros working for Accenutre. They have great career opportunities, a never ending supply of interesting work, competitive compensation, wonderful benefits, great people, wonderful training programs, a tremendous number of brilliant professionals in their fields ready to help, and great core values.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2015-09-21T06:13:54.0300000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"10451\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"94\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"6\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"23980\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"82\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.2\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-createdate\": \"1495386944633\",\r\n            \"property-hubspot.company.custom-description\": \"Accenture PLC is a professional service company. The Company is engaged in providing management consulting, technology and outsourcing services to clients. Accenture is a global management consulting, technology services and outsourcing company, with approximately 204,000 people serving clients in more than 120 countries. Combining unparalleled experience, comprehensive capabilities across all industries and business functions, and extensive research on the world's most successful companies, Accenture collaborates with clients to help them become high-performance businesses and governments. USA Offices: 1345 Avenue of the Americas, New York, NYNew York, USA, 10105 Phone: +1 917 452 4400Fax: +1 917 527 9915New York See more locations at https://www.accenture.com/us-en/office-directory#\",\r\n            \"property-hubspot.company.custom-domain\": \"accenture.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/accenture\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1497879429188\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1989\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1497879429188\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"INTEGRATION\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"25200\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503924339236\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1495386944633\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/accenture\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Accenture PLC is a professional service company. The Company is engaged in providing management consulting, technology and outsourcing services to clients. Accenture is a global management consulting, technology services and outsourcing company, with approximately 204,000 people serving clients in more than 120 countries. Combining unparalleled experience, comprehensive capabilities across all industries and business functions, and extensive research on the world's most successful companies, Accenture collaborates with clients to help them become high-performance businesses and governments. USA Offices: 1345 Avenue of the Americas, New York, NYNew York, USA, 10105 Phone: +1 917 452 4400Fax: +1 917 527 9915New York See more locations at https://www.accenture.com/us-en/office-directory#\",\r\n            \"property-hubspot.company.custom-name\": \"Accenture\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503924324004\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503924327830\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503871200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"4\",\r\n            \"property-hubspot.company.custom-num_notes\": \"6\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 877-889-9009\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Accenture\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;omniture_adobe_analytics;app_nexus;marketo;taleo;google_analytics;twitter_button;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"accenture.com\",\r\n            \"property-hubspot.company.custom-zip\": \"12210\",\r\n            \"property-hubspot.company.founded\": \"1989\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Accenture PLC is a professional service company. The Company is engaged in providing management consulting, technology and outsourcing services to clients. Accenture is a global management consulting, technology services and outsourcing company, with approximately 204,000 people serving clients in more than 120 countries. Combining unparalleled experience, comprehensive capabilities across all industries and business functions, and extensive research on the world's most successful companies, Accenture collaborates with clients to help them become high-performance businesses and governments. USA Offices: 1345 Avenue of the Americas, New York, NYNew York, USA, 10105 Phone: +1 917 452 4400Fax: +1 917 527 9915New York See more locations at https://www.accenture.com/us-en/office-directory#\",\r\n            \"property-knowledgeGraph.organization.description\": \"Management consulting company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Accenture PLC is a global management consulting and professional services company which provides strategy, consulting, digital, technology and operations services. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Accenture\",\r\n            \"property-organization.address.zipCode\": \"12210\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"accenture.com\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Accenture\",\r\n            \"property-organization.phoneNumber\": \"+18778899009\",\r\n            \"property-organization.phoneNumber-E164\": \"+18778899009\",\r\n            \"property-organization.phoneNumber-International\": \"+1 877-889-9009\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-877-889-9009\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/accenture\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+Accenture\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/3733171?trk=tyah&trkInfo=tarId:1422878342224%2Ctas:Accenture UK%2Cidx:2-1-2\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/SixNationsRugby\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/AccentureAnalytics\",\r\n            \"property-organization.usedTechnologies\": \"jQuery, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"accenture.com\",\r\n            \"property-twitter.user.followersCount\": \"373147\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"1168\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"18839\",\r\n            \"property-twitter.user.url\": \"http://t.co/NW2TnlESEG\",\r\n            \"property-twitter.user.verified\": \"True\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/accenture\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/accenture\",\r\n            \"property-user.social.Twitter\": \"Accenture\",\r\n            \"property-user.timezone\": \"America/Chicago Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Accenture\",\r\n            \"property-website.Title\": \"Accenture 6 Nations Rugby - Home\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"d4c91e4f-7b5d-520b-9855-8b4d59a91031\",\r\n          \"name\": \"Wework\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"48\",\r\n            \"property-angelList.organization.highConcept\": \"The Community for Creators\",\r\n            \"property-angelList.organization.productDesc\": \"WeWork is the platform of creators. We provide the space, community and services our members need to create their life's work. WeWork’s mission is to create a world where people work to make a life, not just a living. \\n\\nWe’re a group of entrepreneurial, grateful individuals who instill the idea of working better together in everything that we do. Our success is the result of our collaboration: talented and outstanding team members who always challenge convention. We have over 16,000 members in our community that spans cities around the world. Our offering is physical space, infrastructure services, digital products and most of all community!\\nWe’re one of the fastest growing start-ups in the USA and now launching fast across the globe.\",\r\n            \"property-facebookGraph.organization.about\": \"WeWork is the platform for creators. We provide beautiful workspace, an inspiring community, and business services to thousands of members worldwide.\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/17097491_1622172941128092_1104986731452268782_o.jpg?oh=6da8455571e8156b0e7d0c27100aa64c&oe=59578EAD\",\r\n            \"property-facebookGraph.organization.engagement\": \"389665\",\r\n            \"property-facebookGraph.organization.fanCount\": \"389665\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"WeWork\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.mission\": \"WeWork’s mission is to create a world where people work to make a life, not just a living.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Beautiful, collaborative workspaces, infrastructure, services, events, technology and an awesome community of creators.\",\r\n            \"property-facebookGraph.organization.username\": \"WeWork\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-WeWork-RVW14201283.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The hours can be long at times but the people that you get to work with make it worth it.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Associate Community Manager\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Associate Community Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"New York, NY\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"There is great camaraderie at WeWork and constant inspiration. There is a lot of room for growth so it's easy to envision yourself with the company for a long time. The company also offers great benefits for their employees!\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-15T13:56:38.7730000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Membership Organizations\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"127\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"53\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"47\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"174\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"49\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"New York\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498915517422\",\r\n            \"property-hubspot.company.custom-description\": \"WeWork transforms buildings into beautiful, collaborative workspaces. Get the space, community, and services you need to make a life, not just a living.\",\r\n            \"property-hubspot.company.custom-domain\": \"wework.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/WeWork\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1502265437543\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499068829566\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2010\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1502265437529\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504217396034\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498915517422\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/wework\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"WeWork transforms buildings into beautiful, collaborative workspaces. Get the space, community, and services you need to make a life, not just a living.\",\r\n            \"property-hubspot.company.custom-name\": \"WeWork\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1502266193758\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1502266195652\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"2\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 855-593-9675\",\r\n            \"property-hubspot.company.custom-state\": \"NY\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"3.8B\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"WeWork\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;new_relic;pardot;google_adwords;hotjar;nginx;facebook_connect;express;instagram;cloudinary;visual_website_optimizer;twitter_advertiser;google_maps;ruby_on_rails;vimeo;segment;heroku;cloud_flare;twitter_button;google_apps;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"wework.com\",\r\n            \"property-hubspot.company.custom-zip\": \"10011\",\r\n            \"property-hubspot.company.founded\": \"2010\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"WeWork transforms buildings into beautiful, collaborative workspaces. Get the space, community, and services you need to make a life, not just a living.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"WeWork is an American company which provides shared workspace, community, and services for entrepreneurs, freelancers, startups and small businesses. Founded in 2010, it is headquartered in New York City. WeWork has a current valuation of roughly USD $16 billion.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/WeWork\",\r\n            \"property-organization.address.city\": \"New York\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.zipCode\": \"10011\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.contact.email\": \"joinus@wework.com\",\r\n            \"property-organization.emailDomainNames\": \"wework.com\",\r\n            \"property-organization.employeeCount\": \"1-10\",\r\n            \"property-organization.foundingDate\": \"2010-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Membership Organizations\",\r\n            \"property-organization.name\": \"Wework\",\r\n            \"property-organization.phoneNumber\": \"+18555939675\",\r\n            \"property-organization.phoneNumber-E164\": \"+18555939675\",\r\n            \"property-organization.phoneNumber-International\": \"+1 855-593-9675\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-855-593-9675\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/pages/WeWork-South-Bank/508004832664416?fref=ts\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/1953412?trk=tyah&trkInfo=clickedVertical%3Acompany%2Cidx%3A2-1-4%2CtarId%3A1427121634178%2Ctas%3Awework+\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/WeWorkLDN\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/wework-2\",\r\n            \"property-organization.website\": \"https://ww2.wework.com/careers/\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/WeWork\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/wework\",\r\n            \"property-user.social.Twitter\": \"WeWork\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"cda1cc59-dbfc-56cd-9584-14183688f9b0\",\r\n          \"name\": \"Freeman\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-admin_username\": \"freemanco\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Dallas\",\r\n            \"property-cluedin_subdomain\": \"Freeman\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040927901\",\r\n            \"property-description\": \"Freeman (www.freemanco.com) is the world's leading provider of integrated services for face-to-face marketing events, including expositions, conventions, corporate events and exhibits. Customer driven, Freeman offers a total package of solutions to our customers, with a scope of products and services unmatched by the competition. By empowering our employees to make educated, strategic decisions Freeman delivers reliable, consistent problem-solving solutions that our customers have come to rely on. With 40 offices in North America, Freeman produces more than 3,000 expositions annually, including 107 of the largest 200 U.S. trade shows, and more than 10,000 other events worldwide. The company has received numerous awards recognizing outstanding efforts in industry leadership, customer service excellence, creative design, community service, innovation and customer-driven partnerships.\",\r\n            \"property-domain\": \"freemanco.com\",\r\n            \"property-email\": \"adam.nagle@freemanco.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/cedcareers\",\r\n            \"property-facebookGraph.organization.about\": \"Freeman is the premier provider of integrated marketing solutions for live engagements, including expositions, conventions, corporate events and exhibits. \\n\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Freeman is the world’s largest brand experience company. We help our clients design, plan, and deliver immersive experiences for their most important audiences. Through comprehensive solutions including strategy, creative, logistics, digital solutions, and event technology, Freeman helps increase engagement and drive business results. \",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/14690987_10153973531023240_6780722076615605840_n.png?oh=bb45f5b8e90ebbe0265087b1f4d68896&oe=595E8B45\",\r\n            \"property-facebookGraph.organization.engagement\": \"9845\",\r\n            \"property-facebookGraph.organization.fanCount\": \"9845\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Freeman\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.mission\": \"Connecting People in Meaningful Ways.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"freemanfans\",\r\n            \"property-founded_year\": \"1927\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Freeman-RVW14176435.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The lack of resources and attention to meet/exceed employees' expectations is lacking.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Good but needs to focus more on staff's needs\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Dallas, TX\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Their attention and drive to exceed the customer's expectations is commendable!\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-14T06:21:50.4700000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"65\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"88\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"12\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"172\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"66\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490401312488\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-admin_username\": \"freemanco\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Dallas\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Freeman\",\r\n            \"property-hubspot.company.custom-company_name\": \"Freeman\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040927901\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Freeman (www.freemanco.com) is the world's leading provider of integrated services for face-to-face marketing events, including\",\r\n            \"property-hubspot.company.custom-domain\": \"freemanco.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/cedcareers\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1927\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1505417968767\",\r\n            \"property-hubspot.company.custom-industry\": \"EVENTS_SERVICES\",\r\n            \"property-hubspot.company.custom-integrations\": \"Office365\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/freeman-companies\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Freeman (www.freemanco.com) is the world's leading provider of integrated services for face-to-face marketing events, including expositions, conventions, corporate events and exhibits. Customer driven, Freeman offers a total package of solutions to our customers, with a scope of products and services unmatched by the competition. By empowering our employees to make educated, strategic decisions Freeman delivers reliable, consistent problem-solving solutions that our customers have come to rely on. With 40 offices in North America, Freeman produces more than 3,000 expositions annually, including 107 of the largest 200 U.S. trade shows, and more than 10,000 other events worldwide. The company has received numerous awards recognizing outstanding efforts in industry leadership, customer service excellence, creative design, community service, innovation and customer-driven partnerships.\",\r\n            \"property-hubspot.company.custom-name\": \"Freeman\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031099\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"214-445-1000\",\r\n            \"property-hubspot.company.custom-state\": \"TX\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Chicago\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"mfreeman1\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"freemanco.com\",\r\n            \"property-hubspot.company.custom-zip\": \"75235\",\r\n            \"property-hubspot.company.founded\": \"1927\",\r\n            \"property-hubspot.company.integrations\": \"Office365\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Freeman (www.freemanco.com) is the world's leading provider of integrated services for face-to-face marketing events, including expositions, conventions, corporate events and exhibits. Customer driven, Freeman offers a total package of solutions to our customers, with a scope of products and services unmatched by the competition. By empowering our employees to make educated, strategic decisions Freeman delivers reliable, consistent problem-solving solutions that our customers have come to rely on. With 40 offices in North America, Freeman produces more than 3,000 expositions annually, including 107 of the largest 200 U.S. trade shows, and more than 10,000 other events worldwide. The company has received numerous awards recognizing outstanding efforts in industry leadership, customer service excellence, creative design, community service, innovation and customer-driven partnerships.\",\r\n            \"property-industry\": \"EVENTS_SERVICES\",\r\n            \"property-integrations\": \"Office365\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/freeman-companies\",\r\n            \"property-linkedinbio\": \"Freeman (www.freemanco.com) is the world's leading provider of integrated services for face-to-face marketing events, including expositions, conventions, corporate events and exhibits. Customer driven, Freeman offers a total package of solutions to our customers, with a scope of products and services unmatched by the competition. By empowering our employees to make educated, strategic decisions Freeman delivers reliable, consistent problem-solving solutions that our customers have come to rely on. With 40 offices in North America, Freeman produces more than 3,000 expositions annually, including 107 of the largest 200 U.S. trade shows, and more than 10,000 other events worldwide. The company has received numerous awards recognizing outstanding efforts in industry leadership, customer service excellence, creative design, community service, innovation and customer-driven partnerships.\",\r\n            \"property-name\": \"Freeman\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address.city\": \"Dallas\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"TX\",\r\n            \"property-organization.address.streetName\": \"1600 Viceroy\",\r\n            \"property-organization.address.zipCode\": \"75235\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"freemanco.com\",\r\n            \"property-organization.foundingDate\": \"1927\",\r\n            \"property-organization.industry\": \"EVENTS_SERVICES\",\r\n            \"property-organization.name\": \"Freeman\",\r\n            \"property-organization.phoneNumber\": \"+12144451000\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+12144451000\",\r\n            \"property-organization.phoneNumber-International\": \"+1 214-445-1000\",\r\n            \"property-organization.phoneNumber-Location\": \"Texas\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-214-445-1000\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/freemanfans\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/freemancompany\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/the-freeman-company\",\r\n            \"property-organization.social+pinterest\": \"https://www.pinterest.com/freemanco\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/FreemanCo\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/c/FreemancoVideos\",\r\n            \"property-organization.tickerSymbol\": \"admin\",\r\n            \"property-organization.usedTechnologies\": \"Modernizr\",\r\n            \"property-organization.website\": \"freemanco.com\",\r\n            \"property-phone\": \"1 (214) 445-1000\",\r\n            \"property-state\": \"TX\",\r\n            \"property-timezone\": \"America/Chicago\",\r\n            \"property-twitterhandle\": \"mfreeman1\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/cedcareers\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/freeman-companies\",\r\n            \"property-user.social.Twitter\": \"mfreeman1\",\r\n            \"property-user.timezone\": \"America/Chicago Standard Time\",\r\n            \"property-website\": \"freemanco.com\",\r\n            \"property-website.CopyrightEntity\": \"Freeman\",\r\n            \"property-website.Description\": \"Freeman is a leading provider of integrated services for experiential marketing, specializing in event marketing and management.\",\r\n            \"property-website.Title\": \"Home | Freeman\",\r\n            \"property-zip\": \"75235\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"612999bd-96bd-526e-a681-dc3142352fea\",\r\n          \"name\": \"LENDINO A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1401\",\r\n            \"property-cvr.organization.address+streetCode\": \"6992\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"A\",\r\n            \"property-cvr.organization.address+streetName\": \"Strandgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"4\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"191771\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"-850740\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"5077220\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/53145653/ZG9rdW1lbnRsYWdlcjovLzAzL2I1LzU0L2JmL2NhLzMwOTMtNDRlNi1hZGQwLTdlOWQyM2Q0MDBkMA.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-2138711\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-2138711\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-01-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"661900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Andre hjælpetjenester i forbindelse med finansiel formidling\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"LENDINO A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive låne- og investeringsvirksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"533834.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2014-01-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-04-20T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"4 Strandgade\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"København\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498484822501\",\r\n            \"property-hubspot.company.custom-description\": \"Vil du vide mere om, hvordan lån til virksomheder fungerer? Klik ind på siden og få hjælp til at komme i gang - uanset om du er långiver eller låntager | Lendino\",\r\n            \"property-hubspot.company.custom-domain\": \"lendino.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Lendino-better-than-banking\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498484980760\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498485028800\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2014\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498484980733\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504858487094\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498484822501\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"FINANCIAL_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/lendino\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Vil du vide mere om, hvordan lån til virksomheder fungerer? Klik ind på siden og få hjælp til at komme i gang - uanset om du er långiver eller låntager | Lendino\",\r\n            \"property-hubspot.company.custom-name\": \"Lendino\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504858484303\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504858486327\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"45 70 27 02 50\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"42.8K\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"LendinoDK\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"mixpanel;zopim;trustpilot;google_maps;google_tag_manager;postmark;segment;facebook_connect;heroku;google_analytics;google_apps;facebook_advertiser\",\r\n            \"property-hubspot.company.custom-website\": \"lendino.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1401\",\r\n            \"property-hubspot.company.founded\": \"2014\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Vil du vide mere om, hvordan lån til virksomheder fungerer? Klik ind på siden og få hjælp til at komme i gang - uanset om du er långiver eller låntager | Lendino\",\r\n            \"property-organization.address\": \"Strandgade 4 A\\n1401 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"1401\",\r\n            \"property-organization.annualRevenue\": \"-850740 DKK\",\r\n            \"property-organization.codes.cvr\": \"35654135\",\r\n            \"property-organization.contact.email\": \"info@lendino.dk\",\r\n            \"property-organization.emailDomainNames\": \"lendino.dk\",\r\n            \"property-organization.employeeCount\": \"5-9\",\r\n            \"property-organization.foundingDate\": \"2014-01-30T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"FINANCIAL_SERVICES\",\r\n            \"property-organization.name\": \"Lendino A/S\",\r\n            \"property-organization.phoneNumber\": \"+4570270250\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570270250\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 27 02 50\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-27-02-50\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Lendino-141671889340796\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/108973227081099282133\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/lendino\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/lendinoDK\",\r\n            \"property-organization.usedTechnologies\": \"DataTables, Font Awesome, Google Font API, jQuery, Mailchimp, Segment, Select2, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"lendino.dk\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Lendino-better-than-banking\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/lendino\",\r\n            \"property-user.social.Twitter\": \"LendinoDK\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Lendino A/S\",\r\n            \"property-website.Description\": \"Vil du vide mere om, hvordan lån til virksomheder fungerer? Klik ind på siden og få hjælp til at komme i gang - uanset om du er långiver eller låntager | Lendino\",\r\n            \"property-website.Title\": \"Lån til virksomheder - Bliv låntager eller långiver med Lendino\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"cc56449a-6a1a-5ef7-9996-16d16ab58477\",\r\n          \"name\": \"University of Arizona\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000Q1BFTAA3\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-University-of-Arizona-RVW14132691.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Compensation falls behind the market\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great place to work\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Culture, work-life balance, dedicated staff, great benefits\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-10T10:47:48.7570000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Colleges & Universities\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"184\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"59\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"41\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"735\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"84\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Education\",\r\n            \"property-knowledgeGraph.organization.description\": \"Public university in Tucson, Arizona\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"The University of Arizona is a public research university in Tucson, Arizona, United States. Founded in 1885, the UA was the first university in the Arizona Territory. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/University_of_Arizona\",\r\n            \"property-organization.address.city\": \"Tucson\",\r\n            \"property-organization.codes.sic\": \"7321\",\r\n            \"property-organization.emailDomainNames\": \"arizona.edu\",\r\n            \"property-organization.employeeCount\": \"39000\",\r\n            \"property-organization.industry\": \"Education\",\r\n            \"property-organization.phoneNumber\": \"(520) 773-9050\",\r\n            \"property-organization.website\": \"www.universityofarizona.com\",\r\n            \"property-salesforce.account.accountNumber\": \"CD736025\",\r\n            \"property-salesforce.account.billingCity\": \"Tucson\",\r\n            \"property-salesforce.account.billingState\": \"AZ\",\r\n            \"property-salesforce.account.billingStreet\": \"888 N Euclid \\nHallis Center, Room 501\\nTucson, AZ 85721\\nUnited States\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.fax\": \"(520) 773-9060\",\r\n            \"property-salesforce.account.ownership\": \"Other\",\r\n            \"property-salesforce.account.rating\": \"Warm\",\r\n            \"property-salesforce.account.shippingStreet\": \"888 N Euclid \\nHallis Center, Room 501\\nTucson, AZ 85721\\nUnited States\",\r\n            \"property-salesforce.account.type\": \"Customer - Direct\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"37686e58-e604-55c8-855e-5ae979df7646\",\r\n          \"name\": \"Sidewalk\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"41 Prins Boudewijnlaan\",\r\n            \"property-admin_username\": \"sidewalk\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"36\",\r\n            \"property-angelList.organization.highConcept\": \"We deliver lower cost, clarity, and beautiful software in the world of higher ed content.\",\r\n            \"property-angelList.organization.productDesc\": \"Sidewalk Rent: A free SaaS that makes bookstore textbooks rentable to students in the store or through the website. This brings 90% of that inventory back to the store; profits go up and student costs go down.\\n\\nCash and Keep: Bookstores pay students cash mid-semester to buy books back, but the students keep the books as rentals. This secures inventory before outside vendors can compete, and increases student loyalty to the bookstore.\\n\\nCampusBookRentals.com: Our warehouse for inventory bookstores no longer need. We rent direct to students and provide online rental solutions for bookstores.\\n\\nSidewalk Marketplace: Goodbye middle-man wholesaler. College bookstores can buy and sell in bulk from one another and make small quantity purchases without overpriced markups.\\n\\nSidewalk Pro: Full inventory management and retail solution, built to undo of the grip of bad software on this industry. Adopted by some of the most important university bookstores. We’re expanding to keep up with demand.\",\r\n            \"property-city\": \"Edegem\",\r\n            \"property-cluedin_subdomain\": \"Sidewalk\",\r\n            \"property-country\": \"Belgium\",\r\n            \"property-createdate\": \"1484040928464\",\r\n            \"property-description\": \"A team of Sitecore certified experts for the implementation, integration and optimization of Sitecore projects.\",\r\n            \"property-domain\": \"sidewalk.be\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/sidewalkthunder\",\r\n            \"property-founded_year\": \"2012\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Sidewalk-RVW9487474.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"My on-boarding and training process was less than ideal, and I didn't grow much professionally during my time at the company. There were constant layoffs at the company which left most of the employees on edge, and there was little transparency into the dealings of the executives.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"No better now than I was before\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Customer Success Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Salt Lake City, UT\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"I enjoyed my time at Sidewalk. The benefits were okay, the environment was typically accommodating, and the people at the company treated me very well.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-02-07T14:58:43.4900000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"8\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"59\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490928522909\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"41 Prins Boudewijnlaan\",\r\n            \"property-hubspot.company.custom-admin_username\": \"sidewalk\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Edegem\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Sidewalk\",\r\n            \"property-hubspot.company.custom-country\": \"Belgium\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040928464\",\r\n            \"property-hubspot.company.custom-description\": \"A team of Sitecore certified experts for the implementation, integration and optimization of Sitecore projects.\",\r\n            \"property-hubspot.company.custom-domain\": \"sidewalk.be\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/sidewalkthunder\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2012\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1497038605895\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/sidewalk-cronos-group\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"A team of Sitecore certified experts for the implementation, integration and optimization of Sitecore projects.\",\r\n            \"property-hubspot.company.custom-name\": \"Sidewalk (Sitecore Experts)\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+32 3 451 93 21\",\r\n            \"property-hubspot.company.custom-state\": \"Vlaanderen\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Brussels\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"bazijjoba\",\r\n            \"property-hubspot.company.custom-website\": \"sidewalk.be\",\r\n            \"property-hubspot.company.custom-zip\": \"2650\",\r\n            \"property-hubspot.company.founded\": \"2012\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"A team of Sitecore certified experts for the implementation, integration and optimization of Sitecore projects.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/sidewalk-cronos-group\",\r\n            \"property-linkedinbio\": \"A team of Sitecore certified experts for the implementation, integration and optimization of Sitecore projects.\",\r\n            \"property-name\": \"Sidewalk (Sitecore Experts)\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"41 Prins Boudewijnlaan\",\r\n            \"property-organization.address.city\": \"Edegem\",\r\n            \"property-organization.address.countryCode\": \"Belgium\",\r\n            \"property-organization.address.state\": \"Vlaanderen\",\r\n            \"property-organization.address.zipCode\": \"2650\",\r\n            \"property-organization.emailDomainNames\": \"sidewalkpro.com\",\r\n            \"property-organization.employeeCount\": \"51-200\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Sidewalk\",\r\n            \"property-organization.phoneNumber\": \"+3234519321\",\r\n            \"property-organization.phoneNumber-Country\": \"Belgium\",\r\n            \"property-organization.phoneNumber-E164\": \"+3234519321\",\r\n            \"property-organization.phoneNumber-International\": \"+32 3 451 93 21\",\r\n            \"property-organization.phoneNumber-Location\": \"Antwerp\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+32-3-451-93-21\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/SidewalkPro?fref=ts\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/campusbookrentals\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, HubSpot, jQuery, PHP, prettyPhoto, WordPress\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/sidewalk-3\",\r\n            \"property-organization.website\": \"http://www.sidewalkpro.com\",\r\n            \"property-phone\": \"+32 3 451 93 21\",\r\n            \"property-state\": \"Vlaanderen\",\r\n            \"property-timezone\": \"Europe/Brussels\",\r\n            \"property-twitterhandle\": \"bazijjoba\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/sidewalkthunder\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/sidewalk-cronos-group\",\r\n            \"property-user.social.Twitter\": \"bazijjoba\",\r\n            \"property-user.timezone\": \"Europe/Brussels Standard Time\",\r\n            \"property-website\": \"sidewalk.be\",\r\n            \"property-website.CopyrightEntity\": \"Sidewalk\",\r\n            \"property-website.Title\": \"Sidewalk | We Believe in College Stores\",\r\n            \"property-zip\": \"2650\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"5b67411c-9a54-57af-b422-606935978a11\",\r\n          \"name\": \"FAMLY ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Dirch Passers Allé 13, 3TV\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"3\",\r\n            \"property-angelList.organization.highConcept\": \"Nursery Management Software\",\r\n            \"property-angelList.organization.productDesc\": \"Famly is a state-of-the-art software platform on a mission to create the world's leading solution for an overlooked market – nurseries & pre-schools. Our platform makes the daily lives of teachers, managers and parents much easier by helping them administrate and coordinate the many time consuming tasks involved in running a successful pre-school or nursery.\",\r\n            \"property-city\": \"Frederiksberg\",\r\n            \"property-country\": \"Denmark \",\r\n            \"property-createdate\": \"1490280543171\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+door\": \"tv\",\r\n            \"property-cvr.organization.address+floor\": \"2\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1150\",\r\n            \"property-cvr.organization.address+streetCode\": \"4076\",\r\n            \"property-cvr.organization.address+streetName\": \"Købmagergade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"19\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2013-08-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"FAMLY ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at foretage IT-udvikling, fremstilling af apps og IT-programmering mv.\",\r\n            \"property-cvr.organization.registeredCapital\": \"232700.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2013-08-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-04-25T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Famly · Få det fulde overblik med app'en der effektiviserer driften og giver gladere forældre.\",\r\n            \"property-domain\": \"famly.co\",\r\n            \"property-facebookGraph.organization.about\": \"Famly opens up for a new way of communicating between families and daycares.// Famly er en ny måde at kommunikere på mellem forældre og institution.\",\r\n            \"property-facebookGraph.organization.category\": \"Software\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/15284999_1864666203752974_8572807349137831023_n.png?oh=9ddc478ca9ae86b01001f9dcc5cc34a7&oe=59256F44\",\r\n            \"property-facebookGraph.organization.engagement\": \"1076\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1076\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Famly\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Famly - Mere tid til børnene\",\r\n            \"property-facebookGraph.organization.username\": \"famlyhq\",\r\n            \"property-founded_year\": \"2012\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/3f80bb21-a5ce-4ef1-83ae-e238f7bbe566.png\",\r\n            \"property-hs_lastmodifieddate\": \"1493241703758\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Dirch Passers Allé 13, 3TV\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Frederiksberg\",\r\n            \"property-hubspot.company.custom-company_added\": \"MANUALLY\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark \",\r\n            \"property-hubspot.company.custom-createdate\": \"1490280543171\",\r\n            \"property-hubspot.company.custom-description\": \"Famly is a powerful, digital tool for daycare providers. We make administration, planning, and communication easy. Try it for free today.\",\r\n            \"property-hubspot.company.custom-domain\": \"famly.co\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/famlyhq\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498479143985\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498479164904\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498479143964\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/3f80bb21-a5ce-4ef1-83ae-e238f7bbe566.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1505122839577\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1490280543171\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-id\": \"0\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/famly\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Famly is a powerful, digital tool for daycare providers. We make administration, planning, and communication easy. Try it for free today.\",\r\n            \"property-hubspot.company.custom-name\": \"Famly\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503306687285\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1505122838513\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1502920800000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"4\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 71 99 36 76\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Bogota\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"1.3M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"SavinFamlyMoney\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"amazon_ses;aws_route_53;wordpress;autopilot;google_tag_manager;mandrill;lever;facebook_advertiser;mailgun;gravity_forms;microsoft_office_365;apache;go_squared;google_analytics;intercom;twitter_button;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"famly.co\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Famly is a powerful, digital tool for daycare providers. We make administration, planning, and communication easy. Try it for free today.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490280543171\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/famly\",\r\n            \"property-name\": \"Famly\",\r\n            \"property-organization.address\": \"Købmagergade 19 2 tv\\n1150 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Frederiksberg\",\r\n            \"property-organization.address.countryCode\": \"Denmark \",\r\n            \"property-organization.codes.cvr\": \"35413758\",\r\n            \"property-organization.contact.email\": \"al@famly.dk\",\r\n            \"property-organization.emailDomainNames\": \"famly.dk\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2013-08-15T00:00:00.0000000+00:00\",\r\n            \"property-organization.name\": \"Famly ApS\",\r\n            \"property-organization.phoneNumber\": \"+4550329866\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4550329866\",\r\n            \"property-organization.phoneNumber-International\": \"+45 50 32 98 66\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-50-32-98-66\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/famlyhq/\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+Famlyhq\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/famlyhq/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/3294390/\",\r\n            \"property-organization.social+pinterest\": \"https://www.pinterest.com/pin/create/button/?url=https:%2F%2Ffamly.co%2Fda%2Fblog%2Fprodukt-opdateringer%2Fhvad-er-nyt-famly-i-marts%2F&#038;description=Hvad+er+nyt%3F+Famly+i+Marts\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/famlyhq\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/channel/UCG5ACqxTy5IpYVrCb4CE9ng\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, Google Tag Manager, Gravity Forms, jQuery, PHP, TrackJs, Twitter Bootstrap, WordPress, WP Rocket, Yoast SEO\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/famly-aps\",\r\n            \"property-organization.website\": \"https://famly.co/\",\r\n            \"property-phone\": \"+45 71 99 36 76\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/famlyhq\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/famly\",\r\n            \"property-user.social.Twitter\": \"SavinFamlyMoney\",\r\n            \"property-user.timezone\": \"America/Bogota Standard Time\",\r\n            \"property-website\": \"famly.co\",\r\n            \"property-website.CopyrightEntity\": \"Famly\",\r\n            \"property-website.Description\": \"En brugervenlig digital samarbejdsplatform til daginstitutioner og forældre. Alt din kommunikation og administration og på ét sted.\",\r\n            \"property-website.Title\": \"Famly | Et bedre samarbejde mellem daginstitutioner og forældre\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"06255cfb-63ba-5f2f-b6ff-144dd0a5aa00\",\r\n          \"name\": \"parcelLab\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"23 Sonnenstraße\",\r\n            \"property-admin_username\": \"mustermann\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"10\",\r\n            \"property-angelList.organization.highConcept\": \"Customer Service and Retention for Online Shops\",\r\n            \"property-angelList.organization.productDesc\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing the deliveries for delays and other problems.\",\r\n            \"property-city\": \"München\",\r\n            \"property-cluedin_subdomain\": \"parcellab\",\r\n            \"property-country\": \"Germany\",\r\n            \"property-createdate\": \"1484040925798\",\r\n            \"property-description\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing ...\",\r\n            \"property-domain\": \"parcellab.com\",\r\n            \"property-email\": \"anton@parcellab.com\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/parcellab\",\r\n            \"property-facebookGraph.organization.about\": \"leading parcel delivery analytics and customer loyalty services company\",\r\n            \"property-facebookGraph.organization.category\": \"Business Service\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/15230840_1809804969272594_5293878908984242414_n.jpg?oh=bf679cb0cee3d8acb1602e9c3340af48&oe=59507AD0\",\r\n            \"property-facebookGraph.organization.engagement\": \"234\",\r\n            \"property-facebookGraph.organization.fanCount\": \"234\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"ParcelLab\",\r\n            \"property-facebookGraph.organization.impressum\": \"parcelLab\\nLandwehrstr. 39\\n80336 Munich\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"48.136294121467\",\r\n            \"property-facebookGraph.organization.longitude\": \"11.559677124023\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"parcelLab\",\r\n            \"property-founded_year\": \"2014\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-parcelLab-RVW12623301.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Die Büroräume sind zu klein und könnten besser aufgeteilt werden. Durch den Umzug Anfang nächsten Jahres sollte sich das aber ändern.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Gerne zur Arbeit gehen\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Arbeitszeiten können flexibel gestaltet werden. Das Verhältnis zu den Kollegen ist nicht nur kollegial, sondern vielmehr freundschaftlich.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-11-10T06:51:02.0870000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Logistics & Supply Chain\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"3\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"5.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Transportation & Logistics\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1492069854000\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"23 Sonnenstraße\",\r\n            \"property-hubspot.company.custom-admin_username\": \"mustermann\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"München\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"parcellab\",\r\n            \"property-hubspot.company.custom-company_name\": \"parcellab\",\r\n            \"property-hubspot.company.custom-country\": \"Germany\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040925798\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing ...\",\r\n            \"property-hubspot.company.custom-domain\": \"parcellab.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/parcellab\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2014\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1507785904947\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/parcellab\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing ...\",\r\n            \"property-hubspot.company.custom-name\": \"parcelLab GmbH\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063034900\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+49 89 414171740\",\r\n            \"property-hubspot.company.custom-state\": \"BY\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Berlin\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"parcelLab\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;aws_route_53;hotjar;nginx;wordpress;ubuntu;facebook_connect;instagram;facebook_advertiser;microsoft_office_365;live_chat;google_analytics;aws_ec2;hubspot;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"parcellab.com\",\r\n            \"property-hubspot.company.custom-zip\": \"94063\",\r\n            \"property-hubspot.company.founded\": \"2014\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing ...\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/parcellab\",\r\n            \"property-linkedinbio\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing ...\",\r\n            \"property-name\": \"parcelLab GmbH\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-organization.address\": \"23 Sonnenstraße\",\r\n            \"property-organization.address.city\": \"München\",\r\n            \"property-organization.address.countryCode\": \"Germany\",\r\n            \"property-organization.address.state\": \"BY\",\r\n            \"property-organization.address.streetName\": \"Landwehrstr. 39\",\r\n            \"property-organization.address.zipCode\": \"94063\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-65181088-1\",\r\n            \"property-organization.contact.email\": \"info@parcellab.com\",\r\n            \"property-organization.emailDomainNames\": \"parcellab.com\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"parcelLab\",\r\n            \"property-organization.phoneNumber\": \"+4989414171740\",\r\n            \"property-organization.phoneNumber-Country\": \"Germany\",\r\n            \"property-organization.phoneNumber-E164\": \"+4989414171740\",\r\n            \"property-organization.phoneNumber-International\": \"+49 89 414171740\",\r\n            \"property-organization.phoneNumber-Location\": \"Munich\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+49-89-414171740\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/parcelLab/\",\r\n            \"property-organization.social+instagram\": \"http://instagram.com/parcellab/\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/parcelLab\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/watch?v=YVnTSJFxXjM\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, HubSpot, jQuery, PHP, Twitter Bootstrap, WordPress, Yoast SEO\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/parcellab\",\r\n            \"property-organization.website\": \"https://parcellab.com/\",\r\n            \"property-phone\": \"+49 89 414171740\",\r\n            \"property-state\": \"BY\",\r\n            \"property-timezone\": \"Europe/Berlin\",\r\n            \"property-twitterhandle\": \"parcelLab\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/parcellab\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/parcellab\",\r\n            \"property-user.social.Twitter\": \"parcelLab\",\r\n            \"property-user.timezone\": \"Europe/Berlin Standard Time\",\r\n            \"property-website\": \"parcellab.com\",\r\n            \"property-website.Title\": \"Startseite | parcelLab\",\r\n            \"property-zip\": \"80331\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"0d02e459-4e11-5bf5-acde-3a35d95ea2a9\",\r\n          \"name\": \"SPRINTFORCE ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Oerestads Boulevard 73\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-closedate\": \"1484045018169\",\r\n            \"property-company_notes\": \"Friend of Kristian's (Previous Sales Manager). \\n\\nDon't remember too much about them, but they did give us feedback notes on the app. They liked the search quite a lot. \\n\\nRI : Kristian Magius\\n\\nDM : Pau\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484044909525\",\r\n            \"property-cvr.organization.address+coName\": \"Pau Larsen\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København S\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2300\",\r\n            \"property-cvr.organization.address+streetCode\": \"4272\",\r\n            \"property-cvr.organization.address+streetName\": \"Lillegrund\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"19\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2008-06-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2007-07-11T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"06-30\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"07-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"SPRINTFORCE ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at eje aktier og/eller anparter i andre selskaber samt foretage formueanbringelser, herunder investering i fast ejendom samt at forestå udvikling, markedsføring og salg af software.\",\r\n            \"property-cvr.organization.registeredCapital\": \"125000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2007-07-11T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2010-02-04T00:00:00.0000000+00:00\",\r\n            \"property-days_to_close\": \"0\",\r\n            \"property-description\": \"SprintForce is an IT company headquartered in Copenhagen, Denmark, providing software consultancy, development and support. We have the Danish business registration ID DK30723481. Our founder is the experienced consultant, Pau Larsen, who is still partner as well as engaged consultant with our customers. Pau left Microsoft and started SprintForce in July 2007. We have development centers in Romania (part of EU) and Philippines and a large network of specialists to engage as needed.\",\r\n            \"property-domain\": \"sprintforce.com\",\r\n            \"property-facebookGraph.organization.category\": \"Community\",\r\n            \"property-facebookGraph.organization.engagement\": \"3\",\r\n            \"property-facebookGraph.organization.fanCount\": \"3\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"SprintForce\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"sprintforce\",\r\n            \"property-first_deal_created_date\": \"1489407196163\",\r\n            \"property-founded_year\": \"2009\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484045002335\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"d81f2f18-5d42-4010-b584-c8c008c92160\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/6d9091cb-35b1-4900-8369-bc220516679d.gif\",\r\n            \"property-hs_lastmodifieddate\": \"1490770508291\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Oerestads Boulevard 73\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-closedate\": \"1484045018169\",\r\n            \"property-hubspot.company.custom-company_name\": \"Sprintforce\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Friend of Kristian's (Previous Sales Manager). \\n\\nDon't remember too much about them, but they did give us feedback notes on the app. They liked the search quite a lot. \\n\\nRI : Kristian Magius\\n\\nDM : Pau\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044909525\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-days_to_close\": \"0\",\r\n            \"property-hubspot.company.custom-description\": \"SprintForce is an IT company headquartered in Copenhagen, Denmark, providing software consultancy, development and support. We have the Danish business registration ID DK30723481. Our founder is the experienced consultant, Pau Larsen, who is still partner as well as engaged consultant with our customers. Pau left Microsoft and started SprintForce in July 2007. We have development centers in Romania (part of EU) and Philippines and a large network of specialists to engage as needed.\",\r\n            \"property-hubspot.company.custom-domain\": \"sprintforce.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484045002335\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489407196163\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2009\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484045002335\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"d81f2f18-5d42-4010-b584-c8c008c92160\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/6d9091cb-35b1-4900-8369-bc220516679d.gif\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1500660308072\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/sprintforce\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"SprintForce is an IT company headquartered in Copenhagen, Denmark, providing software consultancy, development and support. We have the Danish business registration ID DK30723481. Our founder is the experienced consultant, Pau Larsen, who is still partner as well as engaged consultant with our customers. Pau left Microsoft and started SprintForce in July 2007. We have development centers in Romania (part of EU) and Philippines and a large network of specialists to engage as needed.\",\r\n            \"property-hubspot.company.custom-name\": \"SprintForce\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 23 24 20\",\r\n            \"property-hubspot.company.custom-state\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"sprintforce\",\r\n            \"property-hubspot.company.custom-website\": \"http://www.sprintforce.com/\",\r\n            \"property-hubspot.company.custom-zip\": \"2300\",\r\n            \"property-hubspot.company.daysToClose\": \"0\",\r\n            \"property-hubspot.company.founded\": \"2009\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"SprintForce is an IT company headquartered in Copenhagen, Denmark, providing software consultancy, development and support. We have the Danish business registration ID DK30723481. Our founder is the experienced consultant, Pau Larsen, who is still partner as well as engaged consultant with our customers. Pau left Microsoft and started SprintForce in July 2007. We have development centers in Romania (part of EU) and Philippines and a large network of specialists to engage as needed.\",\r\n            \"property-hubspot.company.notes\": \"Friend of Kristian's (Previous Sales Manager). \\n\\nDon't remember too much about them, but they did give us feedback notes on the app. They liked the search quite a lot. \\n\\nRI : Kristian Magius\\n\\nDM : Pau\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/960425\",\r\n            \"property-linkedinbio\": \"SprintForce is an IT company headquartered in Copenhagen, Denmark, providing software consultancy, development and support. We have the Danish business registration ID DK30723481. Our founder is the experienced consultant, Pau Larsen, who is still partner as well as engaged consultant with our customers. Pau left Microsoft and started SprintForce in July 2007. We have development centers in Romania (part of EU) and Philippines and a large network of specialists to engage as needed.\",\r\n            \"property-name\": \"SprintForce\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"C/O Pau Larsen\\nLillegrund 19\\n2300 København S\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.state\": \"Copenhagen\",\r\n            \"property-organization.address.zipCode\": \"2300\",\r\n            \"property-organization.codes.cvr\": \"30723481\",\r\n            \"property-organization.contact.email\": \"info@sprintforce.com\",\r\n            \"property-organization.emailDomainNames\": \"sprintforce.com\",\r\n            \"property-organization.employeeCount\": \"1\",\r\n            \"property-organization.foundingDate\": \"2007-07-11T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"SprintForce\",\r\n            \"property-organization.phoneNumber\": \"+4570232420\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570232420\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 23 24 20\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-23-24-20\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/sprintforce/\",\r\n            \"property-organization.usedTechnologies\": \"IIS, jQuery, jQuery UI, Microsoft ASP.NET, Windows Server\",\r\n            \"property-organization.website\": \"http://www.sprintforce.com/\",\r\n            \"property-phone\": \"454540737608\",\r\n            \"property-state\": \"Copenhagen\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"sprintforce\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/sprintforce\",\r\n            \"property-user.social.Twitter\": \"sprintforce\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"http://www.sprintforce.com/\",\r\n            \"property-website.CopyrightEntity\": \"SprintForce\",\r\n            \"property-website.Title\": \"\\n\\t\\n\\t\\tSprintForce - Software project consulting, development and support\\n\\t\\n\",\r\n            \"property-zip\": \"2300\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"debf3b63-cc33-51c8-8758-0cd8333e4c06\",\r\n          \"name\": \"Velir\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"212 Elm Street\",\r\n            \"property-admin_username\": \"velirtest\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Somerville\",\r\n            \"property-cluedin_subdomain\": \"Velir\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040925314\",\r\n            \"property-description\": \"Specializes in designing, engineering and supporting content-driven, feature-rich, cross-platform digital experiences that revolve around content management systems.\",\r\n            \"property-domain\": \"velir.com\",\r\n            \"property-email\": \"chris.brady@velir.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/VelirInc\",\r\n            \"property-facebookGraph.organization.about\": \"Velir is a full-service Digital Agency that designs and develops enterprise web solutions for experience-driven websites.\",\r\n            \"property-facebookGraph.organization.category\": \"Web Designer\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/1000965_638342589531634_724352236_n.jpg?oh=f0a6a6d2cff752565d184df2ed43d121&oe=599C4770\",\r\n            \"property-facebookGraph.organization.engagement\": \"254\",\r\n            \"property-facebookGraph.organization.fanCount\": \"254\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Velir\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"42.39418\",\r\n            \"property-facebookGraph.organization.longitude\": \"-71.12152\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.products\": \"custom web design and development, mobile development, data visualizations, interactive strategy, digital marketing and analytics strategy, information architecture, technology evaluations\",\r\n            \"property-facebookGraph.organization.username\": \"VelirInc\",\r\n            \"property-founded_year\": \"2000\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488595834951\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"212 Elm Street\",\r\n            \"property-hubspot.company.custom-admin_username\": \"velirtest\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Somerville\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Velir\",\r\n            \"property-hubspot.company.custom-company_name\": \"Velir\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040925314\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Specializes in designing, engineering and supporting content-driven, feature-rich, cross-platform digital experiences that revolve around content management systems. Specialties: Web Content Management Systems, Sitecore, Digital Strategy, Design and User Experience, Web Development, Data Visualization, Adobe CQ, Marketing Automation, Personalization and Optimization, Analytics, Responsive Design, Mobile Development, and Enterprise Integrations.\",\r\n            \"property-hubspot.company.custom-domain\": \"velir.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/VelirInc\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499086333063\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2000\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1508882148445\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"LinkedIn, Twitter\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/velir\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Specializes in designing, engineering and supporting content-driven, feature-rich, cross-platform digital experiences that revolve around content management systems. Specialties: Web Content Management Systems, Sitecore, Digital Strategy, Design and User Experience, Web Development, Data Visualization, Adobe CQ, Marketing Automation, Personalization and Optimization, Analytics, Responsive Design, Mobile Development, and Enterprise Integrations.\",\r\n            \"property-hubspot.company.custom-name\": \"Velir\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031436\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 617-491-6900\",\r\n            \"property-hubspot.company.custom-state\": \"MA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Velir\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"mailchimp;new_relic;icims;nginx;drupal;google_tag_manager;aws_ec2;sendgrid\",\r\n            \"property-hubspot.company.custom-website\": \"velir.com\",\r\n            \"property-hubspot.company.custom-zip\": \"02144\",\r\n            \"property-hubspot.company.founded\": \"2000\",\r\n            \"property-hubspot.company.integrations\": \"LinkedIn, Twitter\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Specializes in designing, engineering and supporting content-driven, feature-rich, cross-platform digital experiences that revolve around content management systems. Specialties: Web Content Management Systems, Sitecore, Digital Strategy, Design and User Experience, Web Development, Data Visualization, Adobe CQ, Marketing Automation, Personalization and Optimization, Analytics, Responsive Design, Mobile Development, and Enterprise Integrations.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"LinkedIn, Twitter\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/velir\",\r\n            \"property-linkedinbio\": \"Specializes in designing, engineering and supporting content-driven, feature-rich, cross-platform digital experiences that revolve around content management systems.\",\r\n            \"property-name\": \"Velir\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"212 Elm Street\",\r\n            \"property-organization.address.city\": \"Somerville\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"MA\",\r\n            \"property-organization.address.streetName\": \"212 Elm St\",\r\n            \"property-organization.address.zipCode\": \"02144\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.contact.email\": \"info@velir.com\",\r\n            \"property-organization.emailDomainNames\": \"velir.com\",\r\n            \"property-organization.foundingDate\": \"2000\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Velir\",\r\n            \"property-organization.phoneNumber\": \"+16174916900\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+16174916900\",\r\n            \"property-organization.phoneNumber-International\": \"+1 617-491-6900\",\r\n            \"property-organization.phoneNumber-Location\": \"Cambridge, MA\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-617-491-6900\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/VelirInc\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/velir\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/velir\",\r\n            \"property-organization.usedTechnologies\": \"Google Tag Manager, jQuery\",\r\n            \"property-organization.website\": \"velir.com\",\r\n            \"property-phone\": \"6174916900\",\r\n            \"property-state\": \"MA\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"Velir\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/VelirInc\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/velir\",\r\n            \"property-user.social.Twitter\": \"Velir\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"velir.com\",\r\n            \"property-website.CopyrightEntity\": \"Velir, Inc.\",\r\n            \"property-website.Description\": \"We design and develop enterprise websites and digital marketing solutions for inspiring and influential brands. Our specializations include Sitecore, Adobe, Drupal, Data Visualization and Digital Strategy.\",\r\n            \"property-website.Title\": \"Velir | Digital Marketing Agency - Sitecore, Adobe & Drupal Partner\",\r\n            \"property-zip\": \"02144\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"92809bda-228e-505a-abec-5736ae5fb120\",\r\n          \"name\": \"Saxo Bank\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-appItemId\": \"15\",\r\n            \"property-appItemIdFormatted\": \"15\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-facebookGraph.organization.about\": \"Saxo Bank is a leading trading, investment and technology company, focusing on multi-asset trading and investing in global capital markets.\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Saxo Bank is a leading trading, investment and technology company, focusing on multi-asset trading and investing in global capital markets.\\n\\nSaxo Bank enables private investors and institutional \\nclients to trade and invest in: Forex, CFDs, ETFs, Stocks, Futures, Options and other derivatives. With multi-award winning online trading platforms, offers as well professional portfolio and fund management.\\n\\nSaxo Bank has emphasised technology and software as a vital element for being competitive in the online financial and trading industry.\\n\\nSaxo Bank is recognised for safeguarding client information and securely controlling, executing and managing real-time internal systems.\\n\\nSince 1992, Saxo Bank has been a facilitator in the international capital markets aggregating liquidity, offering access to exchanges worldwide.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/16711717_10155150627942125_2315045921344609304_n.png?oh=6711b311a55a2aed99c8918db751b930&oe=599DE923\",\r\n            \"property-facebookGraph.organization.engagement\": \"162540\",\r\n            \"property-facebookGraph.organization.fanCount\": \"162540\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Saxo Bank\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"FX, equities, commodities, energy, and precious metals. The FX product range comprises spot FX, forwards, options, binary touch options and CFDs on FX. Equities are traded in the form of cash stocks, CFDs on single stocks, CFDs on stock indices, exchange traded Contract options, ETFs and ETCs. Commodities are traded in the form of Futures, CFDs and Contract options. \\n\\nAside from these products, Saxo Bank also offers a range of curated investment portfolios under the SaxoSelect brand as well as one of the first fully digitalized value chains for Bonds traders.\\n\\nAll products and instruments are traded on Saxo Bank's trading platforms available in several versions including the downloadable SaxoTrader and mobile SaxoTraderGO, enabling a seamlessly integrated trading experience across desktop, mobile and tablet.\",\r\n            \"property-facebookGraph.organization.username\": \"saxobank\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Saxo-Bank-RVW14009630.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Can have better HR policies .\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Just go For it, Best company\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Software Developer\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Gurgaon, Haryana (India)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Brilliant and passionate tech people around, Hard work is always recognized , Top notch technology standards , very good food , end of day you earn lot of knowledge.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-02T06:54:45.7970000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Investment Banking & Asset Management\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"28\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"84\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"16\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"103\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"62\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Finance\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315067378\",\r\n            \"property-knowledgeGraph.organization.description\": \"Investment banking company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Saxo Bank is a Danish investment bank specializing in online trading and investment. It was founded as a brokerage firm in 1992, under the name Midas Fondsmæglerselskab, by Lars Seier Christensen, Kim Fournais and Marc Hauschildt. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Saxo_Bank\",\r\n            \"property-lastEventOn\": \"2015-09-08T13:12:16.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-organization.emailDomainNames\": \"home.saxo\",\r\n            \"property-organization.foundingDate\": \"1992\",\r\n            \"property-organization.industry\": \"Investment Banking & Asset Management\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/saxobank/\",\r\n            \"property-organization.website\": \"https://www.home.saxo/\",\r\n            \"property-organizationName\": \"Saxo Bank\",\r\n            \"property-secondaryContacts\": \"Frederik\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"872f09ad-47bf-5fc8-9fd6-f69f9ffbec26\",\r\n          \"name\": \"WorkyWorky v/Jacob Saaby Nielsen\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Nrreport 75\",\r\n            \"property-admin_username\": \"workyworky\",\r\n            \"property-city\": \"Aarhus C\",\r\n            \"property-cluedin_subdomain\": \"WorkyWorky\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040930537\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Aarhus C\",\r\n            \"property-cvr.organization.address+municipalityName\": \"AARHUS\",\r\n            \"property-cvr.organization.address+postalCode\": \"8000\",\r\n            \"property-cvr.organization.address+streetCode\": \"6080\",\r\n            \"property-cvr.organization.address+streetName\": \"Nørreport\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"75\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Enkeltmandsvirksomhed\",\r\n            \"property-cvr.organization.endDate\": \"2015-12-08T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"AARHUS\",\r\n            \"property-cvr.organization.name\": \"WorkyWorky v/Jacob Saaby Nielsen\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.startDate\": \"2014-02-11T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Ophørt\",\r\n            \"property-description\": \"WorkyWorkys mission er, at skabe bedre videndeling, strre vrdiskabelse og bedre samarbejde, p en kosteffektiv og moderne arbejdsplatform. Vi arbejder med Office 365, Google Apps, Podio og Atlassian Confluence, og kan hjlpe jer i hele processen: Fra afklaring, over implementering, til vrdiskabelse og forankring.\",\r\n            \"property-domain\": \"workyworky.dk\",\r\n            \"property-email\": \"jacob@workyworky.dk\",\r\n            \"property-founded_year\": \"2013\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1487975644445\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Nrreport 75\",\r\n            \"property-hubspot.company.custom-admin_username\": \"workyworky\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Aarhus C\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"WorkyWorky\",\r\n            \"property-hubspot.company.custom-company_name\": \"WorkyWorky\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040930537\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"WorkyWorkys mission er, at skabe bedre videndeling, strre vrdiskabelse og bedre samarbejde, p en kosteffektiv og moderne arbejdsplatform. Vi arbejder med Office 365, Google Apps, Podio og Atlassian Confluence, og kan hjlpe jer i hele processen: Fra afklaring, over implementering, til vrdiskabelse og forankring.\",\r\n            \"property-hubspot.company.custom-domain\": \"workyworky.dk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439212675\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/workyworky\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"WorkyWorkys mission er, at skabe bedre videndeling, strre vrdiskabelse og bedre samarbejde, p en kosteffektiv og moderne arbejdsplatform. Vi arbejder med Office 365, Google Apps, Podio og Atlassian Confluence, og kan hjlpe jer i hele processen: Fra afklaring, over implementering, til vrdiskabelse og forankring.\",\r\n            \"property-hubspot.company.custom-name\": \"WorkyWorky\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501242885162\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 31 47 77 75\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"workyworkydk\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"apache;wordpress;facebook_connect;twitter_button;google_apps;digital_ocean\",\r\n            \"property-hubspot.company.custom-website\": \"workyworky.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"8000\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"WorkyWorkys mission er, at skabe bedre videndeling, strre vrdiskabelse og bedre samarbejde, p en kosteffektiv og moderne arbejdsplatform. Vi arbejder med Office 365, Google Apps, Podio og Atlassian Confluence, og kan hjlpe jer i hele processen: Fra afklaring, over implementering, til vrdiskabelse og forankring.\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/workyworky\",\r\n            \"property-linkedinbio\": \"WorkyWorkys mission er, at skabe bedre videndeling, strre vrdiskabelse og bedre samarbejde, p en kosteffektiv og moderne arbejdsplatform. Vi arbejder med Office 365, Google Apps, Podio og Atlassian Confluence, og kan hjlpe jer i hele processen: Fra afklaring, over implementering, til vrdiskabelse og forankring.\",\r\n            \"property-name\": \"WorkyWorky\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Nørreport 75\\n8000 Aarhus C\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Aarhus C\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"8000\",\r\n            \"property-organization.codes.cvr\": \"35602259\",\r\n            \"property-organization.contact.email\": \"jacob@workyworky.dk\",\r\n            \"property-organization.emailDomainNames\": \"workyworky.dk\",\r\n            \"property-organization.foundingDate\": \"2014-02-11T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"WorkyWorky\",\r\n            \"property-organization.phoneNumber\": \"+4531477775\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4531477775\",\r\n            \"property-organization.phoneNumber-International\": \"+45 31 47 77 75\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-31-47-77-75\",\r\n            \"property-organization.website\": \"workyworky.dk\",\r\n            \"property-phone\": \"+45 31 47 77 75\",\r\n            \"property-twitterhandle\": \"workyworkydk\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/workyworky\",\r\n            \"property-user.social.Twitter\": \"workyworkydk\",\r\n            \"property-website\": \"workyworky.dk\",\r\n            \"property-zip\": \"8000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"55a967cc-b39a-5e6f-bebe-9f00af76fab5\",\r\n          \"name\": \"DSB\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+city\": \"Høje Taastr.\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Taastrup\",\r\n            \"property-cvr.organization.address+municipalityName\": \"HØJE TAASTRUP\",\r\n            \"property-cvr.organization.address+postalCode\": \"2630\",\r\n            \"property-cvr.organization.address+streetCode\": \"8257\",\r\n            \"property-cvr.organization.address+streetName\": \"Telegade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"2\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Selvstændig offentlig virksomhed\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"491000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Passagertransport med regional- eller fjerntog\",\r\n            \"property-cvr.organization.municipality\": \"HØJE TAASTRUP\",\r\n            \"property-cvr.organization.name\": \"DSB\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"471110\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Købmænd og døgnkiosker\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"791100\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Rejsebureauer\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"493120\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"S-togstrafik, metro og andre nærbaner\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive jernbanevirksomhed i medfør af lov om jernbane samt anden virksomhed, som ligger i naturlig forlængelse heraf. Virksomheden skal drives på et forretningsmæssigt grundlag.\\nSelskabet skal sikre, at der drives landsdækkende fjern- og regionaltrafik samt Stogtrafik i hovedstadsområdet på grundlag af en kontrakt med Ministeren om passagertrafik udført som offentlig service, jf. lov om jernbane.\\nSelskabet kan oprette datterselskaber, erhverve ejerandele i andre virksomheder samt indgå samarbejdsaftaler og lignende i forbindelse med udøvelsen af sin virksomhed.\\nSelskabet kan udføre jernbanetrafik i udlandet i forbindelse med udøvelsen af sin virksomhed, jf. bilag 1.\",\r\n            \"property-cvr.organization.startDate\": \"1998-12-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-12-17T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Velkommen! Her svarer vi på spørgsmål fra kl. 07-21 på alle hverdage. Og kl. 10-17 i weekender. Stort som småt - bare det handler om din rejse med DSB:)\\n\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s851x315/17362739_1319191784801944_4094428368141403377_n.jpg?oh=d93a8b4823293ad5492e8156afa2f78f&oe=595FE5BA\",\r\n            \"property-facebookGraph.organization.engagement\": \"49391\",\r\n            \"property-facebookGraph.organization.fanCount\": \"49391\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"DSB\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.mission\": \"Siden 1885 har vi i DSB stræbt efter at komme til tiden, følge med tiden og skabe sammenhæng for dig i hverdagen. Og det er stadig vores mål!\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Køb billetter:www.dsb.dk/Find-og-kob/\\nWeb: http://www.dsb.dk/forside/\\nTwitter: https://twitter.com/omdsb\\nYoutube: http://www.youtube.com/DSBofficiel\\nInstagram: http://instagram.com/dsb.dk\\n\\nMere info om vores Husregler lige her:\\nhttps://www.dsb.dk/kampagner/dsb-pa-de-sociale-medier/husregler-for-dsb-facebookdsb-facebook-ung/\",\r\n            \"property-facebookGraph.organization.username\": \"dsb\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-dsb-RVW8376797.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Leider wurden viele Möglichkeiten verpasst, um auf neue techniken umszusteigen und damit Kunden zu binden.\\nHart umkämpfter Markt, Umsatzzahlen der Kunden sind stark rückläufig.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Programmierer\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Ontario, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"zum aktuellen Zeitpunkt kann und muss es aufwärts gehen, also ideal um auch selbst sich zu behaupten. Internet und/oder  SAP sind Zukunftsmarkt\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2015-10-21T02:53:07.4330000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Logistics & Supply Chain\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"1\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Transportation & Logistics\",\r\n            \"property-hubspot.company.custom-address\": \"Telegade 2 2630\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Kbenhavn K\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498897327795\",\r\n            \"property-hubspot.company.custom-description\": \"Køb billet til din togrejse, se priser for rejser, læs om kort og billetter, se køreplaner og bliv opdateret på trafikinfo, og hvordan togene kører lige nu.\",\r\n            \"property-hubspot.company.custom-domain\": \"dsb.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/dsb\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1885\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1498897328095\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498897327795\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"TRANSPORTATION_TRUCKING_RAILROAD\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/dsb\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Køb billet til din togrejse, se priser for rejser, læs om kort og billetter, se køreplaner og bliv opdateret på trafikinfo, og hvordan togene kører lige nu.\",\r\n            \"property-hubspot.company.custom-name\": \"DSB\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 13 14 15\",\r\n            \"property-hubspot.company.custom-state\": \"Taastrup\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"omDSB\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;apache;google_tag_manager;go_squared;google_analytics;outlook;visual_website_optimizer\",\r\n            \"property-hubspot.company.custom-website\": \"dsb.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1307\",\r\n            \"property-hubspot.company.founded\": \"1885\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Køb billet til din togrejse, se priser for rejser, læs om kort og billetter, se køreplaner og bliv opdateret på trafikinfo, og hvordan togene kører lige nu.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Railway company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"DSB, an abbreviation of Danske Statsbaner, is the largest Danish train operating company, and the largest in Scandinavia. While DSB is responsible for passenger train operation on most of the Danish railways, goods transport and railway maintenance are outside its scope. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/DSB_(railway_company)\",\r\n            \"property-organization.address\": \"Telegade 2\\n2630 Taastrup\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Kbenhavn K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.state\": \"Taastrup\",\r\n            \"property-organization.address.zipCode\": \"1307\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"25050053\",\r\n            \"property-organization.emailDomainNames\": \"dsb.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.foundingDate\": \"1998-12-30T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Logistics & Supply Chain\",\r\n            \"property-organization.phoneNumber\": \"+4570131415\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570131415\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 13 14 15\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-13-14-15\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/dsb/\",\r\n            \"property-organization.website\": \"www.dsb.net\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/dsb\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/dsb\",\r\n            \"property-user.social.Twitter\": \"omDSB\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"b63bdd29-8657-5e8f-9e77-f88363ff3f49\",\r\n          \"name\": \"WooRank\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"29 Boulevard Louis Schmidt\",\r\n            \"property-admin_username\": \"woo\",\r\n            \"property-angelList.organization.blogUrl\": \"http://blog.woorank.com\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"19\",\r\n            \"property-angelList.organization.highConcept\": \"Address issues on your site and identify opportunities to get ahead of the competition.\",\r\n            \"property-angelList.organization.productDesc\": \"Every day, more than 40,000 companies rely on WooRank to analyze their websites and receive clear, actionable insights on how they can be optimized.\\n\\nWooRank’s easy-to-use Web-based software generates instant website reviews that offer a ton of valuable data combined with a list of comprehensive tasks; helping businesses and online marketers achieve higher search engine rankings, convert more visitors into customers, keep track of their competitors and get more return on their digital marketing investments.\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Etterbeek\",\r\n            \"property-cluedin_subdomain\": \"woorank\",\r\n            \"property-country\": \"Belgium\",\r\n            \"property-createdate\": \"1484040924379\",\r\n            \"property-description\": \"WooRank is a Web-based service that helps owners of small and medium-sized businesses, online marketers and digital agencies instantly analyze their (clients’) websites and learn how they can optimized. WooRank screens websites and instantly turns valuable but fragmented data into clear reports that offer actionable insights and comprehensive tasks. WooRank’s automated website review tool helps online marketers achieve and maintain high rankings in search engines, keep track of social and local traffic, improve conversions, monitor uptime and fine-tune their online marketing efforts. WooRank’s software is both easy to understand (in multiple languages) and easy to use, offering small and medium-sized business owners and marketers a single dashboard to instantly analyze and optimize websites.\",\r\n            \"property-domain\": \"woorank.com\",\r\n            \"property-email\": \"boris@woorank.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/woorank\",\r\n            \"property-facebookGraph.organization.about\": \"Digital Marketing Software for SMBs, Online Marketers & SEO consultants. The automated, instant and simple way to optimize, promote & measure your website\",\r\n            \"property-facebookGraph.organization.category\": \"Software\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"WooRank is an internet startup focused on providing small businesses, online marketers and SEOs a solution to optimize, promote and measure their websites in an automated, instant and simple way. \\n\\nYou can also follow WooRank on Twitter (@WooRank), Google+, Instagram and LinkedIn for product updates, Online Marketing news, resources for online marketers or answers to support questions.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/15844248_1379267078781371_1402502631577134036_o.jpg?oh=9918c56edbea34d381af516970733334&oe=59617D4D\",\r\n            \"property-facebookGraph.organization.engagement\": \"4662\",\r\n            \"property-facebookGraph.organization.fanCount\": \"4662\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"WooRank\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"WooRank is a Digital Marketing Software for SMBs which main product is a Website Reviewer. \\n\\nIt provides a dynamic score on a 100-point scale that represents how well prepared is your site to give results from your online marketing. The review is based on 70 factors ranging from keywords to usability and social monitoring. Beyond the score, the WooRank Review provides valuable insights and tips to obtain the biggest return of investment of your online marketing. \",\r\n            \"property-facebookGraph.organization.username\": \"woorank\",\r\n            \"property-founded_year\": \"2011\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488355990021\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Boulevard Louis Schmidt 29\",\r\n            \"property-hubspot.company.custom-admin_username\": \"woo\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Brussels\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"woorank\",\r\n            \"property-hubspot.company.custom-company_name\": \"woorank\",\r\n            \"property-hubspot.company.custom-country\": \"Belgium\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040924379\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"WooRank is a Web-based service that helps owners of small and medium-sized businesses, online marketers and digital agencies instantly analyze their (clients’) websites and learn how they can optimized. WooRank screens websites and instantly turns valuable but fragmented data into clear reports that offer actionable insights and comprehensive tasks. WooRank’s automated website review tool helps online marketers achieve and maintain high rankings in search engines, keep track of social and local traffic, improve conversions, monitor uptime and fine-tune their online marketing efforts. WooRank’s software is both easy to understand (in multiple languages) and easy to use, offering small and medium-sized business owners and marketers a single dashboard to instantly analyze and optimize websites.\",\r\n            \"property-hubspot.company.custom-domain\": \"woorank.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/woorank\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2011\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509343362568\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Google Drive\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/woorank\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"WooRank is a Web-based service that helps owners of small and medium-sized businesses, online marketers and digital agencies instantly analyze their (clients’) websites and learn how they can optimized. WooRank screens websites and instantly turns valuable but fragmented data into clear reports that offer actionable insights and comprehensive tasks. WooRank’s automated website review tool helps online marketers achieve and maintain high rankings in search engines, keep track of social and local traffic, improve conversions, monitor uptime and fine-tune their online marketing efforts. WooRank’s software is both easy to understand (in multiple languages) and easy to use, offering small and medium-sized business owners and marketers a single dashboard to instantly analyze and optimize websites.\",\r\n            \"property-hubspot.company.custom-name\": \"WooRank\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063046885\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"50\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 252-227-7013\",\r\n            \"property-hubspot.company.custom-state\": \"Bruxelles\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Brussels\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"woorank\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"amazon_ses;aws_route_53;new_relic;mailjet;google_tag_manager;mandrill;amazon_s3;apache;recurly;google_analytics;google_apps;aws_ec2;sentry\",\r\n            \"property-hubspot.company.custom-website\": \"woorank.com\",\r\n            \"property-hubspot.company.custom-zip\": \"1040\",\r\n            \"property-hubspot.company.founded\": \"2011\",\r\n            \"property-hubspot.company.integrations\": \"Google Drive\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"WooRank is a Web-based service that helps owners of small and medium-sized businesses, online marketers and digital agencies instantly analyze their (clients’) websites and learn how they can optimized. WooRank screens websites and instantly turns valuable but fragmented data into clear reports that offer actionable insights and comprehensive tasks. WooRank’s automated website review tool helps online marketers achieve and maintain high rankings in search engines, keep track of social and local traffic, improve conversions, monitor uptime and fine-tune their online marketing efforts. WooRank’s software is both easy to understand (in multiple languages) and easy to use, offering small and medium-sized business owners and marketers a single dashboard to instantly analyze and optimize websites.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Google Drive\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/woorank\",\r\n            \"property-linkedinbio\": \"WooRank is a Web-based service that helps owners of small and medium-sized businesses, online marketers and digital agencies instantly analyze their (clients’) websites and learn how they can optimized. WooRank screens websites and instantly turns valuable but fragmented data into clear reports that offer actionable insights and comprehensive tasks. WooRank’s automated website review tool helps online marketers achieve and maintain high rankings in search engines, keep track of social and local traffic, improve conversions, monitor uptime and fine-tune their online marketing efforts. WooRank’s software is both easy to understand (in multiple languages) and easy to use, offering small and medium-sized business owners and marketers a single dashboard to instantly analyze and optimize websites.\",\r\n            \"property-name\": \"WooRank\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Boulevard Louis Schmidt 29\",\r\n            \"property-organization.address.city\": \"Brussels\",\r\n            \"property-organization.address.countryCode\": \"Belgium\",\r\n            \"property-organization.address.state\": \"Bruxelles\",\r\n            \"property-organization.address.zipCode\": \"1040\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.contact.email\": \"info@woorank.com\",\r\n            \"property-organization.emailDomainNames\": \"woorank.com\",\r\n            \"property-organization.employeeCount\": \"11-50\",\r\n            \"property-organization.foundingDate\": \"Boris Demaria\\nJean Derely\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"WooRank\",\r\n            \"property-organization.phoneNumber\": \"+12522277013\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+12522277013\",\r\n            \"property-organization.phoneNumber-International\": \"+1 252-227-7013\",\r\n            \"property-organization.phoneNumber-Location\": \"North Carolina\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-252-227-7013\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/woorank\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+woorank\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/woorank/?hl=en\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/woorank\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/woorank\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/WooRankTV\",\r\n            \"property-organization.usedTechnologies\": \"jQuery, Modernizr, Moment.js, Twitter Bootstrap\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/woorank-com\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/woorank\",\r\n            \"property-organization.website\": \"https://www.woorank.com\",\r\n            \"property-phone\": \"+1 252-227-7013\",\r\n            \"property-state\": \"Bruxelles\",\r\n            \"property-timezone\": \"Europe/Brussels\",\r\n            \"property-twitterhandle\": \"woorank\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/woorank\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/woorank\",\r\n            \"property-user.social.Twitter\": \"woorank\",\r\n            \"property-user.timezone\": \"Europe/Brussels Standard Time\",\r\n            \"property-website\": \"woorank.com\",\r\n            \"property-website.Description\": \"Get Found Online. WooRank’s technical SEO auditor allows you to check your website for common SEO problems & helps you improve your online rankings.\",\r\n            \"property-website.Title\": \"SEO Audit Tool & Website Review - WooRank\",\r\n            \"property-zip\": \"1040\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"8fdb1765-18b0-5c00-9f23-6e613c3d65ee\",\r\n          \"name\": \"APPMONK ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-admin_username\": \"appmonk\",\r\n            \"property-cluedin_subdomain\": \"AppMonk\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040925230\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1434\",\r\n            \"property-cvr.organization.address+streetCode\": \"1262\",\r\n            \"property-cvr.organization.address+streetName\": \"Danneskiold-Samsøes Allé\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"41\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"-170100\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"1913255\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"579130\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/27211243/ZG9rdW1lbnRsYWdlcjovLzAzLzRlL2RjLzg2L2UyL2E5NmItNDBiOS1hNDZjLWQxMWNlMWViZTE5NQ.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-252641\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-252443\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2013-06-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2012-01-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"06-30\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"07-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"582900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden udgivelse af software\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"APPMONK ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed med handel, produktion, salg og markedsføring af software samt dermed beslægtet virksomhed efter direktionens skøn samt eje kapitalandele i andre selskaber.\",\r\n            \"property-cvr.organization.registeredCapital\": \"540000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2012-01-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2014-06-03T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"We like apps We like all kinds of apps and platforms, but so far we have focused our efforts on the iOS platform, for Apples great devices, iPhone and iPad. Apples technology makes it possible for us to create unique user experiences for our customers. The iOS platform and ecosystem is very homogeneous and has many advanced technologies integrated.\",\r\n            \"property-domain\": \"appmonk.dk\",\r\n            \"property-facebookGraph.organization.about\": \"AppMonk to Improve Life\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/17192539_1277672282319464_3149887689068852400_o.jpg?oh=49436e62531a07c15197a18c2fec7406&oe=5961A2BD\",\r\n            \"property-facebookGraph.organization.engagement\": \"360\",\r\n            \"property-facebookGraph.organization.fanCount\": \"360\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"AppMonk\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.680835663706\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.604179762578\",\r\n            \"property-facebookGraph.organization.mission\": \"The mission is to build software and services that supports personal growth and sustainable living.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"AppMonk\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/12f9428d-37d6-4d2c-b9dd-680832c65d4d.png\",\r\n            \"property-hs_lastmodifieddate\": \"1488880274455\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"Danneskiold-Samsøes Allé 41\",\r\n            \"property-hubspot.company.custom-admin_username\": \"appmonk\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"København K\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"AppMonk\",\r\n            \"property-hubspot.company.custom-company_name\": \"AppMonk\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040925230\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"We like apps We like all kinds of apps and platforms, but so far we have focused our efforts on the iOS platform, for Apples great devices, iPhone and iPad. Apples technology makes it possible for us to create unique user experiences for our customers. The iOS platform and ecosystem is very homogeneous and has many advanced technologies integrated.\",\r\n            \"property-hubspot.company.custom-domain\": \"appmonk.dk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498896654727\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2012\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/12f9428d-37d6-4d2c-b9dd-680832c65d4d.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509121406835\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1488880274447\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/appmonk-aps\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"We like apps We like all kinds of apps and platforms, but so far we have focused our efforts on the iOS platform, for Apples great devices, iPhone and iPad. Apples technology makes it possible for us to create unique user experiences for our customers. The iOS platform and ecosystem is very homogeneous and has many advanced technologies integrated.\",\r\n            \"property-hubspot.company.custom-name\": \"AppMonk ApS\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503042995432\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1506531999562\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1505426400000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"3\",\r\n            \"property-hubspot.company.custom-num_notes\": \"5\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 53 60 07 87\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"appmonk.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1434\",\r\n            \"property-hubspot.company.founded\": \"2012\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.linkedInBio\": \"We like apps We like all kinds of apps and platforms, but so far we have focused our efforts on the iOS platform, for Apples great devices, iPhone and iPad. Apples technology makes it possible for us to create unique user experiences for our customers. The iOS platform and ecosystem is very homogeneous and has many advanced technologies integrated.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1488880274447\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-linkedinbio\": \"We like apps We like all kinds of apps and platforms, but so far we have focused our efforts on the iOS platform, for Apples great devices, iPhone and iPad. Apples technology makes it possible for us to create unique user experiences for our customers. The iOS platform and ecosystem is very homogeneous and has many advanced technologies integrated.\",\r\n            \"property-name\": \"appmonk.dk\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-organization.address\": \"Danneskiold-Samsøes Allé 41\\n1434 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Danneskiold-Samsøes Allé 41\",\r\n            \"property-organization.address.zipCode\": \"1434\",\r\n            \"property-organization.annualRevenue\": \"1913255 DKK\",\r\n            \"property-organization.codes.cvr\": \"34211272\",\r\n            \"property-organization.contact.email\": \"mathias@appmonk.dk\",\r\n            \"property-organization.emailDomainNames\": \"appmonk.dk\",\r\n            \"property-organization.employeeCount\": \"2-4\",\r\n            \"property-organization.foundingDate\": \"2012-01-12T00:00:00.0000000+00:00\",\r\n            \"property-organization.name\": \"appmonk\",\r\n            \"property-organization.phoneNumber\": \"+4553600787\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4553600787\",\r\n            \"property-organization.phoneNumber-International\": \"+45 53 60 07 87\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-53-60-07-87\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/AppMonk/\",\r\n            \"property-organization.website\": \"www.appmonk.dk\",\r\n            \"property-phone\": \"+45 53 60 07 87\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/appmonk-aps\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"appmonk.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"bf9c85f0-2246-5e93-98c1-0007831cc4c3\",\r\n          \"name\": \"Intel\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"Experience What's Inside\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Intel, the world leader in silicon innovation, develops technologies, products and initiatives to continually advance how people work and live.\\n\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/13029652_10153461314901850_8727677306496959283_o.jpg?oh=25b1632a50e581635e36a7c3e2c86398&oe=5951B14C\",\r\n            \"property-facebookGraph.organization.engagement\": \"35450605\",\r\n            \"property-facebookGraph.organization.fanCount\": \"35450605\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Intel\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.mission\": \"Keep the innovation economy moving into the future.\\n\\nHOUSE RULES:\\n\\nWelcome to Intel’s Facebook page. We’re glad you are here. \\n\\nThis page provides a place to discuss the Intel brand, our family of products, initiatives, services and breaking news. The following guidelines are designed to help provide a quality environment for our fans. Please take a minute to read them and keep them in mind whenever you participate. \\n\\nBy using or accessing this page, you agree to comply with Facebook’s Terms and Conditions. While we are excited to hear from everyone, it is important to note that postings by fans to Intel’s Facebook page do not necessarily reflect the opinions of Intel, nor does Intel confirm their accuracy. \\n\\nWe understand that technology is a subject many of you are passionate about – a passion we share. We welcome all questions and commentary, including constructive feedback. We don’t take decisions on moderating posts lightly. But we do expect that participants post content and commentary that is both relevant and respectful to this community as a whole. Intel reserves the right to remove any posts that don’t adhere to our guidelines and to block anyone who violates them repeatedly. Specifically, we do not tolerate these kinds of posts:  \\n\\n•\\tAbusive, harassing, stalking, threatening or attacking others\\n•\\tDefamatory, offensive, obscene, vulgar or depicting violence \\n•\\tHateful in language targeting race/ethnicity, religion, gender, nationality or political beliefs \\n•\\tFraudulent, deceptive, misleading or unlawful\\n•\\tTrolling or deliberate disruption of discussion\\n•\\tViolations of any intellectual property rights \\n•\\tSpamming in nature\\n•\\tUploading files that contain viruses or programs that could damage the operation of other people’s computers\\n•\\tCommercial solicitation or solicitation of donations\\n•\\tLink baiting (embedding a link in your post to draw traffic to your own site)\\n\\nIf you have a customer service issue, we recommend visiting http://www.intel.com/p/en_US/support or sending a tweet to http://twitter.com/intelsupport for the fastest paths to resolution.\\n\\nView Intel Online Privacy Notice Summary : www.intel.com/privacy  \",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"@Intel on Twitter\\nhttp://twitter.com/intel\\nhttp://twitter.com/intelinside \\nhttp://twitter.com/intelsupport (support queries)\\n\\n@Intel on Instagram\\nhttp://instagram.com/intel\\n\\nIntel Blogs\\nFamily of Intel blogs http://blogs.intel.com\\n\\nIntel Hardware information:  \\nhttp://www.intel.com/buy\\nhttp://www.intel.com/design\\n\\nSupport:  Hardware Support is available at http://www.intel.com/go/supportcommunity \\n\\nIntel Software information:  \\nhttp://www.intel.com/software\\nSupport:  http://www.intel.com/software/support\\n\\n.\",\r\n            \"property-facebookGraph.organization.username\": \"Intel\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Intel-Corporation-RVW10537585.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"If over the age of 40 mostly likely will be part of the layoff selection.  Intel is not supportive of its long time employees and are the first to go when job cutting happens.  Performance does not play a part in the decision it is mostly age related.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Not supportive of over 40 employees\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Supports innovation a great place for young recent college graduates to get their feet wet.  I would take advantage of the experience and then look for opportunities at other companies.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-05-09T08:11:00.2100000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"3160\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"60\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"40\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"8923\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"72\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Santa Clara\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498897339283\",\r\n            \"property-hubspot.company.custom-description\": \"Intel Corporation (better known as Intel, stylized as intel) is an American multinational technology company headquartered in Santa Clara, California. Intel is one of the world's largest and highest valued semiconductor chip makers, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel supplies processors for computer system manufacturers such as Apple, Samsung, HP and Dell. Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphics chips, embedded processors and other devices related to communications and computing. Intel Corporation was founded on July 18, 1968, by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove, Intel combines advanced chip design capability with a leading-edge manufacturing capability.\",\r\n            \"property-hubspot.company.custom-domain\": \"intel.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Intel\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499079827480\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1968\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"2b48951f-cdbd-4919-9370-23ef41d736bd\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601528294\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498897339283\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"SEMICONDUCTORS\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/intel-corporation\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Intel Corporation (better known as Intel, stylized as intel) is an American multinational technology company headquartered in Santa Clara, California. Intel is one of the world's largest and highest valued semiconductor chip makers, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel supplies processors for computer system manufacturers such as Apple, Samsung, HP and Dell. Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphics chips, embedded processors and other devices related to communications and computing. Intel Corporation was founded on July 18, 1968, by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove, Intel combines advanced chip design capability with a leading-edge manufacturing capability.\",\r\n            \"property-hubspot.company.custom-name\": \"Intel\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 408-393-1819\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"10.5M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"intel\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;google_adsense;disqus;facebook_connect;brightcove;outbrain_ads;google_charts;eloqua;asp_net;facebook_like_button;tealium;demandware;omniture_adobe_analytics;apache;google_maps;go_squared;taboola_ads;taleo;google_analytics;livefyre;twitter_button;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"intel.com\",\r\n            \"property-hubspot.company.custom-zip\": \"95054\",\r\n            \"property-hubspot.company.founded\": \"1968\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Intel Corporation (better known as Intel, stylized as intel) is an American multinational technology company headquartered in Santa Clara, California. Intel is one of the world's largest and highest valued semiconductor chip makers, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel supplies processors for computer system manufacturers such as Apple, Samsung, HP and Dell. Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphics chips, embedded processors and other devices related to communications and computing. Intel Corporation was founded on July 18, 1968, by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove, Intel combines advanced chip design capability with a leading-edge manufacturing capability.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Semiconductor manufacturing company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Intel Corporation is an American multinational corporation and technology company headquartered in Santa Clara, California that was founded by Gordon Moore and Robert Noyce. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Intel\",\r\n            \"property-organization.address.city\": \"Santa Clara\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.zipCode\": \"95054\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"intel.com\",\r\n            \"property-organization.foundingDate\": \"1968\",\r\n            \"property-organization.industry\": \"SEMICONDUCTORS\",\r\n            \"property-organization.phoneNumber\": \"+14083931819\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+14083931819\",\r\n            \"property-organization.phoneNumber-International\": \"+1 408-393-1819\",\r\n            \"property-organization.phoneNumber-Location\": \"California\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-408-393-1819\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Intel/\",\r\n            \"property-organization.website\": \"intel.com\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Intel\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/intel-corporation\",\r\n            \"property-user.social.Twitter\": \"intel\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"78e1ae70-9062-5e43-878b-4fbad2910620\",\r\n          \"name\": \"SPROOM SOLUTIONS A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+city\": \"Trørød\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1411\",\r\n            \"property-cvr.organization.address+streetCode\": \"4140\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"B\",\r\n            \"property-cvr.organization.address+streetName\": \"Langebrogade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"1\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.endDate\": \"2017-03-02T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"3192137\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"5088358\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"4959522\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/35902553/ZG9rdW1lbnRsYWdlcjovLzAzLzJkL2U4LzZiL2E1Lzk2NzYtNDY4MS1iNTc1LTBkZmE2MTIzYTAyNQ.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"2001840\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"2569971\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2013-10-25T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"SPROOM SOLUTIONS A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er udvikling og salg af en electronic document interchange (EDI) service og andre relaterede aktiviteter.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2013-10-25T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"OPLØSTEFTERFUSION\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-06-15T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Stockholmsgade 41\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498475655011\",\r\n            \"property-hubspot.company.custom-description\": \"Send og modtag elektroniske fakturaer til både offentlige, private- og erhvervskunder via eget økonomisystem eller via Sprooms gratis online fakturaformular.\",\r\n            \"property-hubspot.company.custom-domain\": \"sproom.net\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498475707685\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498475722803\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2010\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498475707664\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501850728592\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498475655011\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/sproom\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Send og modtag elektroniske fakturaer til både offentlige, private- og erhvervskunder via eget økonomisystem eller via Sprooms gratis online fakturaformular.\",\r\n            \"property-hubspot.company.custom-name\": \"Sproom\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1501850725031\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501850728287\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 88 20 20 40\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"2.3M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"SProom_1121\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_office_365;google_tag_manager;mandrill;google_analytics;google_apps;asp_net\",\r\n            \"property-hubspot.company.custom-website\": \"sproom.net\",\r\n            \"property-hubspot.company.custom-zip\": \"2100\",\r\n            \"property-hubspot.company.founded\": \"2010\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Send og modtag elektroniske fakturaer til både offentlige, private- og erhvervskunder via eget økonomisystem eller via Sprooms gratis online fakturaformular.\",\r\n            \"property-organization.address\": \"Langebrogade 1\\n1411 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"5088358 DKK\",\r\n            \"property-organization.codes.cvr\": \"35520953\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-10490085-2\",\r\n            \"property-organization.contact.email\": \"info@sproom.net\",\r\n            \"property-organization.emailDomainNames\": \"sproom.net\",\r\n            \"property-organization.employeeCount\": \"0\",\r\n            \"property-organization.foundingDate\": \"2013-10-25T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Sproom Solutions A/S\",\r\n            \"property-organization.phoneNumber\": \"88202040\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4588202040\",\r\n            \"property-organization.phoneNumber-International\": \"+45 88 20 20 40\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-88-20-20-40\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/sproom\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/sproomsolutions\",\r\n            \"property-organization.usedTechnologies\": \"Font Awesome, jQuery, OWL Carousel, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"sproom.net\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/sproom\",\r\n            \"property-user.social.Twitter\": \"SProom_1121\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Sproom Solutions A/S\",\r\n            \"property-website.Description\": \"\\nSend og modtag elektroniske fakturaer til b&#229;de offentlige, private- og erhvervskunder via eget &#248;konomisystem eller via Sprooms gratis online fakturaformular.\",\r\n            \"property-website.Title\": \"\\nSend og modtag elektroniske fakturaer | Sproom\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"8d240290-d51d-5792-acfa-eee68abbdbcb\",\r\n          \"name\": \"SHIPBEAT ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Dampfærgevej 2a\",\r\n            \"property-admin_username\": \"shipbeat\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"14\",\r\n            \"property-angelList.organization.highConcept\": \"The simple shipping API for e-commerce companies\",\r\n            \"property-angelList.organization.productDesc\": \"Our service gives you access to all relevant local and global shipping carriers through our simple shipping API. By integrating shipping into your e-commerce store via our API you save tons of hours integrating each and every shipping partner and you can provide a better customer experience for your customers. Empowering you to reduce your shipping cost and improve customer conversion and retention.\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-cluedin_subdomain\": \"Shipbeat\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040924928\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+door\": \"th\",\r\n            \"property-cvr.organization.address+floor\": \"2\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"1874\",\r\n            \"property-cvr.organization.address+streetName\": \"Forbindelsesvej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"12\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.creditStatusText\": \"Konkurs\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"29151\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"-1720081\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"4457255\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/43224653/ZG9rdW1lbnRsYWdlcjovLzAzLzM3L2FiLzE0LzIzLzRkODMtNGQwZi1iYjJmLTI4Y2EyOTgzZTQ0Ng.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-4718956\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-6135487\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2015\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-01-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"True\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"582900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden udgivelse af software\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"SHIPBEAT ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"620200\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle og markedsføre en software- og infrastrukturløsning med henblik på at organisere logistik for shipping til kunder på konsoliderede aftaler.\",\r\n            \"property-cvr.organization.registeredCapital\": \"132678.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2014-01-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"UNDERKONKURS\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2014-07-18T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Our service gives you access to all relevant local and global shipping carriers through our simple shipping API. By integrating shipping into your e-commerce store via our API you save tons of hours integrating each and every shipping partner and you can provide a better customer experience for your customers. Empowering you to reduce your shipping cost and improve customer conversion and retention.\",\r\n            \"property-domain\": \"shipbeat.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/shipbeat\",\r\n            \"property-founded_year\": \"2014\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Not Applicable\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"0.0\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1484041636172\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.founded\": \"2014\",\r\n            \"property-hubspot.company.integrations\": \"Podio\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Our service gives you access to all relevant local and global shipping carriers through our simple shipping API. By integrating shipping into your e-commerce store via our API you save tons of hours integrating each and every shipping partner and you can provide a better customer experience for your customers. Empowering you to reduce your shipping cost and improve customer conversion and retention.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Podio\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedinbio\": \"Our service gives you access to all relevant local and global shipping carriers through our simple shipping API. By integrating shipping into your e-commerce store via our API you save tons of hours integrating each and every shipping partner and you can provide a better customer experience for your customers. Empowering you to reduce your shipping cost and improve customer conversion and retention.\",\r\n            \"property-name\": \"shipbeat\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Forbindelsesvej 12 2 th\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"-1720081 DKK\",\r\n            \"property-organization.codes.cvr\": \"35642234\",\r\n            \"property-organization.contact.email\": \"ks@shipbeat.com\",\r\n            \"property-organization.emailDomainNames\": \"shipbeat.com\",\r\n            \"property-organization.employeeCount\": \"0\",\r\n            \"property-organization.foundingDate\": \"2014-01-03T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"shipbeat\",\r\n            \"property-organization.phoneNumber\": \"30740516\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4530740516\",\r\n            \"property-organization.phoneNumber-International\": \"+45 30 74 05 16\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-30-74-05-16\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/shipbeat\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/shipbeathq\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/shipbeat\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/shipbeat\",\r\n            \"property-organization.website\": \"http://shipbeat.com\",\r\n            \"property-phone\": \"+4530740516\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"shipbeathq\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/shipbeat\",\r\n            \"property-user.social.Twitter\": \"shipbeathq\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"shipbeat.com\",\r\n            \"property-zip\": \"2100\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"08535534-5150-5d76-8a3e-9f8e6a33f205\",\r\n          \"name\": \"Gartner\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.blogUrl\": \"http://blogs.gartner.com\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"202\",\r\n            \"property-angelList.organization.videoUrl\": \"https://www.youtube.com/watch?v=-dTm7YaTHJk&feature=youtu.be\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Stamford\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1493233425898\",\r\n            \"property-description\": \"Gartner Consulting provides fact-based consulting services that help their clients use and manage IT to enable business performance. Gartner's 1,200 analysts and resarchers offer consulting services and advice to business executives in 80 countries. In addition, Gartner publishes original research and answers client questions.\",\r\n            \"property-domain\": \"gartner.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/Gartner\",\r\n            \"property-facebookGraph.organization.about\": \"Gartner, Inc. (NYSE: IT) is the world's leading information technology research and advisory company. Gartner delivers the technology-related insight necessary for its clients to make the right decisions, every day.\",\r\n            \"property-facebookGraph.organization.category\": \"Workplace & Office\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/16640778_10154488933047983_5353277652350199768_n.jpg?oh=a4f8c08a0ae5ef6b790b0bbfc3c73e01&oe=5967CAED\",\r\n            \"property-facebookGraph.organization.engagement\": \"55928\",\r\n            \"property-facebookGraph.organization.fanCount\": \"55928\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Gartner\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"41.030122909294\",\r\n            \"property-facebookGraph.organization.longitude\": \"-73.550827714831\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.4\",\r\n            \"property-facebookGraph.organization.username\": \"Gartner\",\r\n            \"property-founded_year\": \"1979\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Gartner-RVW7899945.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Huge problem developing people.  Academy is a process that is 2+ months long.  After going through many interviews, flying around the country, and going through 2+ months of training's, you still might not be a good fit.  A lot of people move just for this job, and they do not even know if they will make it through training and a lot of people don't.  \\n\\nManagement is a problem, be careful of the bait and switch.  In your interview process you will meet with VP and successful members of management, which is who determines if you get the job.  However, that will more than likely be your last exposure with them, which I did not realize.  When you come out of the Academy, you are going to be at random assigned a manager and a team.  You have no control over the types of people or manager you have to report to.  My experience was awful, I walked into a team that hated their manager.  My mentor was going to quit unless the manager left soon, and 4 of the 7 people on my team left recently because of management issues.  I walked into a less than desirable situation and I could do nothing about it.  \\n\\nMany people say people don't quit companies, they quit managers.  This is certainly the case at Gartner.  The turnover is tremendously high, they will downplay this hard, and many of my peers asked the same questions I did, and you will just feel that they are not being honest.  They will want to pitch you and say that it is promotions, don't let them lie to you.  Within my first year every person that sat next to me or on other teams around me had changed.  Out of the 10-15 people close to me that left, 1 was promoted.  They will force a lot of people out, they dont fire, but they put extensive pressure, and it happens a lot.  \\n\\nThe problem really is not bad quality candidates or poor training.  It is the lack of management.  The majority of the managers are rookie managers who are not experienced with people development.  Many are under the age of 30, and they simply lack experience of being leaders, they focus solely on being managers and managing numbers.  \\n\\nThis is a dial for dollars job. Call Call Call, this is a call center.  No matter how much they try to make it look cool or edgy, you need to be very clear on expectations, because the real job is to consistently cold call.  The territories have been consistently shrinking has they are bringing in more and more sales people.  The list of companies you get to prospect has been contacted many many times, in fact the company is now even switching prospect lists quarterly, so every quarter a new sales rep is reaching out trying to get a sale, which can make for tough cold call sessions and blitz days.  The only way to come over that, is to find new start up companies to target, the challenge there is those companies are seeking funding, and you are asking them to spend more money then what they have in hope we can get them help with funding.\\n\\nOn top of switching your prospects, you may have to switch territories often as well.  This is not a job where you have a specific territory and you develop and build relationships with people.  You have to call and try to get the deal right away.  When you do switch prospects or territories you have a few weeks at best to close anything that is already in the works.  The problem is often you will get people to reach out to you months later when they are ready.  Many sales jobs that is ideal as your efforts eventually pay off, but at Gartner, they are no longer your prospect and you do not get any rights at all to get that business, even if they ask for you it is a battle to get the business to fall your way.  \\n\\nYou wont have any good tools for CRM or LMS. Tracking prospects or notes is not going to happen, everything is done via personal notes, which your not going to get once they become your prospect.  \\n\\nYou must have spirit to work here.  There are so many dress up days and theme days, you must dress up much like high school very regularly to have \\\"spirit\\\" weeks.  \\n\\nDo not get use to your team, change happens so much.  There are a few sales employees who have tenure, but not very many at all.  In fact many of the people who you will meet with tenure actually had most of that tenure in another role in the company, usually CP, the sales channel does not have that much success keeping people long term.  \\n\\nThere are a lot of uncontrollables at this company.  Your manager, your team, your territory, your book of business......all of that is something you have no say or control over.  All of it impacts your income and longevity with the company.\\n\\nYou should not talk to upper management.  When you get out of training, I was told by a lot of people on the floor that you should not talk with upper management on issues.  Upper management is great to have fun with and interact with personally, but you should not have business issues discussed with them.  Two times I had issues where I had a specific game plan to obtain a business deal, both these times my direct manager told me not to go with my game plan and go with hers instead.  Both times her game plan did not work.  So when I talked to upper management about the situation he suggested something different, which was the exact plan that I had in the first place, I asked him then how I could better communicate with my manager so we could have avoided this.  That was a mistake on my part as that rocked the boat and made for a uncomfortable situation.  Both of those examples I was able to save the business, and I felt I should absolutely be able to have a strategic conversation with my VP to better communicate with my brand new manager.  But as all of my senior peers advised, don't go to management unless it is a massive huge problem or they ask you in to talk, just don't do it.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Account Manager\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Account Manager SMB\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Fort Myers, FL\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Modern culture, flexible work environment, great facilities and amenities at work (gym, chefs, pool tables, etc)\\n\\nYou will get a lot of education and exposure with working with enterprise size clients and C-Level executives.  \\n\\nA lot of perks come with the company, great vacations, team days, fun events, and fun quarter closes.  \\n\\nIf you like technology and big business, this is a great opportunity.  The company is in front of the market and many business's will recruit you as they know people from Gartner are usually among the brightest.  \\n\\nThis is a very good company, and they are growing like crazy.  I have had a personal bad experience, but I would have worked for the company and done it all again.  I would just have hoped to get placed on with a senior manager who was proven and a good leader.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2015-09-10T07:39:00.1570000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"813\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"90\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"10\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"1227\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"76\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_lastmodifieddate\": \"1493233426147\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Stamford\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1493233425898\",\r\n            \"property-hubspot.company.custom-description\": \"Gartner Consulting provides fact-based consulting services that help their clients use and manage IT to enable business performance. Gartner's 1,200 analysts and resarchers offer consulting services and advice to business executives in 80 countries. In addition, Gartner publishes original research and answers client questions.\",\r\n            \"property-hubspot.company.custom-domain\": \"gartner.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Gartner\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1979\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1497098672770\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1493233425898\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/gartner\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Gartner Consulting provides fact-based consulting services that help their clients use and manage IT to enable business performance. Gartner's 1,200 analysts and resarchers offer consulting services and advice to business executives in 80 countries. In addition, Gartner publishes original research and answers client questions.\",\r\n            \"property-hubspot.company.custom-name\": \"Gartner, Inc.\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 800-213-4848\",\r\n            \"property-hubspot.company.custom-state\": \"CT\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"1.5K\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Gartner_inc\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"google_tag_manager;recaptcha;google_analytics;eloqua;optimizely;ios\",\r\n            \"property-hubspot.company.custom-website\": \"gartner.com\",\r\n            \"property-hubspot.company.custom-zip\": \"06902\",\r\n            \"property-hubspot.company.founded\": \"1979\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Gartner Consulting provides fact-based consulting services that help their clients use and manage IT to enable business performance. Gartner's 1,200 analysts and resarchers offer consulting services and advice to business executives in 80 countries. In addition, Gartner publishes original research and answers client questions.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1493233425898\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-knowledgeGraph.organization.description\": \"Research company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Gartner, Inc. is an American research and advisory firm providing information technology related insight for IT and other business leaders located across the world. Its headquarters are in Stamford, Connecticut, United States. It was known as Gartner Group, Inc until 2000, when it was then changed to Gartner.\\nResearch provided by Gartner targets CIOs, senior IT, marketing and supply chain leaders. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Gartner\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/gartner\",\r\n            \"property-linkedinbio\": \"Gartner Consulting provides fact-based consulting services that help their clients use and manage IT to enable business performance. Gartner's 1,200 analysts and resarchers offer consulting services and advice to business executives in 80 countries. In addition, Gartner publishes original research and answers client questions.\",\r\n            \"property-name\": \"Gartner, Inc.\",\r\n            \"property-organization.address.city\": \"Stamford\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CT\",\r\n            \"property-organization.address.streetName\": \"56 Top Gallant Rd\",\r\n            \"property-organization.address.zipCode\": \"06902\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"gartner.com\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Gartner\",\r\n            \"property-organization.phoneNumber\": \"+18002134848\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+18002134848\",\r\n            \"property-organization.phoneNumber-International\": \"+1 800-213-4848\",\r\n            \"property-organization.phoneNumber-Location\": \"Stamford, CT\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-800-213-4848\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/Gartner\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/gartnerinc\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/gartner\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/gartner\",\r\n            \"property-organization.website\": \"http://www.gartner.com\",\r\n            \"property-phone\": \"+1 800-213-4848\",\r\n            \"property-state\": \"CT\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"Gartner_inc\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Gartner\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/gartner\",\r\n            \"property-user.social.Twitter\": \"Gartner_inc\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"gartner.com\",\r\n            \"property-zip\": \"06902\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"f182b549-ab6b-5464-9491-47204738dabd\",\r\n          \"name\": \"Cerebro Technology\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cluedin_account_name\": \"cerebro\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000YxwtaAAB\",\r\n            \"property-is_test_account\": \"True\",\r\n            \"property-organization.annualRevenue\": \"5000.0\",\r\n            \"property-organization.emailDomainNames\": \"cerebro.technology\",\r\n            \"property-organization.employeeCount\": \"6\",\r\n            \"property-organization.industry\": \"Technology\",\r\n            \"property-organization.name\": \"Cerebro Technology\",\r\n            \"property-organization.website\": \"http://cerebro.technology\",\r\n            \"property-salesforce.account.accountNumber\": \"111\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.rating\": \"Warm\",\r\n            \"property-salesforce.account.type\": \"Prospect\",\r\n            \"property-salesforce.account.website\": \"http://cerebro.technology\",\r\n            \"property-zendesk.organization.custom-cluedin_account_name\": \"cerebro\",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"True\",\r\n            \"property-zendesk.organization.details\": \"Cerebro Technology\\n740 Evergreen Terrace, Springfield\",\r\n            \"property-zendesk.organization.notes\": \"This is the CluedIn fictional test organization\",\r\n            \"property-zendesk.organization.sharedComments\": \"False\",\r\n            \"property-zendesk.organization.sharedTickets\": \"False\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"20313ca6-cdaf-58ce-8edc-428b88377894\",\r\n          \"name\": \"NNIT A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Søborg\",\r\n            \"property-cvr.organization.address+municipalityName\": \"GLADSAXE\",\r\n            \"property-cvr.organization.address+postalCode\": \"2860\",\r\n            \"property-cvr.organization.address+streetCode\": \"990\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"A\",\r\n            \"property-cvr.organization.address+streetName\": \"Østmarken\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"3\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"1998-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"1998-05-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"GLADSAXE\",\r\n            \"property-cvr.organization.name\": \"NNIT A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"722000\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Forskning og eksperimentel udvikling inden for samfundsvidenskab og humanistiske videnskaber\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle og markedsføre produkter og tjenesteydelser inden for informationsteknologi, projektledelse og konsulentvirksomhed samt enhver anden relateret virksomhed efter bestyrelsens skøn. Herudover kan Selskabet, inden for sit forretningsområde, deltage i samarbejder eller indgå i partnerskaber med andre virksomheder.\",\r\n            \"property-cvr.organization.registeredCapital\": \"250000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1998-05-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-03-08T00:00:00.0000000+00:00\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-NNIT-RVW9662403.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Just what you might expect with a European company that is new in the US.  Some of the US-based HR processes are still in need of maturing, but that's to be expected.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Good up and coming IT consultancy in SF area\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"San Francisco, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"A company with good values: open; honest; and value adding- you get a chance to effect positive change in the IT segment of the life sciences industry.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-02-22T15:07:07.4130000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"11\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"64\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"36\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"27\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"72\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"3 Østmarken\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Søborg\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1496656500494\",\r\n            \"property-hubspot.company.custom-description\": \"NNIT A/S provides IT development, implementation and operation consultancies. It offers services including advising, building, implementing, managing and supporting IT solutions and operating IT systems for customers.\",\r\n            \"property-hubspot.company.custom-domain\": \"nnit.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/NNIT-AS\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1500467367429\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498650444219\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1994\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1500467367429\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"29a0f850-cba8-47ad-b30d-ac9363dc4308\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504863615283\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1496656500494\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/nnit\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"NNIT A/S provides IT development, implementation and operation consultancies. It offers services including advising, building, implementing, managing and supporting IT solutions and operating IT systems for customers.\",\r\n            \"property-hubspot.company.custom-name\": \"NNIT\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503922951985\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504863614487\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1506031200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"4\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"5000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 30 79 67 27\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"nnit\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;youtube;google_analytics;twitter_button;sharepoint;asp_net;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"nnit.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2860\",\r\n            \"property-hubspot.company.founded\": \"1994\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"NNIT A/S provides IT development, implementation and operation consultancies. It offers services including advising, building, implementing, managing and supporting IT solutions and operating IT systems for customers.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"NNIT A/S is an ISO 9001 certified international IT service provider. NNIT is one of the three largest providers of ITservices in Denmark and operates within the following focus areas: IT consultancy, and the development, implementation and outsourcing of IT services for life sciences, finance, public and other industries.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/NNIT\",\r\n            \"property-organization.address\": \"Østmarken 3 A\\n2860 Søborg\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Søborg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2860\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"21093106\",\r\n            \"property-organization.emailDomainNames\": \"nnit.com\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.foundingDate\": \"1998-05-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.phoneNumber\": \"44424242\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4530796727\",\r\n            \"property-organization.phoneNumber-International\": \"+45 30 79 67 27\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-30-79-67-27\",\r\n            \"property-organization.website\": \"nnit.com\",\r\n            \"property-twitter.user.followersCount\": \"1158\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"1081\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"1161\",\r\n            \"property-twitter.user.url\": \"https://t.co/m5pyIIvQdF\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-user.location\": \"Copenhagen, Denmark\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/NNIT-AS\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/nnit\",\r\n            \"property-user.social.Twitter\": \"nnit\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"fc0f31be-6b79-5b1b-a23a-8d7717b4a2d4\",\r\n          \"name\": \"Namics\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"19 Teufener Strasse\",\r\n            \"property-admin_username\": \"namics\",\r\n            \"property-annualrevenue\": \"500000000\",\r\n            \"property-city\": \"Sankt Gallen\",\r\n            \"property-cluedin_subdomain\": \"Namics\",\r\n            \"property-country\": \"Switzerland\",\r\n            \"property-createdate\": \"1484040929820\",\r\n            \"property-description\": \"Namics ist die Full-Service-Webagentur für E-Commerce, Digitale Kommunikation, Content Management, Webanwendungen und Mobile Business Apps.\",\r\n            \"property-domain\": \"namics.com\",\r\n            \"property-email\": \"lars.schilling@namics.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/namics\",\r\n            \"property-facebookGraph.organization.about\": \"Websites & Portals. E-Commerce. Digital Communication. Mobile Business. Since 1995. www.namics.com. \",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Kundenerfolg: Wir machen unsere Kunden messbar erfolgreicher!\\n\\nWir sind in St. Gallen, Zürich, Frankfurt, Hamburg und München vertreten. Fast 500 Mitarbeiter bieten das gesamte Spektrum hochwertiger, professioneller Services für E-Business und Markenkommunikation. Wir entwickeln für Unternehmen intelligente und innovative Lösungen, die ihr Geschäft erfolgreicher machen und ihre Onlinepräsenz nachhaltig prägen. Inklusive der Erfahrung aus über 1200 Projekten. Und das seit 1995.\\n\\nZu unseren Kunden zählen wir unter anderem  AMAG, Audi, AXPO, BASF, Bausparkasse Schwäbisch Hall, BRAUN, Credit Suisse, CSS Versicherung, DAB, Daimler, DekaBank, Deutsche Bahn, Europäische Zentralbank, Fraunhofer Gesellschaft, Migros, Nestlé, OSEC, Phonak, SF Schweizer Fernsehen, Swiss Life, Raiffeisen und UNHCR. Mehr dazu: www.namics.com/referenzen\\n\\nKontaktieren Sie uns:\\n\\nSchweiz:\\nNamics AG \\t\\nTeufenerstrasse 19 \\t\\nCH-9001 St. Gallen \\t  \\t \\nTelefon +41 71 228 67 77 \\t\\nFax +41 71 228 67 88 \\t\\n\\nDeutschland: \\nNamics (Deutschland) GmbH\\nHedderichstrasse 108 - 110\\nD-60596 Frankfurt am Main\\nTelefon +49 69 36 50 59 - 0\\nFax +49 69 36 50 59 - 100 \",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/15826560_10158049421095707_4266314736818308166_n.png?oh=156f048ffe70a4915fd8f3f0539fc0d0&oe=5957FF62\",\r\n            \"property-facebookGraph.organization.engagement\": \"2278\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2278\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Namics\",\r\n            \"property-facebookGraph.organization.impressum\": \"http://nam.to/impressum\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"47.36486\",\r\n            \"property-facebookGraph.organization.longitude\": \"8.531\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Unsere Kernkompetenzen sind:\\n- Web Solutions – E-Business\\n- Technologie Beratung\\n- Intranet & Collaboration\\n- Digital Communications \\n- Online Marketing\\n- Content Marketing\\n- Social Media Marketing\\n- Web Analytics\\n- E-Commerce\\n- Mobile Business Solutions\\n- Online Analyse und Strategie\\n- Online Konzeption und Design\\n- Online Entwicklung und Betrieb\\n- Technologie Beratung\",\r\n            \"property-facebookGraph.organization.username\": \"namics\",\r\n            \"property-founded_year\": \"1995\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Namics-RVW13354650.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Gehalt liegt etwas unter dem branchenüblichen Lohn\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Super Arbeitgeber\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Project Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"St. Gall (Switzerland)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Cooles Team, verantwortungsvolle Aufgaben, spannende Projekte\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-17T01:21:17.0700000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"7\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"66\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"34\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"12\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"59\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490938963534\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"19 Teufener Strasse\",\r\n            \"property-hubspot.company.custom-admin_username\": \"namics\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"500000000\",\r\n            \"property-hubspot.company.custom-city\": \"Sankt Gallen\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Namics\",\r\n            \"property-hubspot.company.custom-company_name\": \"Namics\",\r\n            \"property-hubspot.company.custom-country\": \"Switzerland\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929820\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Namics AG provides software developing services. The Company offers consulting, designs, and engineers computer software including enterprise and decision support software. Namics serves customers and businesses in a wide range of industries throughout Europe.\",\r\n            \"property-hubspot.company.custom-domain\": \"namics.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/namics\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499086012691\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1995\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1507149840959\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/namics-ag\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Namics AG provides software developing services. The Company offers consulting, designs, and engineers computer software including enterprise and decision support software. Namics serves customers and businesses in a wide range of industries throughout Europe.\",\r\n            \"property-hubspot.company.custom-name\": \"Namics\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033405\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"500\",\r\n            \"property-hubspot.company.custom-phone\": \"+41 71 228 67 77\",\r\n            \"property-hubspot.company.custom-state\": \"Sankt Gallen\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Zurich\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Namics\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"salesforce;apache;vimeo;google_maps;wordpress;google_tag_manager;postmark;mandrill;twitter_button;instagram;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"namics.com\",\r\n            \"property-hubspot.company.custom-zip\": \"9000\",\r\n            \"property-hubspot.company.founded\": \"1995\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Namics AG provides software developing services. The Company offers consulting, designs, and engineers computer software including enterprise and decision support software. Namics serves customers and businesses in a wide range of industries throughout Europe.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/namics-ag\",\r\n            \"property-linkedinbio\": \"Namics ist die Full-Service-Webagentur für E-Commerce, Digitale Kommunikation, Content Management, Webanwendungen und Mobile Business Apps.\",\r\n            \"property-name\": \"Namics\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"19 Teufener Strasse\",\r\n            \"property-organization.address.city\": \"Sankt Gallen\",\r\n            \"property-organization.address.countryCode\": \"Switzerland\",\r\n            \"property-organization.address.state\": \"Sankt Gallen\",\r\n            \"property-organization.address.streetName\": \"Teufener Strasse 19\",\r\n            \"property-organization.address.zipCode\": \"9000\",\r\n            \"property-organization.annualRevenue\": \"500000000\",\r\n            \"property-organization.contact.email\": \"newbusiness@namics.com\",\r\n            \"property-organization.emailDomainNames\": \"namics.com\",\r\n            \"property-organization.foundingDate\": \"im März 1995\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Namics\",\r\n            \"property-organization.phoneNumber\": \"+41712286777\",\r\n            \"property-organization.phoneNumber-Country\": \"Switzerland\",\r\n            \"property-organization.phoneNumber-E164\": \"+41712286777\",\r\n            \"property-organization.phoneNumber-International\": \"+41 71 228 67 77\",\r\n            \"property-organization.phoneNumber-Location\": \"St. Gallen\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+41-71-228-67-77\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/namics/photos/a.10150804791175707.730420.320385555706/10158441501765707/?type=3\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+namics\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/p/BR8zewCAq9P/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/namics-ag\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/namics/status/844536277454278657\",\r\n            \"property-organization.social+xing\": \"https://www.xing.com/companies/namicsag\",\r\n            \"property-organization.usedTechnologies\": \"Backbone.js, Google Tag Manager, jQuery, PHP, Underscore.js, WordPress\",\r\n            \"property-organization.website\": \"namics.com\",\r\n            \"property-phone\": \"+41 71 228 67 77\",\r\n            \"property-state\": \"Sankt Gallen\",\r\n            \"property-timezone\": \"Europe/Zurich\",\r\n            \"property-twitter.user.followersCount\": \"6090\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"1770\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"3959\",\r\n            \"property-twitter.user.url\": \"http://t.co/HKrdrnBvjz\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"Namics\",\r\n            \"property-user.location\": \"Zürich, St.Gallen, FF, MUC, HH\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/namics\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/namics-ag\",\r\n            \"property-user.social.Twitter\": \"Namics\",\r\n            \"property-user.timezone\": \"Europe/Zurich Standard Time\",\r\n            \"property-website\": \"namics.com\",\r\n            \"property-website.CopyrightEntity\": \"Namics AG\",\r\n            \"property-website.Description\": \"Namics ist die Full-Service-Webagentur für E-Commerce, Digitale Kommunikation, Content Management, Webanwendungen und Mobile Business Apps.\",\r\n            \"property-website.Title\": \"E-Business. Seit 1995. - Namics\",\r\n            \"property-zip\": \"9000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"7e1a5857-634f-52dc-8c8c-f2b0f578ba76\",\r\n          \"name\": \"EBay\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"Welcome eBay Facebook Fans! eBay is The World's Online Marketplace®, enabling local, national and international trade. We offer an online platform where millions of items are traded daily.  \",\r\n            \"property-facebookGraph.organization.category\": \"Website\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Follow us on Twitter: www.twitter.com/ebay and Pinterest: http://pinterest.com/ebay/\\n\\neBay is The World's Online Marketplace, enabling trade on a local, national and international basis. With a diverse and passionate community of individuals and small businesses, eBay offers an online platform where millions of items are traded each day.\\n\\nGuidelines for this page: \\nThis page is intended to be a useful exchange of information regarding all things eBay. As such, we encourage any and all questions and commentary, including criticism. \\n\\nWe won't allow any forms of hate speech (personal attacks, profanity, racism, etc.), or SPAM comments and this content will be deleted immediately. \\n\\nWe will also remove any posts containing external links, personally identifying information regarding a transaction including usernames, item numbers or case IDs.\\n\\nIf an individual continues to violate this policy, we reserve the right to block individuals from posting to our Facebook page.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/17021954_10155852322873136_7635876367313548670_n.jpg?oh=628936a7d1e47865afa8f5edc57c5907&oe=59524669\",\r\n            \"property-facebookGraph.organization.engagement\": \"9514465\",\r\n            \"property-facebookGraph.organization.fanCount\": \"9514465\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"eBay\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"eBay Motors\\neBay Fashion\\neBay Electronics\\neBay Giving Works\\neBay Green Team\\neBay Daily Deals\",\r\n            \"property-facebookGraph.organization.username\": \"eBay\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-eBay-RVW14046363.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Not innovating and not following trends\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Good company to work with\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Mumbai (India)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Shift flexibility good salary minimal interaction with supervisors\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-04T23:49:19.3270000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"327\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"87\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"13\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"2129\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"75\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.custom-address\": \"2025 Hamilton Ave\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"San Jose\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1495386940480\",\r\n            \"property-hubspot.company.custom-description\": \"eBay is an online auction and e-commerce platform and marketplace that enables people and businesses to buy and sell a wide variety of goods and services worldwide. The platform connects millions of buyers with sellers globally utilizing [PayPal](http://www.crunchbase.com/organization/paypal) to ensure secure transactions. It also operates specialized marketplaces such as StubHub, the world's largest ticket marketplace as well as eBay Classifieds sites which together have operations in more than 1,000 cities around the world. eBay products can be sold either via a silent auction in which users are able to input the maximum price they are willing to pay and for which the site will automatically increase bids as necessary up to that maximum or via the Buy It Now feature that enables its users to purchase items at a set price. eBay products and companies include eBay Marketplace, Media Marketplace, PayPal, and various online classifieds sites. eBay was founded in September 1995 by [Pierre Omidyar](http://www.crunchbase.com/person/pierre-omidyar) in San Jose, California.\",\r\n            \"property-hubspot.company.custom-domain\": \"ebay.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/eBay\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1995\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503247470675\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1495386940480\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/ebay\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"eBay is an online auction and e-commerce platform and marketplace that enables people and businesses to buy and sell a wide variety of goods and services worldwide. The platform connects millions of buyers with sellers globally utilizing [PayPal](http://www.crunchbase.com/organization/paypal) to ensure secure transactions. It also operates specialized marketplaces such as StubHub, the world's largest ticket marketplace as well as eBay Classifieds sites which together have operations in more than 1,000 cities around the world. eBay products can be sold either via a silent auction in which users are able to input the maximum price they are willing to pay and for which the site will automatically increase bids as necessary up to that maximum or via the Buy It Now feature that enables its users to purchase items at a set price. eBay products and companies include eBay Marketplace, Media Marketplace, PayPal, and various online classifieds sites. eBay was founded in September 1995 by [Pierre Omidyar](http://www.crunchbase.com/person/pierre-omidyar) in San Jose, California.\",\r\n            \"property-hubspot.company.custom-name\": \"ebay\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 866-577-3014\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"6.7M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"eBay\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"dyn_dns;google_apps;ios\",\r\n            \"property-hubspot.company.custom-website\": \"ebay.com\",\r\n            \"property-hubspot.company.custom-zip\": \"95125\",\r\n            \"property-hubspot.company.founded\": \"1995\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"eBay is an online auction and e-commerce platform and marketplace that enables people and businesses to buy and sell a wide variety of goods and services worldwide. The platform connects millions of buyers with sellers globally utilizing [PayPal](http://www.crunchbase.com/organization/paypal) to ensure secure transactions. It also operates specialized marketplaces such as StubHub, the world's largest ticket marketplace as well as eBay Classifieds sites which together have operations in more than 1,000 cities around the world. eBay products can be sold either via a silent auction in which users are able to input the maximum price they are willing to pay and for which the site will automatically increase bids as necessary up to that maximum or via the Buy It Now feature that enables its users to purchase items at a set price. eBay products and companies include eBay Marketplace, Media Marketplace, PayPal, and various online classifieds sites. eBay was founded in September 1995 by [Pierre Omidyar](http://www.crunchbase.com/person/pierre-omidyar) in San Jose, California.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Online shopping company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"eBay Inc. is a multinational e-commerce corporation, facilitating online consumer-to-consumer and business-to-consumer sales. It is headquartered in San Jose, California. eBay was founded by Pierre Omidyar in 1995, and became a notable success story of the dot-com bubble. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/EBay\",\r\n            \"property-organization.address\": \"2025 Hamilton Ave\",\r\n            \"property-organization.address.city\": \"San Jose\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.streetName\": \"2065 Hamilton Ave\",\r\n            \"property-organization.address.zipCode\": \"95125\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-11007148-2\",\r\n            \"property-organization.emailDomainNames\": \"ebay.com\",\r\n            \"property-organization.foundingDate\": \"1995\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"eBay Inc\",\r\n            \"property-organization.phoneNumber\": \"+18665773014\",\r\n            \"property-organization.phoneNumber-E164\": \"+18665773014\",\r\n            \"property-organization.phoneNumber-International\": \"+1 866-577-3014\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-866-577-3014\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/eBay\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+eBay/posts\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/#!/eBay\",\r\n            \"property-organization.usedTechnologies\": \"jQuery\",\r\n            \"property-organization.website\": \"ebay.com\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/eBay\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/ebay\",\r\n            \"property-user.social.Twitter\": \"eBay\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"eBay Inc\",\r\n            \"property-website.Description\": \"Buy and sell electronics, cars, fashion apparel, collectibles, sporting goods, digital cameras, baby items, coupons, and everything else on eBay, the world&apos;s online marketplace\",\r\n            \"property-website.Title\": \" Electronics, Cars, Fashion, Collectibles, Coupons and More | eBay \"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"07b01ece-2f71-514e-aac8-2062a84c7873\",\r\n          \"name\": \"PENNEO ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Gammel Køge Landevej 55, 4sal\",\r\n            \"property-city\": \"Valby\",\r\n            \"property-company_notes\": \"One of Nicolaj's companies.\\n\\nRI : Nicolaj\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484044026653\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Nørresundby\",\r\n            \"property-cvr.organization.address+municipalityName\": \"AALBORG\",\r\n            \"property-cvr.organization.address+postalCode\": \"9400\",\r\n            \"property-cvr.organization.address+streetCode\": \"9680\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"A\",\r\n            \"property-cvr.organization.address+streetName\": \"Østergade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"47\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"-3933391\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"1047409\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"5820830\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/66733653/ZG9rdW1lbnRsYWdlcjovLzAzL2M4Lzg4LzUzL2MwLzU0NmYtNGM0ZC1hOTU2LWM3NmM2YTQ5MmFhNg.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-4928990\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-5649716\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2015\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"582900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden udgivelse af software\",\r\n            \"property-cvr.organization.municipality\": \"AALBORG\",\r\n            \"property-cvr.organization.name\": \"PENNEO ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er Digital løsning til signering af dokumenter\",\r\n            \"property-cvr.organization.registeredCapital\": \"106343.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2014-01-09T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-11-25T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-domain\": \"penneo.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/penneoaps\",\r\n            \"property-first_deal_created_date\": \"1489401337924\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/7ea82deb-2c73-409a-ac36-431716b19c27.jpeg\",\r\n            \"property-hs_lastmodifieddate\": \"1493250088465\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"Gammel Køge Landevej 55, 4sal\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Valby\",\r\n            \"property-hubspot.company.custom-company_name\": \"Penneo Aps\",\r\n            \"property-hubspot.company.custom-company_notes\": \"One of Nicolaj's companies.\\n\\nRI : Nicolaj\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044026653\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-hubspot.company.custom-domain\": \"penneo.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/penneoaps\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489401337924\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2007\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/7ea82deb-2c73-409a-ac36-431716b19c27.jpeg\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504629045023\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1503910736939\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"27493554\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/penneo\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-hubspot.company.custom-name\": \"Penneo\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504097395000\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504629042304\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"4\",\r\n            \"property-hubspot.company.custom-num_notes\": \"8\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 71 99 98 93\",\r\n            \"property-hubspot.company.custom-reference_date\": \"1-Sep-16\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"NHoejer\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"amazon_ses;youtube;aws_route_53;mailchimp;google_adwords;wordpress;facebook_connect;mandrill;inspectlet;facebook_like_button;facebook_advertiser;zendesk;kiss_metrics;apache;google_maps;debian;go_squared;google_analytics;google_apps;aws_ec2;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"https://penneo.com/\",\r\n            \"property-hubspot.company.custom-zip\": \"2500\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-hubspot.company.notes\": \"One of Nicolaj's companies.\\n\\nRI : Nicolaj\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/penneo\",\r\n            \"property-linkedinbio\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-name\": \"Penneo\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"Østergade 47 A\\n9400 Nørresundby\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Valby\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2500\",\r\n            \"property-organization.annualRevenue\": \"1047409 DKK\",\r\n            \"property-organization.codes.cvr\": \"35633766\",\r\n            \"property-organization.contact.email\": \"service@penneo.com\",\r\n            \"property-organization.emailDomainNames\": \"penneo.com\",\r\n            \"property-organization.employeeCount\": \"10-19\",\r\n            \"property-organization.foundingDate\": \"2014-01-09T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Penneo Aps‎\",\r\n            \"property-organization.phoneNumber\": \"71999893\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4571999893\",\r\n            \"property-organization.phoneNumber-International\": \"+45 71 99 98 93\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-71-99-98-93\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/penneoaps\",\r\n            \"property-organization.social+gitHub\": \"https://github.com/Penneo\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/penneo\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/penneohq\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, Google Maps, PHP, Twitter Bootstrap, W3 Total Cache, WordPress, Yoast SEO, YouTube\",\r\n            \"property-organization.website\": \"https://penneo.com/\",\r\n            \"property-phone\": \"+45 71 99 98 93\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"NHoejer\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/penneoaps\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/penneo\",\r\n            \"property-user.social.Twitter\": \"NHoejer\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"https://penneo.com/\",\r\n            \"property-website.CopyrightEntity\": \"Penneo Aps‎\",\r\n            \"property-website.Description\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-website.Title\": \"\\nPenneo.com - Digital underskrift med NemID\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"7a3ddf4a-c9dc-50d9-9544-a4c8abb62581\",\r\n          \"name\": \"William Demant\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Kongebakken 9\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Sm\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1486550084808\",\r\n            \"property-description\": \"William Demant Invest A/S offers medical equipment. The Company develops, manufactures, and sells products designed to aid the hearing and communication of individuals. William Demant Invest serves customers internationally.\",\r\n            \"property-domain\": \"demant.com\",\r\n            \"property-founded_year\": \"1904\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-William-Demant-RVW6942327.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Salary is below average relative to the same positions in other companies, but this can be made up for with experience and flexibility\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company to work for, lots of opportunity to learn\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Flexible working hours, some of the best work-life balance I have ever encountered\\nThere is always something new to learn at such a large company\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2015-06-18T00:25:05.9530000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Health Care Products Manufacturing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"1\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"5.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Manufacturing\",\r\n            \"property-hs_lastmodifieddate\": \"1493240791451\",\r\n            \"property-hubspot.company.custom-address\": \"Kongebakken 9\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Sm\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1486550084808\",\r\n            \"property-hubspot.company.custom-description\": \"William Demant Invest A/S offers medical equipment. The Company develops, manufactures, and sells products designed to aid the hearing and communication of individuals. William Demant Invest serves customers internationally.\",\r\n            \"property-hubspot.company.custom-domain\": \"demant.com\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499081795974\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1904\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509154529204\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1486550084808\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"MEDICAL_DEVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/william-demant-holding\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"William Demant Invest A/S offers medical equipment. The Company develops, manufactures, and sells products designed to aid the hearing and communication of individuals. William Demant Invest serves customers internationally.\",\r\n            \"property-hubspot.company.custom-name\": \"William Demant\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 39 17 73 00\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"PTRasmussen\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;youtube;amazon_s3;microsoft_office_365;google_tag_manager;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"demant.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2765\",\r\n            \"property-hubspot.company.founded\": \"1904\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"William Demant Invest A/S offers medical equipment. The Company develops, manufactures, and sells products designed to aid the hearing and communication of individuals. William Demant Invest serves customers internationally.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1486550084808\",\r\n            \"property-hubspot_owner_id\": \"16594036\",\r\n            \"property-industry\": \"MEDICAL_DEVICES\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-knowledgeGraph.organization.description\": \"Health care company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"The William Demant Holding Group is a leading international hearing health care company within hearing aids, audiometric equipment, and personal communication.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/William_Demant\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/william-demant-holding\",\r\n            \"property-linkedinbio\": \"William Demant Invest A/S offers medical equipment. The Company develops, manufactures, and sells products designed to aid the hearing and communication of individuals. William Demant Invest serves customers internationally.\",\r\n            \"property-name\": \"William Demant\",\r\n            \"property-organization.address\": \"Kongebakken 9\",\r\n            \"property-organization.address.city\": \"Sm\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2765\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"demant.com\",\r\n            \"property-organization.industry\": \"MEDICAL_DEVICES\",\r\n            \"property-organization.phoneNumber\": \"+4539177300\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4539177300\",\r\n            \"property-organization.phoneNumber-International\": \"+45 39 17 73 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-39-17-73-00\",\r\n            \"property-organization.website\": \"demant.com\",\r\n            \"property-phone\": \"+45 39 17 73 00\",\r\n            \"property-twitterhandle\": \"PTRasmussen\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/william-demant-holding\",\r\n            \"property-user.social.Twitter\": \"PTRasmussen\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"demant.com\",\r\n            \"property-zip\": \"2765\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"b7bb745f-01a3-5e3c-b719-12829bb7d82a\",\r\n          \"name\": \"Stripe\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.blogUrl\": \"https://stripe.com/blog\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"1473\",\r\n            \"property-angelList.organization.highConcept\": \"Web and mobile payments, built for developers.\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Stripe-RVW13677422.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"I don't think it's a con but you need to be prepared to be very hands on.  The company is growing quickly and everyone does heavy lifting here.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Special place\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Incredibly smart and humble co-workers.  You work alongside people that are fun to be around but also very, very good at what they do.\\nInvestment in development.  Stripe does a great job of on-boarding new hires and then providing development opportunities for employees, especially for a company of only 600 or so.\\nThe most transparent company I have ever worked at\\nThoughtful hiring.  Everyone here takes hiring very seriously and are always looking for ways to improve the candidate experience and selection process.\\nThe business momentum is incredible.  You feel as if you are part of something very special and can really make an impact in helping companies create their business.\\nThe work space is gorgeous but also very practical.  The food team is amazing!\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-07T15:36:51.1000000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"25\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"92\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"8\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"36\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"83\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.custom-address\": \"185 Berry Street Suite 550\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"250000000\",\r\n            \"property-hubspot.company.custom-city\": \"San Francisco\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498915587745\",\r\n            \"property-hubspot.company.custom-description\": \"Stripe is the best way to accept payments online. Stripe aims to expand internet commerce by making it easy to process transactions and manage an online business. We want to increase the GDP of the internet. We believe that enabling more transactions is a problem rooted in code and design, not finance. Stripe is built for developers, makers, and creators. We had experienced first-hand the difficulty of accepting online payments. On almost every front, it was becoming easier to build and launch an online business. Payments, however, remained dominated by clunky legacy players. It seemed clear that there should be a developer-focused, instant-setup payment platform that would scale to any size. Stripe launched in September 2011. Stripe now processes billions of dollars a year for thousands of businesses, from newly-launched start-ups to Fortune 500 companies. Since Stripe powers so many new businesses, it's a snapshot of how the internet is changing; many users are in categories that barely existed five years ago.\",\r\n            \"property-hubspot.company.custom-domain\": \"stripe.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/stripepayments\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2009\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1498915588036\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498915587745\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/stripe\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Stripe is the best way to accept payments online. Stripe aims to expand internet commerce by making it easy to process transactions and manage an online business. We want to increase the GDP of the internet. We believe that enabling more transactions is a problem rooted in code and design, not finance. Stripe is built for developers, makers, and creators. We had experienced first-hand the difficulty of accepting online payments. On almost every front, it was becoming easier to build and launch an online business. Payments, however, remained dominated by clunky legacy players. It seemed clear that there should be a developer-focused, instant-setup payment platform that would scale to any size. Stripe launched in September 2011. Stripe now processes billions of dollars a year for thousands of businesses, from newly-launched start-ups to Fortune 500 companies. Since Stripe powers so many new businesses, it's a snapshot of how the internet is changing; many users are in categories that barely existed five years ago.\",\r\n            \"property-hubspot.company.custom-name\": \"Stripe\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"500\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 626-599-9962\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"440M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"stripe\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;squarespace;aws_route_53;google_adwords;typekit_by_adobe;mixpanel;nginx;instagram;olark;vimeo;google_maps;ruby_on_rails;stripe;google_analytics;lead_dyno;drip;twitter_button;google_apps;adroll;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"stripe.com\",\r\n            \"property-hubspot.company.custom-zip\": \"94107\",\r\n            \"property-hubspot.company.founded\": \"2009\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Stripe is the best way to accept payments online. Stripe aims to expand internet commerce by making it easy to process transactions and manage an online business. We want to increase the GDP of the internet. We believe that enabling more transactions is a problem rooted in code and design, not finance. Stripe is built for developers, makers, and creators. We had experienced first-hand the difficulty of accepting online payments. On almost every front, it was becoming easier to build and launch an online business. Payments, however, remained dominated by clunky legacy players. It seemed clear that there should be a developer-focused, instant-setup payment platform that would scale to any size. Stripe launched in September 2011. Stripe now processes billions of dollars a year for thousands of businesses, from newly-launched start-ups to Fortune 500 companies. Since Stripe powers so many new businesses, it's a snapshot of how the internet is changing; many users are in categories that barely existed five years ago.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Stripe is a US technology company, operating in over 25 countries, that allows both private individuals and businesses to accept payments over the Internet. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Stripe_(company)\",\r\n            \"property-organization.address\": \"185 Berry Street Suite 550\",\r\n            \"property-organization.address.city\": \"San Francisco\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.zipCode\": \"94107\",\r\n            \"property-organization.annualRevenue\": \"250000000\",\r\n            \"property-organization.emailDomainNames\": \"stripe.com\",\r\n            \"property-organization.employeeCount\": \"501-1000\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Stripe\",\r\n            \"property-organization.phoneNumber\": \"+16265999962\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+16265999962\",\r\n            \"property-organization.phoneNumber-International\": \"+1 626-599-9962\",\r\n            \"property-organization.phoneNumber-Location\": \"Monrovia, CA\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-626-599-9962\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/StripePayments\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/stripe\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/stripe\",\r\n            \"property-organization.usedTechnologies\": \"Stripe\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/stripe\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/stripe\",\r\n            \"property-organization.website\": \"https://stripe.com/\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/stripepayments\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/stripe\",\r\n            \"property-user.social.Twitter\": \"stripe\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Stripe\",\r\n            \"property-website.Description\": \"Stripe is a suite of APIs that powers commerce for businesses of all sizes.\",\r\n            \"property-website.Title\": \"Stripe\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"f9782eb4-517a-52a1-8f2f-152ead0263b5\",\r\n          \"name\": \"Cabana\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-appItemId\": \"8\",\r\n            \"property-appItemIdFormatted\": \"8\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315050395\",\r\n            \"property-lastEventOn\": \"2015-08-31T10:11:37.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-organization.address\": \"1910 Belcourt Ave\\nNashville, TN, 37212\\nUnited States\",\r\n            \"property-organization.contact.email\": \"cabana@cabananashville.com\",\r\n            \"property-organization.emailDomainNames\": \"cabana.dk\",\r\n            \"property-organization.name\": \"Cabana\",\r\n            \"property-organization.phoneNumber\": \"615-577-2262\",\r\n            \"property-organization.social+instagram\": \"http://instagram.com/cabananashville\",\r\n            \"property-organization.social+pinterest\": \"https://www.pinterest.com/cabananashville/\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/CabanaNashville\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API\",\r\n            \"property-organization.website\": \"http://cabananashville.com/\",\r\n            \"property-organizationName\": \"Cabana\",\r\n            \"property-primaryContact\": \"Thomas Vorgaard\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-website.Description\": \"Located in Hillsboro Village, CABANA is a restaurant and bar specializing \\nin Casual Southern Comfort Cuisine. In addition to offering semi-private \\ndining experiences, we host's Nashville's best Bachelorette Parties and \\nPrivate Events.\",\r\n            \"property-website.Title\": \"Cabana\",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"False\",\r\n            \"property-zendesk.organization.sharedComments\": \"False\",\r\n            \"property-zendesk.organization.sharedTickets\": \"False\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"9dad8c73-c1fe-53f2-b2a5-145bbd6acd6c\",\r\n          \"name\": \"TAMIGO ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-admin_username\": \"tamigo\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-cluedin_subdomain\": \"Tamigo\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040930120\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"3960\",\r\n            \"property-cvr.organization.address+streetName\": \"Kristianiagade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"8\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2005-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2004-11-22T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"582900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden udgivelse af software\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"TAMIGO ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle, sælge og drive online service inden for vagtplanlægning og personaleadministration.\",\r\n            \"property-cvr.organization.registeredCapital\": \"200255.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2004-11-22T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2011-10-05T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Tamigo manages all roster related processes: from entering first shifts in the roster to transmission of working hours to correct wage types in the wage system.\",\r\n            \"property-domain\": \"tamigo.com\",\r\n            \"property-email\": \"niels.brinch@tamigo.com\",\r\n            \"property-founded_year\": \"2006\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/bbee835f-443d-4040-9c82-f38a40e7f2f9.png\",\r\n            \"property-hs_lastmodifieddate\": \"1488876677026\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.founded\": \"2006\",\r\n            \"property-hubspot.company.integrations\": \"Office365, Dropbox\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Tamigo manages all roster related processes: from entering first shifts in the roster to transmission of working hours to correct wage types in the wage system.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Office365, Dropbox\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/1381037\",\r\n            \"property-linkedinbio\": \"Tamigo manages all roster related processes: from entering first shifts in the roster to transmission of working hours to correct wage types in the wage system.\",\r\n            \"property-name\": \"Tamigo\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Kristianiagade 8\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.cvr\": \"28277679\",\r\n            \"property-organization.contact.email\": \"info@tamigo.com\",\r\n            \"property-organization.emailDomainNames\": \"tamigo.com\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2004-11-22T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Tamigo\",\r\n            \"property-organization.phoneNumber\": \"70279330\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570279330\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 27 93 30\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-27-93-30\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/tamigo-aps\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/tamigo_dk\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"http://tamigo.com/\",\r\n            \"property-phone\": \"+45 70 27 93 30\",\r\n            \"property-twitterhandle\": \"tamigo_dk\",\r\n            \"property-user.social.LinkedIn\": \"http://www.linkedin.com/company/1381037\",\r\n            \"property-user.social.Twitter\": \"tamigo_dk\",\r\n            \"property-website\": \"tamigo.com\",\r\n            \"property-website.CopyrightEntity\": \"Tamigo\",\r\n            \"property-website.Title\": \"Online schedule – Easy staff management, HR and payroll | Tamigo\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"f66e9289-5614-571c-b7f8-b8642949dc90\",\r\n          \"name\": \"FIRMAFON ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"7360\",\r\n            \"property-cvr.organization.address+streetName\": \"Teglværksgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"18\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2011-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2010-12-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"619000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden telekommunikation\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"FIRMAFON ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikling og handel med telefoniprodukter og -services og dermed beslægtet virksomhed\",\r\n            \"property-cvr.organization.registeredCapital\": \"188793.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2010-12-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-10-21T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Firmafon gør samtaler mellem firmaer og deres kunder til en fornøjelse ved at være verdens mest ligetil teleselskab.\\n\\nPrøv Firmafon Omstilling helt gratis i 30 dage: www.firmafon.dk/gratis\",\r\n            \"property-facebookGraph.organization.category\": \"Telecommunication Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Firmafon er erhvervstelefoni på den nemme måde. \\n\\nVi leverer omstilling, mobiltelefoni og en masse gode råd til bedre kundesamtaler. Og du behøver hverken bekymre dig om gebyrer, bindinger eller besværlige regninger. Så kan du fokusere på at give din kunder god service, når de ringer til din virksomhed. \",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/16998724_10154135218551326_5726697702490010459_n.png?oh=d26a40a781c389de604cc1446a03e904&oe=59720099\",\r\n            \"property-facebookGraph.organization.engagement\": \"2446\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2446\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Firmafon\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.706659333591\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.55964756012\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"firmafon\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Teglværksgade 18\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498476694511\",\r\n            \"property-hubspot.company.custom-description\": \"Firmafon ApS offers cloud based phone solutions for small and medium sized enterprises. It provides a web based switchboard (virtual PBX) integrated with a mobile virtual network operator (MVNO). The company was founded in 2009 and is based in Copenhagen, Denmark.\",\r\n            \"property-hubspot.company.custom-domain\": \"firmafon.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/firmafon\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498476732572\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498476770717\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2009\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498476732543\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504509416599\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498476694511\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"TELECOMMUNICATIONS\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/firmafon\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Firmafon ApS offers cloud based phone solutions for small and medium sized enterprises. It provides a web based switchboard (virtual PBX) integrated with a mobile virtual network operator (MVNO). The company was founded in 2009 and is based in Copenhagen, Denmark.\",\r\n            \"property-hubspot.company.custom-name\": \"Firmafon\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504509413729\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504509415348\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1502316000000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"6\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"50\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 71 99 99 99\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"1.7M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Firmafon\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;amazon_ses;aws_route_53;typekit_by_adobe;hotjar;nginx;google_tag_manager;facebook_connect;facebook_advertiser;olark;segment;google_analytics;twitter_button;piwik;google_apps;adroll;hubspot\",\r\n            \"property-hubspot.company.custom-website\": \"firmafon.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"2100\",\r\n            \"property-hubspot.company.founded\": \"2009\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Firmafon ApS offers cloud based phone solutions for small and medium sized enterprises. It provides a web based switchboard (virtual PBX) integrated with a mobile virtual network operator (MVNO). The company was founded in 2009 and is based in Copenhagen, Denmark.\",\r\n            \"property-organization.address\": \"Teglværksgade 18\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Teglværksgade 18\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.cvr\": \"33363850\",\r\n            \"property-organization.contact.email\": \"info@firmafon.dk\",\r\n            \"property-organization.emailDomainNames\": \"firmafon.dk\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2010-12-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"TELECOMMUNICATIONS\",\r\n            \"property-organization.phoneNumber\": \"+4571999999\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4571999999\",\r\n            \"property-organization.phoneNumber-International\": \"+45 71 99 99 99\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-71-99-99-99\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/firmafon/\",\r\n            \"property-organization.website\": \"www.firmafon.dk\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/firmafon\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/firmafon\",\r\n            \"property-user.social.Twitter\": \"Firmafon\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"085e8489-7b79-5dbd-8213-8381d1c8500a\",\r\n          \"name\": \"CONFERIZE A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.blogUrl\": \"https://www.conferize.com/blog\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"90\",\r\n            \"property-angelList.organization.highConcept\": \"We need to meet.\",\r\n            \"property-angelList.organization.productDesc\": \"Conferize is the leading social event platform, helping event organizers build communities to increase value creation and attendance. We connect the world of events with speakers, people and media from any industry.\\n\\nForbes: \\\"Best networking app for professional conferences\\\" above Twitter and LinkedIn.\",\r\n            \"property-angelList.organization.statusCreatedAt\": \"2017-02-22T10:46:14Z\",\r\n            \"property-angelList.organization.statusMessage\": \"We are proud to be featured today by leading industry media Event Manager Blog http://www.eventmanagerblog.com/conferize-review\",\r\n            \"property-cvr.organization.address+coName\": \"Bullet Booking\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1067\",\r\n            \"property-cvr.organization.address+streetCode\": \"4992\",\r\n            \"property-cvr.organization.address+streetName\": \"Nikolaj Plads\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"27\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2012-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2012-04-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden it-servicevirksomhed\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"CONFERIZE A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at tilbyde serviceydelser til købere og udbydere af konferenceydelser og lignende virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"1277721.50\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2012-04-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-06-22T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"We need to meet.\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/15250805_1181945175177007_3016167993930171821_o.png?oh=14434adfc362a772c434b1d0afece819&oe=59593BAA\",\r\n            \"property-facebookGraph.organization.engagement\": \"1716\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1716\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Conferize\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.678274041808\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.581706047058\",\r\n            \"property-facebookGraph.organization.mission\": \"We need to meet.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"Conferize\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"C/O Founders House Njaldsgade 19D, 1st floor.\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498478870554\",\r\n            \"property-hubspot.company.custom-description\": \"The all-in-one social solution for modern event makers: Website, tickets, and community in one place.\",\r\n            \"property-hubspot.company.custom-domain\": \"conferize.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Conferize\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498478920476\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498478943809\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2010\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498478920454\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601528544\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498478870554\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/conferize\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"The all-in-one social solution for modern event makers: Website, tickets, and community in one place.\",\r\n            \"property-hubspot.company.custom-name\": \"Conferize\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"4M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"conferize\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;mixpanel;google_adwords;ruby_on_rails;nginx;google_tag_manager;google_analytics;mandrill;twitter_button;double_click;new_relic\",\r\n            \"property-hubspot.company.custom-website\": \"conferize.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2300\",\r\n            \"property-hubspot.company.founded\": \"2010\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"The all-in-one social solution for modern event makers: Website, tickets, and community in one place.\",\r\n            \"property-organization.address\": \"C/O Bullet Booking\\nNikolaj Plads 27\\n1067 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Nikolaj Plads 27, Kld.\",\r\n            \"property-organization.address.zipCode\": \"2300\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.cvr\": \"34472742\",\r\n            \"property-organization.contact.email\": \"info@conferize.com\",\r\n            \"property-organization.emailDomainNames\": \"conferize.com\",\r\n            \"property-organization.employeeCount\": \"5-9\",\r\n            \"property-organization.foundingDate\": \"2012-04-03T00:00:00.0000000+00:00\",\r\n            \"property-organization.name\": \"Conferize\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/conferize\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/u/0/108933467128427499221\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/conferize\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/conferize\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/watch?v=0MBUqqwAslc\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, Google Tag Manager, jQuery, RequireJS, Ruby, Ruby on Rails, Twitter Bootstrap\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/conferize\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/conferize\",\r\n            \"property-organization.website\": \"https://www.conferize.com\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Conferize\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/conferize\",\r\n            \"property-user.social.Twitter\": \"conferize\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Conferize\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"3be4af45-7775-55c7-96a4-1ec36cf29810\",\r\n          \"name\": \"5ca\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Begijnekade 8\",\r\n            \"property-admin_username\": \"5ca\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Utrecht\",\r\n            \"property-cluedin_subdomain\": \"5ca\",\r\n            \"property-country\": \"Netherlands\",\r\n            \"property-createdate\": \"1484040926070\",\r\n            \"property-description\": \"5CA, headquartered in The Netherlands, is an international provider of outsourced customer support services. We provide our services from our 24/7 contact center in Buenos Aires, Argentina. We specialize in technical support and customer care services, and provide these services in approximately 20 languages. Our clients are international technology corporations from North America, Europe and Asia, in both the consumer and business market.\",\r\n            \"property-domain\": \"5ca.com\",\r\n            \"property-facebookGraph.organization.about\": \"A place where 5CA can engage and build our community by sharing company news, events and fun posts. No distance is too great to get involved!\",\r\n            \"property-facebookGraph.organization.category\": \"Community Organization\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/13627165_315309005468662_3111590129310814212_n.jpg?oh=2958ab07cb5bd23335145e9ca1b6bf19&oe=595554A1\",\r\n            \"property-facebookGraph.organization.engagement\": \"557\",\r\n            \"property-facebookGraph.organization.fanCount\": \"557\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"5CA\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"52.0915909\",\r\n            \"property-facebookGraph.organization.longitude\": \"5.1121998\",\r\n            \"property-facebookGraph.organization.mission\": \"To provide customers worldwide with outstanding service through their preferred channel, at their most convenient time in their own language.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"5CA provides worldwide 24/7 customer support, offering services in 20 languages. Using the latest contact center technologies, 5CA offers a great customer service experience, regardless of the contact channel chosen by the customer – phone, e-mail, chat or social media. Our main focus is to provide customers with the best service, and we work closely together with our clients to make this possible.\\n\",\r\n            \"property-facebookGraph.organization.username\": \"5CAGlobal\",\r\n            \"property-founded_year\": \"1998\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-5CA-RVW10988574.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Absolutely no feedback on supervisors, and bad training. So if you're unlucky you'll have an unhelpful boss, and no idea what you're doing. However, with the help of colleagues this is a very temporary state of being. \\nFurther improvements could be made on the programs they use, the lines can have bad quality and they require you to work on Windows 7 or 8 meaning a downgrade for almost all current systems. \\nLittle room for advancement\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Close to being an example of \\\"how to do this RIGHT\\\"\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Work From Home Agent\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"They always pay on time with an easy no-fuss way to log hours. Much easier than expected, and with a lot of social leeway allowing you to have fun and chat when you're waiting for that next call. IT is very responsive and they are generous with time you can take off and personal days. This company is showing a lot of promise and I believe it will not be long before they will absolutely become an example of best practice concerning WFH Agents. I enjoy my time here and feel like part of the team.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-06-21T04:57:03.1570000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"13\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"63\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1493234738255\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Begijnekade 8\",\r\n            \"property-hubspot.company.custom-admin_username\": \"5ca\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Utrecht\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"5ca\",\r\n            \"property-hubspot.company.custom-company_name\": \"5ca\",\r\n            \"property-hubspot.company.custom-country\": \"Netherlands\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040926070\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"5CA, headquartered in The Netherlands, is an international provider of outsourced customer support services. We provide our services from our 24/7 contact center in Buenos Aires, Argentina. We specialize in technical support and customer care services, and provide these services in approximately 20 languages. Our clients are international technology corporations from North America, Europe and Asia, in both the consumer and business market.\",\r\n            \"property-hubspot.company.custom-domain\": \"5ca.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1998\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503807642976\",\r\n            \"property-hubspot.company.custom-industry\": \"OUTSOURCING_OFFSHORING\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/5ca\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"5CA, headquartered in The Netherlands, is an international provider of outsourced customer support services. We provide our services from our 24/7 contact center in Buenos Aires, Argentina. We specialize in technical support and customer care services, and provide these services in approximately 20 languages. Our clients are international technology corporations from North America, Europe and Asia, in both the consumer and business market.\",\r\n            \"property-hubspot.company.custom-name\": \"5CA\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031805\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+31 30 607 4744\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Amsterdam\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"5CA_Global\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;google_adwords;nginx;wordpress;wistia;microsoft_office_365;live_chat;google_analytics;twitter_button;double_click;outlook;hubspot\",\r\n            \"property-hubspot.company.custom-website\": \"5ca.com\",\r\n            \"property-hubspot.company.custom-zip\": \"3512VV\",\r\n            \"property-hubspot.company.founded\": \"1998\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"5CA, headquartered in The Netherlands, is an international provider of outsourced customer support services. We provide our services from our 24/7 contact center in Buenos Aires, Argentina. We specialize in technical support and customer care services, and provide these services in approximately 20 languages. Our clients are international technology corporations from North America, Europe and Asia, in both the consumer and business market.\",\r\n            \"property-industry\": \"OUTSOURCING_OFFSHORING\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/5ca\",\r\n            \"property-linkedinbio\": \"5CA, headquartered in The Netherlands, is an international provider of outsourced customer support services. We provide our services from our 24/7 contact center in Buenos Aires, Argentina. We specialize in technical support and customer care services, and provide these services in approximately 20 languages. Our clients are international technology corporations from North America, Europe and Asia, in both the consumer and business market.\",\r\n            \"property-name\": \"5CA\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Begijnekade 8\",\r\n            \"property-organization.address.city\": \"Utrecht\",\r\n            \"property-organization.address.countryCode\": \"Netherlands\",\r\n            \"property-organization.address.streetName\": \"Catharijnesingel 30 E\",\r\n            \"property-organization.address.zipCode\": \"3512VV\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-3270090-1\",\r\n            \"property-organization.emailDomainNames\": \"5ca.com\",\r\n            \"property-organization.industry\": \"OUTSOURCING_OFFSHORING\",\r\n            \"property-organization.name\": \"5ca\",\r\n            \"property-organization.phoneNumber\": \"+31306074744\",\r\n            \"property-organization.phoneNumber-Country\": \"Netherlands\",\r\n            \"property-organization.phoneNumber-E164\": \"+31306074744\",\r\n            \"property-organization.phoneNumber-International\": \"+31 30 607 4744\",\r\n            \"property-organization.phoneNumber-Location\": \"Utrecht\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+31-30-607-4744\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/5CAGlobal/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/5ca\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/5ca_global\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/channel/UCGzdhs6TBflV57jH3m3Hc7w\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, HubSpot, jQuery, jQuery Mobile, PHP, WordPress, WordPress Super Cache, Yoast SEO\",\r\n            \"property-organization.website\": \"http://5ca.com/\",\r\n            \"property-phone\": \"+31 30 607 4744\",\r\n            \"property-timezone\": \"Europe/Amsterdam\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/5ca\",\r\n            \"property-user.social.Twitter\": \"5CA_Global\",\r\n            \"property-user.timezone\": \"Europe/Amsterdam Standard Time\",\r\n            \"property-website\": \"5ca.com\",\r\n            \"property-website.Description\": \"5CA provides multilingual customer service outsourcing for the video game, consumer electronics, and ecommerce industries. 24/7, in 20+ languages\",\r\n            \"property-website.Title\": \"Customer Service Outsourcing in 20+ Languages | 5CA\",\r\n            \"property-zip\": \"3512VV\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"cc4b5fa1-1b4e-57bd-ac91-9d0e6801d35b\",\r\n          \"name\": \"Aarhus Universitet\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Nordre Ringgade 1\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Aarhus C\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1486479136389\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Aarhus C\",\r\n            \"property-cvr.organization.address+municipalityName\": \"AARHUS\",\r\n            \"property-cvr.organization.address+postalCode\": \"8000\",\r\n            \"property-cvr.organization.address+streetCode\": \"5902\",\r\n            \"property-cvr.organization.address+streetName\": \"Nordre Ringgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"1\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Øvrige virksomhedsformer\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"854200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Videregående uddannelser på universitetsniveau\",\r\n            \"property-cvr.organization.municipality\": \"AARHUS\",\r\n            \"property-cvr.organization.name\": \"Aarhus Universitet\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"722000\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Forskning og eksperimentel udvikling inden for samfundsvidenskab og humanistiske videnskaber\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"682040\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Udlejning af erhvervsejendomme\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"861000\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"Hospitaler\",\r\n            \"property-cvr.organization.startDate\": \"2007-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-description\": \"Aarhus Universitet tilbyder et inspirerende uddannelses- og forskningsmiljø for 40.000 studerende og 11.000 medarbejdere, der sikrer resultater af høj international standard. Den budgetterede omsætning i 2011 udgør 5,9 mia. kr. Universitetets strategi og udviklingskontrakt kan ses på www.au.dk.\",\r\n            \"property-domain\": \"au.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/UniAarhus\",\r\n            \"property-facebookGraph.organization.about\": \"Velkommen til Aarhus Universitet. Vi samler stort og småt fra studielivet. Det du har brug for og alt det sjove. \",\r\n            \"property-facebookGraph.organization.category\": \"Educational Research Center\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/q82/s720x720/17389116_10155152187669764_3331058496753867412_o.jpg?oh=fd10d3db741cb0844eb3dc3a3a348430&oe=5951281B\",\r\n            \"property-facebookGraph.organization.engagement\": \"53313\",\r\n            \"property-facebookGraph.organization.fanCount\": \"53313\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Aarhus Universitet\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"56.170971555148\",\r\n            \"property-facebookGraph.organization.longitude\": \"10.199506306852\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"3.6\",\r\n            \"property-facebookGraph.organization.username\": \"UniAarhus\",\r\n            \"property-founded_year\": \"1928\",\r\n            \"property-hs_lastmodifieddate\": \"1486479136556\",\r\n            \"property-hubspot.company.founded\": \"1928\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.linkedInBio\": \"Aarhus Universitet tilbyder et inspirerende uddannelses- og forskningsmiljø for 40.000 studerende og 11.000 medarbejdere, der sikrer resultater af høj international standard. Den budgetterede omsætning i 2011 udgør 5,9 mia. kr. Universitetets strategi og udviklingskontrakt kan ses på www.au.dk.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1486479136389\",\r\n            \"property-hubspot_owner_id\": \"16594036\",\r\n            \"property-industry\": \"RESEARCH\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/4648\",\r\n            \"property-linkedinbio\": \"Aarhus Universitet tilbyder et inspirerende uddannelses- og forskningsmiljø for 40.000 studerende og 11.000 medarbejdere, der sikrer resultater af høj international standard. Den budgetterede omsætning i 2011 udgør 5,9 mia. kr. Universitetets strategi og udviklingskontrakt kan ses på www.au.dk.\",\r\n            \"property-name\": \"Aarhus Universitet\",\r\n            \"property-organization.address\": \"Nordre Ringgade 1\\n8000 Aarhus C\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Aarhus\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Nordre Ringgade 1\",\r\n            \"property-organization.address.zipCode\": \"8000 Aarhus C\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"31119103\",\r\n            \"property-organization.contact.email\": \"au@au.dk\",\r\n            \"property-organization.emailDomainNames\": \"au.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.fax\": \"+4587150201\",\r\n            \"property-organization.fax-Country\": \"Denmark\",\r\n            \"property-organization.fax-E164\": \"+4587150201\",\r\n            \"property-organization.fax-International\": \"+45 87 15 02 01\",\r\n            \"property-organization.fax-Rfc3966\": \"tel:+45-87-15-02-01\",\r\n            \"property-organization.foundingDate\": \"2007-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"RESEARCH\",\r\n            \"property-organization.name\": \"Aarhus Universitet\",\r\n            \"property-organization.phoneNumber\": \"+4587150000\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4587150000\",\r\n            \"property-organization.phoneNumber-International\": \"+45 87 15 00 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-87-15-00-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/UniAarhus\",\r\n            \"property-organization.social+instagram\": \"https://instagram.com/AarhusUni\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/aarhus-university-denmark\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/AarhusUni\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/user/AarhusUniversity\",\r\n            \"property-organization.usedTechnologies\": \"Google Maps, jQuery, Lo-dash, PHP, React, TYPO3 CMS, ZURB Foundation\",\r\n            \"property-organization.website\": \"http://au.dk/\",\r\n            \"property-phone\": \"+45 87 15 00 00\",\r\n            \"property-twitterhandle\": \"aarhusuni\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/UniAarhus\",\r\n            \"property-user.social.LinkedIn\": \"http://www.linkedin.com/company/4648\",\r\n            \"property-user.social.Twitter\": \"aarhusuni\",\r\n            \"property-website\": \"au.dk\",\r\n            \"property-website.CopyrightEntity\": \"—\",\r\n            \"property-website.Description\": \"Aarhus Universitet tilbyder et inspirerende uddannelses- og forskningsmiljø for 45.000 studerende og 11.500 medarbejdere, der sikrer resultater af høj international standard. Den budgetterede omsætning i 2013 udgør 6,2 mia. kr.\",\r\n            \"property-website.Title\": \"Aarhus Universitet\",\r\n            \"property-zip\": \"8000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"107e28e7-b131-56c7-816e-0f7af5b3c44e\",\r\n          \"name\": \"Hudl\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"151 North 8th Street\",\r\n            \"property-admin_username\": \"hudl\",\r\n            \"property-angelList.organization.blogUrl\": \"http://public.hudl.com/blog/\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"19\",\r\n            \"property-angelList.organization.highConcept\": \"we help coaches and athletes win\",\r\n            \"property-angelList.organization.productDesc\": \"We create software that helps coaches win, athletes look like pros, and sports recruiters find more talent.\\n\\nTeams upload their game film to our site, study it, and \\\"break it down\\\" by adding text notes, ink telestrations, and tagged metadata.\\n\\nAthletes can study the video on their mobile devices throughout the week to prepare for their next game. If an athlete notices a great play, he or she can highlight it to appear on a public profile for fans, parents, and recruiters to see.\\n\\nRecruiters have access to thousands of games, highlights, player profiles, and academic information.\",\r\n            \"property-angelList.organization.videoUrl\": \"https://www.youtube.com/watch?v=L8bpxULc6E4\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Lincoln\",\r\n            \"property-cluedin_subdomain\": \"Hudl\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040926568\",\r\n            \"property-description\": \"Develops software for sports teams that allows them to analyze videos of plays from any computer or mobile device.\",\r\n            \"property-domain\": \"hudl.com\",\r\n            \"property-email\": \"logan.laughlin@hudl.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/gethudl\",\r\n            \"property-facebookGraph.organization.about\": \"Online video analysis tools that help coaches and athletes of every sport, at any level, win. \",\r\n            \"property-facebookGraph.organization.category\": \"Media/News Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Online video analysis and coaching tools that help teams at all levels, from youth to the NFL, win.\\n\\nhttp://www.hudl.com/\\nhttp://www.hudl.com/blog\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/15844545_10154713329076223_7390801272322560989_o.jpg?oh=6a6a39fd1943164bc60cb548436239d4&oe=59632F10\",\r\n            \"property-facebookGraph.organization.engagement\": \"114045\",\r\n            \"property-facebookGraph.organization.fanCount\": \"114045\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Hudl\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.mission\": \"We help teams and athletes win.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Hudl, Hudl Recruit, Hudl Exchange\",\r\n            \"property-facebookGraph.organization.username\": \"Hudl\",\r\n            \"property-founded_year\": \"2006\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Hudl-RVW13883176.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Hudl is still figuring out how to be a large, successful, international company. I'd say the biggest thing they struggle with is workforce planning (under-hiring or over-hiring). They own up to their mistakes, though.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Phenomenal culture, great benefits, and awesome software\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Transparent leadership\\nCrazy awesome benefits\\nReally smart team\\nFocus on professional development and growth\\nHuge growth potential as a company\\nValue feedback (from all levels)\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-21T17:06:57.5900000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"27\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"96\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"4\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"39\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"82\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.2\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1493244189134\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"151 North 8th Street\",\r\n            \"property-hubspot.company.custom-admin_username\": \"hudl\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Lincoln\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Hudl\",\r\n            \"property-hubspot.company.custom-company_name\": \"Hudl\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040926568\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Develops software for sports teams that allows them to analyze videos of plays from any computer or mobile device.\",\r\n            \"property-hubspot.company.custom-domain\": \"hudl.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/gethudl\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2006\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439326394\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Slack, LinkedIn, Office365\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/hudl\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Develops software for sports teams that allows them to analyze videos of plays from any computer or mobile device.\",\r\n            \"property-hubspot.company.custom-name\": \"Hudl\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031515\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 402-817-0060\",\r\n            \"property-hubspot.company.custom-state\": \"NE\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Chicago\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"81.9M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Hudl\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;aws_route_53;mixpanel;nginx;google_tag_manager;postmark;mailgun;facebook_advertiser;amazon_s3;microsoft_office_365;google_analytics;piwik;aws_ec2;hubspot;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"hudl.com\",\r\n            \"property-hubspot.company.custom-zip\": \"68508\",\r\n            \"property-hubspot.company.founded\": \"2006\",\r\n            \"property-hubspot.company.integrations\": \"Slack, LinkedIn, Office365\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Develops software for sports teams that allows them to analyze videos of plays from any computer or mobile device.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Slack, LinkedIn, Office365\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Hudl is a product and service of Agile Sports Technologies, Inc. - a Lincoln, Nebraska based company providing tools for coaches and athletes to review game footage and improve team play. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Hudl\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/hudl\",\r\n            \"property-linkedinbio\": \"Develops software for sports teams that allows them to analyze videos of plays from any computer or mobile device.\",\r\n            \"property-name\": \"Hudl\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"151 North 8th Street\",\r\n            \"property-organization.address.city\": \"Lincoln\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NE\",\r\n            \"property-organization.address.zipCode\": \"68508\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.emailDomainNames\": \"hudl.com\",\r\n            \"property-organization.employeeCount\": \"201-500\",\r\n            \"property-organization.foundingDate\": \"2006\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Hudl\",\r\n            \"property-organization.phoneNumber\": \"+14028170060\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+14028170060\",\r\n            \"property-organization.phoneNumber-International\": \"+1 402-817-0060\",\r\n            \"property-organization.phoneNumber-Location\": \"Lincoln, NE\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-402-817-0060\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/gethudl\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/hudl\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/hudl\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/hudl-1\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/hudl\",\r\n            \"property-organization.website\": \"http://www.hudl.com\",\r\n            \"property-phone\": \"+1 402-817-0060\",\r\n            \"property-state\": \"NE\",\r\n            \"property-timezone\": \"America/Chicago\",\r\n            \"property-twitterhandle\": \"Hudl\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/gethudl\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/hudl\",\r\n            \"property-user.social.Twitter\": \"Hudl\",\r\n            \"property-user.timezone\": \"America/Chicago Standard Time\",\r\n            \"property-website\": \"hudl.com\",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"False\",\r\n            \"property-zendesk.organization.sharedComments\": \"False\",\r\n            \"property-zendesk.organization.sharedTickets\": \"False\",\r\n            \"property-zip\": \"68508\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"abdba38c-99ec-5d0d-82da-a6105e3376d1\",\r\n          \"name\": \"PROACTIVE A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Frederiksberg C\",\r\n            \"property-cvr.organization.address+municipalityName\": \"FREDERIKSBERG\",\r\n            \"property-cvr.organization.address+postalCode\": \"1970\",\r\n            \"property-cvr.organization.address+streetCode\": \"676\",\r\n            \"property-cvr.organization.address+streetName\": \"Rosenørns Alle\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"1\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"8349150\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"44735221\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/63909752/ZG9rdW1lbnRsYWdlcjovLzAzLzJhLzIxLzA2L2M1Lzg0YjctNDViNi1iYWZmLTg1ODcwNjI5MGVkMQ.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"6575744\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"7963274\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2000-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2000-06-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"FREDERIKSBERG\",\r\n            \"property-cvr.organization.name\": \"PROACTIVE A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle og sælge internetløsninger til danske og udenlandske virksomheder og anden dermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"1652637.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2000-11-29T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-12-31T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"ProActive A/S er et dansk it-konsulenthus med ekspertise inden for Microsoft teknologi. \\nLæs mere på www.proactive.dk\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"ProActive beskæftiger cirka 150 medarbejdere fordelt på vores kontorer i København, Odense, Aarhus, Aalborg og Auckland (NZ).\\n\\n\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-0/p75x225/12694806_10153997078259575_4912057124442469876_o.jpg?oh=7c8e6697e6be446f70f1bb7ff013c1ee&oe=59682FF6\",\r\n            \"property-facebookGraph.organization.engagement\": \"277\",\r\n            \"property-facebookGraph.organization.fanCount\": \"277\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"ProActive A/S\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.68166\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.55713\",\r\n            \"property-facebookGraph.organization.mission\": \"THINKING YOUR BUSINESS er vores mission; den tjener som et ledende princip for interaktionen med vores kunder og udgør fundamentet for måden hvorpå vi driver vores forretning.\\n\\n\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.5\",\r\n            \"property-facebookGraph.organization.products\": \"ProActive leverer rådgivning og løsninger inden for Microsoft teknologi, herunder:\\n\\n- Office 365\\n- SharePoint\\n- Dynamics CRM\\n- Azure\\n- Project Online\\n- Enterprise Mobility Suite\\n- Yammer\\n\\nIntraActive produktsuite \\n(www.intraactive.dk)\\n\\n- IntraActive Intranet\\n- IntraActive Workspaces\\n- IntraActive QMS\",\r\n            \"property-facebookGraph.organization.username\": \"ProActiveDK\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"Rosen\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Frederiksberg C\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1497877453240\",\r\n            \"property-hubspot.company.custom-description\": \"ProActive er den strategiske partner, som tager et totalansvar for at skabe afgørende forretningsmæssige fordele med Microsoft teknologi.\",\r\n            \"property-hubspot.company.custom-domain\": \"www.proactive.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/ProActiveDK\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1497877563981\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1497877621697\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1997\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1497877563966\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503431499969\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1497877453240\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/proactive-as\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"ProActive er den strategiske partner, som tager et totalansvar for at skabe afgørende forretningsmæssige fordele med Microsoft teknologi.\",\r\n            \"property-hubspot.company.custom-name\": \"ProActive A/S\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1502175709371\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1502175764309\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1502143200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"4\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 82 32 32 32\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"ProActiveIT\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;perfect_audience;google_maps;facebook_connect;google_analytics;facebook_comments;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"proactive.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1970\",\r\n            \"property-hubspot.company.founded\": \"1997\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"ProActive er den strategiske partner, som tager et totalansvar for at skabe afgørende forretningsmæssige fordele med Microsoft teknologi.\",\r\n            \"property-organization.address\": \"Rosenørns Alle 1\\n1970 Frederiksberg C\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Frederiksberg C\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Rosenørns Allé 1\",\r\n            \"property-organization.address.zipCode\": \"1970\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.codes.cvr\": \"25790936\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-38044773-1\",\r\n            \"property-organization.contact.email\": \"info@proactive.dk\",\r\n            \"property-organization.emailDomainNames\": \"www.proactive.dk\",\r\n            \"property-organization.employeeCount\": \"100-199\",\r\n            \"property-organization.foundingDate\": \"2000-11-29T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"ProActive A/S\",\r\n            \"property-organization.phoneNumber\": \"+4582323232\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4582323232\",\r\n            \"property-organization.phoneNumber-International\": \"+45 82 32 32 32\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-82-32-32-32\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/ProActiveDK\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/proactive-as\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/ProActiveIT\",\r\n            \"property-organization.usedTechnologies\": \"AddThis, Google Maps, jQuery, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"proactive.dk\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/ProActiveDK\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/proactive-as\",\r\n            \"property-user.social.Twitter\": \"ProActiveIT\",\r\n            \"property-website.Description\": \"ProActive er den strategiske partner, som tager et totalansvar for at skabe afg&#248;rende forretningsm&#230;ssige fordele med Microsoft teknologi.\",\r\n            \"property-website.Title\": \"Danmarks f&#248;rende Microsoft Partner - ProActive A/S\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"524ce387-a1db-51af-ad29-3b556b517aa7\",\r\n          \"name\": \"MAGURU A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"18\",\r\n            \"property-angelList.organization.highConcept\": \"Changing online marketing for small business\",\r\n            \"property-angelList.organization.productDesc\": \"We are a team of helpful people who thrive on the success of our customers. No more shady salesmen selling worthless ads, Facebook pages with no value and over priced hosting plans. Maguru helps small businesses grow in an honest and transparent way, by giving them access to automated marketing methods previously out of their reach.\\n\\nOur initial product ties together locally targeted and fully managed AdWords campaigns, responsive landing pages optimized for conversions, call tracking and an easy to use lead management tool, in one simple and efficient package.\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København V\",\r\n            \"property-cvr.organization.address+door\": \"sal\",\r\n            \"property-cvr.organization.address+floor\": \"6\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1717\",\r\n            \"property-cvr.organization.address+streetCode\": \"6432\",\r\n            \"property-cvr.organization.address+streetName\": \"Skelbækgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"2\",\r\n            \"property-cvr.organization.address+streetNumberTo\": \"4\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"-2062914\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"2255710\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"4175912\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/79784853/ZG9rdW1lbnRsYWdlcjovLzAzL2I0LzBhL2I5L2RjL2UwMDgtNDNhMy1hNWFiLWQxZDdmMzgzZWVlYg.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-4298666\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-4585775\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-05-05T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"631200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Webportaler\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"MAGURU A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed med marketing services, udvikling af marketing teknologi og dermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"757573.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2014-05-05T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-05-31T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Lersø Parkallé 107\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen Ø\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498481070269\",\r\n            \"property-hubspot.company.custom-description\": \"Få flere kunder med ærlig og effektiv online markedsføring. Vi står for alt, du skal bare tage telefonen!\",\r\n            \"property-hubspot.company.custom-domain\": \"maguru.dk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498481110108\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498481145062\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2014\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498481110089\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1498481145813\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498481070269\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/maguru\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Få flere kunder med ærlig og effektiv online markedsføring. Vi står for alt, du skal bare tage telefonen!\",\r\n            \"property-hubspot.company.custom-name\": \"Maguru\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"50\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 89 88 33 99\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"2M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"magurudk\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;aws_route_53;facebook_connect;google_analytics;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"maguru.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"2100\",\r\n            \"property-hubspot.company.founded\": \"2014\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Få flere kunder med ærlig og effektiv online markedsføring. Vi står for alt, du skal bare tage telefonen!\",\r\n            \"property-organization.address\": \"Skelbækgade 2-4 6 sal\\n1717 København V\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen Ø\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"2255710 DKK\",\r\n            \"property-organization.codes.cvr\": \"35848797\",\r\n            \"property-organization.contact.email\": \"hej@maguru.dk\",\r\n            \"property-organization.emailDomainNames\": \"maguru.dk\",\r\n            \"property-organization.employeeCount\": \"10-19\",\r\n            \"property-organization.foundingDate\": \"2014-05-05T00:00:00.0000000+00:00\",\r\n            \"property-organization.name\": \"MAGURU\",\r\n            \"property-organization.phoneNumber\": \"+4589883399\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4589883399\",\r\n            \"property-organization.phoneNumber-International\": \"+45 89 88 33 99\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-89-88-33-99\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/maguru\",\r\n            \"property-organization.website\": \"www.maguru.dk\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/maguru\",\r\n            \"property-user.social.Twitter\": \"magurudk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"81ae41b5-fe13-5c21-84c3-14a1fd499f54\",\r\n          \"name\": \"Episerver\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"Episerver connects digital commerce and digital marketing to help organizations create unique digital experiences.\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"The Episerver Digital Experience Cloud™ combines content, commerce and multi-channel marketing in a single platform to work full-circle for businesses online – from intelligent optimization and lead-generation through to conversion and repeat business – with unprecedented ease-of-use.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/971022_950931981651051_2140836997012414569_n.jpg?oh=ab407c74e43e34f473cc47a91b61100a&oe=597264A8\",\r\n            \"property-facebookGraph.organization.engagement\": \"9677\",\r\n            \"property-facebookGraph.organization.fanCount\": \"9677\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Episerver\",\r\n            \"property-facebookGraph.organization.impressum\": \"Kristoffer Renberg | Digital Marketing Manager | Episerver Sweden\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"59.33542\",\r\n            \"property-facebookGraph.organization.longitude\": \"18.06739\",\r\n            \"property-facebookGraph.organization.mission\": \"To create the leading digital experience delivery platform to empower our customers to create standout experiences for their customers – everywhere they engage\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.8\",\r\n            \"property-facebookGraph.organization.products\": \"Episerver 7 CMS\\nEpiserver Commerce\\nEpiserver Relate\\nEpiserver Find\\nEpiserver MobilePack\",\r\n            \"property-facebookGraph.organization.username\": \"Episerver\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Episerver-RVW13134408.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The leadership team was extremely weak for several years. Few people met their potential due to management pigeon holing people and having no clue how to leverage employee's strengths. They drove several employees into the ground through constant traveling to disgruntled employees. The old Ektron product was extremely poor. The support team had no chance to support it. QA was virtually non-existent for many years while that product was built.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"A lot of changes and weak leadership, but there were benefits\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Nashua, NH\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"A lot of people enjoyed some good years during the Ektron days. It was a solid place for less experienced employees to really get their feet wet.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-12-29T11:24:51.4470000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"5\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"26\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"74\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.6\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"13\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.6\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"43\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.1\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-knowledgeGraph.organization.description\": \"Software company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Episerver is a global software company offering web content management, digital commerce, and digital marketing, through the Episerver Digital Experience Cloud software platform. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Episerver\",\r\n            \"property-organization.address.city\": \"Stockholm\",\r\n            \"property-organization.address.countryCode\": \"Sweden\",\r\n            \"property-organization.address.streetName\": \"Regeringsgatan 67\",\r\n            \"property-organization.address.zipCode\": \"111 56\",\r\n            \"property-organization.contact.email\": \"salesus@episerver.com\",\r\n            \"property-organization.emailDomainNames\": \"episerver.com\",\r\n            \"property-organization.foundingDate\": \"1994\",\r\n            \"property-organization.industry\": \"Advertising & Marketing\",\r\n            \"property-organization.name\": \"Episerver\",\r\n            \"property-organization.phoneNumber\": \"+16035940249\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+16035940249\",\r\n            \"property-organization.phoneNumber-International\": \"+1 603-594-0249\",\r\n            \"property-organization.phoneNumber-Location\": \"Nashua, NH\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-603-594-0249\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Episerver\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/episerver-ab\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/episerver\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/EpiserverAB\",\r\n            \"property-organization.usedTechnologies\": \"EPiServer, Google Tag Manager, IIS, Microsoft ASP.NET, Optimizely, Windows Server\",\r\n            \"property-organization.website\": \"http://episerver.com/\",\r\n            \"property-website.CopyrightEntity\": \"Episerver\",\r\n            \"property-website.Description\": \"Episerver is a global software provider for innovative .NET E-commerce, CMS and digital marketing solutions, helping our customers deliver better o...\",\r\n            \"property-website.Title\": \"Episerver: Best .NET CMS for Digital Marketing and E-commerce | Episerver Digital Experience Cloud\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"dea49ae2-00eb-5d9a-a436-9c061c93d665\",\r\n          \"name\": \"Microsoft Corporation\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"1 Microsoft Way\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Redmond\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484044027075\",\r\n            \"property-description\": \"Microsoft is an American multinational corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its best known software products are the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer web browser. Its flagship hardware products are Xbox game console and the Microsoft Surface series of tablets. Headquartered in Redmond, Washington, Microsoft is the world's largest software company in terms of revenue. It is also considered one of the world's most valuable companies and one of the most successful startup companies of all time by market capitalization, revenue, growth and cultural impact. Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800 microcomputer. The original name, \\\"\\\"Micro-Soft,\\\"\\\" was from a combination of \\\"\\\"microcomputer\\\"\\\" and \\\"\\\"software.\\\"\\\" In 1980, the company formed a partnership with IBM, allowing Microsoft to sell its software package with the computers IBM manufactured. It rose to dominate the personal computer operating system market with MS-DOS, followed by Microsoft Windows. Since the 1990s, it has increasingly diversified from the operating system market and ventured into hardware such as the Zune, a digital media player for music, videos, podcasts, and pictures; Xbox, a video game console; and Surface product/microsoft-surface, a series of tablets. It has also made a presence on the web with the MSN internet portal and Bing search engine. Microsoft has also made a number of corporate acquisitions, including Forethought, HotMail, and Visio Corporation. In May 2011, Microsoft acquired Skype Technologies for $8.5 billion in its largest acquisition to date.\",\r\n            \"property-domain\": \"microsoft.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Microsoft\",\r\n            \"property-founded_year\": \"1975\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1488340864058\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"14\",\r\n            \"property-hubspot.company.custom-address\": \"1 Microsoft Way\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Redmond\",\r\n            \"property-hubspot.company.custom-company_name\": \"Microsoft\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044027075\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Microsoft is an American multinational corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its best known software products are the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer web browser. Its flagship hardware products are Xbox game console and the Microsoft Surface series of tablets. Headquartered in Redmond, Washington, Microsoft is the world's largest software company in terms of revenue. It is also considered one of the world's most valuable companies and one of the most successful startup companies of all time by market capitalization, revenue, growth and cultural impact. Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800 microcomputer. The original name, \\\"\\\"Micro-Soft,\\\"\\\" was from a combination of \\\"\\\"microcomputer\\\"\\\" and \\\"\\\"software.\\\"\\\" In 1980, the company formed a partnership with IBM, allowing Microsoft to sell its software package with the computers IBM manufactured. It rose to dominate the personal computer operating system market with MS-DOS, followed by Microsoft Windows. Since the 1990s, it has increasingly diversified from the operating system market and ventured into hardware such as the Zune, a digital media player for music, videos, podcasts, and pictures; Xbox, a video game console; and Surface product/microsoft-surface, a series of tablets. It has also made a presence on the web with the MSN internet portal and Bing search engine. Microsoft has also made a number of corporate acquisitions, including Forethought, HotMail, and Visio Corporation. In May 2011, Microsoft acquired Skype Technologies for $8.5 billion in its largest acquisition to date.\",\r\n            \"property-hubspot.company.custom-domain\": \"microsoft.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Microsoft\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1975\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601580353\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/microsoft\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Microsoft is an American multinational corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its best known software products are the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer web browser. Its flagship hardware products are Xbox game console and the Microsoft Surface series of tablets. Headquartered in Redmond, Washington, Microsoft is the world's largest software company in terms of revenue. It is also considered one of the world's most valuable companies and one of the most successful startup companies of all time by market capitalization, revenue, growth and cultural impact. Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800 microcomputer. The original name, \\\"\\\"Micro-Soft,\\\"\\\" was from a combination of \\\"\\\"microcomputer\\\"\\\" and \\\"\\\"software.\\\"\\\" In 1980, the company formed a partnership with IBM, allowing Microsoft to sell its software package with the computers IBM manufactured. It rose to dominate the personal computer operating system market with MS-DOS, followed by Microsoft Windows. Since the 1990s, it has increasingly diversified from the operating system market and ventured into hardware such as the Zune, a digital media player for music, videos, podcasts, and pictures; Xbox, a video game console; and Surface product/microsoft-surface, a series of tablets. It has also made a presence on the web with the MSN internet portal and Bing search engine. Microsoft has also made a number of corporate acquisitions, including Forethought, HotMail, and Visio Corporation. In May 2011, Microsoft acquired Skype Technologies for $8.5 billion in its largest acquisition to date.\",\r\n            \"property-hubspot.company.custom-name\": \"Microsoft\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"14\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 800-867-1389\",\r\n            \"property-hubspot.company.custom-reference_date\": \"3-Nov-14\",\r\n            \"property-hubspot.company.custom-state\": \"WA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"13.1M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Microsoft\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;youtube;twitter_badge;disqus;clicktale;google_adsense;app_nexus;nginx;facebook_connect;facebook_social_plugins;highcharts;alexa;optimizely;pinterest;google_charts;asp_net;facebook_like_button;apache;omniture_adobe_analytics;kiss_metrics;google_maps;google_analytics;twitter_button;bing_maps\",\r\n            \"property-hubspot.company.custom-website\": \"microsoft.com\",\r\n            \"property-hubspot.company.custom-zip\": \"98052\",\r\n            \"property-hubspot.company.founded\": \"1975\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Microsoft is an American multinational corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its best known software products are the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer web browser. Its flagship hardware products are Xbox game console and the Microsoft Surface series of tablets. Headquartered in Redmond, Washington, Microsoft is the world's largest software company in terms of revenue. It is also considered one of the world's most valuable companies and one of the most successful startup companies of all time by market capitalization, revenue, growth and cultural impact. Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800 microcomputer. The original name, \\\"\\\"Micro-Soft,\\\"\\\" was from a combination of \\\"\\\"microcomputer\\\"\\\" and \\\"\\\"software.\\\"\\\" In 1980, the company formed a partnership with IBM, allowing Microsoft to sell its software package with the computers IBM manufactured. It rose to dominate the personal computer operating system market with MS-DOS, followed by Microsoft Windows. Since the 1990s, it has increasingly diversified from the operating system market and ventured into hardware such as the Zune, a digital media player for music, videos, podcasts, and pictures; Xbox, a video game console; and Surface product/microsoft-surface, a series of tablets. It has also made a presence on the web with the MSN internet portal and Bing search engine. Microsoft has also made a number of corporate acquisitions, including Forethought, HotMail, and Visio Corporation. In May 2011, Microsoft acquired Skype Technologies for $8.5 billion in its largest acquisition to date.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-knowledgeGraph.organization.description\": \"Technology company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Microsoft Corporation is an American multinational technology company with headquarters in Redmond, Washington. It develops, manufactures, licenses, supports and sells computer software, consumer electronics, personal computers, and services. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Microsoft\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/microsoft\",\r\n            \"property-linkedinbio\": \"Microsoft is an American multinational corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its best known software products are the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer web browser. Its flagship hardware products are Xbox game console and the Microsoft Surface series of tablets. Headquartered in Redmond, Washington, Microsoft is the world's largest software company in terms of revenue. It is also considered one of the world's most valuable companies and one of the most successful startup companies of all time by market capitalization, revenue, growth and cultural impact. Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800 microcomputer. The original name, \\\"\\\"Micro-Soft,\\\"\\\" was from a combination of \\\"\\\"microcomputer\\\"\\\" and \\\"\\\"software.\\\"\\\" In 1980, the company formed a partnership with IBM, allowing Microsoft to sell its software package with the computers IBM manufactured. It rose to dominate the personal computer operating system market with MS-DOS, followed by Microsoft Windows. Since the 1990s, it has increasingly diversified from the operating system market and ventured into hardware such as the Zune, a digital media player for music, videos, podcasts, and pictures; Xbox, a video game console; and Surface product/microsoft-surface, a series of tablets. It has also made a presence on the web with the MSN internet portal and Bing search engine. Microsoft has also made a number of corporate acquisitions, including Forethought, HotMail, and Visio Corporation. In May 2011, Microsoft acquired Skype Technologies for $8.5 billion in its largest acquisition to date.\",\r\n            \"property-name\": \"Microsoft\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-organization.address\": \"1 Microsoft Way\",\r\n            \"property-organization.address.city\": \"Redmond\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"WA\",\r\n            \"property-organization.address.zipCode\": \"98052\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"microsoft.com\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.phoneNumber\": \"+18008671389\",\r\n            \"property-organization.phoneNumber-E164\": \"+18008671389\",\r\n            \"property-organization.phoneNumber-International\": \"+1 800-867-1389\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-800-867-1389\",\r\n            \"property-organization.website\": \"http://www.microsoft.com\",\r\n            \"property-phone\": \"+1 800-867-1389\",\r\n            \"property-state\": \"WA\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"Microsoft\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Microsoft\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/microsoft\",\r\n            \"property-user.social.Twitter\": \"Microsoft\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"microsoft.com\",\r\n            \"property-zip\": \"98052\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"6fa05222-0aeb-5be4-884c-c55e1320a8d3\",\r\n          \"name\": \"ATEA DANMARK A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"6 Lautrupvang\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Ballerup\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1491413742878\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Ballerup\",\r\n            \"property-cvr.organization.address+municipalityName\": \"BALLERUP\",\r\n            \"property-cvr.organization.address+postalCode\": \"2750\",\r\n            \"property-cvr.organization.address+streetCode\": \"196\",\r\n            \"property-cvr.organization.address+streetName\": \"Lautrupvang\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"6\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.endDate\": \"2017-02-20T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2000-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2000-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"461900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Agenturhandel med blandet sortiment\",\r\n            \"property-cvr.organization.municipality\": \"BALLERUP\",\r\n            \"property-cvr.organization.name\": \"ATEA DANMARK A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at yde rådgivning, support & service samt konsulentassistance inden for området informationsteknologi.\",\r\n            \"property-cvr.organization.registeredCapital\": \"50000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2000-09-04T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"OPLØSTEFTERFUSION\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2010-11-12T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Atea A/S supplies information technology products and solutions. The Company focuses on consulting and projects, networking and cabling, data center, IT service management, mobiles phone, outsourcing, cloud solutions, communication, and technical services\",\r\n            \"property-domain\": \"atea.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/ateadanmark\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Atea-RVW12066005.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Salary amount is lower than for same position average rate in Latvia.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great experience\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Riga (Latvia)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"You can get great experience working with the large enterprise customers at Atea.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-09-25T12:14:48.1630000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.6\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"14\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"54\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1491478190641\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source_data_1\": \"SALES\",\r\n            \"property-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hs_lastmodifieddate\": \"1491478195067\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"6 Lautrupvang\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Ballerup\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1491413742878\",\r\n            \"property-hubspot.company.custom-description\": \"Atea A/S supplies information technology products and solutions. The Company focuses on consulting and projects, networking and cabling, data center, IT service management, mobiles phone, outsourcing, cloud solutions, communication, and technical services\",\r\n            \"property-hubspot.company.custom-domain\": \"atea.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/ateadanmark\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1491478190653\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1494839044631\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1491478190641\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"SALES\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504649062894\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1491413742878\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/atea-danmark\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Atea A/S supplies information technology products and solutions. The Company focuses on consulting and projects, networking and cabling, data center, IT service management, mobiles phone, outsourcing, cloud solutions, communication, and technical services\",\r\n            \"property-hubspot.company.custom-name\": \"Atea\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503477063727\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504168097146\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"4\",\r\n            \"property-hubspot.company.custom-num_notes\": \"7\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"5000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 25 25 50\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"AteaDanmark\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"google_tag_manager;facebook_connect;mandrill;eloqua;facebook_advertiser;visual_website_optimizer\",\r\n            \"property-hubspot.company.custom-website\": \"atea.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"2750\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Atea A/S supplies information technology products and solutions. The Company focuses on consulting and projects, networking and cabling, data center, IT service management, mobiles phone, outsourcing, cloud solutions, communication, and technical services\",\r\n            \"property-hubspot_owner_assigneddate\": \"1491413742878\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-knowledgeGraph.organization.description\": \"Computer company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Atea, previously Ementor, is a Nordic IT infrastructure company. It is headquartered in Oslo, Norway.\\nThe company sells, installs, and supports products from Citrix, VMware, Apple, Cisco, HP, Microsoft, Lenovo, IBM and others.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Atea_(company)\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/3121259\",\r\n            \"property-linkedinbio\": \"Atea A/S supplies information technology products and solutions. The Company focuses on consulting and projects, networking and cabling, data center, IT service management, mobiles phone, outsourcing, cloud solutions, communication, and technical services\",\r\n            \"property-name\": \"Atea\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Lautrupvang 6\\n2750 Ballerup\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Ballerup\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2750\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"25596730\",\r\n            \"property-organization.emailDomainNames\": \"atea.dk\",\r\n            \"property-organization.employeeCount\": \"10-19\",\r\n            \"property-organization.foundingDate\": \"2000-09-04T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.phoneNumber\": \"70252550\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570252550\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 25 25 50\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-25-25-50\",\r\n            \"property-organization.website\": \"atea.dk\",\r\n            \"property-phone\": \"+45 70 25 25 50\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"AteaDanmark\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/ateadanmark\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/atea-danmark\",\r\n            \"property-user.social.Twitter\": \"AteaDanmark\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"atea.dk\",\r\n            \"property-zip\": \"2750\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"a342dad4-58fe-5c29-9a43-8100ba735684\",\r\n          \"name\": \"CABANA A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Danneskiold-Samsøes Allé 24\",\r\n            \"property-admin_username\": \"cabana\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"København K\",\r\n            \"property-closedate\": \"1484045018166\",\r\n            \"property-cluedin_subdomain\": \"Cabana\",\r\n            \"property-company_notes\": \"Sitecore partner, tried CluedIn out, loved it, we didn't have all their integrations at the time so we thought we would come back when we had better support.\\n\\nPaying customer 10 nov 2015 - oct-nov ish 2016 (we stooped payment)\\n\\nDM : msl@cabana.dk\\n\\n\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040929211\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1434\",\r\n            \"property-cvr.organization.address+streetCode\": \"1262\",\r\n            \"property-cvr.organization.address+streetName\": \"Danneskiold-Samsøes Allé\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"24\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"1711800\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"10994576\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"4985495\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/40867333/ZG9rdW1lbnRsYWdlcjovLzAzLzE2L2RhLzhiLzFkL2M5NmMtNDg3Ni1iZWJhLWIwYTE0MTA0NmE0Zg.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"21875\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"50341\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2010-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2010-10-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"CABANA A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at foretage IT-konsulentydelser og anden efter bestyrelsens skøn dermed beslægtet virksomhed samt investering i værdipapirer.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2010-12-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2010-12-15T00:00:00.0000000+00:00\",\r\n            \"property-days_to_close\": \"0\",\r\n            \"property-description\": \"Cabana A/S leverer en bred vifte af ydelser indenfor digital kommunikation\",\r\n            \"property-domain\": \"cabana.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Cabana.dk\",\r\n            \"property-facebookGraph.organization.about\": \"CABANA \\nAssociation qui valorise un lieu rural.\\n\\nCuisine – Amis – Bonheur – Art – Nature – Animaux\",\r\n            \"property-facebookGraph.organization.category\": \"Tour Agency\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-0/q81/p180x540/12030330_501861513327747_7998175888684278092_o.jpg?oh=bc8a2f56d6111952a5221dbab011a103&oe=594F2A96\",\r\n            \"property-facebookGraph.organization.engagement\": \"4\",\r\n            \"property-facebookGraph.organization.fanCount\": \"4\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Cabana\",\r\n            \"property-facebookGraph.organization.impressum\": \"En proposant des activités sociales et culturelles sur un espace en plein air et dans le respect de l'environnement.\\n\\nEntretenir un lien social entre les citadins et les agriculteurs, les habitants de la campagne.\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"44.8543499\",\r\n            \"property-facebookGraph.organization.longitude\": \"-0.58199\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"cabana\",\r\n            \"property-first_deal_created_date\": \"1489399626723\",\r\n            \"property-founded_year\": \"2002\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1489399627095\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"6\",\r\n            \"property-hubspot.company.custom-address\": \"Danneskiold-Samsøes Allé 24\",\r\n            \"property-hubspot.company.custom-admin_username\": \"cabana\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"København K\",\r\n            \"property-hubspot.company.custom-closedate\": \"1484045018166\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Cabana\",\r\n            \"property-hubspot.company.custom-company_address\": \"K�benhavn K\",\r\n            \"property-hubspot.company.custom-company_name\": \"Cabana\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Sitecore partner, tried CluedIn out, loved it, we didn't have all their integrations at the time so we thought we would come back when we had better support.\\n\\nPaying customer 10 nov 2015 - oct-nov ish 2016 (we stooped payment)\\n\\nDM : msl@cabana.dk\\n\\n\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929211\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-days_to_close\": \"0\",\r\n            \"property-hubspot.company.custom-description\": \"Cabana is a digital experience studio. We are specialists in marketing automation and commitment flows and have since 2002 made it our mission to provide personalized, digital customer experiences with measurable results.\\n\\nWe are a team of talented designers, certified developers, bright project managers and experienced consultants, who in close collaboration develops, supplies, and implements the best solutions for our customers. Customer Experience is the core of our work, and the passion for what we do is evident in the quality we deliver.\\n\\nOur clients include Nature Energy, Tivoli Casino, University of Southern Denmark, Danish Standards, Ministry of Transport, Finance, Maersk, GF Insurance and the University of Copenhagen.\",\r\n            \"property-hubspot.company.custom-domain\": \"cabana.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Cabana.dk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489399626723\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2002\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1511271737293\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1501252526858\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"29013451\",\r\n            \"property-hubspot.company.custom-industry\": \"INTERNET\",\r\n            \"property-hubspot.company.custom-integrations\": \"Teamwork\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/113418/\",\r\n            \"property-hubspot.company.custom-name\": \"Cabana A/S\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1511184761279\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1511271734937\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"6\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"12\",\r\n            \"property-hubspot.company.custom-num_notes\": \"25\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 33 11 03 10\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"cabana_dk\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;mailchimp;nginx;wordpress;google_tag_manager;google_analytics;cloud_flare;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"http://cabana.dk/\",\r\n            \"property-hubspot.company.custom-zip\": \"1434\",\r\n            \"property-hubspot.company.daysToClose\": \"0\",\r\n            \"property-hubspot.company.founded\": \"2002\",\r\n            \"property-hubspot.company.integrations\": \"Teamwork\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.notes\": \"Sitecore partner, tried CluedIn out, loved it, we didn't have all their integrations at the time so we thought we would come back when we had better support.\\n\\nPaying customer 10 nov 2015 - oct-nov ish 2016 (we stooped payment)\\n\\nDM : msl@cabana.dk\\n\\n\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Teamwork\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/cabana-as\",\r\n            \"property-name\": \"Cabana A/S\",\r\n            \"property-num_associated_contacts\": \"3\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"Danneskiold-Samsøes Allé 24\\n1434 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"105 rue Mandron\",\r\n            \"property-organization.address.zipCode\": \"1434\",\r\n            \"property-organization.annualRevenue\": \"10994576 DKK\",\r\n            \"property-organization.codes.cvr\": \"33376804\",\r\n            \"property-organization.contact.email\": \"tva@cabana.dk\",\r\n            \"property-organization.emailDomainNames\": \"cabana.dk\",\r\n            \"property-organization.employeeCount\": \"10-19\",\r\n            \"property-organization.foundingDate\": \"2010-12-15T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INTERNET\",\r\n            \"property-organization.phoneNumber\": \"+4588536651\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4588536651\",\r\n            \"property-organization.phoneNumber-International\": \"+45 88 53 66 51\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-88-53-66-51\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/cabana/\",\r\n            \"property-organization.website\": \"http://cabana.dk/\",\r\n            \"property-phone\": \"+45 33 11 03 10\",\r\n            \"property-twitterhandle\": \"cabana_dk\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Cabana.dk\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/113418/\",\r\n            \"property-user.social.Twitter\": \"cabana_dk\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"cabana.dk\",\r\n            \"property-zip\": \"1434\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"f52c2099-ed72-59b6-80c4-b4d7ca970d9d\",\r\n          \"name\": \"Trifork\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"1\",\r\n            \"property-facebookGraph.organization.about\": \"Trifork is an innovative software development company focusing on MOBILE, AGILE and CLOUD. http://www.trifork.com http://gotocon.com\",\r\n            \"property-facebookGraph.organization.category\": \"Computers/Internet Website\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/14615698_10154631984767774_9190101131996222073_o.jpg?oh=cc9af1e6fa852e0502f44839d3c24a32&oe=59730118\",\r\n            \"property-facebookGraph.organization.engagement\": \"357\",\r\n            \"property-facebookGraph.organization.fanCount\": \"357\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Trifork\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Trifork develops, sells and delivers IT solutions to the financial and public sector. In Academy, Trifork organizes software development conferences, courses and technological networks nationally and internationally: GOTO Conferences (http://gotocon.com) in Aarhus, Amsterdam, Berlin, Chicago, Copenhagen & Zurich and QCon in London.\\nTrifork is a leading provider of software training focusing on Scrum, Agile, Spring, Mobile and Java disciplines.\\n\\nTrifork employs 400 employees in 21 offices in Aarhus, Amsterdam, London, Copenhagen, Zurich, Krakow, Stockholm, Esbjerg, Eindhoven and San Francisco. 90% of the employees are software or conference developers.\\n\\nTrifork develops and delivers business critical IT systems for several sectors: Finance, healthcare, government, manufacturing, telecom. \",\r\n            \"property-facebookGraph.organization.username\": \"Trifork\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Trifork-RVW14250577.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Door het doen van toezeggingen aan klanten is de druk van leveren soms groot. Er wordt niet altijd  rekening gehouden met het aantal ontwikkelaars en de hoeveelheid van aanbod van werk.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Fijne werkgever\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Senior Java Developer\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Amsterdam (Netherlands)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"De meeste collega's zijn gedetacheerd bij diverse bedrijven maar als je op kantoor komt (tijdens in office days) heerst er een fijne sfeer. De techmeetings die regelmatig worden gehouden zijn zeer nuttig door het interactieve karakter en helpen om de cohesie binnen het bedrijf te behouden.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-19T11:37:03.4100000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"3\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.6\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"5\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.2\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"DK-8000 Ã…rhus C\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Schindellegi\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498897416147\",\r\n            \"property-hubspot.company.custom-description\": \"Trifork is a leading full service supplier of high-quality custom-built applications and end-to-end solutions.\",\r\n            \"property-hubspot.company.custom-domain\": \"trifork.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/trifork\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1501488866122\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499079633726\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1996\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1501488866122\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"12e066e1-2647-4cb6-914c-57317d201a5a\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503060914594\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498897416147\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/trifork\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Trifork is a leading full service supplier of high-quality custom-built applications and end-to-end solutions.\",\r\n            \"property-hubspot.company.custom-name\": \"Trifork\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503060907000\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503060912887\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"4\",\r\n            \"property-hubspot.company.custom-phone\": \"+31 20 486 2036\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"GOTOaar\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;apache;wordpress;ubuntu;marketo;go_squared;google_analytics;twitter_button\",\r\n            \"property-hubspot.company.custom-website\": \"trifork.com\",\r\n            \"property-hubspot.company.custom-zip\": \"8834\",\r\n            \"property-hubspot.company.founded\": \"1996\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Trifork is a leading full service supplier of high-quality custom-built applications and end-to-end solutions.\",\r\n            \"property-organization.address\": \"DK-8000 Ã…rhus C\",\r\n            \"property-organization.address.city\": \"Schindellegi\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"8834\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-4334422-34\",\r\n            \"property-organization.emailDomainNames\": \"trifork.com\",\r\n            \"property-organization.foundingDate\": \"1996\",\r\n            \"property-organization.industry\": \"IT Services\",\r\n            \"property-organization.name\": \"Trifork\",\r\n            \"property-organization.phoneNumber\": \"+4930120895940\",\r\n            \"property-organization.phoneNumber-Country\": \"Germany\",\r\n            \"property-organization.phoneNumber-E164\": \"+4930120895940\",\r\n            \"property-organization.phoneNumber-International\": \"+49 30 120895940\",\r\n            \"property-organization.phoneNumber-Location\": \"Berlin\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+49-30-120895940\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Trifork\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/trifork\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/triforkams\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/channel/UC9yYh5P0YwfQy-rZNJ6PODg\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, Modernizr, PHP, WordPress, Yoast SEO\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/trifork\",\r\n            \"property-organization.website\": \"http://trifork.com/\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/trifork\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/trifork\",\r\n            \"property-user.social.Twitter\": \"GOTOaar\",\r\n            \"property-website.CopyrightEntity\": \"Trifork A/S\",\r\n            \"property-website.Description\": \"Trifork is a leading full service supplier of high-quality custom-built applications and end-to-end solutions.\",\r\n            \"property-website.Title\": \"Trifork\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"bee0752b-7b3f-5124-8f6b-9f5db94806b5\",\r\n          \"name\": \"JWT\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"466 Lexington Avenue\",\r\n            \"property-admin_username\": \"jwt\",\r\n            \"property-annualrevenue\": \"500000000\",\r\n            \"property-city\": \"New York\",\r\n            \"property-cluedin_subdomain\": \"JWT\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040930478\",\r\n            \"property-description\": \"JWT is the world’s best-known marketing communications brand. Headquartered in New York, JWT is a true global network with more than 200 offices in over 90 countries employing nearly 10,000 marketing professionals. JWT consistently ranks among the top agency networks in the world and continues its dominant presence in the industry by staying on the leading edge–from producing the first-ever TV commercial in 1939 to developing award-winning branded content for brands such as Freixenet, Ford and HSBC. JWT’s pioneering spirit enables the agency to forge deep relationships with clients including Bayer, Bloomberg, Cadbury, Diageo, DTC, Ford, HSBC, Johnson & Johnson, Kellogg’s, Kimberly-Clark, Kraft, Microsoft, NestlÃƒÂ©, Nokia, Rolex, Royal Caribbean, Schick, Shell, Unilever, Vodafone and many others. JWT’s parent company is WPP.\",\r\n            \"property-domain\": \"jwt.com\",\r\n            \"property-email\": \"juandy.llamas@jwt.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/JWTWorldwide\",\r\n            \"property-founded_year\": \"2003\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1493245543292\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"466 Lexington Avenue\",\r\n            \"property-hubspot.company.custom-admin_username\": \"jwt\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"500000000\",\r\n            \"property-hubspot.company.custom-city\": \"New York\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"JWT\",\r\n            \"property-hubspot.company.custom-company_name\": \"JWT\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040930478\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"JWT is the world’s best-known marketing communications brand. Headquartered in New York, JWT is a true global network with more than 200 offices in over 90 countries employing nearly 10,000 marketing professionals. JWT consistently ranks among the top agency networks in the world and continues its dominant presence in the industry by staying on the leading edge–from producing the first-ever TV commercial in 1939 to developing award-winning branded content for brands such as Freixenet, Ford and HSBC. JWT’s pioneering spirit enables the agency to forge deep relationships with clients including Bayer, Bloomberg, Cadbury, Diageo, DTC, Ford, HSBC, Johnson & Johnson, Kellogg’s, Kimberly-Clark, Kraft, Microsoft, NestlÃƒÂ©, Nokia, Rolex, Royal Caribbean, Schick, Shell, Unilever, Vodafone and many others. JWT’s parent company is WPP.\",\r\n            \"property-hubspot.company.custom-domain\": \"jwt.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/JWTWorldwide\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499085999713\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2003\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439287737\",\r\n            \"property-hubspot.company.custom-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/jwt\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"JWT is the world’s best-known marketing communications brand. Headquartered in New York, JWT is a true global network with more than 200 offices in over 90 countries employing nearly 10,000 marketing professionals. JWT consistently ranks among the top agency networks in the world and continues its dominant presence in the industry by staying on the leading edge–from producing the first-ever TV commercial in 1939 to developing award-winning branded content for brands such as Freixenet, Ford and HSBC. JWT’s pioneering spirit enables the agency to forge deep relationships with clients including Bayer, Bloomberg, Cadbury, Diageo, DTC, Ford, HSBC, Johnson & Johnson, Kellogg’s, Kimberly-Clark, Kraft, Microsoft, NestlÃƒÂ©, Nokia, Rolex, Royal Caribbean, Schick, Shell, Unilever, Vodafone and many others. JWT’s parent company is WPP.\",\r\n            \"property-hubspot.company.custom-name\": \"JWT L.L.C.\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033873\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 161 832 8884\",\r\n            \"property-hubspot.company.custom-state\": \"NY\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"lucieluxury\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"jwt.com\",\r\n            \"property-hubspot.company.custom-zip\": \"10017\",\r\n            \"property-hubspot.company.founded\": \"2003\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"JWT is the world’s best-known marketing communications brand. Headquartered in New York, JWT is a true global network with more than 200 offices in over 90 countries employing nearly 10,000 marketing professionals. JWT consistently ranks among the top agency networks in the world and continues its dominant presence in the industry by staying on the leading edge–from producing the first-ever TV commercial in 1939 to developing award-winning branded content for brands such as Freixenet, Ford and HSBC. JWT’s pioneering spirit enables the agency to forge deep relationships with clients including Bayer, Bloomberg, Cadbury, Diageo, DTC, Ford, HSBC, Johnson & Johnson, Kellogg’s, Kimberly-Clark, Kraft, Microsoft, NestlÃƒÂ©, Nokia, Rolex, Royal Caribbean, Schick, Shell, Unilever, Vodafone and many others. JWT’s parent company is WPP.\",\r\n            \"property-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"J. Walter Thompson, part of the WPP Group, is the world’s best-known marketing communications brand. Headquartered in New York, J. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/J._Walter_Thompson\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/jwt\",\r\n            \"property-linkedinbio\": \"JWT is the world’s best-known marketing communications brand. Headquartered in New York, JWT is a true global network with more than 200 offices in over 90 countries employing nearly 10,000 marketing professionals. JWT consistently ranks among the top agency networks in the world and continues its dominant presence in the industry by staying on the leading edge–from producing the first-ever TV commercial in 1939 to developing award-winning branded content for brands such as Freixenet, Ford and HSBC. JWT’s pioneering spirit enables the agency to forge deep relationships with clients including Bayer, Bloomberg, Cadbury, Diageo, DTC, Ford, HSBC, Johnson & Johnson, Kellogg’s, Kimberly-Clark, Kraft, Microsoft, NestlÃƒÂ©, Nokia, Rolex, Royal Caribbean, Schick, Shell, Unilever, Vodafone and many others. JWT’s parent company is WPP.\",\r\n            \"property-name\": \"JWT L.L.C.\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"466 Lexington Avenue\",\r\n            \"property-organization.address.city\": \"New York\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.zipCode\": \"10017\",\r\n            \"property-organization.annualRevenue\": \"500000000\",\r\n            \"property-organization.emailDomainNames\": \"jwt.com\",\r\n            \"property-organization.industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-organization.name\": \"JWT\",\r\n            \"property-organization.phoneNumber\": \"+441618328884\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+441618328884\",\r\n            \"property-organization.phoneNumber-International\": \"+44 161 832 8884\",\r\n            \"property-organization.phoneNumber-Location\": \"Manchester\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-161-832-8884\",\r\n            \"property-organization.website\": \"jwt.com\",\r\n            \"property-phone\": \"+44 161 832 8884\",\r\n            \"property-state\": \"NY\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"lucieluxury\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/JWTWorldwide\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/jwt\",\r\n            \"property-user.social.Twitter\": \"lucieluxury\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"jwt.com\",\r\n            \"property-zip\": \"10017\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"8f5f586c-eb22-5af8-a019-907420c9ccfa\",\r\n          \"name\": \"vendemore\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"4 Rosenborgsgatan\",\r\n            \"property-admin_username\": \"vendemore\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Solna/Stockholm\",\r\n            \"property-cluedin_subdomain\": \"Vendemore\",\r\n            \"property-country\": \"Sweden\",\r\n            \"property-createdate\": \"1484040928250\",\r\n            \"property-description\": \"Account Based Marketing supports your B2B demand generation, pipeline acceleration and cross-selling. It will boost your B2B digital marketing strategy.\",\r\n            \"property-domain\": \"vendemore.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/Vendemore\",\r\n            \"property-facebookGraph.organization.about\": \"Vendemore Account-Based Marketing helps B2B companies to grow sales pipeline, lower percentage of lost sales and to increase revenue on existing clients.\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Vendemore is an international company with its headquarters in Stockholm Sweden, with sales operations in Europe and the USA. Vendemore Nordic AB is a subsidiary of Bisnode AB.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/13731073_1034555883288999_7841981339656490260_o.png?oh=836f31ad4cf77192baabfc3b9edc5fbb&oe=594F6C70\",\r\n            \"property-facebookGraph.organization.engagement\": \"544\",\r\n            \"property-facebookGraph.organization.fanCount\": \"544\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Vendemore\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"59.349618266682\",\r\n            \"property-facebookGraph.organization.longitude\": \"18.048084772886\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.5\",\r\n            \"property-facebookGraph.organization.username\": \"vendemore\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1492036330948\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"4 Rosenborgsgatan\",\r\n            \"property-hubspot.company.custom-admin_username\": \"vendemore\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-became_mailchimp_lead\": \"19-Oct-15\",\r\n            \"property-hubspot.company.custom-city\": \"Solna/Stockholm\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Vendemore\",\r\n            \"property-hubspot.company.custom-company_address\": \"Sweden\",\r\n            \"property-hubspot.company.custom-company_name\": \"Vendemore\",\r\n            \"property-hubspot.company.custom-country\": \"Sweden\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040928250\",\r\n            \"property-hubspot.company.custom-description\": \"Account Based Marketing supports your B2B demand generation, pipeline acceleration and cross-selling. It will boost your B2B digital marketing strategy.\",\r\n            \"property-hubspot.company.custom-domain\": \"vendemore.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Vendemore\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1502286212058\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2007\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1505517090499\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Twitter, LinkedIn\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://www.linkedin.com/company/1330196\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Account Based Marketing supports your B2B demand generation, pipeline acceleration and cross-selling. It will boost your B2B digital marketing strategy.\",\r\n            \"property-hubspot.company.custom-name\": \"Vendemore\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501254890518\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+46 8 525 041 00\",\r\n            \"property-hubspot.company.custom-state\": \"Stockholms ln\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Stockholm\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"vendemore\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;vimeo;nginx;wordpress;google_analytics;twitter_button;piwik;outlook;hubspot\",\r\n            \"property-hubspot.company.custom-website\": \"vendemore.com\",\r\n            \"property-hubspot.company.custom-zip\": \"17066\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.integrations\": \"Twitter, LinkedIn\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Account Based Marketing supports your B2B demand generation, pipeline acceleration and cross-selling. It will boost your B2B digital marketing strategy.\",\r\n            \"property-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-integrations\": \"Twitter, LinkedIn\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/vendemore\",\r\n            \"property-linkedinbio\": \"Account Based Marketing supports your B2B demand generation, pipeline acceleration and cross-selling. It will boost your B2B digital marketing strategy.\",\r\n            \"property-name\": \"Vendemore\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-organization.address\": \"4 Rosenborgsgatan\",\r\n            \"property-organization.address.city\": \"Solna/Stockholm\",\r\n            \"property-organization.address.countryCode\": \"Sweden\",\r\n            \"property-organization.address.state\": \"Stockholms ln\",\r\n            \"property-organization.address.zipCode\": \"17066\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.contact.email\": \"info@vendemore.com\",\r\n            \"property-organization.emailDomainNames\": \"vendemore.com\",\r\n            \"property-organization.foundingDate\": \"Christopher Engman\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"vendemore\",\r\n            \"property-organization.phoneNumber\": \"+46852504100\",\r\n            \"property-organization.phoneNumber-Country\": \"Sweden\",\r\n            \"property-organization.phoneNumber-E164\": \"+46852504100\",\r\n            \"property-organization.phoneNumber-International\": \"+46 8 525 041 00\",\r\n            \"property-organization.phoneNumber-Location\": \"Stockholm\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+46-8-525-041-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/vendemore/\",\r\n            \"property-organization.website\": \"vendemore.com\",\r\n            \"property-phone\": \"+46 8 525 041 00\",\r\n            \"property-state\": \"Stockholms ln\",\r\n            \"property-twitterhandle\": \"vendemore\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Vendemore\",\r\n            \"property-user.social.LinkedIn\": \"http://www.linkedin.com/company/1330196\",\r\n            \"property-user.social.Twitter\": \"vendemore\",\r\n            \"property-user.timezone\": \"Europe/Stockholm Standard Time\",\r\n            \"property-website\": \"vendemore.com\",\r\n            \"property-zip\": \"17066\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"45e668e1-4cc1-5062-a6e9-34c91f966f56\",\r\n          \"name\": \"c4j\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Veldkant 33A\",\r\n            \"property-admin_username\": \"c4j\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Kontich\",\r\n            \"property-cluedin_subdomain\": \"c4j\",\r\n            \"property-country\": \"Belgium\",\r\n            \"property-createdate\": \"1484040928493\",\r\n            \"property-description\": \"Contribute4J is part of the Contribute holding. We are the company that is specialised in everything related with Java and Oracle. We specialise in developing and running application on the current and future Oracle middleware stack (Glassfish + .Weblogic)\",\r\n            \"property-domain\": \"c4j.be\",\r\n            \"property-email\": \"bert.huygens@c4j.be\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/contribute4j\",\r\n            \"property-founded_year\": \"2010\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Not Applicable\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"0.0\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1493239631483\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Veldkant 33A\",\r\n            \"property-hubspot.company.custom-admin_username\": \"c4j\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Kontich\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"c4j\",\r\n            \"property-hubspot.company.custom-company_name\": \"c4j\",\r\n            \"property-hubspot.company.custom-country\": \"Belgium\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040928493\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Contribute4J is part of the Contribute holding. We are the company that is specialised in everything related with Java and Oracle. We specialise in developing and running application on the current and future Oracle middleware stack (Glassfish + .Weblogic)\",\r\n            \"property-hubspot.company.custom-domain\": \"c4j.be\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/contribute4j\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2010\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1505158804909\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/c4j\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Contribute4J is part of the Contribute holding. We are the company that is specialised in everything related with Java and Oracle. We specialise in developing and running application on the current and future Oracle middleware stack (Glassfish + .Weblogic)\",\r\n            \"property-hubspot.company.custom-name\": \"C4J\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031113\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"50\",\r\n            \"property-hubspot.company.custom-phone\": \"+32 3 451 24 77\",\r\n            \"property-hubspot.company.custom-state\": \"Antwerp\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Brussels\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"contribute4j\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"apache;typekit_by_adobe;wordpress;typeform;google_analytics;twitter_button;digital_ocean;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"c4j.be\",\r\n            \"property-hubspot.company.custom-zip\": \"2550\",\r\n            \"property-hubspot.company.founded\": \"2010\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Contribute4J is part of the Contribute holding. We are the company that is specialised in everything related with Java and Oracle. We specialise in developing and running application on the current and future Oracle middleware stack (Glassfish + .Weblogic)\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/c4j\",\r\n            \"property-linkedinbio\": \"Contribute4J is part of the Contribute holding. We are the company that is specialised in everything related with Java and Oracle. We specialise in developing and running application on the current and future Oracle middleware stack (Glassfish + .Weblogic)\",\r\n            \"property-name\": \"C4J\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Veldkant 33A\",\r\n            \"property-organization.address.city\": \"Kontich\",\r\n            \"property-organization.address.countryCode\": \"Belgium\",\r\n            \"property-organization.address.state\": \"Antwerp\",\r\n            \"property-organization.address.zipCode\": \"2550\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-17428531-1\",\r\n            \"property-organization.contact.email\": \"info@c4j.be\",\r\n            \"property-organization.emailDomainNames\": \"c4j.be\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"c4j\",\r\n            \"property-organization.phoneNumber\": \"+3234512477\",\r\n            \"property-organization.phoneNumber-Country\": \"Belgium\",\r\n            \"property-organization.phoneNumber-E164\": \"+3234512477\",\r\n            \"property-organization.phoneNumber-International\": \"+32 3 451 24 77\",\r\n            \"property-organization.phoneNumber-Location\": \"Antwerp\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+32-3-451-24-77\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/1793359\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/c4jbe\",\r\n            \"property-organization.usedTechnologies\": \"Font Awesome, jQuery, PHP, Twitter, Twitter Bootstrap, WordPress, Yoast SEO\",\r\n            \"property-organization.website\": \"c4j.be\",\r\n            \"property-phone\": \"+32 3 451 24 77\",\r\n            \"property-state\": \"Antwerp\",\r\n            \"property-timezone\": \"Europe/Brussels\",\r\n            \"property-twitter.user.followersCount\": \"12\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"0\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"1\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"contribute4j\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/contribute4j\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/c4j\",\r\n            \"property-user.social.Twitter\": \"contribute4j\",\r\n            \"property-user.timezone\": \"Europe/Brussels Standard Time\",\r\n            \"property-website\": \"c4j.be\",\r\n            \"property-website.Description\": \"Data traffic only works with a solid and reliable backend. Agreed? Then count on C4J for your backend development. Our expertise enables tailored solutions.\",\r\n            \"property-website.Title\": \"C4J — Adaptive to your IT | Backend Development\",\r\n            \"property-zip\": \"2550\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"746b6a44-ce7f-5a40-8aec-f08da09e8995\",\r\n          \"name\": \"CIRQUE A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"27-29\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Koebenhavn O\",\r\n            \"property-company_notes\": \"Tim thinks it is a easy win!! \\nVen af Martin se noter under Anders \",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484231669495\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1306\",\r\n            \"property-cvr.organization.address+streetCode\": \"3996\",\r\n            \"property-cvr.organization.address+streetName\": \"Kronprinsessegade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"4\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.endDate\": \"2017-03-06T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2000-06-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"1999-04-20T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"619000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden telekommunikation\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"CIRQUE A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at formidle servicefunktioner og serviceydelser inden for informationsteknologi samt anden i forbindelse hermed stående virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1999-04-20T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"OPLØSTEFTERFUSION\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-06-20T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Cirque France The Cirque group was established in 1999. Cirque delivers unified communication solution to private and public organizations. Through our 3 focus areas; Unified communication, Service Providing and Telecommunication services, your company can gather fixed telephony, mobile, internet, datacommunication etc with Cirque and receive one single invoice for it all. A dedicated account manager ensures optimization of your budget and helps you work smarter through easy and efficient use of IT & Telco technology.\",\r\n            \"property-domain\": \"cirque.dk\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/CirqueAS\",\r\n            \"property-first_deal_created_date\": \"1489407587817\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Cirque-Corp-RVW4749340.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Cirque lacks formal mentoring programs or talent development.  Cirque offers a lot of opportunities for self-improvement, but only if you manage the process yourself.  The organization is very flat and can't offer much in the way of promotions.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Cirque: a small company feel with a global company reach.\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Engineering\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Salt Lake City, UT\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Cirque is a rare company where a handful of employees are able to build products that benefit 100's of millions of people...  Cirque tries to give its employees the best benefits it can afford.  It offers an open environment and opportunities to grow from where you are to where you want to be.  Cirque offers employees a lot of freedom to work on what they think is important.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2014-08-09T13:39:16.6130000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"3\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Dissatisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"44\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"1.9\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.9\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484232013914\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"SALES\",\r\n            \"property-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/36ded12d-0043-46e0-8a3d-8b91a7c11849.jpeg\",\r\n            \"property-hs_lastmodifieddate\": \"1493240169529\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"27-29\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-became_free_trial_user\": \"1448064000000\",\r\n            \"property-hubspot.company.custom-became_mailchimp_lead\": \"22-Sep-15\",\r\n            \"property-hubspot.company.custom-city\": \"Koebenhavn O\",\r\n            \"property-hubspot.company.custom-company_name\": \"Cirque\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Tim thinks it is a easy win!! \\nVen af Martin se noter under Anders \",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484231669495\",\r\n            \"property-hubspot.company.custom-description\": \"Cirque France The Cirque group was established in 1999. Cirque delivers unified communication solution to private and public organizations. Through our 3 focus areas; Unified communication, Service Providing and Telecommunication services, your company can gather fixed telephony, mobile, internet, datacommunication etc with Cirque and receive one single invoice for it all. A dedicated account manager ensures optimization of your budget and helps you work smarter through easy and efficient use of IT & Telco technology.\",\r\n            \"property-hubspot.company.custom-domain\": \"cirque.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/CirqueAS\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484232013927\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489407587817\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484232013914\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"SALES\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/36ded12d-0043-46e0-8a3d-8b91a7c11849.jpeg\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1502195311312\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1484231669495\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-id\": \"0\",\r\n            \"property-hubspot.company.custom-industry\": \"TELECOMMUNICATIONS\",\r\n            \"property-hubspot.company.custom-integrations\": \"ZenDesk, Trello, Slack, Office 365\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/cirque\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Cirque France The Cirque group was established in 1999. Cirque delivers unified communication solution to private and public organizations. Through our 3 focus areas; Unified communication, Service Providing and Telecommunication services, your company can gather fixed telephony, mobile, internet, datacommunication etc with Cirque and receive one single invoice for it all. A dedicated account manager ensures optimization of your budget and helps you work smarter through easy and efficient use of IT & Telco technology.\",\r\n            \"property-hubspot.company.custom-name\": \"Cirque A/S\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1484575872663\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1502195311021\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1502143200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"3\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 77 33 71 71\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"tealium;youtube;demandware;apache;google_adwords;omniture_adobe_analytics;microsoft_office_365;optimizely;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"www.cirque.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"2100\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.integrations\": \"ZenDesk, Trello, Slack, Office 365\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Cirque France The Cirque group was established in 1999. Cirque delivers unified communication solution to private and public organizations. Through our 3 focus areas; Unified communication, Service Providing and Telecommunication services, your company can gather fixed telephony, mobile, internet, datacommunication etc with Cirque and receive one single invoice for it all. A dedicated account manager ensures optimization of your budget and helps you work smarter through easy and efficient use of IT & Telco technology.\",\r\n            \"property-hubspot.company.notes\": \"Tim thinks it is a easy win!! \\nVen af Martin se noter under Anders \",\r\n            \"property-hubspot_owner_assigneddate\": \"1484231669495\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"TELECOMMUNICATIONS\",\r\n            \"property-integrations\": \"ZenDesk, Trello, Slack, Office 365\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/cirque\",\r\n            \"property-linkedinbio\": \"Cirque France The Cirque group was established in 1999. Cirque delivers unified communication solution to private and public organizations. Through our 3 focus areas; Unified communication, Service Providing and Telecommunication services, your company can gather fixed telephony, mobile, internet, datacommunication etc with Cirque and receive one single invoice for it all. A dedicated account manager ensures optimization of your budget and helps you work smarter through easy and efficient use of IT & Telco technology.\",\r\n            \"property-name\": \"Cirque A/S\",\r\n            \"property-notes_last_contacted\": \"1484575872663\",\r\n            \"property-notes_last_updated\": \"1484576096195\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-num_contacted_notes\": \"1\",\r\n            \"property-num_notes\": \"1\",\r\n            \"property-organization.address\": \"Kronprinsessegade 4\\n1306 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Koebenhavn O\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.codes.cvr\": \"21653349\",\r\n            \"property-organization.emailDomainNames\": \"cirque.dk\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"1999-04-20T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"TELECOMMUNICATIONS\",\r\n            \"property-organization.phoneNumber\": \"+4577337171\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4577337171\",\r\n            \"property-organization.phoneNumber-International\": \"+45 77 33 71 71\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-77-33-71-71\",\r\n            \"property-organization.website\": \"www.cirque.dk\",\r\n            \"property-phone\": \"+45 77 33 71 71\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/CirqueAS\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/cirque\",\r\n            \"property-website\": \"www.cirque.dk\",\r\n            \"property-zip\": \"2100\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"8c4a30f3-3b61-58f2-86dd-c5899ec781af\",\r\n          \"name\": \"NAPATECH A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Søborg\",\r\n            \"property-cvr.organization.address+floor\": \"1\",\r\n            \"property-cvr.organization.address+municipalityName\": \"GLADSAXE\",\r\n            \"property-cvr.organization.address+postalCode\": \"2860\",\r\n            \"property-cvr.organization.address+streetCode\": \"883\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"A\",\r\n            \"property-cvr.organization.address+streetName\": \"Tobaksvejen\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"23\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2003-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2003-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"262000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Fremstilling af computere og ydre enheder\",\r\n            \"property-cvr.organization.municipality\": \"GLADSAXE\",\r\n            \"property-cvr.organization.name\": \"NAPATECH A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive ingeniørvirksomhed og udvikling og produktion af netværkskomponenter samt hermed beslægtet virksomhed\",\r\n            \"property-cvr.organization.registeredCapital\": \"5953430.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2003-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-04-20T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Napatech is the world leader in data delivery solutions for network management and security applications. \",\r\n            \"property-facebookGraph.organization.category\": \"Computer Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/12642818_467811250074831_5966615867627778199_n.jpg?oh=6fb02395a02c2d89cca1b53a7470af3b&oe=59535A3B\",\r\n            \"property-facebookGraph.organization.engagement\": \"74\",\r\n            \"property-facebookGraph.organization.fanCount\": \"74\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Napatech\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.7401\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.47718\",\r\n            \"property-facebookGraph.organization.mission\": \"To keep our customers one step ahead of the data deluge by delivering data faster, more efficiently, and on-demand to their applications, while also accelerating their time-to-market and reducing risk.\\n\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Accelerators for network management and security applications\",\r\n            \"property-facebookGraph.organization.username\": \"Napatech\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Napatech-RVW14158228.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"a little bit far from the central city\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"SE\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"great work place, nice facilities, family like work culture\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-13T02:11:47.2730000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Napatech is a public company based in Denmark that develops and manufactures high speed network accelerators specifically designed for real-time network monitoring and analysis applications. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Napatech\",\r\n            \"property-organization.address\": \"Tobaksvejen 23 A 1\\n2860 Søborg\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Søborg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Tobaksvejen 23 A\",\r\n            \"property-organization.address.zipCode\": \"2860\",\r\n            \"property-organization.codes.cvr\": \"10109124\",\r\n            \"property-organization.emailDomainNames\": \"napatech.com\",\r\n            \"property-organization.employeeCount\": \"50-99\",\r\n            \"property-organization.foundingDate\": \"2003-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.name\": \"Napatech\",\r\n            \"property-organization.phoneNumber\": \"45800590\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4545961500\",\r\n            \"property-organization.phoneNumber-International\": \"+45 45 96 15 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-45-96-15-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Napatech/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/napatech\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/Napatech\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/NapatechAccelerators\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, PHP, Twitter Bootstrap, WordPress\",\r\n            \"property-organization.website\": \"napatech a/s\",\r\n            \"property-website.CopyrightEntity\": \"Napatech\",\r\n            \"property-website.Description\": \"100% data delivery in real time - enhancing applications for cyber security, telecom, cloud and data centers and network management.\",\r\n            \"property-website.Title\": \"Napatech - detect advanced persistent threats while saving rack space and power\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"2c815719-278e-54d1-bf1e-1628655458e1\",\r\n          \"name\": \"ATP\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"ATP provides content management and services, enhancing aviation maintenance operations to improve productivity and compliance, and increase aircraft value\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/15380851_1353547477997033_2584035812203430544_n.jpg?oh=0fd2ef2f9c6efc00e11085d6f2d30d4b&oe=59670623\",\r\n            \"property-facebookGraph.organization.engagement\": \"586\",\r\n            \"property-facebookGraph.organization.fanCount\": \"586\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"ATP\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Regulatory Libraries\\nMaintenance Libraries\\nMaintenance Tracking and Forecasting\\nParts Inventory Management\",\r\n            \"property-facebookGraph.organization.username\": \"ATP.com\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-ATP-RVW3545624.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Where this company is located is little odd.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company with great people\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Flagstaff, AZ\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"work/life balance, great co-workers. This company really cares about employees. I see people often go out for quick hiking during lunch time, fun activities and events, etc.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2014-01-16T10:00:21.0900000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Electrical & Electronic Manufacturing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"1.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.2\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"9\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"1.8\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Dissatisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"27\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.3\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"1.9\",\r\n            \"property-glassDoor.organization.sectorName\": \"Manufacturing\",\r\n            \"property-organization.address.city\": \"Brisbane\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.streetName\": \"101 S Hill Dr\",\r\n            \"property-organization.address.zipCode\": \"94005\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-9693561-1\",\r\n            \"property-organization.contact.email\": \"sales@atp.com\",\r\n            \"property-organization.emailDomainNames\": \"atp.com\",\r\n            \"property-organization.foundingDate\": \"1973\",\r\n            \"property-organization.industry\": \"Electrical & Electronic Manufacturing\",\r\n            \"property-organization.name\": \"ATP\",\r\n            \"property-organization.phoneNumber\": \"+14153309500\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+14153309500\",\r\n            \"property-organization.phoneNumber-International\": \"+1 415-330-9500\",\r\n            \"property-organization.phoneNumber-Location\": \"San Francisco, CA\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-415-330-9500\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/ATP.com\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/atp-com\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/ATPknowledge\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/c/atpaviation\",\r\n            \"property-organization.usedTechnologies\": \"jQuery, ShareThis, SWFObject\",\r\n            \"property-organization.website\": \"atp.com\",\r\n            \"property-website.CopyrightEntity\": \"ATP\",\r\n            \"property-website.Description\": \"ATP is a global knowledge services company providing safety and compliance information for the aviation market.\",\r\n            \"property-website.Title\": \"ATP\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"5859c31f-ee20-568c-a83d-627d9f1d2642\",\r\n          \"name\": \"Accellion\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"1804 Embarcadero Road\",\r\n            \"property-admin_username\": \"accellion\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Palo Alto\",\r\n            \"property-cluedin_subdomain\": \"Accellion\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040926659\",\r\n            \"property-description\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-domain\": \"accellion.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Accellion\",\r\n            \"property-facebookGraph.organization.about\": \"The kiteworks platform offers secure unified access to enterprise and cloud content stores and secure file sharing and collaboration. \",\r\n            \"property-facebookGraph.organization.category\": \"Computer Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Accellion is an award winning private company that provides the leading secure content platform that increases enterprise productivity and ensures data security and compliance. As the foremost provider of private cloud solutions for secure information sharing and collaboration, Accellion offers enterprise organizations the scalability, flexibility, control and security to enable a mobile workforce with the tools they need to create, access and share information securely, whenever and wherever work takes them. For more information please visit www.accellion.com or call (650) 485-4300. \",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/12308663_10153337521903403_5023853703736245022_n.png?oh=cccd46436f29834b213d236b1b922d56&oe=5952FC6C\",\r\n            \"property-facebookGraph.organization.engagement\": \"2674\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2674\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Accellion\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"37.451373424554\",\r\n            \"property-facebookGraph.organization.longitude\": \"-122.11552291627\",\r\n            \"property-facebookGraph.organization.mission\": \"Designed for enterprise scalability, kiteworks provides corporations and government agencies with flexible private cloud (on-premise or hosted) and hybrid cloud deployment options. \",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Secure File Sharing\\nSecure Mobile Productivity\\nMobile Content Management\\nEnterprise Data Security & Compliance\\nSecure BYOD\\nPrivate Cloud File Sharing\\nFor more information visit: http://www.accellion.com/solutions\",\r\n            \"property-facebookGraph.organization.username\": \"Accellion\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Accellion-RVW11401953.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Food can be better. Friday lunches are good, but the pantry is usually filled with junk food otherwise.\\n\\nPeople need to be more enthusiastic and passionate.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Exciting Place to Work\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Palo Alto, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"The company is filled with exciting opportunities for people willing to go beyond their defined job scope. Recent changes in leadership are a positive sign for the company going forward.\\n\\nPing pong table and a beautiful location with gardens, fountains, geese and the bay scenery.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-07-30T01:08:15.0170000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"35\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"41\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"59\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"48\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"35\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488328389262\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"1804 Embarcadero Road\",\r\n            \"property-hubspot.company.custom-admin_username\": \"accellion\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Palo Alto\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Accellion\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040926659\",\r\n            \"property-hubspot.company.custom-description\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-hubspot.company.custom-domain\": \"accellion.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Accellion\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1497093734950\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/accellion\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-hubspot.company.custom-name\": \"Accellion\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 888-654-3778\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Accellion\",\r\n            \"property-hubspot.company.custom-website\": \"accellion.com\",\r\n            \"property-hubspot.company.custom-zip\": \"94303\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Software company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Accellion, Inc. is a private cloud solutions company focused on secure file sharing and collaboration. Users are able to access, edit, and share enterprise content from any device while maintaining compliance and security. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Accellion\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/accellion\",\r\n            \"property-linkedinbio\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-name\": \"Accellion\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"1804 Embarcadero Road\",\r\n            \"property-organization.address.city\": \"Palo Alto\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.streetName\": \"1804 Embarcadero Rd, Ste 200\",\r\n            \"property-organization.address.zipCode\": \"94303\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.contact.email\": \"support@accellion.com\",\r\n            \"property-organization.emailDomainNames\": \"accellion.com\",\r\n            \"property-organization.foundingDate\": \"1999\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"ACCELLION\",\r\n            \"property-organization.phoneNumber\": \"+18886543778\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+18886543778\",\r\n            \"property-organization.phoneNumber-International\": \"+1 888-654-3778\",\r\n            \"property-organization.phoneNumber-Location\": \"California\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-888-654-3778\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Accellion\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/accellion\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/Accellion\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/Accellion\",\r\n            \"property-organization.usedTechnologies\": \"Drupal, Google Tag Manager, jQuery, Modernizr, PHP, ShareThis, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"accellion.fr\",\r\n            \"property-phone\": \"+1 888-654-3778\",\r\n            \"property-state\": \"CA\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"Accellion\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Accellion\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/accellion\",\r\n            \"property-user.social.Twitter\": \"Accellion\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"accellion.com\",\r\n            \"property-website.CopyrightEntity\": \"ACCELLION\",\r\n            \"property-website.Description\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-website.Title\": \"Private Cloud Content Collaboration\",\r\n            \"property-zip\": \"94303\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"0dacddad-d9ab-53a4-8307-0472152373ce\",\r\n          \"name\": \"Eduserv\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Royal Mead Railway Place\",\r\n            \"property-admin_username\": \"mangopieface\",\r\n            \"property-city\": \"4-5A Railway Place\",\r\n            \"property-cluedin_subdomain\": \"Test DDS\",\r\n            \"property-country\": \"United Kingdom\",\r\n            \"property-createdate\": \"1484040929527\",\r\n            \"property-description\": \"Eduserv provides IT services that help transform the public sector, including cloud, colocation, managed services, consultancy, web development and identity and access management. We're a not-for-profit SME with own UK data centre.\",\r\n            \"property-domain\": \"eduserv.org.uk\",\r\n            \"property-email\": \"steve.newstead@eduserv.org.uk\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/eduserv\",\r\n            \"property-facebookGraph.organization.about\": \"We develop technology services for education and the public sector. We are a not-for-profit organisation and registered charity, governed by a board of Trustees.\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-0/p480x480/473022_10150664900343972_1896844789_o.jpg?oh=9cbb33449d322a15ba7db5747b863be2&oe=59661A8D\",\r\n            \"property-facebookGraph.organization.engagement\": \"269\",\r\n            \"property-facebookGraph.organization.fanCount\": \"269\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Eduserv\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"51.37802\",\r\n            \"property-facebookGraph.organization.longitude\": \"-2.35639\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4\",\r\n            \"property-facebookGraph.organization.username\": \"eduserv\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Eduserv-RVW13684472.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"- Work environment a little 'old fashioned'. The walls etc are whites and grey, which does not generate the most stimulating environment.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great and enjoyable start with promising future\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Bath, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"- Competitive Salary and great benefits\\n- Opportunity for flexible working and a great work/life balance\\n- A well balanced macro-management style, which gives me empowerment and the ability to make the role my own.\\n- Employee well being is taken seriously with many benefits to help.\\n- Very good pension scheme.\\n- Friendly and welcoming staff across the business.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-08T03:09:33.8170000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"6\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"66\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"34\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"14\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"74\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.3\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488351254580\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Royal Mead Railway Place\",\r\n            \"property-hubspot.company.custom-admin_username\": \"mangopieface\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"4-5A Railway Place\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Test DDS\",\r\n            \"property-hubspot.company.custom-company_name\": \"Eduserv\",\r\n            \"property-hubspot.company.custom-country\": \"United Kingdom\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929527\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Eduserv is a not-for-profit organization and registered charity dedicated to developing and delivering technology services for education and the public sector. The Company's services include asset & identity management, license negotiation, web development, web hosting, and research and innovation.\",\r\n            \"property-hubspot.company.custom-domain\": \"eduserv.org.uk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/eduserv\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1508290120354\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/eduserv\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Eduserv provides IT services that help transform the public sector, including cloud, colocation, managed services, consultancy, web development and identity and access management. We're a not-for-profit SME with own UK data centre.\",\r\n            \"property-hubspot.company.custom-name\": \"Eduserv\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033931\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 1225 474300\",\r\n            \"property-hubspot.company.custom-state\": \"England\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/London\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"eduserv\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;aws_route_53;typekit_by_adobe;microsoft_office_365;google_maps;hotjar;google_tag_manager;google_analytics;outlook;campaignmonitor;sendgrid\",\r\n            \"property-hubspot.company.custom-website\": \"eduserv.org.uk\",\r\n            \"property-hubspot.company.custom-zip\": \"BA1 1SR\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Eduserv provides IT services that help transform the public sector, including cloud, colocation, managed services, consultancy, web development and identity and access management. We're a not-for-profit SME with own UK data centre.\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/eduserv\",\r\n            \"property-linkedinbio\": \"Eduserv provides IT services that help transform the public sector, including cloud, colocation, managed services, consultancy, web development and identity and access management. We're a not-for-profit SME with own UK data centre.\",\r\n            \"property-name\": \"Eduserv\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Royal Mead Railway Place\",\r\n            \"property-organization.address.city\": \"4-5A Railway Place\",\r\n            \"property-organization.address.countryCode\": \"United Kingdom\",\r\n            \"property-organization.address.state\": \"England\",\r\n            \"property-organization.address.streetName\": \"Royal Mead, 4-5a Railway Pl\",\r\n            \"property-organization.address.zipCode\": \"BA1 1SR\",\r\n            \"property-organization.contact.email\": \"webteam@eduserv.org.uk\",\r\n            \"property-organization.emailDomainNames\": \"eduserv.org.uk\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Eduserv\",\r\n            \"property-organization.phoneNumber\": \"+441225474300\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+441225474300\",\r\n            \"property-organization.phoneNumber-International\": \"+44 1225 474300\",\r\n            \"property-organization.phoneNumber-Location\": \"Bath\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-1225-474300\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/eduserv/\",\r\n            \"property-organization.website\": \"eduserv.org.uk\",\r\n            \"property-phone\": \"+44 1225 474300\",\r\n            \"property-state\": \"England\",\r\n            \"property-timezone\": \"Europe/London\",\r\n            \"property-twitter.user.followersCount\": \"2492\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"1349\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"2890\",\r\n            \"property-twitter.user.url\": \"http://t.co/LKkBj8MXS3\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"eduserv\",\r\n            \"property-user.location\": \"Bath, UK\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/eduserv\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/eduserv\",\r\n            \"property-user.social.Twitter\": \"eduserv\",\r\n            \"property-user.timezone\": \"Europe/London Standard Time\",\r\n            \"property-website\": \"eduserv.org.uk\",\r\n            \"property-zip\": \"BA1 1SR\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"0bd2571b-56e1-5243-8eb6-03934ba18a4b\",\r\n          \"name\": \"COOP DANMARK A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+coName\": \"Koncernøkonomi\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Albertslund\",\r\n            \"property-cvr.organization.address+municipalityName\": \"ALBERTSLUND\",\r\n            \"property-cvr.organization.address+postalCode\": \"2620\",\r\n            \"property-cvr.organization.address+streetCode\": \"410\",\r\n            \"property-cvr.organization.address+streetName\": \"Roskildevej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"65\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2001-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2001-10-02T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"471120\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Supermarkeder\",\r\n            \"property-cvr.organization.municipality\": \"ALBERTSLUND\",\r\n            \"property-cvr.organization.name\": \"COOP DANMARK A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"471900\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Anden detailhandel fra ikke-specialiserede forretninger\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"471110\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Købmænd og døgnkiosker\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"469000\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"Ikke-specialiseret engroshandel\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive detail- og grossisthandel,  hovedsaglig i Danmark. Selskabet skal også drive ejendoms- og industrivirksomhed samt anden virksomhed, som er forenelig med og understøtter formålet.\",\r\n            \"property-cvr.organization.registeredCapital\": \"102000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2001-10-02T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-02-29T00:00:00.0000000+00:00\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Coop-Danmark-RVW7436230.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"There are no cons happy\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Awesome\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Customer Service\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Denmark, NY\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Awesome, NOT much to say. I al happy\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2015-08-02T23:14:56.7900000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Vehicle Dealers\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Retail\",\r\n            \"property-organization.address\": \"Roskildevej 65\\n2620 Albertslund\\nDK\\n\",\r\n            \"property-organization.codes.cvr\": \"26259495\",\r\n            \"property-organization.contact.email\": \"ole.nielsen@coop.dk\",\r\n            \"property-organization.emailDomainNames\": \"coop.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.foundingDate\": \"2001-10-02T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Vehicle Dealers\",\r\n            \"property-organization.phoneNumber\": \"+4543864386\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4543864386\",\r\n            \"property-organization.phoneNumber-International\": \"+45 43 86 43 86\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-43-86-43-86\",\r\n            \"property-organization.website\": \"www.coop.dk/\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"43b42b95-2459-5371-b636-d3f138287133\",\r\n          \"name\": \"Spiceblue\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"46\",\r\n            \"property-angelList.organization.highConcept\": \"We Build Amazing Apps for Mobile and Web.\",\r\n            \"property-angelList.organization.productDesc\": \"Spiceblue is a full-service Creative Agency based in India focused on high-end and exceptional Mobile Apps. We are not just team of designers, we are artists and our mission is to make every project our greatest work ever, a work of outstanding creativity that shows unparalleled skills, strong usability and passion for what we do.\",\r\n            \"property-facebookGraph.organization.about\": \"We Make Awesome Apps\\n\\nhttp://www.spiceblue.com\\n\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Spiceblue is a full-service Creative Agency based in India focused on high-end and exceptional creative projects. We are not just team of designers/developers, we are artists and our mission is to make every project our greatest work ever, a work of outstanding creativity that shows unparalleled skills, strong usability and passion for what we do.\\n\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/12079537_738073859658666_1441294254778941906_n.jpg?oh=7b58033ef7d809e4bb136051e9fe0cad&oe=59F82713\",\r\n            \"property-facebookGraph.organization.engagement\": \"284\",\r\n            \"property-facebookGraph.organization.fanCount\": \"284\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Spiceblue\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"12.9635201\",\r\n            \"property-facebookGraph.organization.longitude\": \"80.1838684\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"Spiceblue\",\r\n            \"property-glassDoor.organization.industry\": \"Consulting\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Not Applicable\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"0.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-organization.address.city\": \"Chennai\",\r\n            \"property-organization.address.countryCode\": \"India\",\r\n            \"property-organization.address.streetName\": \"10/3043, 4th St, Z block, 13th Main Rd, Annanagar\",\r\n            \"property-organization.address.zipCode\": \"600040\",\r\n            \"property-organization.contact.email\": \"hello@spiceblue.com\",\r\n            \"property-organization.emailDomainNames\": \"spiceblue.com\",\r\n            \"property-organization.employeeCount\": \"11-50\",\r\n            \"property-organization.foundingDate\": \"2013\",\r\n            \"property-organization.industry\": \"Consulting\",\r\n            \"property-organization.name\": \"Spiceblue\",\r\n            \"property-organization.phoneNumber\": \"+914445564323\",\r\n            \"property-organization.phoneNumber-Country\": \"India\",\r\n            \"property-organization.phoneNumber-E164\": \"+914445564323\",\r\n            \"property-organization.phoneNumber-International\": \"+91 44 4556 4323\",\r\n            \"property-organization.phoneNumber-Location\": \"Chennai, Tamil Nadu\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+91-44-4556-4323\",\r\n            \"property-organization.social+facebook\": \"facebook.com/http://www.fb.com/spiceblue\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/spiceblue\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/spiceblue\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/spiceblue\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/spiceblue\",\r\n            \"property-organization.website\": \"http://www.spiceblue.com\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"301e6a19-c047-5dc6-8264-467b2c66bee4\",\r\n          \"name\": \"Zendesk\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Snaregade 12\",\r\n            \"property-angelList.organization.blogUrl\": \"http://www.zendesk.com/blog\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"513\",\r\n            \"property-angelList.organization.highConcept\": \"Turn that frown upside down\",\r\n            \"property-angelList.organization.productDesc\": \"Centralize all your customer conversations so nothing gets ignored and everything is searchable from one place. Easily organize, prioritize and engage with others on support requests to ensure your customers get accurate and timely responses.\",\r\n            \"property-annualrevenue\": \"100000000\",\r\n            \"property-city\": \"København K \",\r\n            \"property-country\": \"Denmark \",\r\n            \"property-createdate\": \"1490278745173\",\r\n            \"property-description\": \"Centralize all your customer conversations so nothing gets ignored and everything is searchable from one place. Easily organize, prioritize and engage with others on support requests to ensure your customers get accurate and timely responses.\",\r\n            \"property-domain\": \"zendesk.com\",\r\n            \"property-facebookGraph.organization.about\": \"Zendesk builds software for better customer relationships. Because relationships are complicated.\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Zendesk builds software for better customer relationships. It empowers organizations to improve customer engagement and better understand their customers. Zendesk products are easy to use and implement. They give organizations the flexibility to move quickly, focus on innovation, and scale with their growth.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/14717087_10154514467112936_79919989052114957_n.png?oh=b01d8650208bbbe109faa1cf8787008a&oe=595A9AA1\",\r\n            \"property-facebookGraph.organization.engagement\": \"61302\",\r\n            \"property-facebookGraph.organization.fanCount\": \"61302\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Zendesk\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"SaaS Customer Service Software Solution usable on any browser, iPhone, iPad, Android, Windows Mobile, and Blackberry. \",\r\n            \"property-facebookGraph.organization.username\": \"zendesk\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Zendesk-RVW14196705.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Teams are responsible for hiring for their own open positions which can create sub-cultures within the workplace.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great Culture, Great Workplace\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Software Engineer\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Dublin, Co. Dublin (Ireland)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Diverse and inclusive culture. Experienced and knowledgeable employees willing to share that knowledge. Great work/life balance.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-15T09:27:29.2930000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"181\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"95\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"5\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.6\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"227\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"89\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/b662b777-0933-4b77-8744-9a7e76dcfdb6.png\",\r\n            \"property-hs_lastmodifieddate\": \"1490280164006\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Centralize all your customer conversations so nothing gets ignored and everything is searchable from one place. Easily organize, prioritize and engage with others on support requests to ensure your customers get accurate and timely responses.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490278745173\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Zendesk Inc. is an American customer service software company based in San Francisco, California. Zendesk builds software for better customer relationships. It empowers organizations to improve customer engagement and better understand their customers. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Zendesk\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/418095\",\r\n            \"property-linkedinbio\": \"Centralize all your customer conversations so nothing gets ignored and everything is searchable from one place. Easily organize, prioritize and engage with others on support requests to ensure your customers get accurate and timely responses.\",\r\n            \"property-name\": \"Zendesk\",\r\n            \"property-organization.address\": \"Snaregade 12\",\r\n            \"property-organization.address.city\": \"San Francisco\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.streetName\": \"1019 Market St\",\r\n            \"property-organization.address.zipCode\": \"94103\",\r\n            \"property-organization.annualRevenue\": \"100000000\",\r\n            \"property-organization.emailDomainNames\": \"zendesk.com\",\r\n            \"property-organization.foundingDate\": \"2007\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Zendesk\",\r\n            \"property-organization.phoneNumber\": \"+18886704887\",\r\n            \"property-organization.phoneNumber-E164\": \"+18886704887\",\r\n            \"property-organization.phoneNumber-International\": \"+1 888-670-4887\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-888-670-4887\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/zendesk\",\r\n            \"property-organization.social+instagram\": \"http://instagram.com/zendesk/\",\r\n            \"property-organization.social+linkedIn\": \"linkedin.com/http://www.zendesk.com/\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/zendesk\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/watch?v=wPtnoRqQa5U\",\r\n            \"property-organization.usedTechnologies\": \"BugSnag, Optimizely\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/zendesk\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/zendesk\",\r\n            \"property-organization.website\": \"http://zendesk.com/\",\r\n            \"property-phone\": \"+1 888-670-4887\",\r\n            \"property-state\": \"CA\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"zendesk\",\r\n            \"property-user.social.LinkedIn\": \"http://www.linkedin.com/company/418095\",\r\n            \"property-user.social.Twitter\": \"zendesk\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"zendesk.com\",\r\n            \"property-website.CopyrightEntity\": \"Zendesk\",\r\n            \"property-website.Description\": \"Customer service software and support ticket system by Zendesk®. Web-based help desk software used by 200,000+ organizations worldwide. Free 30 day trial.\",\r\n            \"property-website.Title\": \"Zendesk | Customer Service Software &amp; Support Ticket System\",\r\n            \"property-zip\": \"94103\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"bd061efc-aa03-5511-bf6f-8e250742ae37\",\r\n          \"name\": \"Mintsprout\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"C-21-10 Soho 1,\",\r\n            \"property-admin_username\": \"mintsprout\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Damansara Perdana\",\r\n            \"property-cluedin_subdomain\": \"Mintsprout\",\r\n            \"property-country\": \"Malaysia\",\r\n            \"property-createdate\": \"1484040929655\",\r\n            \"property-description\": \"Mintsprout is a results-driven Inbound Marketing Agency and a HubSpot Partner. We help you increase leads, close customers and grow your business.\",\r\n            \"property-domain\": \"mintsprout.com\",\r\n            \"property-email\": \"mustaza@mintsprout.com\",\r\n            \"property-facebookGraph.organization.about\": \"Mintsprout is a Digital Marketing Agency and a HubSpot Partner. We specialise in results-driven Inbound Marketing to help you grow business & revenue.\",\r\n            \"property-facebookGraph.organization.category\": \"Consulting Agency\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Digital Marketing\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/13501878_996616267118529_8836839418279020868_n.png?oh=4fb1e99c98866cc362e7ef413ac54a60&oe=5971C36A\",\r\n            \"property-facebookGraph.organization.engagement\": \"1877\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1877\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Mintsprout\",\r\n            \"property-facebookGraph.organization.impressum\": \"Mintsprout is a Digital Marketing Agency and a HubSpot Partner. We specialise in results-driven Inbound Marketing to help you increase leads, customers and revenue.\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Inbound Marketing\\nTraffic Generation\\nLead Generation\\nCustomer Acquisition\\nSocial Media Marketing (SMM)\\nMarketing Campaign\\nStrategy & Planning\\nSearch Engine Marketing (SEM)\\nSearch Engine Optimisation (SEO)\\nWeb Design & Development\",\r\n            \"property-facebookGraph.organization.username\": \"Mintsprout\",\r\n            \"property-founded_year\": \"2012\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488452051877\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"C-21-10 Soho 1,\",\r\n            \"property-hubspot.company.custom-address2\": \"Empire Damansara, PJU 8/8\",\r\n            \"property-hubspot.company.custom-admin_username\": \"mintsprout\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Damansara Perdana\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Mintsprout\",\r\n            \"property-hubspot.company.custom-company_name\": \"Mintsprout\",\r\n            \"property-hubspot.company.custom-country\": \"Malaysia\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929655\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Mintsprout is a results-driven Inbound Marketing Agency and a HubSpot Partner. We help you increase leads, close customers and grow your business.\",\r\n            \"property-hubspot.company.custom-domain\": \"mintsprout.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2012\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439501776\",\r\n            \"property-hubspot.company.custom-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-hubspot.company.custom-integrations\": \"Twitter, LinkedIn\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/mintsprout\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Mintsprout is a results-driven Inbound Marketing Agency and a HubSpot Partner. We help you increase leads, close customers and grow your business.\",\r\n            \"property-hubspot.company.custom-name\": \"Mintsprout\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033430\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+60 3-7731 5640\",\r\n            \"property-hubspot.company.custom-state\": \"Selangor\",\r\n            \"property-hubspot.company.custom-timezone\": \"Asia/Kuala_Lumpur\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"MintSprout\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"mixpanel;apache;wordpress;facebook_social_plugins;google_analytics;twitter_button;google_apps;hubspot\",\r\n            \"property-hubspot.company.custom-website\": \"mintsprout.com\",\r\n            \"property-hubspot.company.custom-zip\": \"47820\",\r\n            \"property-hubspot.company.founded\": \"2012\",\r\n            \"property-hubspot.company.integrations\": \"Twitter, LinkedIn\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Mintsprout is a results-driven Inbound Marketing Agency and a HubSpot Partner. We help you increase leads, close customers and grow your business.\",\r\n            \"property-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-integrations\": \"Twitter, LinkedIn\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/mintsprout\",\r\n            \"property-linkedinbio\": \"Mintsprout is a results-driven Inbound Marketing Agency and a HubSpot Partner. We help you increase leads, close customers and grow your business.\",\r\n            \"property-name\": \"Mintsprout\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"C-21-10 Soho 1,\",\r\n            \"property-organization.address.city\": \"Damansara Perdana\",\r\n            \"property-organization.address.countryCode\": \"Malaysia\",\r\n            \"property-organization.address.state\": \"Selangor\",\r\n            \"property-organization.address.zipCode\": \"47820\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.contact.email\": \"hello@mintsprout.com\",\r\n            \"property-organization.emailDomainNames\": \"mintsprout.com\",\r\n            \"property-organization.foundingDate\": \"2014\",\r\n            \"property-organization.industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-organization.name\": \"Mintsprout\",\r\n            \"property-organization.phoneNumber\": \"+60377315640\",\r\n            \"property-organization.phoneNumber-Country\": \"Malaysia\",\r\n            \"property-organization.phoneNumber-E164\": \"+60377315640\",\r\n            \"property-organization.phoneNumber-International\": \"+60 3-7731 5640\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+60-3-7731-5640\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Mintsprout/\",\r\n            \"property-organization.website\": \"mintsprout.com\",\r\n            \"property-phone\": \"+60 3-7731 5640\",\r\n            \"property-state\": \"Selangor\",\r\n            \"property-timezone\": \"Asia/Kuala_Lumpur\",\r\n            \"property-twitter.user.followersCount\": \"6\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"17\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"0\",\r\n            \"property-twitter.user.url\": \"http://t.co/CXFUi93qT0\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"MintSprout\",\r\n            \"property-user.location\": \"Kuala Lumpur\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/mintsprout\",\r\n            \"property-user.social.Twitter\": \"MintSprout\",\r\n            \"property-user.timezone\": \"Asia/Kuala_Lumpur Standard Time\",\r\n            \"property-website\": \"mintsprout.com\",\r\n            \"property-zip\": \"47820\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"43344579-3991-51fb-a492-f92cce847104\",\r\n          \"name\": \"LinkedIn\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"Connecting the world's professionals to help make them more productive and successful.\",\r\n            \"property-facebookGraph.organization.category\": \"Website\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"LinkedIn is the world’s largest professional network on the Internet with more than 450 million members. LinkedIn launched in 2003 and currently counts executives from all Fortune 500 companies as members.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/14639695_10153962206717823_1665627892773874731_n.jpg?oh=96bdb5777464c5997367fa6d89d64970&oe=596CE4C7\",\r\n            \"property-facebookGraph.organization.engagement\": \"1428938\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1428938\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"LinkedIn\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"http://www.linkedin.com/\",\r\n            \"property-facebookGraph.organization.username\": \"LinkedIn\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-LinkedIn-RVW14074339.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Growing too big - way too many politics as it gets bigger. Lots of mediocrity. Sometimes feel like multiple teams are working on the same thing. Still unclear why some of our products features are not where they are compared to other tech companies.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Solid place to work, limited career growth now\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great people, purpose-driven workplace, super collaborative and not competitive. People are generally happy to come to work and excited to be there.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-06T22:28:42.7070000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"1514\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"97\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"3\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"1803\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"88\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.2\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-organization.address.city\": \"Mountain View\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.foundingDate\": \"2003-05-05T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Internet\",\r\n            \"property-organization.name\": \"LinkedIn\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/LinkedIn/\",\r\n            \"property-organization.website\": \"www.linkedin.com\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"de17d1c8-0374-5375-8cf5-fbf0d816ffd8\",\r\n          \"name\": \"Bestseller Group\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Fredskovvej\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"1\",\r\n            \"property-angelList.organization.highConcept\": \"Bestseller Group is a group of start-ups specializing in the distribution and marketing.\",\r\n            \"property-angelList.organization.productDesc\": \"Shop-in-Box is a cloud trade-marketing service, that combines the exchange of freelancing, business process automation and optimization of costs.\\n\\nThe existing version of the service allows to plan, manage and control the activities of field staff. As a rule, it is dispersed throughout the country teams (merchandisers, promoters, supervisors, sales agents, etc.) Such personnel has to collect digital or text information (for example, in shops) - like the remnants of the goods, facings, order, damaged or expired products, comments, etc. Finally, visual information - photos to confirm the compliance with the standards of the merchandising, store photos or promoters at work.\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Brande\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1490346588702\",\r\n            \"property-description\": \"BESTSELLER is a family-owned clothing and accessories company founded in Denmark in 1975 by Merete Bech Povlsen and Troels Holch Povlsen. We provide fast affordable fashion for women, men, teenagers and children. Our products are available online, in branded chain stores, in multibrand and department stores. JACK & JONES, JUNAROSE, MAMALICIOUS, NAME IT, OBJECT COLLECTORS ITEM, ONLY, OUTFITTERS NATION, PIECES, SELECTED, VERO MODA and VILA CLOTHES We market our products in most of Europe, the Middle East, Canada, India and globally via e-commerce. We have more than 3,000 chain stores across 38 markets worldwide and our products are sold in approx. 12,000 multi-brand and department stores in 53 markets worldwide. BESTSELLER has no ownership interests in the production chain but cooperates with selected suppliers primarily in China, India, Bangladesh, Turkey and Italy. We work with around 300 manufactures of garments and accessories. With our Code of Conduct, BESTSELLER works to ensure a sustainable approach in the cooperation with the suppliers. BESTSELLER is 100% owned by the Holch Povlsen family with Anders Holch Povlsen as CEO. BESTSELLER Fashion Group China is an independent BESTSELLER company owned by the Holch Povlsen family and two Danish business partners in China. BESTSELLER Fashion Group China designs its own collections for more than 6,000 stores in China.\",\r\n            \"property-domain\": \"shop.bestseller.com\",\r\n            \"property-founded_year\": \"1975\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Bestseller-RVW13396649.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Sometimes feels underpaid working here\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Visual merchandiser\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Mumbai (India)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Its been a great learning and very challenging so far.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-19T10:02:51.7000000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Department, Clothing, & Shoe Stores\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"10\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"91\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"9\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"49\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"66\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Retail\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/8e66dcec-eb55-4742-bfb0-d02aa2af88ff.jpeg\",\r\n            \"property-hs_lastmodifieddate\": \"1490347689776\",\r\n            \"property-hubspot.company.custom-address\": \"Fredskovvej\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Brande\",\r\n            \"property-hubspot.company.custom-company_added\": \"MANUALLY\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1490346588702\",\r\n            \"property-hubspot.company.custom-description\": \"BESTSELLER is a family-owned clothing and accessories company founded in Denmark in 1975 by Merete Bech Povlsen and Troels Holch Povlsen. We provide fast affordable fashion for women, men, teenagers and children. Our products are available online, in branded chain stores, in multibrand and department stores. JACK & JONES, JUNAROSE, MAMALICIOUS, NAME IT, OBJECT COLLECTORS ITEM, ONLY, OUTFITTERS NATION, PIECES, SELECTED, VERO MODA and VILA CLOTHES We market our products in most of Europe, the Middle East, Canada, India and globally via e-commerce. We have more than 3,000 chain stores across 38 markets worldwide and our products are sold in approx. 12,000 multi-brand and department stores in 53 markets worldwide. BESTSELLER has no ownership interests in the production chain but cooperates with selected suppliers primarily in China, India, Bangladesh, Turkey and Italy. We work with around 300 manufactures of garments and accessories. With our Code of Conduct, BESTSELLER works to ensure a sustainable approach in the cooperation with the suppliers. BESTSELLER is 100% owned by the Holch Povlsen family with Anders Holch Povlsen as CEO. BESTSELLER Fashion Group China is an independent BESTSELLER company owned by the Holch Povlsen family and two Danish business partners in China. BESTSELLER Fashion Group China designs its own collections for more than 6,000 stores in China.\",\r\n            \"property-hubspot.company.custom-domain\": \"shop.bestseller.com\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499236288127\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1975\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/8e66dcec-eb55-4742-bfb0-d02aa2af88ff.jpeg\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1499236288596\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1490346588702\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-id\": \"0\",\r\n            \"property-hubspot.company.custom-industry\": \"APPAREL_FASHION\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/bestseller\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"BESTSELLER is a family-owned clothing and accessories company founded in Denmark in 1975 by Merete Bech Povlsen and Troels Holch Povlsen. We provide fast affordable fashion for women, men, teenagers and children. Our products are available online, in branded chain stores, in multibrand and department stores. JACK & JONES, JUNAROSE, MAMALICIOUS, NAME IT, OBJECT COLLECTORS ITEM, ONLY, OUTFITTERS NATION, PIECES, SELECTED, VERO MODA and VILA CLOTHES We market our products in most of Europe, the Middle East, Canada, India and globally via e-commerce. We have more than 3,000 chain stores across 38 markets worldwide and our products are sold in approx. 12,000 multi-brand and department stores in 53 markets worldwide. BESTSELLER has no ownership interests in the production chain but cooperates with selected suppliers primarily in China, India, Bangladesh, Turkey and Italy. We work with around 300 manufactures of garments and accessories. With our Code of Conduct, BESTSELLER works to ensure a sustainable approach in the cooperation with the suppliers. BESTSELLER is 100% owned by the Holch Povlsen family with Anders Holch Povlsen as CEO. BESTSELLER Fashion Group China is an independent BESTSELLER company owned by the Holch Povlsen family and two Danish business partners in China. BESTSELLER Fashion Group China designs its own collections for more than 6,000 stores in China.\",\r\n            \"property-hubspot.company.custom-name\": \"Bestseller\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+ 45 99 42 32 00\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-website\": \"shop.bestseller.com\",\r\n            \"property-hubspot.company.founded\": \"1975\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"BESTSELLER is a family-owned clothing and accessories company founded in Denmark in 1975 by Merete Bech Povlsen and Troels Holch Povlsen. We provide fast affordable fashion for women, men, teenagers and children. Our products are available online, in branded chain stores, in multibrand and department stores. JACK & JONES, JUNAROSE, MAMALICIOUS, NAME IT, OBJECT COLLECTORS ITEM, ONLY, OUTFITTERS NATION, PIECES, SELECTED, VERO MODA and VILA CLOTHES We market our products in most of Europe, the Middle East, Canada, India and globally via e-commerce. We have more than 3,000 chain stores across 38 markets worldwide and our products are sold in approx. 12,000 multi-brand and department stores in 53 markets worldwide. BESTSELLER has no ownership interests in the production chain but cooperates with selected suppliers primarily in China, India, Bangladesh, Turkey and Italy. We work with around 300 manufactures of garments and accessories. With our Code of Conduct, BESTSELLER works to ensure a sustainable approach in the cooperation with the suppliers. BESTSELLER is 100% owned by the Holch Povlsen family with Anders Holch Povlsen as CEO. BESTSELLER Fashion Group China is an independent BESTSELLER company owned by the Holch Povlsen family and two Danish business partners in China. BESTSELLER Fashion Group China designs its own collections for more than 6,000 stores in China.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490346588702\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"APPAREL_FASHION\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Clothing company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Bestseller A/S is a privately held family-owned clothing company based in Denmark. The company was founded in 1975 and has 11 brands.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Bestseller_(company)\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/bestseller\",\r\n            \"property-linkedinbio\": \"BESTSELLER is a family-owned clothing and accessories company founded in Denmark in 1975 by Merete Bech Povlsen and Troels Holch Povlsen. We provide fast affordable fashion for women, men, teenagers and children. Our products are available online, in branded chain stores, in multibrand and department stores. JACK & JONES, JUNAROSE, MAMALICIOUS, NAME IT, OBJECT COLLECTORS ITEM, ONLY, OUTFITTERS NATION, PIECES, SELECTED, VERO MODA and VILA CLOTHES We market our products in most of Europe, the Middle East, Canada, India and globally via e-commerce. We have more than 3,000 chain stores across 38 markets worldwide and our products are sold in approx. 12,000 multi-brand and department stores in 53 markets worldwide. BESTSELLER has no ownership interests in the production chain but cooperates with selected suppliers primarily in China, India, Bangladesh, Turkey and Italy. We work with around 300 manufactures of garments and accessories. With our Code of Conduct, BESTSELLER works to ensure a sustainable approach in the cooperation with the suppliers. BESTSELLER is 100% owned by the Holch Povlsen family with Anders Holch Povlsen as CEO. BESTSELLER Fashion Group China is an independent BESTSELLER company owned by the Holch Povlsen family and two Danish business partners in China. BESTSELLER Fashion Group China designs its own collections for more than 6,000 stores in China.\",\r\n            \"property-name\": \"Bestseller\",\r\n            \"property-organization.address\": \"Fredskovvej\",\r\n            \"property-organization.address.city\": \"Brande\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"bestseller.company\",\r\n            \"property-organization.employeeCount\": \"51-200\",\r\n            \"property-organization.industry\": \"APPAREL_FASHION\",\r\n            \"property-organization.name\": \"Bestseller Group\",\r\n            \"property-organization.phoneNumber\": \"+4599423200\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4599423200\",\r\n            \"property-organization.phoneNumber-International\": \"+45 99 42 32 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-99-42-32-00\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/bestseller-group\",\r\n            \"property-organization.website\": \"http://bestseller.company/\",\r\n            \"property-phone\": \"+ 45 99 42 32 00\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/http://linkedin.com/company/bestseller\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"shop.bestseller.com\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"84decfdc-4e59-593a-8c05-c374c55698ca\",\r\n          \"name\": \"DFDS A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"7124\",\r\n            \"property-cvr.organization.address+streetName\": \"Sundkrogsgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"11\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"501000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Sø- og kysttransport af passagerer\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"DFDS A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"522920\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Speditører\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"502000\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Sø- og kysttransport af gods\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed med transport af gods og passagerer, herunder drift af hotel- og cateringaktiviteter, samt aktiviteter der står i forbindelse med foranstående. Endvidere driver selskabet finansieringsvirksomhed inden for sit forretnings¬område.\",\r\n            \"property-cvr.organization.registeredCapital\": \"1140000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1999-10-16T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-03-21T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Cruise- and ferry routes in Europe and Scandinavia\",\r\n            \"property-facebookGraph.organization.category\": \"Boat/Ferry Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/q81/s720x720/12496382_967444666678033_4446361627539849065_o.jpg?oh=bfe57859a1393cc35a1fe183363ec426&oe=594F599E\",\r\n            \"property-facebookGraph.organization.engagement\": \"24692\",\r\n            \"property-facebookGraph.organization.fanCount\": \"24692\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"DFDS International\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.701149\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.5953999\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"3.9\",\r\n            \"property-facebookGraph.organization.products\": \"http://www.dfdsseaways.com\\n\\nCopenhagen - Oslo cruise\\nAmsterdam - Newcastle cruise\\n\\nEnglish channel  - France ferry routes\\nBaltic sea ferry routes\\n\\nDFDS transfer bus Copenhagen - See more: http://www.dfdsseaways.com/passenger-information/copenhagen-transfer-bus\",\r\n            \"property-facebookGraph.organization.username\": \"dfds.international\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-DFDS-RVW13229133.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Awful office \\nPolitics\\nNo career progression\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Average employer\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Interesting work \\nFun products\\nOk colleagues\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-07T17:09:43.7600000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Shipping\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.3\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"5\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"74\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"26\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"12\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"38\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Transportation & Logistics\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"DFDS is Northern Europe's largest shipping and logistics company. The company's name is an abbreviation of Det Forenede Dampskibs-Selskab. DFDS was founded in 1866, when C.F. Tietgen merged the three biggest Danish steamship companies of that day.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/DFDS\",\r\n            \"property-organization.address\": \"Sundkrogsgade 11\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Terminal address: Dampfærgevej 30\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.codes.cvr\": \"14194711\",\r\n            \"property-organization.contact.email\": \"incoming@dfds.com\",\r\n            \"property-organization.emailDomainNames\": \"dfdsgroup.com\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.foundingDate\": \"1999-10-16T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Shipping\",\r\n            \"property-organization.name\": \"DFDS A/S\",\r\n            \"property-organization.phoneNumber\": \"+4533423342\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4533423342\",\r\n            \"property-organization.phoneNumber-International\": \"+45 33 42 33 42\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-33-42-33-42\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/dfds.international\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/dfdsgroup/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/dfds\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/dfdsnederland\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/watch?v=nfkQ0mBS5rg&feature=youtu.be\",\r\n            \"property-organization.usedTechnologies\": \"Google Tag Manager, IIS, jQuery, Microsoft ASP.NET, Modernizr, Windows Server, ZURB Foundation\",\r\n            \"property-organization.website\": \"http://www.dfdsgroup.com/\",\r\n            \"property-website.CopyrightEntity\": \"DFDS\",\r\n            \"property-website.Description\": \"DFDS is northern Europe’s largest integrated shipping and logistics company, operating 30 routes, providing logistics services with trailers, containers and rail.\",\r\n            \"property-website.Title\": \"\\n\\tDFDS Group | Northern Europe&#39;s leading transport provider\\n\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"b9864f8e-8829-588f-9bf1-c00289c0d677\",\r\n          \"name\": \"NETCOMPANY A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+floor\": \"1\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1270\",\r\n            \"property-cvr.organization.address+streetCode\": \"2364\",\r\n            \"property-cvr.organization.address+streetName\": \"Grønningen\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"17\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"1999-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"1999-07-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"NETCOMPANY A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive IT-konsulent-virksomhed og hermed beslægtet virkosmhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"553000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1999-07-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2012-12-06T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Gr�nningen 17 K�benhavn K, DK-1270 Denmark\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"250000000\",\r\n            \"property-hubspot.company.custom-city\": \"K\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1497952261705\",\r\n            \"property-hubspot.company.custom-description\": \"Netcompany IT and business consulting delivers business critical IT solutions and consulting services. Netcompany covers business needs for a wide range of IT solutions: Portals, business applications, service oriented architectures and integration platforms. Netcompany supports the full life cycle of business applications from the discussion and clarifications of business requirements through to implementation and maintenance of IT solutions. \\n\\nNetcompany is proficient in the complex technical environments of large enterprises, including the leading technologies Microsoft .NET and J2EE. Netcompany is Microsoft Gold Certified Partner, Oracle Partner and IBM Partner. \\n\\nNetcompany�s vision is to be the leading, preferred provider of business critical enterprise solutions based on Microsoft .NET and Java technology. Netcompany is committed to the �old virtues� of professional consulting: delivery on-time time, on budget and above expectations. \\n\\nThe clients of Netcompany are large companies from various industries and the public sector. Current and recent clients include: PFA, Carlsberg, Novozymes, Royal Danish Ministry of Foreign Affairs, DONG Energy and the Capital Region of Denmark. \\n\\nWe are headquarted in Copenhagen with additional offices in Aalborg, Aarhus, Oslo and Warsaw, with an employee count of approximately 1000.\",\r\n            \"property-hubspot.company.custom-domain\": \"netcompany.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/netcompanykarriere\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1503414988021\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1497952272829\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1503414987962\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504019609732\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1497952261705\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/215128/\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Netcompany leverer forretningskritiske it-løsninger og rådgivning, der hjælper vores kunder med at opnå markante forretningsfordele og effektiviseringer ved udnyttelse af den nyeste teknologi\",\r\n            \"property-hubspot.company.custom-name\": \"Netcompany A/S\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503415468254\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503415470270\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"1000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 13 14 40\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"NetcompanyA\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;google_analytics;asp_net;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"http://www.netcompany.com\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Netcompany leverer forretningskritiske it-løsninger og rådgivning, der hjælper vores kunder med at opnå markante forretningsfordele og effektiviseringer ved udnyttelse af den nyeste teknologi\",\r\n            \"property-organization.address\": \"Grønningen 17 1\\n1270 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.annualRevenue\": \"250000000\",\r\n            \"property-organization.codes.cvr\": \"21783684\",\r\n            \"property-organization.contact.email\": \"info@netcompany.dk\",\r\n            \"property-organization.emailDomainNames\": \"netcompany.dk\",\r\n            \"property-organization.employeeCount\": \"200-499\",\r\n            \"property-organization.foundingDate\": \"1999-07-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.phoneNumber\": \"+4570131440\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570131440\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 13 14 40\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-13-14-40\",\r\n            \"property-organization.website\": \"http://www.netcompany.com\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/netcompanykarriere\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/215128/\",\r\n            \"property-user.social.Twitter\": \"NetcompanyA\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"87df18ef-db54-5456-9a5b-9cfbb8445a81\",\r\n          \"name\": \"Kaleo Software\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"12\",\r\n            \"property-angelList.organization.highConcept\": \"The Enterprise Knowledge Network\",\r\n            \"property-angelList.organization.productDesc\": \"Kaleo is The Enterprise Knowledge Network\",\r\n            \"property-angelList.organization.videoUrl\": \"http://kaleosoftware.wistia.com/medias/i1yed9jth1\",\r\n            \"property-facebookGraph.organization.category\": \"Software Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/18076554_1921354981467112_8079737830509143223_o.png?oh=e4f9d76522120708d39bde4c71053d85&oe=59F42DA9\",\r\n            \"property-facebookGraph.organization.engagement\": \"3162\",\r\n            \"property-facebookGraph.organization.fanCount\": \"3162\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Kaleo Software\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"33.9026794\",\r\n            \"property-facebookGraph.organization.longitude\": \"-118.389183\",\r\n            \"property-facebookGraph.organization.mission\": \"We BELIEVE knowledge resides in people, not computers.\\n\\nWe HELP companies transform knowledge sharing.\\n\\nWe BUILD knowledge networks that provide lasting value.\\n\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"kaleosoftware\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Kaleo-Software-RVW14835550.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"There aren't any major cons if you're a hard worker (slackers need not apply).\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Love working here\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"- Passionate leadership willing to roll up their sleeves\\n- Friendly and inspiring colleagues\\n- Creative and motivating work environment\\n- Career opportunities aplenty\\n- Competitive salary and benefits\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-04-28T13:55:11.4700000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"8\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"85\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-organization.address.city\": \"El Segundo\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.streetName\": \"2041 Rosecrans Ave, Ste 245\",\r\n            \"property-organization.address.zipCode\": \"90245\",\r\n            \"property-organization.contact.email\": \"sales@kaleosoftware.com\",\r\n            \"property-organization.emailDomainNames\": \"kaleosoftware.com\",\r\n            \"property-organization.employeeCount\": \"11-50\",\r\n            \"property-organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-organization.name\": \"Kaleo Software\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/kaleosoftware/\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/kaleosoftware/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/kaleo-software\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/KaleoSoftware\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/channel/UCtl5lZzPWBgBApL80CYEDHQ\",\r\n            \"property-organization.usedTechnologies\": \"Font Awesome, Google Font API, jQuery, PHP, Twitter Bootstrap, WordPress, Yoast SEO, ZURB Foundation\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/kaleo-software-2\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/%2Forganization%2Fkaleo-software\",\r\n            \"property-organization.website\": \"http://www.kaleosoftware.com\",\r\n            \"property-website.CopyrightEntity\": \"Kaleo Software, Inc.\",\r\n            \"property-website.Title\": \"Kaleo Software\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"e6739811-675f-5bec-983f-946d26f5da39\",\r\n          \"name\": \"BambooHR\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"5\",\r\n            \"property-angelList.organization.highConcept\": \"Work that stays at Work!\",\r\n            \"property-angelList.organization.productDesc\": \"BambooHR is the No. 1 online HR software for small and medium-sized businesses that have outgrown using spreadsheets to manage their employee information. BambooHR’s intuitive interface, streamlined implementation process and responsive support team ensure a fail-safe transition from spreadsheets to our flexible Human Resource Information System (HRIS).\",\r\n            \"property-facebookGraph.organization.about\": \"BambooHR is the #1 online HR Software for small and medium businesses that have outgrown spreadsheets.\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/17620303_1353259561383726_8150337087240765235_o.jpg?oh=b1dff5306caa2ab9de27eac2c7210134&oe=5982FB91\",\r\n            \"property-facebookGraph.organization.engagement\": \"22857\",\r\n            \"property-facebookGraph.organization.fanCount\": \"22857\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"BambooHR\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"40.332531\",\r\n            \"property-facebookGraph.organization.longitude\": \"-111.7280807\",\r\n            \"property-facebookGraph.organization.mission\": \"Set people free to do great work.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.3\",\r\n            \"property-facebookGraph.organization.products\": \"Online HR Software, Human Resource Information System (HRIS), Human Resource Management System (HRMS)\",\r\n            \"property-facebookGraph.organization.username\": \"bamboohr\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-BambooHR-RVW14260749.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"- Sometimes I can't decide whether to stand at my desk with my adjustable desk, or sit. I find myself going from standing to sitting all day.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"It really is what everyone says it is\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"- Coming up with different ideas are not only accepted but encouraged and expected.\\n- The people that work here all share the ideals of the company.\\n- People work hard. Seriously. It's not a culture of work late to look good. People work hard, and then you go home.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-20T08:20:02.3130000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"73\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"96\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"4\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"84\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.6\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"92\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-organization.address.city\": \"Lindon\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.streetName\": \"335 South 560 West\",\r\n            \"property-organization.address.zipCode\": \"84042\",\r\n            \"property-organization.contact.email\": \"sales@bamboohr.com\",\r\n            \"property-organization.emailDomainNames\": \"bamboohr.com\",\r\n            \"property-organization.employeeCount\": \"51-200\",\r\n            \"property-organization.foundingDate\": \"2008\",\r\n            \"property-organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-organization.name\": \"BambooHR\",\r\n            \"property-organization.phoneNumber\": \"+18017246600\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+18017246600\",\r\n            \"property-organization.phoneNumber-International\": \"+1 801-724-6600\",\r\n            \"property-organization.phoneNumber-Location\": \"Utah\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-801-724-6600\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/bamboohr\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/112569126456283367555\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/bamboohr\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/bamboohr\",\r\n            \"property-organization.usedTechnologies\": \"AngularJS, Google Font API, Google Tag Manager, jQuery, jQuery UI, Mailchimp, Optimizely, Pure CSS\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/bamboohr\",\r\n            \"property-organization.website\": \"http://www.bamboohr.com/\",\r\n            \"property-website.CopyrightEntity\": \"BambooHR LLC\",\r\n            \"property-website.Description\": \"Start a free trial or take a quick tour of BambooHR's easy-to-use human resource software for small and medium businesses.\",\r\n            \"property-website.Title\": \"HR Software for Small & Medium Businesses | BambooHR\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"1335cc9b-0a9b-5b00-a35f-9622de647f84\",\r\n          \"name\": \"Lean Technologies IVS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Timiriazeva str. 67\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"7\",\r\n            \"property-angelList.organization.highConcept\": \"Web & Mobile App Development with focus on Agile, Growthhacking, UX/UI Design and Lean\",\r\n            \"property-angelList.organization.productDesc\": \"Lean Technologies is a mix of a digital agency, consultancy, startup and an IT company providing product development service 2.0.\\nAt Lean Technologies we combine client's vision and our knowledge about users' needs and wants to build the product people want to use. We know how to get the most out of digital marketing, design, growth hacking and web development to take our partners' business to the next level.\",\r\n            \"property-city\": \"Minsk\",\r\n            \"property-country\": \"Belarus\",\r\n            \"property-createdate\": \"1488281998617\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+floor\": \"3\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1459\",\r\n            \"property-cvr.organization.address+streetCode\": \"1932\",\r\n            \"property-cvr.organization.address+streetName\": \"Frederiksberggade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"15\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Iværksætterselskab\",\r\n            \"property-cvr.organization.endDate\": \"2016-05-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2016-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2015-12-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"Lean Technologies IVS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive it konsulent virksomhed, samt enhver virksomhed i hermed stående forbindelse.\",\r\n            \"property-cvr.organization.registeredCapital\": \"2.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2015-12-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-12-15T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-domain\": \"leantech.pro\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/leantechnologies\",\r\n            \"property-facebookGraph.organization.about\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/10176191_1498026373786298_964099970488309647_n.png?oh=8a3747df2991952e6b0e6986a2c7a36d&oe=5977DD06\",\r\n            \"property-facebookGraph.organization.engagement\": \"55\",\r\n            \"property-facebookGraph.organization.fanCount\": \"55\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Lean Technologies\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"leantechnologies\",\r\n            \"property-founded_year\": \"2013\",\r\n            \"property-hs_analytics_first_timestamp\": \"1488281998267\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hs_lastmodifieddate\": \"1493246411511\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"11 Gammel Kongevej\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"København\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1488281998617\",\r\n            \"property-hubspot.company.custom-description\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-hubspot.company.custom-domain\": \"leantech.pro\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/leantechnologies\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1488281998267\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499236362764\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1488281998267\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1499236363153\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/lean-technologies\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-hubspot.company.custom-name\": \"Lean Technologies\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 40 26 08 44\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"JuanraNunez\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"typekit_by_adobe;nginx;cloud_flare;google_analytics;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"leantech.pro\",\r\n            \"property-hubspot.company.custom-zip\": \"1610\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/lean-technologies\",\r\n            \"property-linkedinbio\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-name\": \"Lean Technologies\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Frederiksberggade 15 3\\n1459 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"1610\",\r\n            \"property-organization.codes.cvr\": \"37301248\",\r\n            \"property-organization.contact.email\": \"we@leantech.pro\",\r\n            \"property-organization.emailDomainNames\": \"leantech.pro\",\r\n            \"property-organization.employeeCount\": \"2-4\",\r\n            \"property-organization.foundingDate\": \"2015-12-15T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Lean Technologies\",\r\n            \"property-organization.phoneNumber\": \"36996862\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4540260844\",\r\n            \"property-organization.phoneNumber-International\": \"+45 40 26 08 44\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-40-26-08-44\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/leantechnologies\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/lean-technologies\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/lean-technologies\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/lean-technologies\",\r\n            \"property-organization.website\": \"http://leantech.pro\",\r\n            \"property-phone\": \"+45 40 26 08 44\",\r\n            \"property-timezone\": \"Europe/Minsk\",\r\n            \"property-twitterhandle\": \"JuanraNunez\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/leantechnologies\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/lean-technologies\",\r\n            \"property-user.social.Twitter\": \"JuanraNunez\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"leantech.pro\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"757c6359-850c-5c51-ae7a-f9e7dd608b5c\",\r\n          \"name\": \"NOVICELL ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Oddervej 157\",\r\n            \"property-admin_username\": \"novicell\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Højbjerg\",\r\n            \"property-cluedin_subdomain\": \"Novicell\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040927629\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Højbjerg\",\r\n            \"property-cvr.organization.address+municipalityName\": \"AARHUS\",\r\n            \"property-cvr.organization.address+postalCode\": \"8270\",\r\n            \"property-cvr.organization.address+streetCode\": \"8290\",\r\n            \"property-cvr.organization.address+streetName\": \"Søren Nymarks Vej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"6\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"1998-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"1997-08-20T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"AARHUS\",\r\n            \"property-cvr.organization.name\": \"NOVICELL ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er udvikling, rådgivning og hosting i forbindelse med Internettet samt dermed beslægtede aktiviteter.\",\r\n            \"property-cvr.organization.registeredCapital\": \"131579.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1997-08-20T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-06-30T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Digitalt konsulenthus med 155 medarbejdere & 18 års erfaring med Forretningsudvikling, Digital strategi, Online Marketing, Design og Softwareudvikling\",\r\n            \"property-domain\": \"novicell.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Novicelldk\",\r\n            \"property-founded_year\": \"1997\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Novicell-RVW13585087.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The food in the canteen is very good, however, there is not a lot of room there so you sometimes have to eat at your own desk or wait until later, where little people are left. Lack of office space seems also to be a problem in some departments.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Fantastic\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Aarhus (Denmark)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"There is a high level of attention towards including all employee in the social life and creating a pleasant work environment. Low level of hierarchy where senior management sees you eye-to-eye. Flexible working hours and with a department in Barcelona, Spain, you can even combine work and holiday for a period of time. A yearly Kick-off where everyone together takes a few days off from work for team-building and fun!\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-01T11:10:51.8230000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"5.0\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490924527072\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Oddervej 157\",\r\n            \"property-hubspot.company.custom-admin_username\": \"novicell\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Højbjerg\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Novicell\",\r\n            \"property-hubspot.company.custom-company_address\": \"H�jbjerg\",\r\n            \"property-hubspot.company.custom-company_name\": \"Novicell\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040927629\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"NOVICELL IS BUSINESS ONLINE\\nNovicell is an international digital agency with offices in Copenhagen, Aarhus, Barcelona and London. We deliver well-thought-out digital solutions based on solid experience and facts.\\n\\nCombining strategic and technical skills, we can advise you competently and put the recommendations into practice. This is how we create results.\\n\\nOur approach is digital. Our goal is your growth. \\n\\nENABLE YOUR DIGITAL POTENTIAL \\nOur team of 160 developers, strategists, designers and marketing specialists will help you make the right digital decisions to best meet your specific business needs.  \\n\\nWe strive to make a measurable difference for our clients. Why? Because our solutions must result in growth and business development. The goal is always the same: your goal.\\n\\nWe are very ambitious in our method. Whether it is for strategy development, reporting, project management, design process or data security � our tools and processes are carefully constructed and well-proven. \\n\\nOur employees are digital specialists in a variety of different fields, but all have the same business-orientated and fact-based approach. \\n\\nYOUR DIGITAL BUSINESS PARTNER\\nWe do not want to be your supplier. We would much rather be your digital business partner, and preferably in a long-term cooperation. That is why we are honoured that so many remarkable businesses year after year see the value of such a close collaboration.\\n\\nExpect us to be curious about your business. Expect to be challenged.\",\r\n            \"property-hubspot.company.custom-domain\": \"novicell.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Novicelldk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1502286223856\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1997\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1510420777666\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1501676241255\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"27493554\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Slack, Office365\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/56306/\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Digitalt konsulenthus med 155 medarbejdere & 18 års erfaring med Forretningsudvikling, Digital strategi, Online Marketing, Design og Softwareudvikling\",\r\n            \"property-hubspot.company.custom-name\": \"Novicell\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503058058207\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1510420777097\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"8\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 86 19 05 50\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"novicelldk\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"2\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;youtube;microsoft_office_365;google_tag_manager;facebook_connect;google_analytics;twitter_button;piwik;outlook;hubspot;facebook_advertiser\",\r\n            \"property-hubspot.company.custom-website\": \"https://www.novicell.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"8270\",\r\n            \"property-hubspot.company.founded\": \"1997\",\r\n            \"property-hubspot.company.integrations\": \"Slack, Office365\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Digitalt konsulenthus med 155 medarbejdere & 18 års erfaring med Forretningsudvikling, Digital strategi, Online Marketing, Design og Softwareudvikling\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-integrations\": \"Slack, Office365\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/novicell\",\r\n            \"property-linkedinbio\": \"Digitalt konsulenthus med 155 medarbejdere & 18 års erfaring med Forretningsudvikling, Digital strategi, Online Marketing, Design og Softwareudvikling\",\r\n            \"property-name\": \"Novicell\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Søren Nymarks Vej 6\\n8270 Højbjerg\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Højbjerg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"8270\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.codes.cvr\": \"20297743\",\r\n            \"property-organization.contact.email\": \"info@novicell.dk\",\r\n            \"property-organization.emailDomainNames\": \"novicell.dk\",\r\n            \"property-organization.employeeCount\": \"100-199\",\r\n            \"property-organization.foundingDate\": \"1997-08-20T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Novicell\",\r\n            \"property-organization.phoneNumber\": \"+4586190550\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4586190550\",\r\n            \"property-organization.phoneNumber-International\": \"+45 86 19 05 50\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-86-19-05-50\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/Novicelldk\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+NovicellDkPlus\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/novicell\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/novicelldk\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/novicelldk\",\r\n            \"property-organization.usedTechnologies\": \"Google Tag Manager, HubSpot, jQuery, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"https://www.novicell.dk\",\r\n            \"property-phone\": \"+45 86 19 05 50\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"novicelldk\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Novicelldk\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/56306/\",\r\n            \"property-user.social.Twitter\": \"novicelldk\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"novicell.dk\",\r\n            \"property-website.Description\": \"Digitalt konsulenthus med 155 medarbejdere &amp; 18 &#229;rs erfaring med Forretningsudvikling, Digital strategi, Online Marketing, Design og Softwareudvikling\",\r\n            \"property-website.Title\": \"Novicell konsulenthus - Eksperter i digital forretning \",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"False\",\r\n            \"property-zendesk.organization.sharedComments\": \"False\",\r\n            \"property-zendesk.organization.sharedTickets\": \"False\",\r\n            \"property-zip\": \"8270\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"fab6d78f-974a-5e91-891f-7d199f575ed5\",\r\n          \"name\": \"JP/POLITIKENS HUS A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Viby J\",\r\n            \"property-cvr.organization.address+municipalityName\": \"AARHUS\",\r\n            \"property-cvr.organization.address+postalCode\": \"8260\",\r\n            \"property-cvr.organization.address+streetCode\": \"2654\",\r\n            \"property-cvr.organization.address+streetName\": \"Grøndalsvej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"3\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2002-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2002-12-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"581300\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Udgivelse af aviser og dagblade\",\r\n            \"property-cvr.organization.municipality\": \"AARHUS\",\r\n            \"property-cvr.organization.name\": \"JP/POLITIKENS HUS A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"171200\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Fremstilling af papir og pap\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"581900\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Anden udgivervirksomhed\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"181100\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"Trykning af dagblade\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive medievirksomhed med udgivelse af dagblade og anden mediebeslægtet virksomhed herunder produktionsvirksomhed og at være holdingvirksomhed samt hvad der efter bestyrelsens skøn naturligt står i forbindelse hermed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"50000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2002-12-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-03-22T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"3 Grøndalsvej\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Viby\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498488735176\",\r\n            \"property-hubspot.company.custom-description\": \"Artikler om Danmark, udlandet, politik, erhverv, finans, underholdning, kultur, sport, forskning, kriminalitet, vejr, trafik, kommuner, sygehuse, miljø - jp.dk\",\r\n            \"property-hubspot.company.custom-domain\": \"jp.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/jyllandsposten\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498895230108\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1871\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"2b48951f-cdbd-4919-9370-23ef41d736bd\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601532003\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498488735176\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"NEWSPAPERS\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/jyllands-posten\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Artikler om Danmark, udlandet, politik, erhverv, finans, underholdning, kultur, sport, forskning, kriminalitet, vejr, trafik, kommuner, sygehuse, miljø - jp.dk\",\r\n            \"property-hubspot.company.custom-name\": \"Jyllands-Posten\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"45 87 38 39 90\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"jyllandsposten\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"chart_beat;authorizenet;apache;google_adwords;google_tag_manager;facebook_connect;google_analytics;livefyre;digital_ocean;double_click;facebook_advertiser\",\r\n            \"property-hubspot.company.custom-website\": \"jp.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"8260\",\r\n            \"property-hubspot.company.founded\": \"1871\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Artikler om Danmark, udlandet, politik, erhverv, finans, underholdning, kultur, sport, forskning, kriminalitet, vejr, trafik, kommuner, sygehuse, miljø - jp.dk\",\r\n            \"property-knowledgeGraph.organization.description\": \"Media company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"JP/Politikens Hus A/S is a Danish media company.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/JP/Politikens_Hus\",\r\n            \"property-organization.address\": \"Grøndalsvej 3\\n8260 Viby J\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Viby\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"8260\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.codes.cvr\": \"26933676\",\r\n            \"property-organization.emailDomainNames\": \"jp.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.foundingDate\": \"2002-12-12T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"NEWSPAPERS\",\r\n            \"property-organization.name\": \"JP/Politikens Hus\",\r\n            \"property-organization.phoneNumber\": \"+4587383990\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4587383990\",\r\n            \"property-organization.phoneNumber-International\": \"+45 87 38 39 90\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-87-38-39-90\",\r\n            \"property-organization.usedTechnologies\": \"IIS, jQuery, Microsoft ASP.NET, Windows Server\",\r\n            \"property-organization.website\": \"jp.dk\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/jyllandsposten\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/jyllands-posten\",\r\n            \"property-user.social.Twitter\": \"jyllandsposten\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"JP/Politikens Hus\",\r\n            \"property-website.Title\": \"JP&#47;Politikens Hus\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"0054fb35-1953-5845-a608-d16f5527d732\",\r\n          \"name\": \"VOXMETER A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+floor\": \"4\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1300\",\r\n            \"property-cvr.organization.address+streetCode\": \"716\",\r\n            \"property-cvr.organization.address+streetName\": \"Borgergade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"6\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"4250865\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"10790876\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"10583645\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/23471243/ZG9rdW1lbnRsYWdlcjovLzAzLzEwL2ViLzVjLzAyL2Y3ZDQtNDU1Yi1iNTczLWQ4MmZjNzIwYWIzOA.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"288120\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"49916\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2015\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2012-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2012-01-26T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"732000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Markedsanalyse og offentlig meningsmåling\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"VOXMETER A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive handels- og servicevirksomhed samt al virksomhed, som efter direktionens skøn har forbindelse hermed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"560000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2012-01-26T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-05-06T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Voxmeter er et konsulenthus. Vi holder dig opdateret på politiske målinger og de nyeste forbruger- og markedsanalyser. \",\r\n            \"property-facebookGraph.organization.category\": \"Organization\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/18700355_1842971575963696_8873083888032438335_o.jpg?oh=7f511977f985613b36357fd0f7d1a5c6&oe=59E89268\",\r\n            \"property-facebookGraph.organization.engagement\": \"582\",\r\n            \"property-facebookGraph.organization.fanCount\": \"582\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Voxmeter A/S\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.mission\": \"Voxmeter arbejder for at hjælpe sine kunder med at tiltrække, vinde og fastholde deres kunder. \\nHerudover leverer Voxmeter konjunktur- og brancheanalyser, som er til dig, der gerne vil forudse markedet inden dine konkurrenter. \",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.3\",\r\n            \"property-facebookGraph.organization.username\": \"Voxmeter\",\r\n            \"property-organization.address\": \"Borgergade 6 4\\n1300 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København \",\r\n            \"property-organization.address.streetName\": \"Borgergade 6, 4sal\",\r\n            \"property-organization.address.zipCode\": \"1300\",\r\n            \"property-organization.annualRevenue\": \"10790876 DKK\",\r\n            \"property-organization.codes.cvr\": \"34217432\",\r\n            \"property-organization.emailDomainNames\": \"voxmeter.dk\",\r\n            \"property-organization.employeeCount\": \"50-99\",\r\n            \"property-organization.foundingDate\": \"2012-01-26T00:00:00.0000000+00:00\",\r\n            \"property-organization.phoneNumber\": \"+4570202324\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570202324\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 20 23 24\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-20-23-24\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Voxmeter/\",\r\n            \"property-organization.website\": \"voxmeter.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"236298d3-99f3-5201-8483-dec3c575cbb5\",\r\n          \"name\": \"redweb\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"35 Holdenhurst Road\",\r\n            \"property-admin_username\": \"redweb\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Bournemouth\",\r\n            \"property-cluedin_subdomain\": \"Redweb\",\r\n            \"property-country\": \"United Kingdom\",\r\n            \"property-createdate\": \"1484040924995\",\r\n            \"property-description\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-domain\": \"redweb.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/RedwebLtd\",\r\n            \"property-facebookGraph.organization.about\": \"See what's going on inside one of the UK's top digital agencies.\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Redweb is an award winning digital agency specialising in website design and build.  Services also include consultancy, technical infrastructure, design, user experience and marketing across multiple online platforms.  We invest heavily in innovation and have teams dedicated to UX, search, mobile and social networking.\\n\\nHousehold names on our roster include HM Treasury, RNLI, Action on Hearing Loss, Cancer Research UK, The Royal Society, Farrow & Ball, Channel 4, McCarthy & Stone, Haven Holidays and the Science Museum. \\n\\nOrganisations trust us to deliver exceptional results to demanding service levels.  We are committed to excellence and adding value.  Through ISO accredited processes, Redweb manage some of the UK’s leading and business critical digital platforms on behalf of customers.  \\n\\nYou can read our blog here: http://blog.redweb.com/\\n\\nOr check out our latest innovation projects here: http://labs.redweb.com/\\n\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/10264687_10152353720548959_5798669168277274365_n.jpg?oh=f87310ffd62369b31b39c899ad473ce4&oe=596CE438\",\r\n            \"property-facebookGraph.organization.engagement\": \"602\",\r\n            \"property-facebookGraph.organization.fanCount\": \"602\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Redweb\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"50.7232643\",\r\n            \"property-facebookGraph.organization.longitude\": \"-1.8652888\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"RedwebUK\",\r\n            \"property-founded_year\": \"1997\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Redweb-RVW10382487.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Recent redundancies\\nOwner interference\\nA process which means being priced out of most clients budgets.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Potentially great but held back.\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Bournemouth, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Good culture\\nAutonomy\\nSome very talented staff\\nReasonable salaries\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-04-25T05:52:13.7470000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"4\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"65\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.3\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1492023137974\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"35 Holdenhurst Road\",\r\n            \"property-hubspot.company.custom-admin_username\": \"redweb\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Bournemouth\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Redweb\",\r\n            \"property-hubspot.company.custom-company_name\": \"Redweb\",\r\n            \"property-hubspot.company.custom-country\": \"United Kingdom\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040924995\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-hubspot.company.custom-domain\": \"redweb.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/RedwebLtd\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1997\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439301040\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/redweb\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-hubspot.company.custom-name\": \"Redweb\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063047923\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 1202 779944\",\r\n            \"property-hubspot.company.custom-state\": \"England\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/London\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Redweb\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;microsoft_office_365;apache;drupal;google_tag_manager;google_analytics\",\r\n            \"property-hubspot.company.custom-website\": \"redweb.com\",\r\n            \"property-hubspot.company.custom-zip\": \"BH8 8EJ\",\r\n            \"property-hubspot.company.founded\": \"1997\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/redweb\",\r\n            \"property-linkedinbio\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-name\": \"Redweb\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"35 Holdenhurst Road\",\r\n            \"property-organization.address.city\": \"Bournemouth\",\r\n            \"property-organization.address.countryCode\": \"United Kingdom\",\r\n            \"property-organization.address.state\": \"England\",\r\n            \"property-organization.address.streetName\": \"35 Holdenhurst Road\",\r\n            \"property-organization.address.zipCode\": \"BH8 8EJ\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.contact.email\": \"sales@redweb.com\",\r\n            \"property-organization.emailDomainNames\": \"redweb.com\",\r\n            \"property-organization.foundingDate\": \"1997\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"redweb\",\r\n            \"property-organization.phoneNumber\": \"+441202779944\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+441202779944\",\r\n            \"property-organization.phoneNumber-International\": \"+44 1202 779944\",\r\n            \"property-organization.phoneNumber-Location\": \"Bournemouth\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-1202-779944\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/RedwebUK\",\r\n            \"property-organization.social+flickr\": \"http://www.flickr.com/photos/redwebltd/\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/redweb\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/Redweb\",\r\n            \"property-organization.usedTechnologies\": \"Drupal, Google Tag Manager, PHP\",\r\n            \"property-organization.website\": \"redweb.com\",\r\n            \"property-phone\": \"+44 1202 779944\",\r\n            \"property-state\": \"Dorset\",\r\n            \"property-timezone\": \"Europe/London\",\r\n            \"property-twitterhandle\": \"Redweb\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/RedwebLtd\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/redweb\",\r\n            \"property-user.social.Twitter\": \"Redweb\",\r\n            \"property-user.timezone\": \"Europe/London Standard Time\",\r\n            \"property-website\": \"redweb.com\",\r\n            \"property-website.CopyrightEntity\": \"Redweb\",\r\n            \"property-website.Description\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-website.Title\": \"Redweb\",\r\n            \"property-zip\": \"BH8 8EJ\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"e9b2dd3b-f9e8-5a13-bf4b-bb6b79b02ae9\",\r\n          \"name\": \"IMPACT\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"17\",\r\n            \"property-angelList.organization.highConcept\": \"A world-class impact outsourcing company creating digital jobs in rural Africa.\",\r\n            \"property-angelList.organization.productDesc\": \"An impact outsourcing company in rural Zambia, providing competitive services in Data Entry, Transcription, Phone Support, Digitization, Tagging and more.\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Søborg\",\r\n            \"property-cvr.organization.address+municipalityName\": \"GLADSAXE\",\r\n            \"property-cvr.organization.address+postalCode\": \"2860\",\r\n            \"property-cvr.organization.address+streetCode\": \"33\",\r\n            \"property-cvr.organization.address+streetName\": \"Augustvej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"45\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Enkeltmandsvirksomhed\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"592000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Indspilning af lydoptagelser og udgivelse af musik\",\r\n            \"property-cvr.organization.municipality\": \"GLADSAXE\",\r\n            \"property-cvr.organization.name\": \"IMPACT\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.startDate\": \"2011-01-18T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Impact-Group-International-RVW2810191.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Mostly a personal preference; you are 100% commission based starting out. \\nA lot of walking within your territory.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company to hone in on your sales skills.\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Concord, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Work with great people\\nLearn a lot about selling technique \\nYou have the ability to interact with numerous business owners while out selling your products.\\nThese group of people have a great time outside of work(traveling to various events, leisure, etc.)\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2013-07-10T18:13:28.9300000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"47\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"53\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Dissatisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"47\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.9\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-organization.address\": \"Augustvej 45\\n2860 Søborg\\nDK\\n\",\r\n            \"property-organization.codes.cvr\": \"26532663\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-60068706-1\",\r\n            \"property-organization.contact.email\": \"janwolfpedersen@hotmail.com\",\r\n            \"property-organization.emailDomainNames\": \"impactenterprises.org\",\r\n            \"property-organization.employeeCount\": \"0\",\r\n            \"property-organization.foundingDate\": \"2001-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Advertising & Marketing\",\r\n            \"property-organization.name\": \"Impact Enterprises\",\r\n            \"property-organization.phoneNumber\": \"60159000\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/impactenterprises\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/ImpEnterprises\",\r\n            \"property-organization.usedTechnologies\": \"Google Maps, jQuery, Mailchimp\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/impact-enterprises\",\r\n            \"property-organization.website\": \"http://impactenterprises.org\",\r\n            \"property-website.CopyrightEntity\": \"Impact Enterprises\",\r\n            \"property-website.Title\": \"Impact Enterprises\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"24a32e84-e40d-5fa1-aac3-ff2b98d4b48a\",\r\n          \"name\": \"Deloitte\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"165\",\r\n            \"property-facebookGraph.organization.about\": \"We provide professional services to industry and government in the UK. Here we share the insights and experiences of our people. For careers at Deloitte please visit www.facebook.com/yourfutureatdeloitteuk\",\r\n            \"property-facebookGraph.organization.category\": \"Consulting Agency\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/13435579_1026777257410424_7830356959084021039_n.jpg?oh=d9154c6c175e6ef7037c8cecd3ce4187&oe=59587EA4\",\r\n            \"property-facebookGraph.organization.engagement\": \"9089\",\r\n            \"property-facebookGraph.organization.fanCount\": \"9089\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Deloitte UK\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"40.75884\",\r\n            \"property-facebookGraph.organization.longitude\": \"-73.97881\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"deloitteuk\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"New York\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1494767985914\",\r\n            \"property-hubspot.company.custom-description\": \"Deloitte provides industry-leading audit, consulting, tax, and advisory services to many of the world’s most admired brands, including 80% of the Fortune 500. As a member firm of Deloitte Touche Tohmatsu Limited, a network of member firms, we are proud to be part of the largest global professional services network, serving our clients in the markets that are most important to them.\",\r\n            \"property-hubspot.company.custom-domain\": \"deloitte.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/deloitteuniversity\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1895\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1497628334230\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1494767985914\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"ACCOUNTING\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/deloitte\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Deloitte provides industry-leading audit, consulting, tax, and advisory services to many of the world’s most admired brands, including 80% of the Fortune 500. As a member firm of Deloitte Touche Tohmatsu Limited, a network of member firms, we are proud to be part of the largest global professional services network, serving our clients in the markets that are most important to them.\",\r\n            \"property-hubspot.company.custom-name\": \"Deloitte\",\r\n            \"property-hubspot.company.custom-phone\": \"+971 4 376 8888\",\r\n            \"property-hubspot.company.custom-state\": \"NY\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"deloitteus\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"adobe_dynamic_tag_management;google_tag_manager;google_analytics;eloqua;asp_net;bing_advertiser;campaignmonitor\",\r\n            \"property-hubspot.company.custom-website\": \"deloitte.com\",\r\n            \"property-hubspot.company.custom-zip\": \"10112\",\r\n            \"property-hubspot.company.founded\": \"1895\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Deloitte provides industry-leading audit, consulting, tax, and advisory services to many of the world’s most admired brands, including 80% of the Fortune 500. As a member firm of Deloitte Touche Tohmatsu Limited, a network of member firms, we are proud to be part of the largest global professional services network, serving our clients in the markets that are most important to them.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Deloitte Touche Tohmatsu Limited, commonly referred to as Deloitte, is a UK-incorporated multinational professional services firm with operational headquarters in New York City in the United States.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Deloitte\",\r\n            \"property-organization.address.city\": \"New York\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.streetName\": \"30 Rockefeller Plz\",\r\n            \"property-organization.address.zipCode\": \"10112\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.contact.email\": \"globalwebmaster@deloitte.com\",\r\n            \"property-organization.emailDomainNames\": \"deloitte.com\",\r\n            \"property-organization.employeeCount\": \"5000+\",\r\n            \"property-organization.foundingDate\": \"1845\",\r\n            \"property-organization.industry\": \"ACCOUNTING\",\r\n            \"property-organization.name\": \"Deloitte\",\r\n            \"property-organization.phoneNumber\": \"+97143768888\",\r\n            \"property-organization.phoneNumber-Country\": \"United Arab Emirates\",\r\n            \"property-organization.phoneNumber-E164\": \"+97143768888\",\r\n            \"property-organization.phoneNumber-International\": \"+971 4 376 8888\",\r\n            \"property-organization.phoneNumber-Location\": \"New York, NY\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+971-4-376-8888\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/deloitteuniversity\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/deloitte\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/techfast50\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/deloitteuk\",\r\n            \"property-organization.usedTechnologies\": \"jQuery\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/deloitte\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/deloitte\",\r\n            \"property-organization.website\": \"http://www.deloitte.com\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/deloitteuniversity\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/deloitte\",\r\n            \"property-user.social.Twitter\": \"deloitteus\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Deloitte LLP\",\r\n            \"property-website.Description\": \"UK Technology Fast 50\",\r\n            \"property-website.Title\": \"Fast 50 | Home\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"a3655a15-cb98-5d7d-aa8e-ab9c6ff99f82\",\r\n          \"name\": \"NOVO NORDISK A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1489074093810\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Bagsværd\",\r\n            \"property-cvr.organization.address+municipalityName\": \"GLADSAXE\",\r\n            \"property-cvr.organization.address+postalCode\": \"2880\",\r\n            \"property-cvr.organization.address+streetCode\": \"624\",\r\n            \"property-cvr.organization.address+streetName\": \"Novo Alle\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"1\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"212000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Fremstilling af farmaceutiske præparater\",\r\n            \"property-cvr.organization.municipality\": \"GLADSAXE\",\r\n            \"property-cvr.organization.name\": \"NOVO NORDISK A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"201400\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Fremstilling af andre organiske basiskemikalier\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"211000\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Fremstilling af farmaceutiske råvarer\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"325000\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"Fremstilling af medicinske og dentale instrumenter samt udstyr hertil\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at forske i, udvikle, producere og markedsføre farmaceutiske, medicinske og tekniske produkter og ydelser samt anden dertil knyttet virksomhed efter bestyrelsens nærmere bestemmelse. Selskabet tilstræber at drive sin virksomhed på økonomisk, miljømæssigt og socialt ansvarlig vis.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1931-11-28T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-04-21T00:00:00.0000000+00:00\",\r\n            \"property-domain\": \"novonordisk.dk\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Novo-Nordisk-RVW14084245.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Management inexperienced and non effective\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great Culture, great people in general\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-07T12:29:55.7570000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Biotech & Pharmaceuticals\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"1\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"-100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"200\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"517\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"75\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Biotech & Pharmaceuticals\",\r\n            \"property-hs_analytics_first_timestamp\": \"1488917018984\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/8e0fe567-b293-4e46-a940-9532b04b3f98.png\",\r\n            \"property-hs_lastmodifieddate\": \"1489075303930\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1489074093810\",\r\n            \"property-hubspot.company.custom-domain\": \"novonordisk.dk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1488917018984\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1504044000000\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1488917018984\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/8e0fe567-b293-4e46-a940-9532b04b3f98.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504764161090\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1489074093810\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-id\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-name\": \"Novo Nordisk\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504525860920\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"2\",\r\n            \"property-hubspot.company.custom-website\": \"novonordisk.dk\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot_owner_assigneddate\": \"1489074093810\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Novo Nordisk is a Danish multinational pharmaceutical company headquartered in Bagsværd, Denmark, with production facilities in eight countries, and affiliates or offices in 75 countries. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Novo_Nordisk\",\r\n            \"property-name\": \"Novo Nordisk\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Novo Alle 1\\n2880 Bagsværd\\nDK\\n\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.codes.cvr\": \"24256790\",\r\n            \"property-organization.contact.email\": \"web@novo.dk\",\r\n            \"property-organization.emailDomainNames\": \"novo.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.fax\": \"+4544442314\",\r\n            \"property-organization.fax-Country\": \"Denmark\",\r\n            \"property-organization.fax-E164\": \"+4544442314\",\r\n            \"property-organization.fax-International\": \"+45 44 44 23 14\",\r\n            \"property-organization.fax-Rfc3966\": \"tel:+45-44-44-23-14\",\r\n            \"property-organization.foundingDate\": \"1931-11-28T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Biotech & Pharmaceuticals\",\r\n            \"property-organization.name\": \"Novo Nordisk A/S\",\r\n            \"property-organization.phoneNumber\": \"+4544448888\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4544448888\",\r\n            \"property-organization.phoneNumber-International\": \"+45 44 44 88 88\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-44-44-88-88\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/novonordisk\",\r\n            \"property-organization.social+instagram\": \"https://instagram.com/novonordisk/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/novo-nordisk/careers\",\r\n            \"property-organization.social+pinterest\": \"https://www.pinterest.com/novonordisk/\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/novonordisk\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/novonordisk/custom\",\r\n            \"property-organization.usedTechnologies\": \"Adobe Experience Manager, Java, jQuery, Modernizr, Twitter Bootstrap, Underscore.js\",\r\n            \"property-organization.website\": \"novonordisk.dk\",\r\n            \"property-website\": \"novonordisk.dk\",\r\n            \"property-website.CopyrightEntity\": \"Novo Nordisk A/S\",\r\n            \"property-website.Description\": \"Novo Nordisk is a global healthcare company with more than 90 years of innovation and leadership in diabetes care.\",\r\n            \"property-website.Title\": \"Welcome to Novo Nordisk A&#x2f;S\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"be510cb7-4c81-5a86-bcd3-da52463c02e4\",\r\n          \"name\": \"Cloudera\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"318\",\r\n            \"property-facebookGraph.organization.about\": \"Cloudera is the leading provider of Apache Hadoop-based software and services and works with customers in financial services, web, telecommunications, government and other industries.\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Cloudera delivers the modern platform for data management and analytics. We provide the world’s fastest, easiest and most secure Hadoop platform to help you solve your most challenging business problems with data.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/16722616_10154887955351598_6078590570384897145_o.jpg?oh=4c0fb283e5e9d78e6d06924fd737b002&oe=596EE89C\",\r\n            \"property-facebookGraph.organization.engagement\": \"18642\",\r\n            \"property-facebookGraph.organization.fanCount\": \"18642\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Cloudera\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"37.41764\",\r\n            \"property-facebookGraph.organization.longitude\": \"-122.14553\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Cloudera's Distribution including Apache Hadoop\\nhttp://www.cloudera.com/hadoop\\n\\nCloudera Enterprise\\nhttp://www.cloudera.com/products-services/enterprise/\\n\\nHadoop Development Status\\nhttp://community.cloudera.com\\n\\nHadoop Training\\nhttp://university.cloudera.com\\n\\nHadoop Support\\nhttp://www.cloudera.com/content/cloudera/en/products/cloudera-support.html\",\r\n            \"property-facebookGraph.organization.username\": \"cloudera\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Cloudera-RVW14148199.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Lots of traffic to get there unless you live close by\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great place to work!\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Very good culture, satisfying pay, office perks (ex: daily free lunch)\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-11T22:51:15.0830000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"154\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"96\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"4\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"211\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"84\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-organization.address.city\": \"Palo Alto\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.streetName\": \"1001 Page Mill Rd Bldg 2\",\r\n            \"property-organization.address.zipCode\": \"94304\",\r\n            \"property-organization.emailDomainNames\": \"cloudera.com\",\r\n            \"property-organization.employeeCount\": \"501-1000\",\r\n            \"property-organization.foundingDate\": \"2008\",\r\n            \"property-organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-organization.name\": \"Cloudera\",\r\n            \"property-organization.phoneNumber\": \"+18887891488\",\r\n            \"property-organization.phoneNumber-E164\": \"+18887891488\",\r\n            \"property-organization.phoneNumber-International\": \"+1 888-789-1488\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-888-789-1488\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/cloudera\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/cloudera\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/cloudera\",\r\n            \"property-organization.usedTechnologies\": \"Adobe Experience Manager, Google Tag Manager, Java, jQuery, jQuery UI, Twitter Bootstrap, ZURB Foundation\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/cloudera\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/cloudera\",\r\n            \"property-organization.website\": \"http://www.cloudera.com\",\r\n            \"property-website.CopyrightEntity\": \"Cloudera, Inc\",\r\n            \"property-website.Description\": \"Imagine what your business could do if all your data were collected in one centralized, secure, fully-governed place that any department could access anytime, anywhere.\\n\",\r\n            \"property-website.Title\": \"Big data | Machine Learning | Analytics | Cloudera\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"7275df46-8a38-5460-bf61-3d26b0e55ae8\",\r\n          \"name\": \"WOOMIO IVS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"10\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1434\",\r\n            \"property-cvr.organization.address+streetCode\": \"1262\",\r\n            \"property-cvr.organization.address+streetName\": \"Danneskiold-Samsøes Allé\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"41\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Iværksætterselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2015-01-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-07-29T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"01-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"02-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"WOOMIO IVS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed med udvikling og salg af teknologiske produkter.\",\r\n            \"property-cvr.organization.registeredCapital\": \"150.99\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2014-07-29T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-07-25T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Woomio helps marketers and agencies excel influencer marketing by providing the tools necessary to discover influencers, predict campaigns and measure ROI\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/14424892_632991590212028_3365180001904580834_o.png?oh=af295cd51929d9fb2d9dfcb9d84fc9c1&oe=5997F42D\",\r\n            \"property-facebookGraph.organization.engagement\": \"746\",\r\n            \"property-facebookGraph.organization.fanCount\": \"746\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Woomio\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.66625\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.581\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"WoomioDK\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"21 Njalsgade\",\r\n            \"property-hubspot.company.custom-city\": \"København\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498484339785\",\r\n            \"property-hubspot.company.custom-description\": \"We believe that digital content creator advertising delivers the highest value for companies. We are convinced that content creators are the present and the future of brand awareness. Our mission is to help companies obtain high value by connecting the...\",\r\n            \"property-hubspot.company.custom-domain\": \"woomio.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/woomiodk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498484382817\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498484438570\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498484382799\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601579491\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498484339785\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/woomio\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"We believe that digital content creator advertising delivers the highest value for companies. We are convinced that content creators are the present and the future of brand awareness. Our mission is to help companies obtain high value by connecting the...\",\r\n            \"property-hubspot.company.custom-name\": \"Woomio\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"45 26 29 96 94\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"323.3K\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"HeyWoomio\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"mixpanel;typekit_by_adobe;nginx;google_tag_manager;cloud_flare;google_analytics;heap;google_apps;sentry\",\r\n            \"property-hubspot.company.custom-website\": \"woomio.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2300\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"We believe that digital content creator advertising delivers the highest value for companies. We are convinced that content creators are the present and the future of brand awareness. Our mission is to help companies obtain high value by connecting the...\",\r\n            \"property-organization.address\": \"Danneskiold-Samsøes Allé 41\\n1434 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Njalsgade 21G, 7th Floor\",\r\n            \"property-organization.address.zipCode\": \"2300\",\r\n            \"property-organization.codes.cvr\": \"36053720\",\r\n            \"property-organization.contact.email\": \"support@woomio.com\",\r\n            \"property-organization.emailDomainNames\": \"woomio.com\",\r\n            \"property-organization.employeeCount\": \"0\",\r\n            \"property-organization.foundingDate\": \"2014-07-29T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Woomio\",\r\n            \"property-organization.phoneNumber\": \"+4526299694\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4526299694\",\r\n            \"property-organization.phoneNumber-International\": \"+45 26 29 96 94\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-26-29-96-94\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/WoomioDK/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/woomio\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/woomio\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/woomio\",\r\n            \"property-organization.website\": \"https://www.woomio.com/\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/woomiodk\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/woomio\",\r\n            \"property-user.social.Twitter\": \"HeyWoomio\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"16370d91-17c2-5fc3-a1bd-c3b7a76dfef9\",\r\n          \"name\": \"CODEHOUSE A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+floor\": \"4\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1263\",\r\n            \"property-cvr.organization.address+streetCode\": \"1676\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"A\",\r\n            \"property-cvr.organization.address+streetName\": \"Esplanaden\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"8\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2008-06-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2007-07-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"06-30\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"07-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"CODEHOUSE A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle, designe og implementere system- og webløsninger samt hermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2007-07-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2007-12-31T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Amerikavej 15B\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"København V\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1497950805999\",\r\n            \"property-hubspot.company.custom-description\": \"Medarbejderne i Codehouse gør forskellen\",\r\n            \"property-hubspot.company.custom-domain\": \"codehouse.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/CodehouseDK\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1497950927715\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1497950956108\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2000\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1497950927699\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504170113386\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1497950805999\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/codehouse-a-s\",\r\n            \"property-hubspot.company.custom-name\": \"Codehouse\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504170110203\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504170112363\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"50\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 25 75 25\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"codehouseDK\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;facebook_connect;google_analytics;digital_ocean;asp_net;facebook_like_button;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"codehouse.com\",\r\n            \"property-hubspot.company.custom-zip\": \"1756\",\r\n            \"property-hubspot.company.founded\": \"2000\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-organization.address\": \"Esplanaden 8 A 4\\n1263 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København V\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"1756\",\r\n            \"property-organization.codes.cvr\": \"30512537\",\r\n            \"property-organization.contact.email\": \"finance@codehouse.com\",\r\n            \"property-organization.emailDomainNames\": \"codehouse.com\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2007-07-03T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.phoneNumber\": \"70257525\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570257525\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 25 75 25\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-25-75-25\",\r\n            \"property-organization.website\": \"codehouse.com\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/CodehouseDK\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/codehouse-a-s\",\r\n            \"property-user.social.Twitter\": \"codehouseDK\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"7538ab77-7d5f-53c7-9696-0094ddc8886e\",\r\n          \"name\": \"Danske Bank\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"S, Holmens Kanal 2-12\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1486056175123\",\r\n            \"property-cvr.organization.address+coName\": \"Pensions Service\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Odense C\",\r\n            \"property-cvr.organization.address+municipalityName\": \"ODENSE\",\r\n            \"property-cvr.organization.address+postalCode\": \"5000\",\r\n            \"property-cvr.organization.address+streetCode\": \"2276\",\r\n            \"property-cvr.organization.address+streetName\": \"Fisketorvet\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"8\",\r\n            \"property-cvr.organization.address+streetNumberTo\": \"10\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Forening\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"889910\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Foreninger, legater og fonde med sygdomsbekæmpende, sociale og velgørende formål\",\r\n            \"property-cvr.organization.municipality\": \"ODENSE\",\r\n            \"property-cvr.organization.name\": \"Danske Bank\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.startDate\": \"1970-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-description\": \"Danske Bank is a Danish bank whose name also literally translates into \\\"Danish Bank\\\". It was founded 5 October 1871 as Den Danske Landmandsbank, Hypothek- og Vexelbank i Kjøbenhavn (The Danish Farmers' Bank, Mortgage and Exchange Bank of Copenhagen). Headquartered in Copenhagen, it is the largest bank in Denmark and a major retail bank in the northern European region with over 5 million retail customers. Danske Bank was number 454 on the Fortune Global 500 list for 2011.\",\r\n            \"property-domain\": \"danskebank.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/DanskeBankDanmark\",\r\n            \"property-facebookGraph.organization.about\": \"Velkommen til Facebooksiden for Danske Bank i Danmark. Vi er online fra kl. 9.00 til 21.00 - mandag til fredag og 10-18 i weekenden. Husk, du også kan ringe til os døgnet rundt på 70123456.\",\r\n            \"property-facebookGraph.organization.category\": \"Finance Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/17796370_1310137795701167_2696389056033287177_n.png?oh=a8b4c49aa41d380f3bfcf3ef08a18e2a&oe=59E25380\",\r\n            \"property-facebookGraph.organization.engagement\": \"94442\",\r\n            \"property-facebookGraph.organization.fanCount\": \"94442\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Danske Bank\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"DanskeBankDanmark\",\r\n            \"property-founded_year\": \"1871\",\r\n            \"property-hs_lastmodifieddate\": \"1486056175230\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"7\",\r\n            \"property-hubspot.company.custom-address\": \"S, Holmens Kanal 2-12\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1486056175123\",\r\n            \"property-hubspot.company.custom-description\": \"Danske Bank is a Danish bank whose name also literally translates into \\\"Danish Bank\\\". It was founded 5 October 1871 as Den Danske Landmandsbank, Hypothek- og Vexelbank i Kjøbenhavn (The Danish Farmers' Bank, Mortgage and Exchange Bank of Copenhagen). Headquartered in Copenhagen, it is the largest bank in Denmark and a major retail bank in the northern European region with over 5 million retail customers. Danske Bank was number 454 on the Fortune Global 500 list for 2011.\",\r\n            \"property-hubspot.company.custom-domain\": \"danskebank.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/DanskeBankDanmark\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1504044000000\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1871\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"2b48951f-cdbd-4919-9370-23ef41d736bd\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1511391748759\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1486056175123\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"BANKING\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company-beta/2630?pathWildcard=2630\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Danske Bank is a Danish bank whose name also literally translates into \\\"Danish Bank\\\". It was founded 5 October 1871 as Den Danske Landmandsbank, Hypothek- og Vexelbank i Kjøbenhavn (The Danish Farmers' Bank, Mortgage and Exchange Bank of Copenhagen). Headquartered in Copenhagen, it is the largest bank in Denmark and a major retail bank in the northern European region with over 5 million retail customers. Danske Bank was number 454 on the Fortune Global 500 list for 2011.\",\r\n            \"property-hubspot.company.custom-name\": \"Danske Bank A/S\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1505826008400\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1511375151016\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"7\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"2\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"3\",\r\n            \"property-hubspot.company.custom-num_notes\": \"13\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 12 34 56\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"danskebank_dk\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_office_365;google_maps;dyn_dns;facebook_connect;facebook_advertiser\",\r\n            \"property-hubspot.company.custom-website\": \"danskebank.dk\",\r\n            \"property-hubspot.company.founded\": \"1871\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Danske Bank is a Danish bank whose name also literally translates into \\\"Danish Bank\\\". It was founded 5 October 1871 as Den Danske Landmandsbank, Hypothek- og Vexelbank i Kjøbenhavn (The Danish Farmers' Bank, Mortgage and Exchange Bank of Copenhagen). Headquartered in Copenhagen, it is the largest bank in Denmark and a major retail bank in the northern European region with over 5 million retail customers. Danske Bank was number 454 on the Fortune Global 500 list for 2011.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1486056175123\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"BANKING\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company-beta/2630?pathWildcard=2630\",\r\n            \"property-linkedinbio\": \"Danske Bank is a Danish bank whose name also literally translates into \\\"Danish Bank\\\". It was founded 5 October 1871 as Den Danske Landmandsbank, Hypothek- og Vexelbank i Kjøbenhavn (The Danish Farmers' Bank, Mortgage and Exchange Bank of Copenhagen). Headquartered in Copenhagen, it is the largest bank in Denmark and a major retail bank in the northern European region with over 5 million retail customers. Danske Bank was number 454 on the Fortune Global 500 list for 2011.\",\r\n            \"property-name\": \"Danske Bank A/S\",\r\n            \"property-organization.address\": \"C/O Pensions Service\\nFisketorvet 8-10\\n5000 Odense C\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"23569914\",\r\n            \"property-organization.contact.email\": \"facebook@danskebank.dk\",\r\n            \"property-organization.emailDomainNames\": \"danskebank.dk\",\r\n            \"property-organization.foundingDate\": \"1970-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"BANKING\",\r\n            \"property-organization.phoneNumber\": \"65488501\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570123456\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 12 34 56\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-12-34-56\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/DanskeBankDanmark/\",\r\n            \"property-organization.website\": \"danskebank.dk\",\r\n            \"property-phone\": \"+45 70 12 34 56\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"danskebank_dk\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/DanskeBankDanmark\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company-beta/2630?pathWildcard=2630\",\r\n            \"property-user.social.Twitter\": \"danskebank_dk\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"danskebank.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"43ba76fb-e917-54f2-bb5d-fd4db03de452\",\r\n          \"name\": \"Vertic\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"180 Varick Street Suite 1620\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-appItemId\": \"21\",\r\n            \"property-appItemIdFormatted\": \"21\",\r\n            \"property-city\": \"New York\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484044029119\",\r\n            \"property-description\": \"We are a strategic digital agency dedicated to creating groundbreaking solutions. Our approach is interdisciplinary, combining strategy, storytelling, creativity and interactive design. We're independently owned with offices in New York, Seattle, Copenhagen, and Singapore.\",\r\n            \"property-domain\": \"vertic.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/Vertic\",\r\n            \"property-founded_year\": \"2002\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Vertic-RVW12821126.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"- Like many NYC agencies, there were long hours.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Exciting Agency\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"- Beautiful office and location\\n- Very nice COO / head of HR \\n- Many company provided lunches and happy hours. The leaders here seem to really care about employee bonding and having fun after the work is done.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-11-29T07:49:01.0400000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"18\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"81\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"19\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"28\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"74\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1488489429610\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"180 Varick Street\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"New York\",\r\n            \"property-hubspot.company.custom-company_name\": \"Vertic\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044029119\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"We are a strategic digital agency dedicated to creating groundbreaking solutions. Our approach is interdisciplinary, combining strategy, storytelling, creativity and interactive design. We're independently owned with offices in New York, Seattle, Copenhagen, and Singapore.\",\r\n            \"property-hubspot.company.custom-domain\": \"vertic.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Vertic\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1497876636880\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2002\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1502026593252\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1497876593096\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/verticportals\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"We are a strategic digital agency dedicated to creating groundbreaking solutions. Our approach is interdisciplinary, combining strategy, storytelling, creativity and interactive design. We're independently owned with offices in New York, Seattle, Copenhagen, and Singapore.\",\r\n            \"property-hubspot.company.custom-name\": \"Vertic\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1502026590738\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1502026592786\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+65 8120 6636\",\r\n            \"property-hubspot.company.custom-reference_date\": \"31-Aug-15\",\r\n            \"property-hubspot.company.custom-state\": \"NY\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"WeAreVertic\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;nginx;wordpress;facebook_connect;facebook_like_button;twitter_advertiser;microsoft_office_365;apache;google_maps;google_analytics;twitter_button;digital_ocean;hubspot;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"vertic.com\",\r\n            \"property-hubspot.company.custom-zip\": \"10014\",\r\n            \"property-hubspot.company.founded\": \"2002\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"We are a strategic digital agency dedicated to creating groundbreaking solutions. Our approach is interdisciplinary, combining strategy, storytelling, creativity and interactive design. We're independently owned with offices in New York, Seattle, Copenhagen, and Singapore.\",\r\n            \"property-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315188402\",\r\n            \"property-knowledgeGraph.organization.description\": \"Marketing company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Vertic is a Danish digital marketing and advertising agency founded in Copenhagen, Denmark in 2002. The company has offices in Copenhagen, New York City, Seattle and Singapore. Its clients include GE, Microsoft, Novo Nordisk, SAP, AARP and Vestas. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Vertic\",\r\n            \"property-lastEventOn\": \"2015-08-31T15:12:00.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/27896\",\r\n            \"property-linkedinbio\": \"We are a strategic digital agency dedicated to creating groundbreaking solutions. Our approach is interdisciplinary, combining strategy, storytelling, creativity and interactive design. We're independently owned with offices in New York, Seattle, Copenhagen, and Singapore.\",\r\n            \"property-name\": \"Vertic\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"180 Varick Street\",\r\n            \"property-organization.address.city\": \"New York\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.zipCode\": \"10014\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.emailDomainNames\": \"vertic.com\",\r\n            \"property-organization.industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-organization.phoneNumber\": \"+6581206636\",\r\n            \"property-organization.phoneNumber-Country\": \"Singapore\",\r\n            \"property-organization.phoneNumber-E164\": \"+6581206636\",\r\n            \"property-organization.phoneNumber-International\": \"+65 8120 6636\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+65-8120-6636\",\r\n            \"property-organization.website\": \"vertic.com\",\r\n            \"property-organizationName\": \"Vertic\",\r\n            \"property-phone\": \"+65 8120 6636\",\r\n            \"property-primaryContact\": \"Camilla Grove\",\r\n            \"property-state\": \"NY\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"WeAreVertic\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Vertic\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/verticportals\",\r\n            \"property-user.social.Twitter\": \"WeAreVertic\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"vertic.com\",\r\n            \"property-zip\": \"10014\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"181e874f-af9b-57bd-88f7-9836214f0c2c\",\r\n          \"name\": \"Berlingske Media\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Pilestræde 34 Copenhagen K\",\r\n            \"property-annualrevenue\": \"100000000\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1490356281502\",\r\n            \"property-description\": \"Læs nyheder og seneste nyt fra Danmark og udlandet. Mest læste nyheder, politik, sport, business, kultur og vejret - Berlingske.\",\r\n            \"property-domain\": \"b.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/berlingske\",\r\n            \"property-facebookGraph.organization.about\": \"De seneste nyheder, reportager og historier fra b.dk\\n\\nKundeservice: 33 75 36 36.\",\r\n            \"property-facebookGraph.organization.category\": \"Media/News Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Berlingske leverer nyheder med tilgængelighed, hurtighed, tilstedeværelse og baggrund. \",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-0/p480x480/16722697_10154329369963133_1875650809640032374_o.jpg?oh=2d7ff3c50ad995ec1d29473e8aede4a8&oe=59269DA6\",\r\n            \"property-facebookGraph.organization.engagement\": \"159740\",\r\n            \"property-facebookGraph.organization.fanCount\": \"159740\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Berlingske\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.68083\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.58038\",\r\n            \"property-facebookGraph.organization.mission\": \"Her på siden vil vi gerne i dialog med vores læsere om dagens aktuelle nyheder. Vi modtager gerne input og tips. \\nOpslag, der er kommercielle eller på anden måde irrelevante, sletter vi fra siden.  \",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Berlingske \",\r\n            \"property-facebookGraph.organization.username\": \"berlingske\",\r\n            \"property-founded_year\": \"1749\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/880b3412-0c6a-47cc-8ad9-4f0b72ae8417.png\",\r\n            \"property-hs_lastmodifieddate\": \"1491332719516\",\r\n            \"property-hubspot.company.custom-address\": \"34 Pilestræde\",\r\n            \"property-hubspot.company.custom-city\": \"København\",\r\n            \"property-hubspot.company.custom-company_added\": \"MANUALLY\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1490356281502\",\r\n            \"property-hubspot.company.custom-description\": \"De seneste nyheder på b.dk. Med Berlingske får du seneste nyt fra ind- og udland om bl.a. politik, sport, business, kultur, breaking news og vejret.\",\r\n            \"property-hubspot.company.custom-domain\": \"b.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/berlingske\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1749\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/880b3412-0c6a-47cc-8ad9-4f0b72ae8417.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1497051082151\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1490356281502\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-id\": \"0\",\r\n            \"property-hubspot.company.custom-industry\": \"NEWSPAPERS\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/berlingske\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"De seneste nyheder på b.dk. Med Berlingske får du seneste nyt fra ind- og udland om bl.a. politik, sport, business, kultur, breaking news og vejret.\",\r\n            \"property-hubspot.company.custom-name\": \"Berlingske\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"45 33 75 75 75\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"berlingske\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"new_relic;apache;nginx;ubuntu;google_tag_manager;facebook_connect;google_analytics;google_apps;aws_ec2;sendgrid;facebook_advertiser\",\r\n            \"property-hubspot.company.custom-website\": \"b.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1112\",\r\n            \"property-hubspot.company.founded\": \"1749\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"De seneste nyheder på b.dk. Med Berlingske får du seneste nyt fra ind- og udland om bl.a. politik, sport, business, kultur, breaking news og vejret.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490356281502\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"NEWSPAPERS\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/berlingske\",\r\n            \"property-linkedinbio\": \"Læs nyheder og seneste nyt fra Danmark og udlandet. Mest læste nyheder, politik, sport, business, kultur og vejret - Berlingske.\",\r\n            \"property-name\": \"Berlingske Tidende A/S\",\r\n            \"property-organization.address\": \"34 Pilestræde\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Pilestræde 34\",\r\n            \"property-organization.address.zipCode\": \"1112\",\r\n            \"property-organization.annualRevenue\": \"100000000\",\r\n            \"property-organization.contact.email\": \"internet@berlingske.dk\",\r\n            \"property-organization.emailDomainNames\": \"b.dk\",\r\n            \"property-organization.industry\": \"NEWSPAPERS\",\r\n            \"property-organization.phoneNumber\": \"+4533757575\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4533757575\",\r\n            \"property-organization.phoneNumber-International\": \"+45 33 75 75 75\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-33-75-75-75\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/berlingske/\",\r\n            \"property-organization.website\": \"b.dk\",\r\n            \"property-phone\": \"45 33 75 75 75\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"berlingske\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/berlingske\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/berlingske\",\r\n            \"property-user.social.Twitter\": \"berlingske\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"b.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"3c81df4a-6d4a-59e7-94db-9d694271ed62\",\r\n          \"name\": \"MPEOPLE ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Hillerød\",\r\n            \"property-cvr.organization.address+door\": \"th\",\r\n            \"property-cvr.organization.address+floor\": \"2\",\r\n            \"property-cvr.organization.address+municipalityName\": \"HILLERØD\",\r\n            \"property-cvr.organization.address+postalCode\": \"3400\",\r\n            \"property-cvr.organization.address+streetCode\": \"8977\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"B\",\r\n            \"property-cvr.organization.address+streetName\": \"Torvet\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"5\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"2379977\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"6954121\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"6380168\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/74628663/ZG9rdW1lbnRsYWdlcjovLzAzL2Y5Lzk0L2IxLzdjL2JkYTEtNGQ4My1hMWMxLWY5ZjgyNzczZGFmNA.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"2324998\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"2991084\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2015-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2015-03-16T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"HILLERØD\",\r\n            \"property-cvr.organization.name\": \"MPEOPLE ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er salg af it-konsulent- og rådgivningsydelser samt efter direktionens skøn dermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"50000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2015-03-16T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-organization.address\": \"Torvet 5 B 2 th\\n3400 Hillerød\\nDK\\n\",\r\n            \"property-organization.annualRevenue\": \"6954121 DKK\",\r\n            \"property-organization.codes.cvr\": \"36682647\",\r\n            \"property-organization.contact.email\": \"lars@mpeople.dk\",\r\n            \"property-organization.emailDomainNames\": \"mpeople.dk\",\r\n            \"property-organization.employeeCount\": \"5-9\",\r\n            \"property-organization.foundingDate\": \"2015-03-16T00:00:00.0000000+00:00\",\r\n            \"property-organization.phoneNumber\": \"+4570209080\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570209080\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 20 90 80\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-20-90-80\",\r\n            \"property-organization.website\": \"mpeople.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"8b8a07f5-edc1-5e81-968f-0d9afdd15ada\",\r\n          \"name\": \"Computopic I/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+coName\": \"Rialtobygningen\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Frederiksberg\",\r\n            \"property-cvr.organization.address+floor\": \"2\",\r\n            \"property-cvr.organization.address+municipalityName\": \"FREDERIKSBERG\",\r\n            \"property-cvr.organization.address+postalCode\": \"2000\",\r\n            \"property-cvr.organization.address+streetCode\": \"220\",\r\n            \"property-cvr.organization.address+streetName\": \"Falkoner Alle\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"1\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Interessentskab\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"FREDERIKSBERG\",\r\n            \"property-cvr.organization.name\": \"Computopic I/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.startDate\": \"2006-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-facebookGraph.organization.about\": \"Web- og SMS-løsninger.  Vi kan faktisk det meste!  For alle ansatte og venner af huset!\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-0/p180x540/486315_355679597804661_1536936932_n.jpg?oh=1ff730ceb170b3704796a2a96d889128&oe=59570F44\",\r\n            \"property-facebookGraph.organization.engagement\": \"439\",\r\n            \"property-facebookGraph.organization.fanCount\": \"439\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Computopic\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.67948\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.53337\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.9\",\r\n            \"property-facebookGraph.organization.username\": \"computopic\",\r\n            \"property-organization.address\": \"C/O Rialtobygningen\\nFalkoner Alle 1 2\\n2000 Frederiksberg\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Frederiksberg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Falkoner Allé 7, 1. sal\",\r\n            \"property-organization.address.zipCode\": \"2000\",\r\n            \"property-organization.codes.cvr\": \"29249857\",\r\n            \"property-organization.contact.email\": \"kb@computopic.dk\",\r\n            \"property-organization.emailDomainNames\": \"computopic.dk\",\r\n            \"property-organization.employeeCount\": \"5-9\",\r\n            \"property-organization.foundingDate\": \"2006-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.phoneNumber\": \"+4538334055\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4538334055\",\r\n            \"property-organization.phoneNumber-International\": \"+45 38 33 40 55\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-38-33-40-55\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/computopic/\",\r\n            \"property-organization.website\": \"www.computopic.dk www.gruppe-sms.dk www.smspress.dk www.smsme.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"e0530096-41e7-58a1-938c-7863ac725670\",\r\n          \"name\": \"Amazon\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Seattle\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1495386907299\",\r\n            \"property-hubspot.company.custom-description\": \"Amazon is an e-commerce retailer formed originally to provide consumers with products in two segments. It offers users with merchandise and content purchased for resale from vendors and those offered by third-party sellers. Operating in North American and International markets, Amazon provides its services through websites such as amazon.com and amazon.ca. It also enables authors, musicians, filmmakers, app developers, and others to publish and sell content via its branded websites. Amazon also provides Kindle Direct Publishing, an online platform that allows independent authors and publishers to make their books available in the Kindle Store. In addition, it provides co-branded credit card agreements and advertising services, serves developers and enterprises through Amazon Web Services, and manufactures and sells electronic devices. It offers Amazon Prime which is an annual membership program. It provides free shipping, streaming, and access to books to borrow and read on a Kindle device. Amazon was founded in 1994 and is headquartered in Seattle, Washington.\",\r\n            \"property-hubspot.company.custom-domain\": \"amazon.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Amazon\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1994\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1495386907395\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1495386907299\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/amazon\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Amazon is an e-commerce retailer formed originally to provide consumers with products in two segments. It offers users with merchandise and content purchased for resale from vendors and those offered by third-party sellers. Operating in North American and International markets, Amazon provides its services through websites such as amazon.com and amazon.ca. It also enables authors, musicians, filmmakers, app developers, and others to publish and sell content via its branded websites. Amazon also provides Kindle Direct Publishing, an online platform that allows independent authors and publishers to make their books available in the Kindle Store. In addition, it provides co-branded credit card agreements and advertising services, serves developers and enterprises through Amazon Web Services, and manufactures and sells electronic devices. It offers Amazon Prime which is an annual membership program. It provides free shipping, streaming, and access to books to borrow and read on a Kindle device. Amazon was founded in 1994 and is headquartered in Seattle, Washington.\",\r\n            \"property-hubspot.company.custom-name\": \"Amazon\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 225-557-1011\",\r\n            \"property-hubspot.company.custom-state\": \"WA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"amazon\",\r\n            \"property-hubspot.company.custom-website\": \"amazon.com\",\r\n            \"property-hubspot.company.custom-zip\": \"98109\",\r\n            \"property-hubspot.company.founded\": \"1994\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Amazon is an e-commerce retailer formed originally to provide consumers with products in two segments. It offers users with merchandise and content purchased for resale from vendors and those offered by third-party sellers. Operating in North American and International markets, Amazon provides its services through websites such as amazon.com and amazon.ca. It also enables authors, musicians, filmmakers, app developers, and others to publish and sell content via its branded websites. Amazon also provides Kindle Direct Publishing, an online platform that allows independent authors and publishers to make their books available in the Kindle Store. In addition, it provides co-branded credit card agreements and advertising services, serves developers and enterprises through Amazon Web Services, and manufactures and sells electronic devices. It offers Amazon Prime which is an annual membership program. It provides free shipping, streaming, and access to books to borrow and read on a Kindle device. Amazon was founded in 1994 and is headquartered in Seattle, Washington.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Electronic commerce company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Amazon.com, Inc. is an American electronic commerce and cloud computing company that was founded on July 5, 1994 by Jeff Bezos and is based in Seattle, Washington. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Amazon.com\",\r\n            \"property-organization.address.city\": \"Seattle\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"WA\",\r\n            \"property-organization.address.zipCode\": \"98109\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"amazon.it\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.phoneNumber\": \"+12255571011\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+12255571011\",\r\n            \"property-organization.phoneNumber-International\": \"+1 225-557-1011\",\r\n            \"property-organization.phoneNumber-Location\": \"Louisiana\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-225-557-1011\",\r\n            \"property-organization.website\": \"https://www.amazon.it/\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Amazon\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/amazon\",\r\n            \"property-user.social.Twitter\": \"amazon\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"a9e688c9-dc77-5d80-b609-ce0d4ba48a78\",\r\n          \"name\": \"KMD A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Hørkær 18, 3. sal\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Herlev\",\r\n            \"property-company_notes\": \"Amalie knows Stephan Thomson\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1490262601644\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Ballerup\",\r\n            \"property-cvr.organization.address+municipalityName\": \"BALLERUP\",\r\n            \"property-cvr.organization.address+postalCode\": \"2750\",\r\n            \"property-cvr.organization.address+streetCode\": \"195\",\r\n            \"property-cvr.organization.address+streetName\": \"Lautrupparken\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"40\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2002-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2002-12-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"BALLERUP\",\r\n            \"property-cvr.organization.name\": \"KMD A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"620300\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Computer facility management\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"631100\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Databehandling, webhosting og lignende serviceydelser\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"682040\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"Udlejning af erhvervsejendomme\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive informationsteknologisk virksomhed og anden i forbindelse hermed stående virksomhed, herunder at besidde andele i andre selskaber.\",\r\n            \"property-cvr.organization.registeredCapital\": \"240000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2002-12-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-03-20T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"KMD er blandt Danmarks største it- og softwarevirksomheder. Specialister i it-løsninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-domain\": \"kmd.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/laeringmedudsigt\",\r\n            \"property-facebookGraph.organization.about\": \"KMD er en af Danmarks førende it-virksomheder bygget på indsigt forankret i det offentlige Danmark, men der i dag også servicerer det privat erhvervsliv.\",\r\n            \"property-facebookGraph.organization.category\": \"Business Service\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/p720x720/13124487_1086289248104910_6419247212839507033_n.jpg?oh=7d7060fa086cdddf353faf1a41a33581&oe=59737110\",\r\n            \"property-facebookGraph.organization.engagement\": \"2666\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2666\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"KMD\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.73613\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.3931\",\r\n            \"property-facebookGraph.organization.mission\": \"Sammen udvikler vi Danmark og forbedrer hverdagen for danskerne med teknologiske løsninger.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"kmditdanmark\",\r\n            \"property-founded_year\": \"1972\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-KMD-RVW10480563.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Lacking upper management leadership and business development leadership\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Senior Associate\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"San Francisco, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Good people & interesting projects.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-05-03T15:58:17.6800000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"9\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"59\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"1.9\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/45e9abbf-bdd0-41e4-8881-caae478736b5.png\",\r\n            \"property-hs_lastmodifieddate\": \"1490403339455\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Hørkær 18, 3. sal\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Herlev\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Amalie knows Stephan Thomson\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1490262601644\",\r\n            \"property-hubspot.company.custom-description\": \"KMD er blandt Danmarks største it- og softwarevirksomheder. Specialister i it-løsninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-hubspot.company.custom-domain\": \"kmd.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/laeringmedudsigt\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499080741667\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1972\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"2b48951f-cdbd-4919-9370-23ef41d736bd\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/45e9abbf-bdd0-41e4-8881-caae478736b5.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601526163\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1490262601644\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/kmd\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"KMD er blandt Danmarks største it- og softwarevirksomheder. Specialister i it-løsninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-hubspot.company.custom-name\": \"KMD\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"5000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 44 60 67 59\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"KMD_Jewelry\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"typekit_by_adobe;google_maps;google_tag_manager;google_analytics;sharepoint\",\r\n            \"property-hubspot.company.custom-website\": \"kmd.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"2730\",\r\n            \"property-hubspot.company.founded\": \"1972\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"KMD er blandt Danmarks største it- og softwarevirksomheder. Specialister i it-løsninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-hubspot.company.notes\": \"Amalie knows Stephan Thomson\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490262601644\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Hip hop trio\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"KMD was a hip hop trio active in the early 1990s. The group is best known for launching the career of rapper and producer Zev Love X, who later became MF DOOM. Zev Love X and his younger brother DJ Subroc formed the core of KMD. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/KMD\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/kmd\",\r\n            \"property-linkedinbio\": \"KMD er blandt Danmarks største it- og softwarevirksomheder. Specialister i it-løsninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-name\": \"KMD\",\r\n            \"property-organization.address\": \"Lautrupparken 40\\n2750 Ballerup\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Herlev\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Lautrupparken 40-42\",\r\n            \"property-organization.address.zipCode\": \"2730\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"26911745\",\r\n            \"property-organization.contact.email\": \"info@kmd.dk\",\r\n            \"property-organization.emailDomainNames\": \"kmd.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.fax\": \"+4544604106\",\r\n            \"property-organization.fax-Country\": \"Denmark\",\r\n            \"property-organization.fax-E164\": \"+4544604106\",\r\n            \"property-organization.fax-International\": \"+45 44 60 41 06\",\r\n            \"property-organization.fax-Rfc3966\": \"tel:+45-44-60-41-06\",\r\n            \"property-organization.foundingDate\": \"2002-12-03T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"KMD\",\r\n            \"property-organization.phoneNumber\": \"+4544601000\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4544601000\",\r\n            \"property-organization.phoneNumber-International\": \"+45 44 60 10 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-44-60-10-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/kmditdanmark/\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/kmdit/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/kmd\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/KMDIT\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/KMDit\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, jQuery UI, Modernizr, SWFObject, Underscore.js\",\r\n            \"property-organization.website\": \"http://kmd.dk/\",\r\n            \"property-phone\": \"+45 44 60 67 59\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"KMD_Jewelry\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/laeringmedudsigt\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/kmd\",\r\n            \"property-user.social.Twitter\": \"KMD_Jewelry\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"kmd.dk\",\r\n            \"property-website.CopyrightEntity\": \"KMD\",\r\n            \"property-website.Description\": \"KMD er blandt Danmarks st&#248;rste it- og softwarevirksomheder. Specialister i it-l&#248;sninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-website.Title\": \"It-l&#248;sninger til den offentlige sektor og erhverv | KMD\",\r\n            \"property-zip\": \"2730\"\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  }\r\n}"}],"_postman_id":"36e4adae-114d-4d54-6f88-60cb60e6030e"},{"name":"GraphQL search query Copy","event":[{"listen":"test","script":{"id":"19dd253f-8c6b-4ac3-84ec-c6df1b0163b8","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"],"type":"text/javascript"}}],"id":"37ed170e-7c8b-48df-a478-3d09ee2d9a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Query\": \"\nquery {\n  search(\n    query: \\\"*\\\"\n    pageSize: 30\n  )\n  {\n  \taggregations\n    totalResults\n    cursor\n    entries\n    {\n      id\n      name\n      previewImage\n      {\n      uri\n      }\n      entityType\n      sortDate\n    }\n  }\n}\n\",\n  \"Variables\": \"\",\n  \"OperationName\": \"\"\n}"},"url":"{{url}}/api/graphql","description":"<p>Executes a GraphQL search query</p>\n","urlObject":{"path":["api","graphql"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2f0ed04f-e5ec-4ab5-8c14-11d0cc774d77","name":"GraphQL search query","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"Query\": \"\nquery {\n  search(\n    query: \\\"*\\\"\n    pageSize: 30\n  )\n  {\n  \taggregations\n    totalResults\n    cursor\n    entries\n    {\n      id\n      name\n      previewImage\n      {\n      uri\n      }\n      entityType\n      sortDate\n    }\n  }\n}\n\",\n  \"Variables\": \"\",\n  \"OperationName\": \"\"\n}"},"url":"{{url}}/api/graphql","description":"Executes a GraphQL search query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-credentials","key":"access-control-allow-credentials","value":"true","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"name":"content-length","key":"content-length","value":"1105259","description":"The length of the response body in octets (8-bit bytes)"},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"name":"date","key":"date","value":"Thu, 07 Dec 2017 13:54:54 GMT","description":"The date and time that the message was sent"},{"name":"server","key":"server","value":"Microsoft-HTTPAPI/2.0","description":"A name for the server"},{"name":"status","key":"status","value":"200","description":"Custom header"},{"name":"vary","key":"vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"name":"x-cluedin-data","key":"x-cluedin-data","value":"All your data are belong to you!","description":"Custom header"},{"name":"x-cluedin-version","key":"x-cluedin-version","value":"1.8.0.0","description":"Custom header"},{"name":"x-powered-by","key":"x-powered-by","value":"CluedIn","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"name":"x-request-id","key":"x-request-id","value":"11586f49641747ddaa977fbb27bdfd99","description":"Custom header"},{"name":"x-robots-tag","key":"x-robots-tag","value":"noindex,nofollow","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"data\": {\r\n    \"search\": {\r\n      \"totalResults\": 1802,\r\n      \"cursor\": \"ewAiAFAAYQBnAGUAIgA6ADEALAAiAFAAYQBnAGUAUwBpAHoAZQAiADoAMQAwADAAfQA=\",\r\n      \"entries\": [\r\n        {\r\n          \"id\": \"b2e3d46e-37d1-5393-9fcb-faad87b76b3c\",\r\n          \"name\": \"TEMPLAFY ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"stergade 36, 3.\",\r\n            \"property-admin_username\": \"templafy\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"7\",\r\n            \"property-angelList.organization.productDesc\": \"Templafy provides dynamically adapting template management for any office platform and any device. \\n\\nTemplafy runs in the cloud and is designed to seamlessly transform generic business templates into thousands of individualized business documents with company data, language, and personal information automatically embedded.\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-cluedin_subdomain\": \"Templafy\",\r\n            \"property-company_notes\": \"Nicolaj gave us the introduction to Templafy and Tim went and met them a few times. \\n\\nPaying customer 30 sep 2016 - oct-nov ish 2016 (we stooped payment) \\n\\nDM: Jakob Ekkelund\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040923674\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1100\",\r\n            \"property-cvr.organization.address+streetCode\": \"8592\",\r\n            \"property-cvr.organization.address+streetName\": \"Østergade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"36\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"7515024\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"-4624118\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"32950414\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/64926652/ZG9rdW1lbnRsYWdlcjovLzAzLzljLzQwLzI2L2Y0L2VhN2QtNDM3Yy1hYThmLTcwMGMzMzk0YTBhYw.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-9847604\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-12622907\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2013-12-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"TEMPLAFY ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle og sælge løsninger med Dynamic business templates\",\r\n            \"property-cvr.organization.registeredCapital\": \"141451.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2013-12-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-03-15T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Dynamic business templates. Personalized. On-brand. Anywhere. Templafy helps decision makers within branding and communication manage business templates and company documents easily -on any user device and regardless of organization size and complexity. Global problem The transition to cloud based office solutions like MS Office 365 and Google Drive, and the increased technological diversification of computing platforms and devices leaves companies in the need of a template management system that works across office applications, platforms and devices. One-stop solution With Templafy, organizational users can easily generate documents, presentations and spreadsheets for any Office application on any platform and device. Documents are always up-to-date concerning visual identity, corporate data and legal information. Proven enterprise need Brand managersneed the corporate visual identity implemented on all documents created. CIOsneeds freedom in choice of Office application and computing platforms. Proven business setup Templafy is a spin-off from the current market leader in template management solutions and brings a management team with unique domain knowledge and access to an existing market. Technology driven Templafy is built on cutting-edge technologies and is a platform for a broad range of future features both core and complementary.\",\r\n            \"property-domain\": \"templafy.com\",\r\n            \"property-facebookGraph.organization.about\": \"Templafy is the simple way to manage and share company templates. On-brand, compliant and personalized for each employee.  \",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/12038450_1616180795302952_8940564099701682628_n.png?oh=a29546d9ab9c70bfa0ff99b9f739833c&oe=5930DD56\",\r\n            \"property-facebookGraph.organization.engagement\": \"3017\",\r\n            \"property-facebookGraph.organization.fanCount\": \"3017\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Templafy\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.67955\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.58197\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"templafy\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000ekEBCAA2\",\r\n            \"property-first_deal_created_date\": \"1489401093414\",\r\n            \"property-founded_year\": \"2013\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/adc56619-b525-4826-a668-b60b0a7ed1b5.jpeg\",\r\n            \"property-hs_lastmodifieddate\": \"1491900976976\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"5\",\r\n            \"property-hubspot.company.custom-address\": \"stergade 36, 3.\",\r\n            \"property-hubspot.company.custom-admin_username\": \"templafy\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Templafy\",\r\n            \"property-hubspot.company.custom-company_name\": \"Templafy\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Nicolaj gave us the introduction to Templafy and Tim went and met them a few times. \\n\\nPaying customer 30 sep 2016 - oct-nov ish 2016 (we stooped payment) \\n\\nDM: Jakob Ekkelund\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040923674\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Dynamic business templates. Personalized. On-brand. Anywhere. Templafy helps decision makers within branding and communication manage business templates and company documents easily -on any user device and regardless of organization size and complexity. Global problem The transition to cloud based office solutions like MS Office 365 and Google Drive, and the increased technological diversification of computing platforms and devices leaves companies in the need of a template management system that works across office applications, platforms and devices. One-stop solution With Templafy, organizational users can easily generate documents, presentations and spreadsheets for any Office application on any platform and device. Documents are always up-to-date concerning visual identity, corporate data and legal information. Proven enterprise need Brand managersneed the corporate visual identity implemented on all documents created. CIOsneeds freedom in choice of Office application and computing platforms. Proven business setup Templafy is a spin-off from the current market leader in template management solutions and brings a management team with unique domain knowledge and access to an existing market. Technology driven Templafy is built on cutting-edge technologies and is a platform for a broad range of future features both core and complementary.\",\r\n            \"property-hubspot.company.custom-domain\": \"templafy.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/templafy\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489401093414\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/adc56619-b525-4826-a668-b60b0a7ed1b5.jpeg\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509273479929\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1488797330095\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Office 365, Power BI, Salesforce\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/templafy\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Dynamic business templates. Personalized. On-brand. Anywhere. Templafy helps decision makers within branding and communication manage business templates and company documents easily -on any user device and regardless of organization size and complexity. Global problem The transition to cloud based office solutions like MS Office 365 and Google Drive, and the increased technological diversification of computing platforms and devices leaves companies in the need of a template management system that works across office applications, platforms and devices. One-stop solution With Templafy, organizational users can easily generate documents, presentations and spreadsheets for any Office application on any platform and device. Documents are always up-to-date concerning visual identity, corporate data and legal information. Proven enterprise need Brand managersneed the corporate visual identity implemented on all documents created. CIOsneeds freedom in choice of Office application and computing platforms. Proven business setup Templafy is a spin-off from the current market leader in template management solutions and brings a management team with unique domain knowledge and access to an existing market. Technology driven Templafy is built on cutting-edge technologies and is a platform for a broad range of future features both core and complementary.\",\r\n            \"property-hubspot.company.custom-name\": \"Templafy\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1491900798023\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063047942\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"5\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"3\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 36 99 01 02\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"$2.5M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Templafy\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;google_adwords;nginx;wordpress;google_tag_manager;facebook_connect;inspectlet;facebook_advertiser;apache;microsoft_office_365;google_maps;google_analytics;piwik;digital_ocean;hubspot;outlook;double_click;centos\",\r\n            \"property-hubspot.company.custom-website\": \"templafy.com\",\r\n            \"property-hubspot.company.custom-zip\": \"1100\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.integrations\": \"Office 365, Power BI, Salesforce\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Dynamic business templates. Personalized. On-brand. Anywhere. Templafy helps decision makers within branding and communication manage business templates and company documents easily -on any user device and regardless of organization size and complexity. Global problem The transition to cloud based office solutions like MS Office 365 and Google Drive, and the increased technological diversification of computing platforms and devices leaves companies in the need of a template management system that works across office applications, platforms and devices. One-stop solution With Templafy, organizational users can easily generate documents, presentations and spreadsheets for any Office application on any platform and device. Documents are always up-to-date concerning visual identity, corporate data and legal information. Proven enterprise need Brand managersneed the corporate visual identity implemented on all documents created. CIOsneeds freedom in choice of Office application and computing platforms. Proven business setup Templafy is a spin-off from the current market leader in template management solutions and brings a management team with unique domain knowledge and access to an existing market. Technology driven Templafy is built on cutting-edge technologies and is a platform for a broad range of future features both core and complementary.\",\r\n            \"property-hubspot.company.notes\": \"Nicolaj gave us the introduction to Templafy and Tim went and met them a few times. \\n\\nPaying customer 30 sep 2016 - oct-nov ish 2016 (we stooped payment) \\n\\nDM: Jakob Ekkelund\",\r\n            \"property-hubspot_owner_assigneddate\": \"1488797330095\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Office 365, Power BI, Salesforce\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/3585015\",\r\n            \"property-linkedinbio\": \"Dynamic business templates. Personalized. On-brand. Anywhere. Templafy helps decision makers within branding and communication manage business templates and company documents easily -on any user device and regardless of organization size and complexity. Global problem The transition to cloud based office solutions like MS Office 365 and Google Drive, and the increased technological diversification of computing platforms and devices leaves companies in the need of a template management system that works across office applications, platforms and devices. One-stop solution With Templafy, organizational users can easily generate documents, presentations and spreadsheets for any Office application on any platform and device. Documents are always up-to-date concerning visual identity, corporate data and legal information. Proven enterprise need Brand managersneed the corporate visual identity implemented on all documents created. CIOsneeds freedom in choice of Office application and computing platforms. Proven business setup Templafy is a spin-off from the current market leader in template management solutions and brings a management team with unique domain knowledge and access to an existing market. Technology driven Templafy is built on cutting-edge technologies and is a platform for a broad range of future features both core and complementary.\",\r\n            \"property-name\": \"Templafy\",\r\n            \"property-notes_last_contacted\": \"1491900798023\",\r\n            \"property-notes_last_updated\": \"1491900976646\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-num_contacted_notes\": \"2\",\r\n            \"property-num_notes\": \"2\",\r\n            \"property-organization.address\": \"Østergade 36\\n1100 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Østergade 36, 3.\",\r\n            \"property-organization.address.zipCode\": \"1100\",\r\n            \"property-organization.annualRevenue\": \"-4624118 DKK\",\r\n            \"property-organization.codes.cvr\": \"25662946\",\r\n            \"property-organization.contact.email\": \"sales@templafy.com\",\r\n            \"property-organization.emailDomainNames\": \"templafy.com\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2013-12-12T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Technology\",\r\n            \"property-organization.name\": \"Templafy\",\r\n            \"property-organization.phoneNumber\": \"+4536990102\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4536990102\",\r\n            \"property-organization.phoneNumber-International\": \"+45 36 99 01 02\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-36-99-01-02\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/templafy\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/3585015?trk=tyah&trkInfo=tarId%3A1403045930569%2Ctas%3Atemplafy%2Cidx%3A1-1-1\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/Templafy\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/channel/UCnR6JGgELp6hC97o44xxfKA\",\r\n            \"property-organization.usedTechnologies\": \"Font Awesome, Google Tag Manager, jQuery, jQuery UI, Lightbox, PHP, WordPress, WP Rocket\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/templafy\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/templafy\",\r\n            \"property-organization.website\": \"https://www.templafy.com/\",\r\n            \"property-phone\": \"+45 36 99 01 02\",\r\n            \"property-salesforce.account.billingCity\": \"Copenhagen K\",\r\n            \"property-salesforce.account.billingCountry\": \"Denmark\",\r\n            \"property-salesforce.account.billingPostalCode\": \"1100\",\r\n            \"property-salesforce.account.billingStreet\": \"Østergade 36, 3. sal\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.ownership\": \"Private\",\r\n            \"property-salesforce.account.rating\": \"Cold\",\r\n            \"property-salesforce.account.site\": \"Headquarters\",\r\n            \"property-salesforce.account.type\": \"Prospect\",\r\n            \"property-salesforce.account.website\": \"https://www.templafy.com/\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"Templafy\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/templafy\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/templafy\",\r\n            \"property-user.social.Twitter\": \"Templafy\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"templafy.com\",\r\n            \"property-website.CopyrightEntity\": \"Templafy\",\r\n            \"property-website.Description\": \"Templafy integrates with the office suites used every day, to automate brand compliance, template management and document management\",\r\n            \"property-website.Title\": \"Create professional, on-brand documents faster with Templafy\",\r\n            \"property-zip\": \"1100\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"7b4ae392-2622-5e59-a833-b5e0d06bae0a\",\r\n          \"name\": \"Sitecore\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-admin_username\": \"sitecoredach\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"2\",\r\n            \"property-angelList.organization.highConcept\": \"Own every customer experience\",\r\n            \"property-angelList.organization.productDesc\": \"Sitecore gives marketers around the globe the power to own every customer experience. Our software provides a truly automated, flexible, and predictive customer experience management platform that seamlessly combines web content management with customer intelligence to drive real one-on-one engagement with every customer at every touchpoint.\\n\\nSince 2001, we’ve provided a comprehensive platform rather than a system pieced together from acquired technologies. Our end-to-end experience technology works behinds the scenes to deliver content targeted to individual customers. So marketers have a full view into the data, but can remain focused on the art of addressing customer desires and achieving results.\",\r\n            \"property-annualrevenue\": \"250000000\",\r\n            \"property-appItemId\": \"63\",\r\n            \"property-appItemIdFormatted\": \"63\",\r\n            \"property-city\": \"Mill Valley\",\r\n            \"property-cluedin_subdomain\": \"SitecoreDACH\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-company_notes\": \"We used to work there.\\n\\nRI (TIW)\\n\\nDM: cpe@sitecore.net Christian Pelle\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040929774\",\r\n            \"property-description\": \"Sitecore is a global software company committed to helping marketers own every experience they deliver to their customers and prospects. Sitecore combines best-in-class web content management with marketing automation, email marketing, social media, e-commerce, optimization, and analytics into a single, unified platform that captures every minute interaction and intention that customers and prospects have with a brand, both on a website and across other digital channels. Sitecore has 3,500+ customers worldwide, including leading global brands including American Express, Carnival Cruise Lines, easyJet, Heineken and Microsoft, as well as governments, associations and public institutions. There are approximately 8,000 certified Sitecore developers and 23,000 active members in Sitecores developer network. Sitecore has been positioned by Gartner, Inc. in the Leaders Quadrant of the Magic Quadrant for Web Content Management (WCM) for four consecutive years. Sitecore has also been positioned by Gartner in the Visionaries Quadrant of the 2013 & 2012 Magic Quadrant for Multichannel Campaign Management (MCCM).\",\r\n            \"property-domain\": \"sitecore.net\",\r\n            \"property-email\": \"ta@pentia.dk\",\r\n            \"property-eTag\": \"xw0en60W6-NurXn4VBU-CMjSPEw/iG0tygOqQk3u1nI6Xw2YpcxwG7A\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/Sitecore\",\r\n            \"property-facebookGraph.organization.about\": \"Sitecore empowers marketers to deliver content in context of how customers have engaged with their brand, across every channel, in real time.\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/12249578_1071970749500649_680916951268421603_n.jpg?oh=18dc28c92587ed1f13423fa031060449&oe=596BA855\",\r\n            \"property-facebookGraph.organization.engagement\": \"10148\",\r\n            \"property-facebookGraph.organization.fanCount\": \"10148\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Sitecore\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.67492\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.56181\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"• Sitecore® Experience Platform™\\n• Sitecore Experience Management\\n• Email Experience Manager\\n• Print Experience Manager\\n• Sitecore Commerce powered by Commerce Server\\n• Sitecore Commerce powered by Microsoft Dynamics\\n• Sitecore Social powered by Komfo\",\r\n            \"property-facebookGraph.organization.username\": \"Sitecore\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000ehrUVAAY\",\r\n            \"property-first_deal_created_date\": \"1489401200676\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Sitecore-RVW13890127.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Still implementing processes. Siloed departments across the organization. Too many chiefs for the number of staff.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great opportunity\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Operations\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great people, technology, and growing business.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-22T05:41:34.5970000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"67\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"55\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"45\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"95\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"52\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1489401201019\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"44\",\r\n            \"property-hubspot.company.custom-admin_username\": \"sitecoredach\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"250000000\",\r\n            \"property-hubspot.company.custom-became_mailchimp_lead\": \"20-Oct-15\",\r\n            \"property-hubspot.company.custom-city\": \"Mill Valley\",\r\n            \"property-hubspot.company.custom-closedate\": \"1498461823148\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"SitecoreDACH\",\r\n            \"property-hubspot.company.custom-company_name\": \"Sitecore\",\r\n            \"property-hubspot.company.custom-company_notes\": \"We used to work there.\\n\\nRI (TIW)\\n\\nDM: cpe@sitecore.net Christian Pelle\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929774\",\r\n            \"property-hubspot.company.custom-days_to_close\": \"166\",\r\n            \"property-hubspot.company.custom-description\": \"Sitecore is a global software company committed to helping marketers own every experience they deliver to their customers and prospects. Sitecore combines best-in-class web content management with marketing automation, email marketing, social media, e-commerce, optimization, and analytics into a single, unified platform that captures every minute interaction and intention that customers and prospects have with a brand, both on a website and across other digital channels. Sitecore has 3,500+ customers worldwide, including leading global brands including American Express, Carnival Cruise Lines, easyJet, Heineken and Microsoft, as well as governments, associations and public institutions. There are approximately 8,000 certified Sitecore developers and 23,000 active members in Sitecores developer network. Sitecore has been positioned by Gartner, Inc. in the Leaders Quadrant of the Magic Quadrant for Web Content Management (WCM) for four consecutive years. Sitecore has also been positioned by Gartner in the Visionaries Quadrant of the 2013 & 2012 Magic Quadrant for Multichannel Campaign Management (MCCM).\",\r\n            \"property-hubspot.company.custom-domain\": \"sitecore.net\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Sitecore\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489401200676\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503995288903\",\r\n            \"property-hubspot.company.custom-hs_lead_status\": \"IN_PROGRESS\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1500295293129\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"27493554\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"customer\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/sitecore\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Sitecore is a global software company committed to helping marketers own every experience they deliver to their customers and prospects. Sitecore combines best-in-class web content management with marketing automation, email marketing, social media, e-commerce, optimization, and analytics into a single, unified platform that captures every minute interaction and intention that customers and prospects have with a brand, both on a website and across other digital channels. Sitecore has 3,500+ customers worldwide, including leading global brands including American Express, Carnival Cruise Lines, easyJet, Heineken and Microsoft, as well as governments, associations and public institutions. There are approximately 8,000 certified Sitecore developers and 23,000 active members in Sitecores developer network. Sitecore has been positioned by Gartner, Inc. in the Leaders Quadrant of the Magic Quadrant for Web Content Management (WCM) for four consecutive years. Sitecore has also been positioned by Gartner in the Visionaries Quadrant of the 2013 & 2012 Magic Quadrant for Multichannel Campaign Management (MCCM).\",\r\n            \"property-hubspot.company.custom-name\": \"Sitecore\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503995284000\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503995288037\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503525600000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"44\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"8\",\r\n            \"property-hubspot.company.custom-num_notes\": \"22\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"1000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 415 380 0600\",\r\n            \"property-hubspot.company.custom-recent_deal_amount\": \"35000\",\r\n            \"property-hubspot.company.custom-recent_deal_close_date\": \"1498461806963\",\r\n            \"property-hubspot.company.custom-reference_date\": \"31-Aug-15\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_revenue\": \"35000\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Sitecore\",\r\n            \"property-hubspot.company.custom-used_technologies\": \"Sitecore\\nGithub\\nHotJar\\nMicrosoft Dynamics\\nOffice 365\\nGoogle Analytics\\nFacebook Workplace\\nTwitter\\nFacebook\\nLive Chat\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"3\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;hotjar;dyn_dns;live_chat;google_tag_manager;brightcove;recaptcha;google_analytics;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"sitecore.net\",\r\n            \"property-hubspot.company.custom-zip\": \"94941\",\r\n            \"property-hubspot.company.daysToClose\": \"166\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Sitecore is a global software company committed to helping marketers own every experience they deliver to their customers and prospects. Sitecore combines best-in-class web content management with marketing automation, email marketing, social media, e-commerce, optimization, and analytics into a single, unified platform that captures every minute interaction and intention that customers and prospects have with a brand, both on a website and across other digital channels. Sitecore has 3,500+ customers worldwide, including leading global brands including American Express, Carnival Cruise Lines, easyJet, Heineken and Microsoft, as well as governments, associations and public institutions. There are approximately 8,000 certified Sitecore developers and 23,000 active members in Sitecores developer network. Sitecore has been positioned by Gartner, Inc. in the Leaders Quadrant of the Magic Quadrant for Web Content Management (WCM) for four consecutive years. Sitecore has also been positioned by Gartner in the Visionaries Quadrant of the 2013 & 2012 Magic Quadrant for Multichannel Campaign Management (MCCM).\",\r\n            \"property-hubspot.company.notes\": \"We used to work there.\\n\\nRI (TIW)\\n\\nDM: cpe@sitecore.net Christian Pelle\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"447507328\",\r\n            \"property-knowledgeGraph.organization.description\": \"Software company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Sitecore is a customer experience management company that provides web content management and multichannel marketing automation software. The company was founded in 2001.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Sitecore\",\r\n            \"property-lastEventOn\": \"2016-07-07T12:45:12.0000000\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/sitecore\",\r\n            \"property-linkedinbio\": \"Sitecore is a global software company committed to helping marketers own every experience they deliver to their customers and prospects. Sitecore combines best-in-class web content management with marketing automation, email marketing, social media, e-commerce, optimization, and analytics into a single, unified platform that captures every minute interaction and intention that customers and prospects have with a brand, both on a website and across other digital channels. Sitecore has 3,500+ customers worldwide, including leading global brands including American Express, Carnival Cruise Lines, easyJet, Heineken and Microsoft, as well as governments, associations and public institutions. There are approximately 8,000 certified Sitecore developers and 23,000 active members in Sitecores developer network. Sitecore has been positioned by Gartner, Inc. in the Leaders Quadrant of the Magic Quadrant for Web Content Management (WCM) for four consecutive years. Sitecore has also been positioned by Gartner in the Visionaries Quadrant of the 2013 & 2012 Magic Quadrant for Multichannel Campaign Management (MCCM).\",\r\n            \"property-name\": \"Sitecore\",\r\n            \"property-num_associated_contacts\": \"12\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-objectType\": \"page\",\r\n            \"property-organization.address.city\": \"Mill Valley\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.streetName\": \"Vester Farimagsgade 3, 5.\",\r\n            \"property-organization.address.zipCode\": \"94941\",\r\n            \"property-organization.annualRevenue\": \"20556116.0\",\r\n            \"property-organization.contact.email\": \"webmaster@sitecore.net\",\r\n            \"property-organization.emailDomainNames\": \"sitecore.net\",\r\n            \"property-organization.employeeCount\": \"1000\",\r\n            \"property-organization.foundingDate\": \"2001\",\r\n            \"property-organization.github\": \"https://github.com/Sitecore\",\r\n            \"property-organization.industry\": \"Technology\",\r\n            \"property-organization.name\": \"Sitecore\",\r\n            \"property-organization.phoneNumber\": \"+14153800600\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+14153800600\",\r\n            \"property-organization.phoneNumber-International\": \"+1 415-380-0600\",\r\n            \"property-organization.phoneNumber-Location\": \"Mill Valley, CA\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-415-380-0600\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Sitecore/\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+sitecore/posts\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/sitecore/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/sitecore\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/Sitecore\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/sitecorechannel\",\r\n            \"property-organization.usedTechnologies\": \"Google Tag Manager, Twitter Bootstrap\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/sitecore-3\",\r\n            \"property-organization.website\": \"www.sitecore.net\",\r\n            \"property-organization.wikipedia\": \"https://en.wikipedia.org/wiki/Sitecore\",\r\n            \"property-organizationName\": \"Sitecore\",\r\n            \"property-phone\": \"+1 415 380 0600\",\r\n            \"property-primaryContact\": \"Lars Fløe\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.ownership\": \"Private\",\r\n            \"property-salesforce.account.rating\": \"Cold\",\r\n            \"property-salesforce.account.type\": \"Technology Partner\",\r\n            \"property-secondaryContacts\": \"Thomas G.\",\r\n            \"property-state\": \"CA\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"Sitecore\",\r\n            \"property-user.social.crunchbase\": \"https://www.crunchbase.com/organization/sitecore\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Sitecore\",\r\n            \"property-user.social.GooglePlus\": \"https://plus.google.com/+sitecore\",\r\n            \"property-user.social.Instagram\": \"https://www.instagram.com/sitecore\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/sitecore\",\r\n            \"property-user.social.Twitter\": \"https://twitter.com/Sitecore\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"sitecore.net\",\r\n            \"property-website.CopyrightEntity\": \"Sitecore\",\r\n            \"property-website.Description\": \"Web content management radically transforms how your brand interacts with prospects. Start marketing in context with Sitecore&#39;s customer experience platform.\",\r\n            \"property-website.Title\": \"Sitecore: Own the Experience\",\r\n            \"property-zendesk.organization.custom-annual_revenue\": \"20556116\",\r\n            \"property-zendesk.organization.custom-competitors\": \"Umbraco\\nIBM\\nKentico\\nEpiServer\",\r\n            \"property-zendesk.organization.custom-domain_name\": \"www.sitecore.net\",\r\n            \"property-zendesk.organization.custom-founded\": \"1999\",\r\n            \"property-zendesk.organization.custom-head_quarters\": \"Copenhagen, Zealand, DK\",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"False\",\r\n            \"property-zendesk.organization.custom-number_of_employees\": \"10\",\r\n            \"property-zendesk.organization.custom-web_technologies\": \"Brightcove, Dyn DNS, Google Analytics, Google Tag Manager, Hotjar, Live Chat, Microsoft Exchange Online, Microsoft Office 365, Outlook, Recaptcha\",\r\n            \"property-zendesk.organization.details\": \"Web Content Management System\",\r\n            \"property-zendesk.organization.sharedComments\": \"False\",\r\n            \"property-zendesk.organization.sharedTickets\": \"False\",\r\n            \"property-zip\": \"94941\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"c9b418cd-0509-56ab-bcd7-f36d57d366e6\",\r\n          \"name\": \"KOMFO ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-account\": \"Komfo\",\r\n            \"property-address\": \"29 Vestergade\",\r\n            \"property-admin_username\": \"komfo\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-appItemId\": \"5\",\r\n            \"property-appItemIdFormatted\": \"5\",\r\n            \"property-city\": \"København\",\r\n            \"property-closingprobability\": \"30\",\r\n            \"property-cluedin_subdomain\": \"Komfo\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040924797\",\r\n            \"property-customer\": \"[{\\\"value\\\":{\\\"files\\\":[],\\\"space\\\":{\\\"name\\\":\\\"Sales Management\\\",\\\"url\\\":\\\"https://podio.com/cluedinio/sales-management\\\",\\\"url_label\\\":\\\"sales-management\\\",\\\"space_id\\\":2791513,\\\"org_id\\\":790721,\\\"type\\\":\\\"regular\\\"},\\\"app_item_id\\\":30,\\\"app\\\":{\\\"status\\\":\\\"active\\\",\\\"name\\\":\\\"Organizations\\\",\\\"default_view_id\\\":null,\\\"url_add\\\":\\\"https://podio.com/cluedinio/sales-management/apps/organizations/items/new\\\",\\\"icon_id\\\":62,\\\"link_add\\\":\\\"https://podio.com/cluedinio/sales-management/apps/organizations/items/new\\\",\\\"app_id\\\":9892494,\\\"current_revision\\\":5,\\\"item_name\\\":\\\"Organization\\\",\\\"link\\\":\\\"https://podio.com/cluedinio/sales-management/apps/organizations\\\",\\\"url\\\":\\\"https://podio.com/cluedinio/sales-management/apps/organizations\\\",\\\"url_label\\\":\\\"organizations\\\",\\\"config\\\":{\\\"item_name\\\":\\\"Organization\\\",\\\"icon_id\\\":62,\\\"type\\\":\\\"standard\\\",\\\"name\\\":\\\"Organizations\\\",\\\"icon\\\":\\\"62.png\\\"},\\\"space_id\\\":2791513,\\\"icon\\\":\\\"62.png\\\"},\\\"title\\\":\\\"Komfo\\\",\\\"initial_revision\\\":{\\\"item_revision_id\\\":663275740,\\\"created_via\\\":{\\\"url\\\":null,\\\"auth_client_id\\\":1,\\\"display\\\":false,\\\"name\\\":\\\"Podio\\\",\\\"id\\\":1},\\\"created_by\\\":{\\\"user_id\\\":2522294,\\\"name\\\":\\\"Kristian von Magius\\\",\\\"url\\\":\\\"https://podio.com/users/2522294\\\",\\\"type\\\":\\\"user\\\",\\\"image\\\":{\\\"hosted_by\\\":\\\"podio\\\",\\\"hosted_by_humanized_name\\\":\\\"Podio\\\",\\\"thumbnail_link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"file_id\\\":130525701,\\\"external_file_id\\\":null,\\\"link_target\\\":\\\"_blank\\\"},\\\"avatar_type\\\":\\\"file\\\",\\\"avatar\\\":130525701,\\\"id\\\":2522294,\\\"avatar_id\\\":130525701,\\\"last_seen_on\\\":\\\"2016-11-08 10:47:02\\\"},\\\"created_on\\\":\\\"2015-09-01 08:22:27\\\",\\\"user\\\":{\\\"user_id\\\":2522294,\\\"name\\\":\\\"Kristian von Magius\\\",\\\"url\\\":\\\"https://podio.com/users/2522294\\\",\\\"type\\\":\\\"user\\\",\\\"image\\\":{\\\"hosted_by\\\":\\\"podio\\\",\\\"hosted_by_humanized_name\\\":\\\"Podio\\\",\\\"thumbnail_link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"file_id\\\":130525701,\\\"external_file_id\\\":null,\\\"link_target\\\":\\\"_blank\\\"},\\\"avatar_type\\\":\\\"file\\\",\\\"avatar\\\":130525701,\\\"id\\\":2522294,\\\"avatar_id\\\":130525701,\\\"last_seen_on\\\":\\\"2016-11-08 10:47:02\\\"},\\\"type\\\":\\\"creation\\\",\\\"revision\\\":0},\\\"created_via\\\":{\\\"url\\\":null,\\\"auth_client_id\\\":1,\\\"display\\\":false,\\\"name\\\":\\\"Podio\\\",\\\"id\\\":1},\\\"created_by\\\":{\\\"user_id\\\":2522294,\\\"name\\\":\\\"Kristian von Magius\\\",\\\"url\\\":\\\"https://podio.com/users/2522294\\\",\\\"type\\\":\\\"user\\\",\\\"image\\\":{\\\"hosted_by\\\":\\\"podio\\\",\\\"hosted_by_humanized_name\\\":\\\"Podio\\\",\\\"thumbnail_link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"link\\\":\\\"https://d2cmuesa4snpwn.cloudfront.net/public/130525701\\\",\\\"file_id\\\":130525701,\\\"external_file_id\\\":null,\\\"link_target\\\":\\\"_blank\\\"},\\\"avatar_type\\\":\\\"file\\\",\\\"avatar\\\":130525701,\\\"id\\\":2522294,\\\"avatar_id\\\":130525701,\\\"last_seen_on\\\":\\\"2016-11-08 10:47:02\\\"},\\\"created_on\\\":\\\"2015-09-01 08:22:27\\\",\\\"link\\\":\\\"https://podio.com/cluedinio/sales-management/apps/organizations/items/30\\\",\\\"item_id\\\":315475764,\\\"revision\\\":0}}]\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København V\",\r\n            \"property-cvr.organization.address+door\": \"sal\",\r\n            \"property-cvr.organization.address+floor\": \"9\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1620\",\r\n            \"property-cvr.organization.address+streetCode\": \"8204\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"D\",\r\n            \"property-cvr.organization.address+streetName\": \"Vesterbrogade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"6\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"-12806101\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"6319488\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"10038348\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/87436623/ZG9rdW1lbnRsYWdlcjovLzAzL2IyLzVlLzE1LzVmL2VlMTAtNDJiZS04NjcwLWUxMzU4YzY5ZjA3Zg.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-9097061\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-10454439\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2010-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2009-12-29T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"06-30\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"07-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"KOMFO ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at at udvikle og sælge it-applikationer samt hermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"201227.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2009-12-29T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-11-30T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Our Social Media Marketing Suite helps you understand how social media impacts your bottom line with cost effective measures and automates social marketing.\",\r\n            \"property-domain\": \"komfo.com\",\r\n            \"property-email\": \"lsm@komfo.com\",\r\n            \"property-expecteddealvalue\": \"1000.0000\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/komfo\",\r\n            \"property-facebookGraph.organization.about\": \"The most valuable and complete social media relationship software that empowers brands to own the social experience by streamlining conversations at every touchpoint, for every customer, from one unified platform.\",\r\n            \"property-facebookGraph.organization.category\": \"Software Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/17155520_1200306556764828_7194754772845500252_n.jpg?oh=c623917840f46e6d18d0aa32de32cc13&oe=596AD289\",\r\n            \"property-facebookGraph.organization.engagement\": \"21667\",\r\n            \"property-facebookGraph.organization.fanCount\": \"21667\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Komfo\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"42.69933\",\r\n            \"property-facebookGraph.organization.longitude\": \"23.31417\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Komfo - a software suite with all the tools necessary to scale and carry out a 360 degrees social media marketing strategy.\",\r\n            \"property-facebookGraph.organization.username\": \"Komfo\",\r\n            \"property-feedback\": \"<p>The main reason we would use CluedIn is for our Gap with Knowledge in Zendesk. Their team knows nothing of what is the history with their customers and everytime they need to know (many times a day) - they walk over to their support team and ask.&nbsp;</p><p>Louise's team are working on growth oppurtunities. They don't have accounts for everyone in ZenDesk but MAINLY they don't want to train them all in a new system. They would rather have something that is just search.</p><p>They would think about using the Office 365 integration for Mail, Calendars and Meetings.</p><p>She would always search for the customer by name or a person at that company. She would expect that both would get her the results she was after.&nbsp;</p><p>Contracts are stored in Salesforce and there are no security or privacy issues at all. Anyone can login to Salesforce and see the contracts.</p><p>They use Docusign.</p><p>They use the Forecasting and Reports in Salesforce and it would be nice for thee to be in CluedIn as well.</p><p>They use Evergauge to track behaviour on the website e.g. heat maps, click maps.</p><p>Komfo consists of 5 main areas and if they find CluedIn useful, the would be happy to recommend it to the other areas.</p>\",\r\n            \"property-first_deal_created_date\": \"1489402639290\",\r\n            \"property-founded_year\": \"2008\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Komfo-RVW11563968.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The company is relevant for people who are proactive so if you are one of them you will fit well but if you are not you might not like the dynamics.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great place to work with great people\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"The team and atmosphere in the company are really good. You can learn very fast in friendly atmosphere. You get a feeling like you are part of a big Komfo family where everyone is proactive and open for ideas.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-08-15T04:33:05.9370000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.8\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"5\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.8\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/6ab84891-2bbc-454a-95e5-4eb561b587d0.png\",\r\n            \"property-hs_lastmodifieddate\": \"1493246000551\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"29 Vestergade\",\r\n            \"property-hubspot.company.custom-admin_username\": \"komfo\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"København\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Komfo\",\r\n            \"property-hubspot.company.custom-company_name\": \"Komfo\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040924797\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Our Social Media Marketing Suite helps you understand how social media impacts your bottom line with cost effective measures and automates social marketing.\",\r\n            \"property-hubspot.company.custom-domain\": \"komfo.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/komfo\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1502286275655\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2008\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/6ab84891-2bbc-454a-95e5-4eb561b587d0.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509538816805\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1501239737138\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"29013451\",\r\n            \"property-hubspot.company.custom-integrations\": \"Twitter, Dropbox, Google Contacts, Podio, Google Calendar, Salesforce\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/komfo\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Our Social Media Marketing Suite helps you understand how social media impacts your bottom line with cost effective measures and automates social marketing.\",\r\n            \"property-hubspot.company.custom-name\": \"Komfo\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1509538814163\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1509538815681\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"3\",\r\n            \"property-hubspot.company.custom-num_notes\": \"5\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 71 99 91 00\",\r\n            \"property-hubspot.company.custom-reference_date\": \"1-Sep-15\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"komfo\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"komfo.com\",\r\n            \"property-hubspot.company.custom-zip\": \"1456\",\r\n            \"property-hubspot.company.founded\": \"2008\",\r\n            \"property-hubspot.company.integrations\": \"Twitter, Dropbox, Google Contacts, Podio, Google Calendar, Salesforce\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Our Social Media Marketing Suite helps you understand how social media impacts your bottom line with cost effective measures and automates social marketing.\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-integrations\": \"Twitter, Dropbox, Google Contacts, Podio, Google Calendar, Salesforce\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"356348258\",\r\n            \"property-lastEventOn\": \"2015-12-14T08:03:11.0000000\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/komfo\",\r\n            \"property-linkedinbio\": \"Our Social Media Marketing Suite helps you understand how social media impacts your bottom line with cost effective measures and automates social marketing.\",\r\n            \"property-name\": \"Komfo\",\r\n            \"property-nextagreedcontact-Start\": \"2015-11-04T00:00:00.0000000\",\r\n            \"property-notes\": \"<p>Primarily Sitecore owned, Danish Social Media Marketing company.<br /></p><p>Organisation spread out over several countries<br /></p>\",\r\n            \"property-num_associated_contacts\": \"3\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"Vesterbrogade 6 D 9 sal\\n1620 København V\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Vesterbrogade 6D, 9.\",\r\n            \"property-organization.address.zipCode\": \"1456\",\r\n            \"property-organization.annualRevenue\": \"6319488 DKK\",\r\n            \"property-organization.codes.cvr\": \"32663478\",\r\n            \"property-organization.contact.email\": \"info@komfo.com\",\r\n            \"property-organization.emailDomainNames\": \"komfo.com\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2009-12-29T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"IT Services\",\r\n            \"property-organization.name\": \"Komfo\",\r\n            \"property-organization.phoneNumber\": \"71999100\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4571999100\",\r\n            \"property-organization.phoneNumber-International\": \"+45 71 99 91 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-71-99-91-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Komfo/\",\r\n            \"property-organization.website\": \"www.komfo.com\",\r\n            \"property-organizationName\": \"Komfo\",\r\n            \"property-phone\": \"+45 71 99 91 00\",\r\n            \"property-primaryContact\": \"Rasmus\",\r\n            \"property-secondaryContacts\": \"Lisbeth; Louise Sloth\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-twitterhandle\": \"komfo\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/komfo\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/komfo\",\r\n            \"property-user.social.Twitter\": \"komfo\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-user.title\": \"<p>The main reason we would use CluedIn is for our Gap with Knowledge in Zendesk. Their team knows nothing of what is the history with their customers and everytime they need to know (many times a day) - they walk over to their support team and ask.&nbsp;</p><p>Louise's team are working on growth oppurtunities. They don't have accounts for everyone in ZenDesk but MAINLY they don't want to train them all in a new system. They would rather have something that is just search.</p><p>They would think about using the Office 365 integration for Mail, Calendars and Meetings.</p><p>She would always search for the customer by name or a person at that company. She would expect that both would get her the results she was after.&nbsp;</p><p>Contracts are stored in Salesforce and there are no security or privacy issues at all. Anyone can login to Salesforce and see the contracts.</p><p>They use Docusign.</p><p>They use the Forecasting and Reports in Salesforce and it would be nice for thee to be in CluedIn as well.</p><p>They use Evergauge to track behaviour on the website e.g. heat maps, click maps.</p><p>Komfo consists of 5 main areas and if they find CluedIn useful, the would be happy to recommend it to the other areas.</p>\",\r\n            \"property-website\": \"komfo.com\",\r\n            \"property-zip\": \"1456\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"4da5967a-7926-55ae-9cc7-42577fa5ebd0\",\r\n          \"name\": \"DigitasLBi\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Atlantis Building, Truman Brewery 146 Brick Lane\",\r\n            \"property-admin_username\": \"digitaslbi\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-appItemId\": \"31\",\r\n            \"property-appItemIdFormatted\": \"31\",\r\n            \"property-city\": \"London\",\r\n            \"property-cluedin_subdomain\": \"DigitasLBi\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040930741\",\r\n            \"property-description\": \"Lbi Belgium Abrege Lbi SA was founded in 2005. The company's line of business includes designing, developing, and producing prepackaged computer software.\",\r\n            \"property-domain\": \"digitaslbi.com\",\r\n            \"property-email\": \"tomas.krag@digitaslbi.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/LBiUK\",\r\n            \"property-founded_year\": \"1980\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-DigitasLBi-RVW14240074.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Can be held back by the holding company\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Special place\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"London, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"A creative and entrepreneurial culture with inspiring management\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-18T08:22:56.0170000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"110\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"78\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"22\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"389\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"68\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.3\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490400014607\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Atlantis Building, Truman Brewery 146 Brick Lane\",\r\n            \"property-hubspot.company.custom-admin_username\": \"digitaslbi\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"London\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"DigitasLBi\",\r\n            \"property-hubspot.company.custom-company_name\": \"DigitasLBi\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040930741\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Lbi Belgium Abrege Lbi SA was founded in 2005. The company's line of business includes designing, developing, and producing prepackaged computer software.\",\r\n            \"property-hubspot.company.custom-domain\": \"digitaslbi.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/LBiUK\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1980\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439286221\",\r\n            \"property-hubspot.company.custom-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/lbi\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Lbi Belgium Abrege Lbi SA was founded in 2005. The company's line of business includes designing, developing, and producing prepackaged computer software.\",\r\n            \"property-hubspot.company.custom-name\": \"DigitasLBi, Inc.\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033156\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 404-460-1010\",\r\n            \"property-hubspot.company.custom-state\": \"AL\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Chicago\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"DigitasLBi_US\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"digitaslbi.com\",\r\n            \"property-hubspot.company.custom-zip\": \"02110\",\r\n            \"property-hubspot.company.founded\": \"1980\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Lbi Belgium Abrege Lbi SA was founded in 2005. The company's line of business includes designing, developing, and producing prepackaged computer software.\",\r\n            \"property-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315476253\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"DigitasLBi, part of Publicis Groupe, is a global marketing and technology agency. It is the result of a merger between Digitas and LBi in February 2013.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/DigitasLBi\",\r\n            \"property-lastEventOn\": \"2015-09-01T08:23:10.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/lbi\",\r\n            \"property-linkedinbio\": \"Lbi Belgium Abrege Lbi SA was founded in 2005. The company's line of business includes designing, developing, and producing prepackaged computer software.\",\r\n            \"property-name\": \"DigitasLBi\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Atlantis Building, Truman Brewery 146 Brick Lane\",\r\n            \"property-organization.address.city\": \"London\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"AL\",\r\n            \"property-organization.address.zipCode\": \"02110\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"digitaslbi.com\",\r\n            \"property-organization.industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-organization.name\": \"DigitasLBi\",\r\n            \"property-organization.phoneNumber\": \"+14044601010\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+14044601010\",\r\n            \"property-organization.phoneNumber-International\": \"+1 404-460-1010\",\r\n            \"property-organization.phoneNumber-Location\": \"Georgia\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-404-460-1010\",\r\n            \"property-organization.website\": \"digitaslbi.com\",\r\n            \"property-organizationName\": \"DigitasLBi\",\r\n            \"property-phone\": \"+1 404-460-1010\",\r\n            \"property-primaryContact\": \"Lars Ørum\",\r\n            \"property-state\": \"AL\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"America/Chicago\",\r\n            \"property-twitterhandle\": \"DigitasLBi_US\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/LBiUK\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/lbi\",\r\n            \"property-user.social.Twitter\": \"DigitasLBi_US\",\r\n            \"property-user.timezone\": \"America/Chicago Standard Time\",\r\n            \"property-website\": \"digitaslbi.com\",\r\n            \"property-zip\": \"02110\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"bb75eb0c-65cb-5a5e-9d00-947cd1ed20a4\",\r\n          \"name\": \"Dimension Data\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"Dimension Data uses the power of technology to help organisations achieve great things in the digital era. \",\r\n            \"property-facebookGraph.organization.category\": \"Computer Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Dimension Data uses the power of technology to help organisations achieve great things in the digital era. As a member of the NTT Group, we accelerate our clients’ ambitions through digital infrastructure, hybrid cloud, workspaces for tomorrow, and cybersecurity. With a turnover of USD 7.5 billion, offices in 58 countries, and 31,000 employees, we deliver wherever our clients are, at every stage of their technology journey. We’re proud to be the Official Technology Partner of Amaury Sport Organisation, organiser of the Tour de France, and the title partner of the cycling team, Team Dimension Data for Qhubeka. Go to dimensiondata.com\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/17759999_1673575875991859_8021155509873673248_n.jpg?oh=0f059171e511946981452a9f39a945ab&oe=594E5D1B\",\r\n            \"property-facebookGraph.organization.engagement\": \"117515\",\r\n            \"property-facebookGraph.organization.fanCount\": \"117515\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Dimension Data\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"-26.043415705094\",\r\n            \"property-facebookGraph.organization.longitude\": \"28.02289201598\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.4\",\r\n            \"property-facebookGraph.organization.products\": \"Network Integration, Data Centre Solutions, Cloud Services, Security Solutions, Microsoft Solutions, Converged Communications\",\r\n            \"property-facebookGraph.organization.username\": \"DimensionData\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000e8OvNAAU\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Dimension-Data-RVW14167921.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Not enough to reward the staff (only one annual event)\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great Place to work\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Finance\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"London, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"People take responsibility for own mistakes\\nGreat managers\\nGreat communication\\nGreat career prospects\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-13T14:21:36.7900000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"77\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"76\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"24\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"657\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"61\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.2\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498916496304\",\r\n            \"property-hubspot.company.custom-description\": \"Dimension Data uses the power of technology to help organisations achieve great things in the digital era. As a member of the NTT Group, we accelerate our clients’ ambitions through digital infrastructure, hybrid cloud, workspaces for tomorrow, and cybersecurity. With a turnover of USD 7.5 billion, offices in 58 countries, and 31,000 employees, we deliver wherever our clients are, at every stage of their technology journey. We’re proud to be the Official Technology Partner of Amaury Sport Organisation, organiser of the Tour de France, and the title partner of the cycling team, Team Dimension Data for Qhubeka. Go to dimensiondata.com\",\r\n            \"property-hubspot.company.custom-domain\": \"dimensiondata.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/DimensionData\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499068353450\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1983\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1500365803205\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498916496304\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/dimension-data\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Dimension Data uses the power of technology to help organisations achieve great things in the digital era. As a member of the NTT Group, we accelerate our clients’ ambitions through digital infrastructure, hybrid cloud, workspaces for tomorrow, and cybersecurity. With a turnover of USD 7.5 billion, offices in 58 countries, and 31,000 employees, we deliver wherever our clients are, at every stage of their technology journey. We’re proud to be the Official Technology Partner of Amaury Sport Organisation, organiser of the Tour de France, and the title partner of the cycling team, Team Dimension Data for Qhubeka. Go to dimensiondata.com\",\r\n            \"property-hubspot.company.custom-name\": \"Dimension Data\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 212-613-1220\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"13.3M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"DimensionData\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;pardot;nginx;mailjet;google_tag_manager;dyn_dns;crazy_egg;mandrill;eloqua;sharepoint;asp_net;facebook_advertiser;marketo;google_analytics;twitter_button\",\r\n            \"property-hubspot.company.custom-website\": \"dimensiondata.com\",\r\n            \"property-hubspot.company.custom-zip\": \"10119\",\r\n            \"property-hubspot.company.founded\": \"1983\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Dimension Data uses the power of technology to help organisations achieve great things in the digital era. As a member of the NTT Group, we accelerate our clients’ ambitions through digital infrastructure, hybrid cloud, workspaces for tomorrow, and cybersecurity. With a turnover of USD 7.5 billion, offices in 58 countries, and 31,000 employees, we deliver wherever our clients are, at every stage of their technology journey. We’re proud to be the Official Technology Partner of Amaury Sport Organisation, organiser of the Tour de France, and the title partner of the cycling team, Team Dimension Data for Qhubeka. Go to dimensiondata.com\",\r\n            \"property-knowledgeGraph.organization.description\": \"Information technology company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Dimension Data is a company specialising in information technology services. Based in Johannesburg, South Africa, the company maintains operations on every inhabited continent. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Dimension_Data\",\r\n            \"property-organization.address.city\": \"Johannesburg\",\r\n            \"property-organization.address.countryCode\": \"South Africa\",\r\n            \"property-organization.address.streetName\": \"The Campus 57 Sloane Street Cnr Sloane Street and Main Road Bryanston\",\r\n            \"property-organization.address.zipCode\": \"10119\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"dimensiondata.com\",\r\n            \"property-organization.foundingDate\": \"1983\",\r\n            \"property-organization.industry\": \"Technology\",\r\n            \"property-organization.phoneNumber\": \"+12126131220\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+12126131220\",\r\n            \"property-organization.phoneNumber-International\": \"+1 212-613-1220\",\r\n            \"property-organization.phoneNumber-Location\": \"New York, NY\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-212-613-1220\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/DimensionData/\",\r\n            \"property-organization.website\": \"http://www.dimensiondata.com/\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.ownership\": \"Private\",\r\n            \"property-salesforce.account.rating\": \"Cold\",\r\n            \"property-salesforce.account.type\": \"Prospect\",\r\n            \"property-salesforce.account.website\": \"http://www.dimensiondata.com/\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/DimensionData\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/dimension-data\",\r\n            \"property-user.social.Twitter\": \"DimensionData\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"f77c4e88-f66f-5bb0-b489-0bbc1ddeb55e\",\r\n          \"name\": \"Leo Pharma AB\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Industriparken 55\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-appItemId\": \"14\",\r\n            \"property-appItemIdFormatted\": \"14\",\r\n            \"property-city\": \"Ballerup\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484044029248\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Ballerup\",\r\n            \"property-cvr.organization.address+municipalityName\": \"BALLERUP\",\r\n            \"property-cvr.organization.address+postalCode\": \"2750\",\r\n            \"property-cvr.organization.address+streetCode\": \"164\",\r\n            \"property-cvr.organization.address+streetName\": \"Industriparken\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"55\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anden udenlandsk virksomhed\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"212000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Fremstilling af farmaceutiske præparater\",\r\n            \"property-cvr.organization.municipality\": \"BALLERUP\",\r\n            \"property-cvr.organization.name\": \"Leo Pharma AB\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.startDate\": \"2002-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-description\": \"LEO Pharma A/S develops, manufactures, and markets pharmaceuticals. The Company provides dermatology and critical care products for the treatment of psoriasis, atopic dermatitis, eczema, skin infections, actinic keratosis, acne, non-melanoma skin cancer,\",\r\n            \"property-domain\": \"leo-pharma.com\",\r\n            \"property-founded_year\": \"1908\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-LEO-Pharma-RVW13893923.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"No real negatives with this company\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Good Company\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Human Resources Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Dublin, Co. Dublin (Ireland)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great Company and investing heavily\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-22T09:52:58.5800000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Biotech & Pharmaceuticals\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"5\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"53\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"47\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"37\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"77\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.1\",\r\n            \"property-glassDoor.organization.sectorName\": \"Biotech & Pharmaceuticals\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1489843782076\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"Industriparken 55\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Ballerup\",\r\n            \"property-hubspot.company.custom-company_name\": \"Leo Pharma\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044029248\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"LEO Pharma A/S develops, manufactures, and markets pharmaceuticals. The Company provides dermatology and critical care products for the treatment of psoriasis, atopic dermatitis, eczema, skin infections, actinic keratosis, acne, non-melanoma skin cancer,\",\r\n            \"property-hubspot.company.custom-domain\": \"leo-pharma.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1908\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504873993525\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1504258421616\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"28419713\",\r\n            \"property-hubspot.company.custom-industry\": \"PHARMACEUTICALS\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/leo-pharma\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"LEO Pharma A/S develops, manufactures, and markets pharmaceuticals. The Company provides dermatology and critical care products for the treatment of psoriasis, atopic dermatitis, eczema, skin infections, actinic keratosis, acne, non-melanoma skin cancer,\",\r\n            \"property-hubspot.company.custom-name\": \"LEO Pharma\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504873865195\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504873992388\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"3\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"5000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 44 94 58 88\",\r\n            \"property-hubspot.company.custom-reference_date\": \"31-Aug-15\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"LEOHealthySkin\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"leo-pharma.com\",\r\n            \"property-hubspot.company.founded\": \"1908\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"LEO Pharma A/S develops, manufactures, and markets pharmaceuticals. The Company provides dermatology and critical care products for the treatment of psoriasis, atopic dermatitis, eczema, skin infections, actinic keratosis, acne, non-melanoma skin cancer,\",\r\n            \"property-industry\": \"PHARMACEUTICALS\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315066610\",\r\n            \"property-knowledgeGraph.organization.description\": \"Pharmaceutical company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Leo Pharma A/S is a multinational Danish pharmaceutical company, founded in 1908, with a presence in about 100 countries. Its headquarters are in Ballerup, near Copenhagen The company is 100% integrated into a private foundation owned by the LEO Foundation. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Leo_Pharma\",\r\n            \"property-lastEventOn\": \"2015-08-31T10:43:16.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company-beta/164713?pathWildcard=164713\",\r\n            \"property-linkedinbio\": \"LEO Pharma A/S develops, manufactures, and markets pharmaceuticals. The Company provides dermatology and critical care products for the treatment of psoriasis, atopic dermatitis, eczema, skin infections, actinic keratosis, acne, non-melanoma skin cancer,\",\r\n            \"property-name\": \"LEO Pharma\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Industriparken 55\\n2750 Ballerup\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Ballerup\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"26411238\",\r\n            \"property-organization.emailDomainNames\": \"leo-pharma.com\",\r\n            \"property-organization.foundingDate\": \"2002-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"PHARMACEUTICALS\",\r\n            \"property-organization.phoneNumber\": \"+4544945888\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4544945888\",\r\n            \"property-organization.phoneNumber-International\": \"+45 44 94 58 88\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-44-94-58-88\",\r\n            \"property-organization.website\": \"leo-pharma.com\",\r\n            \"property-organizationName\": \"Leo Pharma\",\r\n            \"property-phone\": \"+45 44 94 58 88\",\r\n            \"property-primaryContact\": \"Emilie\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-twitterhandle\": \"LEOHealthySkin\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/leo-pharma\",\r\n            \"property-user.social.Twitter\": \"LEOHealthySkin\",\r\n            \"property-website\": \"leo-pharma.com\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"5e722b4a-845e-5e59-9a9c-40c408fd0a34\",\r\n          \"name\": \"TRUSTPILOT A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Pilestrædet \",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"69\",\r\n            \"property-angelList.organization.highConcept\": \"Online Review Community\",\r\n            \"property-angelList.organization.productDesc\": \"We help our business customers to improve their brand presence online, build customer loyalty and reputation, drive traffic, increase conversion and the service provided to consumers and customers.\",\r\n            \"property-annualrevenue\": \"100000000\",\r\n            \"property-city\": \"Copenhagen \",\r\n            \"property-closedate\": \"1484652646952\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484652646193\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+floor\": \"5\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1112\",\r\n            \"property-cvr.organization.address+streetCode\": \"5520\",\r\n            \"property-cvr.organization.address+streetName\": \"Pilestræde\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"58\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"196773000\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"289840000\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/28567203/ZG9rdW1lbnRsYWdlcjovLzAzLzg2L2U5LzU3LzA3LzVlN2YtNGZhNS1hOWIxLTk2ZWIwODdhZTkxMw.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-179635000\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-184851000\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2008-06-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2007-02-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"631200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Webportaler\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"TRUSTPILOT A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er udvikle og sælge e-commerce kvalitetsvurderinger og dermed beslægtet virksomhed\",\r\n            \"property-cvr.organization.registeredCapital\": \"3962393.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2007-02-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-01-03T00:00:00.0000000+00:00\",\r\n            \"property-days_to_close\": \"0\",\r\n            \"property-description\": \"Founded in 2007 by CEO, Peter Mühlmann, Trustpilot is a global, online review community helping consumers choose with confidence while enabling companies to grow their business. Currently boasting 14 million consumer reviews of 115,000 businesses, Trustpilot produces a TrustScore for businesses based on recent reviews. Every day, more than 10,000 consumers sign up on Trustpilot.com and every 5 seconds a new review is posted on the community. Trustpilot empowers consumers that are considering purchasing a product or service by providing them with easy access to the information they value most—the experience of others. The platform also helps businesses generate actionable insight through real-time analytics of customer review data. This can be used to continuously improve business operations, increase customer satisfaction and drive innovation. By enabling businesses to engage directly with customers, Trustpilot aims to set new global standards in consumer to business dialogue. Trustpilot has customers in 65 countries and has developed strong positions in Denmark, Sweden, UK, France, Germany and the Netherlands, as well as the US. With offices in Copenhagen, London, New York and Melbourne, Trustpilot was selected as a Crain’s 2014 Best Places to Work in New York City. Trustpilot’s 350 employees represent 40 different nationalities and its clients range from a wide array of global enterprises to e-commerce retailers.\",\r\n            \"property-domain\": \"trustpilot.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Trustpilot\",\r\n            \"property-facebookGraph.organization.about\": \"Trustpilot is the online standard in building better customer experiences. We connect consumers like you, with the companies that you buy from.\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/11694774_10154080951149689_8416369795884965463_n.jpg?oh=fa53aa5e3405f6c3b53d866961273b80&oe=5973549D\",\r\n            \"property-facebookGraph.organization.engagement\": \"16997\",\r\n            \"property-facebookGraph.organization.fanCount\": \"16997\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Trustpilot\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.68187\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.57818\",\r\n            \"property-facebookGraph.organization.mission\": \"We want to become the world's most trusted company. \\n\\nHOUSE RULES\\n\\nWelcome to Trustpilot’s Facebook page. We hope you will find it useful and engaging.\\n\\nThe purpose of this page is to create an environment where you can interact directly with Trustpilot and its community and start relevant conversations about positive or negative shopping experiences, ecommerce in general, issues you might have with using Trustpilot, etc. \\nIf you would like to review a company, the best and most direct way to do so is to go to www.trustpilot.com. \\n\\nOur Facebook page is also where we take the opportunity to share information such as:\\n• Important news about Trustpilot\\n• Life at the office\\n• Interesting links coming from external sources or our blog\\n\\nWe might, from time to time, post other types of content such as:\\n• Polls / questions\\n• Trivia / competitions\\n\\nBecause we value our community, we would like to set some ground rules on how to use this page.\\n\\nOur aim is not to bore you with information, although you might sometimes feel that it doesn’t concern you. If so, please accept our apologies. You are always welcome to leave us constructive feedback. \\n\\nHowever, we do NOT tolerate and will condemn:\\n• Obscene, offensive, vulgar, racist, violent or hateful comments\\n• Any misleading, deceiving, inciting, inflaming, threatening, harassing, intimidating behaviour\\n• Any forms of advertising or spamming\\n\\nAnybody who does not respect these rules may be banned from our Facebook page and his/her comments deleted without notice. Please respect that. If you have any doubts before posting, you are welcome to read Facebook’s community guidelines. \\n\\nMoreover, all users must comply with Facebook's Terms of Use. \\n\\nIf you have an issue you would like to report, please use our contact formulary by going to www.trustpilot.com/contact and a support agent will get back to you.\\nView Trustpilot’s terms & conditions and privacy policy here: www.trustpilot.com/terms - www.trustpilot.com/policy\\n\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Collect Reviews, Engage With Your Customers And Share Your Credibility With Trustpilot Business >> http://business.trustpilot.com\\n\\nRead our blog: http://blog.trustpilot.com\\n\\nFollow us on Twitter @trustpilot\\nFollow us on LinkedIn www.linkedin.com/company/trustpilot\\n\",\r\n            \"property-facebookGraph.organization.username\": \"Trustpilot\",\r\n            \"property-first_deal_created_date\": \"1489477253500\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Trustpilot-RVW13499681.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"You must be adaptable and flexible to work at a start up. Sales can be grind with ups and downs. The role isn't for everyone. Recent management changes can bring uncertainty but the company is on a solid path to success.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company mission - high energy start up\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Anonymous Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"New York, NY\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"I'd loved helping companies build trust online. The mission is solid and the product makes sense to prospects so it's easy to be passionate about Trustpilot. It's exciting to grow in a market that has so much green-space and opportunity. There is a good office culture and camaraderie with reps in all departments.  Company is fast growing with opportunities for growth.  Nice office with tech perks (food, keg, ping-pong) and nice location in Flatiron.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-26T11:13:55.7000000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"105\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"93\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"7\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"129\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"71\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484652645994\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"SALES\",\r\n            \"property-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hs_lastmodifieddate\": \"1489477253752\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"5\",\r\n            \"property-hubspot.company.daysToClose\": \"0\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Founded in 2007 by CEO, Peter Mühlmann, Trustpilot is a global, online review community helping consumers choose with confidence while enabling companies to grow their business. Currently boasting 14 million consumer reviews of 115,000 businesses, Trustpilot produces a TrustScore for businesses based on recent reviews. Every day, more than 10,000 consumers sign up on Trustpilot.com and every 5 seconds a new review is posted on the community. Trustpilot empowers consumers that are considering purchasing a product or service by providing them with easy access to the information they value most—the experience of others. The platform also helps businesses generate actionable insight through real-time analytics of customer review data. This can be used to continuously improve business operations, increase customer satisfaction and drive innovation. By enabling businesses to engage directly with customers, Trustpilot aims to set new global standards in consumer to business dialogue. Trustpilot has customers in 65 countries and has developed strong positions in Denmark, Sweden, UK, France, Germany and the Netherlands, as well as the US. With offices in Copenhagen, London, New York and Melbourne, Trustpilot was selected as a Crain’s 2014 Best Places to Work in New York City. Trustpilot’s 350 employees represent 40 different nationalities and its clients range from a wide array of global enterprises to e-commerce retailers.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1484652646450\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Website\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Trustpilot.com is a website founded in Denmark in 2007 which publishes reviews for online businesses. The site lists and promotes registered businesses for free but charges fees for additional promotion. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Trustpilot\",\r\n            \"property-lifecyclestage\": \"customer\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/trustpilot\",\r\n            \"property-linkedinbio\": \"Founded in 2007 by CEO, Peter Mühlmann, Trustpilot is a global, online review community helping consumers choose with confidence while enabling companies to grow their business. Currently boasting 14 million consumer reviews of 115,000 businesses, Trustpilot produces a TrustScore for businesses based on recent reviews. Every day, more than 10,000 consumers sign up on Trustpilot.com and every 5 seconds a new review is posted on the community. Trustpilot empowers consumers that are considering purchasing a product or service by providing them with easy access to the information they value most—the experience of others. The platform also helps businesses generate actionable insight through real-time analytics of customer review data. This can be used to continuously improve business operations, increase customer satisfaction and drive innovation. By enabling businesses to engage directly with customers, Trustpilot aims to set new global standards in consumer to business dialogue. Trustpilot has customers in 65 countries and has developed strong positions in Denmark, Sweden, UK, France, Germany and the Netherlands, as well as the US. With offices in Copenhagen, London, New York and Melbourne, Trustpilot was selected as a Crain’s 2014 Best Places to Work in New York City. Trustpilot’s 350 employees represent 40 different nationalities and its clients range from a wide array of global enterprises to e-commerce retailers.\",\r\n            \"property-name\": \"trustpilot\",\r\n            \"property-num_associated_contacts\": \"5\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"Pilestræde 58 5\\n1112 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.streetName\": \"Pilaestrade 58\",\r\n            \"property-organization.address.zipCode\": \"1112\",\r\n            \"property-organization.annualRevenue\": \"100000000\",\r\n            \"property-organization.codes.cvr\": \"30276582\",\r\n            \"property-organization.contact.email\": \"support@trustpilot.com\",\r\n            \"property-organization.emailDomainNames\": \"trustpilot.com\",\r\n            \"property-organization.employeeCount\": \"200-499\",\r\n            \"property-organization.foundingDate\": \"2007-02-12T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Internet\",\r\n            \"property-organization.name\": \"Trustpilot\",\r\n            \"property-organization.phoneNumber\": \"89871573\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+441245201002\",\r\n            \"property-organization.phoneNumber-International\": \"+44 1245 201002\",\r\n            \"property-organization.phoneNumber-Location\": \"Chelmsford\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-1245-201002\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Trustpilot/\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/trustpilot\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/trustpilot\",\r\n            \"property-organization.website\": \"http://www.trustpilot.com\",\r\n            \"property-phone\": \"+44 1245 201002\",\r\n            \"property-state\": \"NY\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"Trustpilot\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Trustpilot/\",\r\n            \"property-user.social.GooglePlus\": \"https://plus.google.com/+TrustpilotReviews\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/trustpilot\",\r\n            \"property-user.social.Twitter\": \"https://twitter.com/Trustpilot\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"trustpilot.com\",\r\n            \"property-zip\": \"10016\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"27ee9afc-4aea-5086-9fd6-6a8c4ed64286\",\r\n          \"name\": \"ADFORM A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"10B Wildersgade\",\r\n            \"property-annualrevenue\": \"500000000\",\r\n            \"property-appItemId\": \"40\",\r\n            \"property-appItemIdFormatted\": \"40\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-company_notes\": \"Pierre contracts for these guys and they took about 20 employees from Sitecore after Sitecore got the huge investment.\\n\\nRI (PID)\\nDM Steffen Andersen\\n\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484044028047\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+door\": \"sal\",\r\n            \"property-cvr.organization.address+floor\": \"1\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1408\",\r\n            \"property-cvr.organization.address+streetCode\": \"8340\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"B\",\r\n            \"property-cvr.organization.address+streetName\": \"Wildersgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"10\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2002-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2002-01-17T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"ADFORM A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at sælge internet reklameteknologi, drive affiliate netværk samt at yde dertil hørende services og anden relateret virksomhed\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2002-01-17T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-03-01T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Adform is a premier partner for media agencies, trading desks, advertisers and publishers, offering the worldâ€™s only programmatic brand-led media platform to support all aspects of multi-screen brand advertising. Adformâ€™s end-to-end ad tech stack closes the loop by integrating media planning, buying, optimization and reporting into one place covering full-featured Demand Side Platform, Rich Media and Ad serving. Adform was established 2002 in Denmark and now has offices in 15 countries including the US, United Kingdom, Germany, Sweden, Denmark, Norway, Finland, Spain, Italy, Netherlands, Belgium, Czech Republic, Poland, Lithuania and Belarus. Visit http://www.adform.com for more information or follow us on Twitter www.twitter.com/adforminsider\",\r\n            \"property-domain\": \"adform.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/adform\",\r\n            \"property-facebookGraph.organization.about\": \"Adform is an independent and open full stack ad tech platform. We make display advertising simple, relevant, and rewarding.\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/16806909_1345469768809862_4701089006343391288_n.jpg?oh=579c6637c625586e0fc8e883e4bdaf67&oe=596609AC\",\r\n            \"property-facebookGraph.organization.engagement\": \"4840\",\r\n            \"property-facebookGraph.organization.fanCount\": \"4840\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Adform\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.6723213\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.5889101\",\r\n            \"property-facebookGraph.organization.mission\": \"Making display advertising\\nSimple, Relevant, Rewarding!\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.6\",\r\n            \"property-facebookGraph.organization.products\": \"Demand Side Platform\\nRich Media\\nAd Server\\nPrivat Market Place\",\r\n            \"property-facebookGraph.organization.username\": \"adform\",\r\n            \"property-first_deal_created_date\": \"1489406225234\",\r\n            \"property-founded_year\": \"2002\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Adform-RVW9705066.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"-while its great opportunity to learn more and take on new responsibilities and roles, employers do not look after employees and keep salary to match the current workload employees take on\\n-some of the directors seem scattered in terms of strategy and understanding all aspects of the business\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Got good experience but wouldn't recommend them as a company\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"London, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"2\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"-culture benefits employees who don't need much managing\\n-opportunities to take on more responsibilities and try different roles\\n-offers opportunity for travel to Lithuania where HQ is based\\n-company party every summer to meet colleagues across all offices\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-02-25T14:00:22.3530000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"16\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"85\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"15\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"26\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"78\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.3\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1493235447834\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"Hovedvagtsgade 6, 2\",\r\n            \"property-hubspot.company.custom-address2\": \"1103 Copenhagen K\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Pierre contracts for these guys and they took about 20 employees from Sitecore after Sitecore got the huge investment.\\n\\nRI (PID)\\nDM Steffen Andersen\\n\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044028047\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Adform is a premier partner for media agencies, trading desks, advertisers and publishers, offering the worldâ€™s only programmatic brand-led media platform to support all aspects of multi-screen brand advertising. Adformâ€™s end-to-end ad tech stack closes the loop by integrating media planning, buying, optimization and reporting into one place covering full-featured Demand Side Platform, Rich Media and Ad serving. Adform was established 2002 in Denmark and now has offices in 15 countries including the US, United Kingdom, Germany, Sweden, Denmark, Norway, Finland, Spain, Italy, Netherlands, Belgium, Czech Republic, Poland, Lithuania and Belarus. Visit http://www.adform.com for more information or follow us on Twitter www.twitter.com/adforminsider\",\r\n            \"property-hubspot.company.custom-domain\": \"adform.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/adform\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489406225234\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2002\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503650365103\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1489405883218\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/adform\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Adform is a premier partner for media agencies, trading desks, advertisers and publishers, offering the worldâ€™s only programmatic brand-led media platform to support all aspects of multi-screen brand advertising. Adformâ€™s end-to-end ad tech stack closes the loop by integrating media planning, buying, optimization and reporting into one place covering full-featured Demand Side Platform, Rich Media and Ad serving. Adform was established 2002 in Denmark and now has offices in 15 countries including the US, United Kingdom, Germany, Sweden, Denmark, Norway, Finland, Spain, Italy, Netherlands, Belgium, Czech Republic, Poland, Lithuania and Belarus. Visit http://www.adform.com for more information or follow us on Twitter www.twitter.com/adforminsider\",\r\n            \"property-hubspot.company.custom-name\": \"Adform\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503650342000\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503650345751\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"3\",\r\n            \"property-hubspot.company.custom-num_notes\": \"4\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+31 6 20431817\",\r\n            \"property-hubspot.company.custom-reference_date\": \"7-Sep-15\",\r\n            \"property-hubspot.company.custom-state\": \"Hovedstaden\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"adforminsider\",\r\n            \"property-hubspot.company.custom-website\": \"adform.com\",\r\n            \"property-hubspot.company.custom-zip\": \"1103\",\r\n            \"property-hubspot.company.founded\": \"2002\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Adform is a premier partner for media agencies, trading desks, advertisers and publishers, offering the worldâ€™s only programmatic brand-led media platform to support all aspects of multi-screen brand advertising. Adformâ€™s end-to-end ad tech stack closes the loop by integrating media planning, buying, optimization and reporting into one place covering full-featured Demand Side Platform, Rich Media and Ad serving. Adform was established 2002 in Denmark and now has offices in 15 countries including the US, United Kingdom, Germany, Sweden, Denmark, Norway, Finland, Spain, Italy, Netherlands, Belgium, Czech Republic, Poland, Lithuania and Belarus. Visit http://www.adform.com for more information or follow us on Twitter www.twitter.com/adforminsider\",\r\n            \"property-hubspot.company.notes\": \"Pierre contracts for these guys and they took about 20 employees from Sitecore after Sitecore got the huge investment.\\n\\nRI (PID)\\nDM Steffen Andersen\\n\",\r\n            \"property-hubspot_owner_assigneddate\": \"1489405883218\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"317925925\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Adform is a global digital media advertising technology company. Based in Copenhagen, Denmark the company operates globally with its primary presence concentrated in the European, UK, and US markets. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Adform\",\r\n            \"property-lastEventOn\": \"2015-09-07T09:27:12.0000000\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/adform\",\r\n            \"property-linkedinbio\": \"Adform is a premier partner for media agencies, trading desks, advertisers and publishers, offering the worldâ€™s only programmatic brand-led media platform to support all aspects of multi-screen brand advertising. Adformâ€™s end-to-end ad tech stack closes the loop by integrating media planning, buying, optimization and reporting into one place covering full-featured Demand Side Platform, Rich Media and Ad serving. Adform was established 2002 in Denmark and now has offices in 15 countries including the US, United Kingdom, Germany, Sweden, Denmark, Norway, Finland, Spain, Italy, Netherlands, Belgium, Czech Republic, Poland, Lithuania and Belarus. Visit http://www.adform.com for more information or follow us on Twitter www.twitter.com/adforminsider\",\r\n            \"property-name\": \"Adform\",\r\n            \"property-notes\": \"<p>CFO Karsten was previously CFO at Sitecore<br /></p>\",\r\n            \"property-num_associated_contacts\": \"3\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"Wildersgade 10 B 1 sal\\n1408 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.state\": \"Hovedstaden\",\r\n            \"property-organization.address.streetName\": \"Wildersgade 10B, 1\",\r\n            \"property-organization.address.zipCode\": \"1103\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.cvr\": \"26434815\",\r\n            \"property-organization.contact.email\": \"traffic@adform.com\",\r\n            \"property-organization.emailDomainNames\": \"adform.com\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2002-01-17T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-organization.name\": \"Adform\",\r\n            \"property-organization.phoneNumber\": \"+31620431817\",\r\n            \"property-organization.phoneNumber-Country\": \"Netherlands\",\r\n            \"property-organization.phoneNumber-E164\": \"+31620431817\",\r\n            \"property-organization.phoneNumber-International\": \"+31 6 20431817\",\r\n            \"property-organization.phoneNumber-Location\": \"Vilnius\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+31-6-20431817\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/adform\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/adform\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/statuses/844530201501454337\",\r\n            \"property-organization.usedTechnologies\": \"jQuery, jQuery UI, Modernizr\",\r\n            \"property-organization.website\": \"adform.com\",\r\n            \"property-organizationName\": \"Adform\",\r\n            \"property-phone\": \"+31 6 20431817\",\r\n            \"property-primaryContact\": \"Karsten\",\r\n            \"property-state\": \"Hovedstaden\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"adforminsider\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/adform\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/adform\",\r\n            \"property-user.social.Twitter\": \"adforminsider\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"adform.com\",\r\n            \"property-website.CopyrightEntity\": \"Adform\",\r\n            \"property-website.Description\": \"Adform is the independent and open full stack ad-tech platform that encompasses data, creativity and trading, serving the global digital advertising ecosystem\",\r\n            \"property-website.Title\": \"Adform | Making digital advertising simple, relevant and rewarding!\",\r\n            \"property-zip\": \"1408\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"dfd0835d-dd2d-5484-b3c1-1c7be669e81f\",\r\n          \"name\": \"Songkick\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"12-18 Hoxton Street Third Floor\",\r\n            \"property-admin_username\": \"songkick\",\r\n            \"property-angelList.organization.blogUrl\": \"http://songkick.com/blog\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"33\",\r\n            \"property-angelList.organization.highConcept\": \"Be the first to know about concerts\",\r\n            \"property-angelList.organization.productDesc\": \"As the world's leading independent artist-ticketing and concert discovery platform, Songkick connects hundreds of the world's greatest artists with millions of music fans around the globe, utilizing its proprietary technology to increase ticket sales and fight scalping. Visited by more than 12 million music fans every month, Songkick's concert discovery platform targets more than 60 markets globally with notifications and tickets whenever a fan's favorite artists are playing nearby. Songkick's innovative technology improves the fan experience, ensuring tickets end up in the hands of an artist's most engaged fans. Songkick has offices in London, Los Angeles, Nashville and New York. Learn more about Songkick at www.songkick.com/partner, and download the app to track your favorite artists and never miss them live, on iOS and Android.\",\r\n            \"property-angelList.organization.statusCreatedAt\": \"2012-10-10T10:01:55Z\",\r\n            \"property-angelList.organization.statusMessage\": \"We're hiring: http://www.songkick.com/info/jobs\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"London\",\r\n            \"property-cluedin_subdomain\": \"Songkick\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040929436\",\r\n            \"property-description\": \"Songkick allows you to organize and track your favorite bands, get concert alerts, and buy tickets. Get instant tour dates from your music library.\",\r\n            \"property-domain\": \"songkick.com\",\r\n            \"property-email\": \"dave.mac@songkick.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/songkickconcerts\",\r\n            \"property-facebookGraph.organization.about\": \"Track your favorite artists so you never miss them live. Questions? Head to http://support.songkick.com\",\r\n            \"property-facebookGraph.organization.category\": \"App Page\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-0/q82/p180x540/12191187_983984644976387_2719661711620712275_o.jpg?oh=c88fc8ee04171384459eef397929e251&oe=5972EFF7\",\r\n            \"property-facebookGraph.organization.engagement\": \"83602\",\r\n            \"property-facebookGraph.organization.fanCount\": \"83602\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Songkick\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"songkick\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Songkick-RVW14109465.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Senior management could be arrogant and not really willing to listen\\nLittle bit of an old boys club\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Overall great\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great team , good teamwork\\nRelaxed environment but ready to work when required\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-08T23:25:37.6670000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"4\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"20\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"76\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488343763483\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"12-18 Hoxton Street\",\r\n            \"property-hubspot.company.custom-admin_username\": \"songkick\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"London\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Songkick\",\r\n            \"property-hubspot.company.custom-company_name\": \"Songkick\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929436\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Songkick allows you to organize and track your favorite bands, get concert alerts, and buy tickets. Get instant tour dates from your music library.\",\r\n            \"property-hubspot.company.custom-domain\": \"songkick.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/songkickconcerts\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2007\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509248481554\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/songkick-com\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Songkick allows you to organize and track your favorite bands, get concert alerts, and buy tickets. Get instant tour dates from your music library.\",\r\n            \"property-hubspot.company.custom-name\": \"Songkick.com\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031865\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 20 7771 3000\",\r\n            \"property-hubspot.company.custom-state\": \"AL\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Chicago\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"60.8M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"songkick\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"songkick.com\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Songkick allows you to organize and track your favorite bands, get concert alerts, and buy tickets. Get instant tour dates from your music library.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Songkick is an American technology company that provides concert discovery services and ticket sales for live music events. Songkick’s web and mobile app allows users to track touring artists, receive alerts for concerts in their area and purchase tickets to shows, using technology and services that power ticket sales on behalf of artists.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Songkick\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/songkick-com\",\r\n            \"property-linkedinbio\": \"Songkick allows you to organize and track your favorite bands, get concert alerts, and buy tickets. Get instant tour dates from your music library.\",\r\n            \"property-name\": \"Songkick.com\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"12-18 Hoxton Street\",\r\n            \"property-organization.address.city\": \"London\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"AL\",\r\n            \"property-organization.address.zipCode\": \"SW9 9SL\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.emailDomainNames\": \"crowdsurge.com\",\r\n            \"property-organization.employeeCount\": \"51-200\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Songkick\",\r\n            \"property-organization.phoneNumber\": \"+442077713000\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+442077713000\",\r\n            \"property-organization.phoneNumber-International\": \"+44 20 7771 3000\",\r\n            \"property-organization.phoneNumber-Location\": \"London\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-20-7771-3000\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/CrowdSurge\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/crowdsurge\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/CrowdSurge\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/crowdsurge\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/crowdsurge\",\r\n            \"property-organization.website\": \"http://www.crowdsurge.com\",\r\n            \"property-phone\": \"+44 20 7771 3000\",\r\n            \"property-state\": \"AL\",\r\n            \"property-timezone\": \"America/Chicago\",\r\n            \"property-twitterhandle\": \"songkick\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/songkickconcerts\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/songkick-com\",\r\n            \"property-user.social.Twitter\": \"songkick\",\r\n            \"property-user.timezone\": \"America/Chicago Standard Time\",\r\n            \"property-website\": \"songkick.com\",\r\n            \"property-zip\": \"SW9 9SL\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"bcb4a7ae-c75f-5883-a4eb-cd2c00dc9534\",\r\n          \"name\": \"Ticketmaster\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"3701 Wilshire Blvd\",\r\n            \"property-admin_username\": \"ticketmaster\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Los Angeles\",\r\n            \"property-cluedin_subdomain\": \"Ticketmaster\",\r\n            \"property-company_notes\": \"Pierre introduced us to TicketMaster. They loved the idea, but I don't think the product was stable and good enough at the time when we approached then.\\n\\nRI : (PID)\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040928637\",\r\n            \"property-description\": \"On our Ticketmaster UK page you will find behind the scenes photos to your favourite shows, competitions to win tickets and the latest news across Ticketmaster related events!\",\r\n            \"property-domain\": \"ticketmaster.co.uk\",\r\n            \"property-email\": \"navinder.marwaha@ticketmaster.co.uk\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/ticketmasteruk\",\r\n            \"property-facebookGraph.organization.about\": \"An inside look at live events. It's never too late to get tickets.\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/14890427_10154877414693641_2610272852812669536_o.png?oh=ca956d142c5f1cb3ddb73be835473d2c&oe=59707077\",\r\n            \"property-facebookGraph.organization.engagement\": \"1585293\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1585293\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Ticketmaster\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.mission\": \"To create a community of fans that live, breathe and love live entertainment!\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"Ticketmaster\",\r\n            \"property-founded_year\": \"1998\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Ticketmaster-RVW14170151.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"-it's located on the walk of fame, so walking home late at night can be a little sketchy\\n-you have to pay for parking (and get reimbursed)\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"I love it here!\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Marketing Coordinator\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Hollywood, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"-work/life balance\\n-managers want you to do well\\n-encourage you to bring new ideas to the table\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-13T17:03:04.5730000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Ticket Sales\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"121\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"82\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"18\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"345\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"68\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Arts, Entertainment & Recreation\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490662152473\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"19-25 Argyll Street\",\r\n            \"property-hubspot.company.custom-admin_username\": \"ticketmaster\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Los Angeles\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Ticketmaster\",\r\n            \"property-hubspot.company.custom-company_name\": \"Ticketmaster\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Pierre introduced us to TicketMaster. They loved the idea, but I don't think the product was stable and good enough at the time when we approached then.\\n\\nRI : (PID)\",\r\n            \"property-hubspot.company.custom-country\": \"United Kingdom\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040928637\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Ticketmaster: All your entertainment needs under one virtual roof with tickets for theatre, concerts, sport, family events, clubs and more.\",\r\n            \"property-hubspot.company.custom-domain\": \"ticketmaster.co.uk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/ticketmasteruk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499080755128\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1976\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509601821387\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1490185034259\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"ENTERTAINMENT\",\r\n            \"property-hubspot.company.custom-integrations\": \"Box.net, Slack\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company-beta/5097/?pathWildcard=5097\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"On our Ticketmaster UK page you will find behind the scenes photos to your favourite shows, competitions to win tickets and the latest news across Ticketmaster related events!\",\r\n            \"property-hubspot.company.custom-name\": \"Ticketmaster\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031373\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 844 847 1640\",\r\n            \"property-hubspot.company.custom-reference_date\": \"26-Oct-15\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"TicketmasterUK\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"2\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;apache;omniture_adobe_analytics;microsoft_office_365;akamai_dns;optimizely;outlook;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"ticketmaster.co.uk\",\r\n            \"property-hubspot.company.custom-zip\": \"YO1 0GT\",\r\n            \"property-hubspot.company.founded\": \"1976\",\r\n            \"property-hubspot.company.integrations\": \"Box.net, Slack\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"On our Ticketmaster UK page you will find behind the scenes photos to your favourite shows, competitions to win tickets and the latest news across Ticketmaster related events!\",\r\n            \"property-hubspot.company.notes\": \"Pierre introduced us to TicketMaster. They loved the idea, but I don't think the product was stable and good enough at the time when we approached then.\\n\\nRI : (PID)\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490185034259\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"ENTERTAINMENT\",\r\n            \"property-integrations\": \"Box.net, Slack\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Entertainment company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Ticketmaster Entertainment, Inc. is an American ticket sales and distribution company based in West Hollywood, California, with operations in many countries around the world. In 2010 it merged with Live Nation to become Live Nation Entertainment. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Ticketmaster\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/5097\",\r\n            \"property-linkedinbio\": \"On our Ticketmaster UK page you will find behind the scenes photos to your favourite shows, competitions to win tickets and the latest news across Ticketmaster related events!\",\r\n            \"property-name\": \"Ticketmaster\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-organization.address\": \"19-25 Argyll Street\",\r\n            \"property-organization.address.city\": \"Los Angeles\",\r\n            \"property-organization.address.countryCode\": \"United Kingdom\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.zipCode\": \"YO1 0GT\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"ticketmaster.co.uk\",\r\n            \"property-organization.foundingDate\": \"1976\",\r\n            \"property-organization.industry\": \"ENTERTAINMENT\",\r\n            \"property-organization.name\": \"Ticketmaster\",\r\n            \"property-organization.phoneNumber\": \"+448448471640\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+448448471640\",\r\n            \"property-organization.phoneNumber-International\": \"+44 844 847 1640\",\r\n            \"property-organization.phoneNumber-Location\": \"California\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-844-847-1640\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/TicketmasterUK?tm_link=tm_homeA_i_facebook_footer\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/TicketmasterUK?tm_link=tm_homeA_i_instagram_footer\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/TicketmasterUK?tm_link=tm_homeA_i_twitter_footer\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/UKTicketmaster?tm_link=tm_homeA_i_youtube_footer\",\r\n            \"property-organization.usedTechnologies\": \"Lightbox, Prototype, TrackJs\",\r\n            \"property-organization.website\": \"ticketmaster.co.uk\",\r\n            \"property-phone\": \"+13103603300\",\r\n            \"property-state\": \"CA\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"TicketmasterUK\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/ticketmasteruk\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company-beta/5097/?pathWildcard=5097\",\r\n            \"property-user.social.Twitter\": \"TicketmasterUK\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"ticketmaster.co.uk\",\r\n            \"property-website.CopyrightEntity\": \"Ticketmaster\",\r\n            \"property-website.Description\": \"Ticketmaster: All your entertainment needs under one virtual roof with tickets for theatre, concerts, sport, family events, clubs and more.\",\r\n            \"property-website.Title\": \"Tickets for concerts, theatre, football, family days out. Official Ticketmaster Site\",\r\n            \"property-zip\": \"90010\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"0ebfab64-e925-5b16-93d1-51c6be5b8872\",\r\n          \"name\": \"Hedgehog\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"4250 Veterans Memorial Highway Suite 3100 West\",\r\n            \"property-angelList.organization.blogUrl\": \"https://medium.com/hedgetechinc\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"4\",\r\n            \"property-angelList.organization.highConcept\": \"Creator of Hedgehog, a crowdsourced hedge fund marketplace and integration platform.\",\r\n            \"property-angelList.organization.productDesc\": \"We provide the opportunity for analysts to onboard their strategies onto our platform and then create funds to provide monetization, and syndication strategies for investors to \\\"back\\\" the analysts' fund(s).\\n\\nFor the analyst we provide carried interest in the strategy.  For the investor we give them access to analysts' thought processes, streamlined due diligence, and cutting edge strategies.\\n\\nIts like \\\"Motif Investing\\\" for hedge funds.\",\r\n            \"property-angelList.organization.videoUrl\": \"https://youtu.be/I1aisI9RACo\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-appItemId\": \"29\",\r\n            \"property-appItemIdFormatted\": \"29\",\r\n            \"property-city\": \"Holbrook\",\r\n            \"property-closedate\": \"1484045018169\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-company_notes\": \"Hedgehog are a Sitecore partner in the US (NY). Sean is an MVP for Sitecore and we know Sean through the fact that we would communicate with him over twitter etc while we were building Sitecore. When we talked to him about CluedIn, he was interested in a solution that would solve the fact that all his engineers had the knowledge in their heads and their own tools/notes/lists but this was never shared throughout the organization. He wanted about 70 SharePoint sites to be in CluedIn. He also wanted CluedIn to be able to run on-premise (which we didn't have at the time).\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484044909662\",\r\n            \"property-days_to_close\": \"0\",\r\n            \"property-description\": \"Custom software and solution development firm we are experts in the .NET stack and specialize in Sitecore solution creation.\",\r\n            \"property-domain\": \"hhogdev.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/hhogdev\",\r\n            \"property-facebookGraph.organization.about\": \"Booking: booking@ali.dj\\nMusic: www.soundcloud.com/ali\",\r\n            \"property-facebookGraph.organization.category\": \"Musician/Band\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/1956967_10151934291206058_1028363957_o.jpg?oh=984bf5e040efe86e35efa2073a2f30d6&oe=59A6862A\",\r\n            \"property-facebookGraph.organization.engagement\": \"2811\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2811\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Hedgehog\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"Hedgehog\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Hedgehog-Development-RVW10636534.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Tools and processes are still adapting to the rapid growth of the company.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Rewarding Job\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Software Developer\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Hedgehog is a great place to expand on your knowledge and skills as a programmer. The development team is very collaborative. New ideas and technologies are shared via \\\"tech lunches\\\". You are rewarded for achieving Microsoft certification and are encouraged to be active in the Sitecore and .NET communities.\\n\\nSenior management comes from a development background and they are very in tune with projects and the work being done. Company-wide meetings are held quarterly and are very informative and transparent.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-05-17T17:38:13.7500000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"8\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.7\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"9\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.9\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.9\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484045002335\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"d81f2f18-5d42-4010-b584-c8c008c92160\",\r\n            \"property-hs_lastmodifieddate\": \"1493243800777\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"4250 Veterans Memorial Highway Suite 3100 West\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Holbrook\",\r\n            \"property-hubspot.company.custom-closedate\": \"1484045018169\",\r\n            \"property-hubspot.company.custom-company_name\": \"Hedgehog Development\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Hedgehog are a Sitecore partner in the US (NY). Sean is an MVP for Sitecore and we know Sean through the fact that we would communicate with him over twitter etc while we were building Sitecore. When we talked to him about CluedIn, he was interested in a solution that would solve the fact that all his engineers had the knowledge in their heads and their own tools/notes/lists but this was never shared throughout the organization. He wanted about 70 SharePoint sites to be in CluedIn. He also wanted CluedIn to be able to run on-premise (which we didn't have at the time).\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044909662\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-days_to_close\": \"0\",\r\n            \"property-hubspot.company.custom-description\": \"Custom software and solution development firm we are experts in the .NET stack and specialize in Sitecore solution creation.\",\r\n            \"property-hubspot.company.custom-domain\": \"hhogdev.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/hhogdev\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484045002335\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2007\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484045002335\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"d81f2f18-5d42-4010-b584-c8c008c92160\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1500467369794\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"SharePoint\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/hedgehog-development\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Custom software and solution development firm we are experts in the .NET stack and specialize in Sitecore solution creation.\",\r\n            \"property-hubspot.company.custom-name\": \"Hedgehog Development\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 631-676-2186\",\r\n            \"property-hubspot.company.custom-state\": \"NY\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"hhogdev\",\r\n            \"property-hubspot.company.custom-website\": \"hhogdev.com\",\r\n            \"property-hubspot.company.custom-zip\": \"11741\",\r\n            \"property-hubspot.company.daysToClose\": \"0\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.integrations\": \"SharePoint\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Custom software and solution development firm we are experts in the .NET stack and specialize in Sitecore solution creation.\",\r\n            \"property-hubspot.company.notes\": \"Hedgehog are a Sitecore partner in the US (NY). Sean is an MVP for Sitecore and we know Sean through the fact that we would communicate with him over twitter etc while we were building Sitecore. When we talked to him about CluedIn, he was interested in a solution that would solve the fact that all his engineers had the knowledge in their heads and their own tools/notes/lists but this was never shared throughout the organization. He wanted about 70 SharePoint sites to be in CluedIn. He also wanted CluedIn to be able to run on-premise (which we didn't have at the time).\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-integrations\": \"SharePoint\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315470361\",\r\n            \"property-knowledgeGraph.organization.description\": \"Animal\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"A hedgehog is any of the spiny mammals of the subfamily Erinaceinae, in the eulipotyphlan family Erinaceidae. There are seventeen species of hedgehog in five genera, found through parts of Europe, Asia, and Africa, and in New Zealand by introduction. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Hedgehog\",\r\n            \"property-lastEventOn\": \"2015-09-01T08:08:07.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/hedgehog-development\",\r\n            \"property-linkedinbio\": \"Custom software and solution development firm we are experts in the .NET stack and specialize in Sitecore solution creation.\",\r\n            \"property-name\": \"Hedgehog Development\",\r\n            \"property-notes\": \"<p>Hedgehog are Sitecore Technology partners and have directly expressed interest in getting to use CluedIn as soon as possible as it will help them with their organisational problems.<br /></p>\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"4250 Veterans Memorial Highway Suite 3100 West\",\r\n            \"property-organization.address.city\": \"Holbrook\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.zipCode\": \"11741\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.emailDomainNames\": \"hedgehog.fund\",\r\n            \"property-organization.employeeCount\": \"1-10\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Hedgehog\",\r\n            \"property-organization.phoneNumber\": \"+16316762186\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+16316762186\",\r\n            \"property-organization.phoneNumber-International\": \"+1 631-676-2186\",\r\n            \"property-organization.phoneNumber-Location\": \"New York\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-631-676-2186\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/hedgetechinc/\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+Hhogdev\",\r\n            \"property-organization.social+linkedIn\": \"linkedin.com/http://lnked.in/hedgetechinc\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/hedgetechinc\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/user/hedgehogdevelopment\",\r\n            \"property-organization.usedTechnologies\": \"AddThis, Gravity Forms, PHP, WordPress\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/hedgetechinc\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/%2Forganization%2Fhedgehog\",\r\n            \"property-organization.website\": \"http://www.hedgehog.fund\",\r\n            \"property-organizationName\": \"Hedgehog Development\",\r\n            \"property-phone\": \"+1 631-676-2186\",\r\n            \"property-primaryContact\": \"Sean\",\r\n            \"property-state\": \"NY\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"hhogdev\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/hhogdev\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/hedgehog-development\",\r\n            \"property-user.social.Twitter\": \"hhogdev\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"hhogdev.com\",\r\n            \"property-website.CopyrightEntity\": \"Hedgehog Development LLC\",\r\n            \"property-website.Description\": \"Digital agency. Personalization, strategy, design and technology on Sitecore, Magento, Wordpress and Drupal. 9 Sitecore MVPs and Gold Partner.\",\r\n            \"property-website.Title\": \"Digital Agency | Hedgehog\",\r\n            \"property-zip\": \"11741\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"2b2ebb0f-cf4e-5652-a3ca-c21cff76a1c0\",\r\n          \"name\": \"Edge Communications\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000Q1BFMAA3\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Edge-Communications-RVW13452376.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"When change of leadership promise not kept\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Nice company to work for if they have work\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Desktop Support Technician\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Las Vegas, NV\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great pay and benefits nice people to work for\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-23T21:37:42.4100000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Cable, Internet & Telephone Providers\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"9\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"50\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"50\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"20\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"38\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Telecommunications\",\r\n            \"property-organization.address.city\": \"Austin\",\r\n            \"property-organization.annualRevenue\": \"139000000.0\",\r\n            \"property-organization.codes.sic\": \"6576\",\r\n            \"property-organization.emailDomainNames\": \"edgecomm.com\",\r\n            \"property-organization.employeeCount\": \"1000\",\r\n            \"property-organization.industry\": \"Electronics\",\r\n            \"property-organization.phoneNumber\": \"(512) 757-6000\",\r\n            \"property-organization.tickerSymbol\": \"EDGE\",\r\n            \"property-organization.website\": \"http://edgecomm.com\",\r\n            \"property-salesforce.account.accountNumber\": \"CD451796\",\r\n            \"property-salesforce.account.billingCity\": \"Austin\",\r\n            \"property-salesforce.account.billingState\": \"TX\",\r\n            \"property-salesforce.account.billingStreet\": \"312 Constitution Place\\nAustin, TX 78767\\nUSA\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.fax\": \"(512) 757-9000\",\r\n            \"property-salesforce.account.ownership\": \"Public\",\r\n            \"property-salesforce.account.rating\": \"Hot\",\r\n            \"property-salesforce.account.shippingStreet\": \"312 Constitution Place\\nAustin, TX 78767\\nUSA\",\r\n            \"property-salesforce.account.type\": \"Customer - Direct\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"772519cf-9d04-5814-b188-54b4261f2ae9\",\r\n          \"name\": \"Bech-Bruun\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-account\": \"Bech-Bruun\",\r\n            \"property-address\": \"Langelinie Alle 35\",\r\n            \"property-annualrevenue\": \"250000000\",\r\n            \"property-appItemId\": \"7\",\r\n            \"property-appItemIdFormatted\": \"deal00007\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-closingdate-Start\": \"2015-12-18T00:00:00.0000000\",\r\n            \"property-closingprobability\": \"25\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484044027673\",\r\n            \"property-cvr.organization.address+coName\": \"Bogholderiet\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"4143\",\r\n            \"property-cvr.organization.address+streetName\": \"Langelinie Allé\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"35\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Interessentskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"1999-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"1999-04-27T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"691000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Juridisk bistand\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"Bech-Bruun\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at fremme Bech-Bruun advokatfirmas forretningsmæssige interesser gennem analyse og kontaktskabelse på internationale markeder samt at drive virksomhed med ledelse og administration af selskaber, samt, direkte eller indirekte, at drive anden virksomhed, der efter bestyrelsens skøn er forbunden dermed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2000-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-11-29T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"En moderne, international advokatvirksomhed med specialiserede rådgivere, der gør det komplekse enkelt.\",\r\n            \"property-domain\": \"bechbruun.com\",\r\n            \"property-expecteddealvalue\": \"1000.0000\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/BechBruun\",\r\n            \"property-facebookGraph.organization.about\": \"Bech-Bruun er en af Danmarks førende advokatvirksomheder. Vi er mere end 500 medarbejdere fordelt på kontorer i København, Aarhus og Shanghai.\",\r\n            \"property-facebookGraph.organization.category\": \"Legal Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/15873404_1308622669212390_2036383358252690945_n.jpg?oh=0c04bdb831cdcad516858b7a366138fd&oe=595183B5\",\r\n            \"property-facebookGraph.organization.engagement\": \"2650\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2650\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Bech-Bruun\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.69972\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.59991\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"BechBruun\",\r\n            \"property-founded_year\": \"2001\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1488920840621\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"Langelinie Alle 35 Copenhagen, 2100 Denmark\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"250000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-company_name\": \"Bech Bruun\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044027673\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"With more than 500 specialised and experienced employees, Bech-Bruun is among the leading law firms in Denmark. From our offices in Copenhagen, Aarhus and Shanghai, we provide advice on all aspects of corporate and commercial law to national and international enterprises, organisations and public authorities.\\n\\nWe are committed to delivering best practice consulting services and to understanding the challenges and opportunities of our clients and the corporate world, which is also why Bech-Bruun is a member of the Confederation of Danish Industries.\\n\\nOur business philosophy includes a strong focus on Corporate Social Responsibility that lies at the core of our management and business strategy.\\n\\nWe have an extensive cross-border network and vast international experience, which we bring to bear on solving the needs of our clients in Denmark and abroad.\",\r\n            \"property-hubspot.company.custom-domain\": \"bechbruun.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/BechBruun\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-founded_year\": \"Information not given.\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504100629385\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1504017177856\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"27493554\",\r\n            \"property-hubspot.company.custom-industry\": \"LAW_PRACTICE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/8555/\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"En moderne, international advokatvirksomhed med specialiserede rådgivere, der gør det komplekse enkelt.\",\r\n            \"property-hubspot.company.custom-name\": \"Bech-Bruun\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504100611000\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504100616368\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"3\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 72 27 00 00\",\r\n            \"property-hubspot.company.custom-reference_date\": \"8-Sep-15\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"twdb_bech\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;google_maps;google_tag_manager;google_analytics;asp_net\",\r\n            \"property-hubspot.company.custom-website\": \"http://www.bechbruun.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2100\",\r\n            \"property-hubspot.company.founded\": \"Information not given.\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"En moderne, international advokatvirksomhed med specialiserede rådgivere, der gør det komplekse enkelt.\",\r\n            \"property-industry\": \"LAW_PRACTICE\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"324847243\",\r\n            \"property-knowledgeGraph.organization.description\": \"Law company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Bech-Bruun is a Danish law firm with offices in Copenhagen, Aarhus and Shanghai. As of 2013, the firm, has 74 partners and some 400 employees. It is described as one of the \\\"Big Four\\\" in the Danish market for legal services.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Bech-Bruun\",\r\n            \"property-lastEventOn\": \"2015-10-27T14:42:10.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/bech-bruun\",\r\n            \"property-linkedinbio\": \"En moderne, international advokatvirksomhed med specialiserede rådgivere, der gør det komplekse enkelt.\",\r\n            \"property-name\": \"Bech-Bruun\",\r\n            \"property-nextagreedcontact-Start\": \"2015-10-30T00:00:00.0000000\",\r\n            \"property-notes\": \"<p>27oct2015<br />Good meeting, but their security protocol are effectively prohibiting any use of CluedIn for the company as a whole. They did however want to try it out for their communication department.<br />We are to provide them with a roadmap, and give them an account that they can test out.<br /></p>\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"C/O Bogholderiet\\nLangelinie Allé 35\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Langelinie Allé 35\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"250000000\",\r\n            \"property-organization.codes.cvr\": \"25089944\",\r\n            \"property-organization.contact.email\": \"info@bechbruun.com\",\r\n            \"property-organization.emailDomainNames\": \"bechbruun.com\",\r\n            \"property-organization.employeeCount\": \"200-499\",\r\n            \"property-organization.fax\": \"72270027\",\r\n            \"property-organization.foundingDate\": \"2000-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"LAW_PRACTICE\",\r\n            \"property-organization.phoneNumber\": \"72270000\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4572270000\",\r\n            \"property-organization.phoneNumber-International\": \"+45 72 27 00 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-72-27-00-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/BechBruun/\",\r\n            \"property-organization.website\": \"http://www.bechbruun.com\",\r\n            \"property-organizationName\": \"Bech-Bruun\",\r\n            \"property-phone\": \"+45 72 27 00 00\",\r\n            \"property-primaryContact\": \"Peter Hjorth\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"twdb_bech\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/BechBruun\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/8555/\",\r\n            \"property-user.social.Twitter\": \"twdb_bech\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"bechbruun.com\",\r\n            \"property-zip\": \"2100\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"cec4fd9c-ec74-53cd-9c24-551e6594a1d3\",\r\n          \"name\": \"Languagewire\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"10 Nitivej\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-appItemId\": \"49\",\r\n            \"property-appItemIdFormatted\": \"49\",\r\n            \"property-city\": \"Frederiksberg\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484816329824\",\r\n            \"property-description\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-domain\": \"languagewire.com\",\r\n            \"property-facebookGraph.organization.about\": \"Giving you the power to reach your global audience.\",\r\n            \"property-facebookGraph.organization.category\": \"Consulting Agency\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"LanguageWire is one of the top 40 translation companies worldwide, servicing more than 2,000 clients from offices in Copenhagen, Stockholm, Gothenburg, Oslo, London, Hamburg, Munich and Kiev.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/16486930_944384085662142_6274983560143923157_o.jpg?oh=241fcef32c1a798dcdedea451a47db0d&oe=596811E4\",\r\n            \"property-facebookGraph.organization.engagement\": \"513\",\r\n            \"property-facebookGraph.organization.fanCount\": \"513\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"LanguageWire\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.691704722363\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.53403034337\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.9\",\r\n            \"property-facebookGraph.organization.username\": \"LanguageWire\",\r\n            \"property-founded_year\": \"2000\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-LanguageWire-RVW13787183.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"- Working environment (London only)\\n- Support from management/HQ\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Project Manager\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Friendly and relaxed atmosphere, nice colleagues, interesting job content.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-15T04:32:47.6870000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"7\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"12\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"85\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.1\",\r\n            \"property-hs_analytics_first_timestamp\": \"1488281992235\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hs_lastmodifieddate\": \"1488354114098\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"10 Nitivej\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Frederiksberg\",\r\n            \"property-hubspot.company.custom-closedate\": \"1511172824045\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484816329824\",\r\n            \"property-hubspot.company.custom-days_to_close\": \"305\",\r\n            \"property-hubspot.company.custom-description\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-hubspot.company.custom-domain\": \"languagewire.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1488281992235\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1496216303361\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2000\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1488281992235\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1511173759802\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1484816329824\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"TRANSLATION_AND_LOCALIZATION\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"customer\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/languagewire\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-hubspot.company.custom-name\": \"LanguageWire\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1511173751771\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1511173753754\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"6\",\r\n            \"property-hubspot.company.custom-num_notes\": \"12\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 20 3630 0216\",\r\n            \"property-hubspot.company.custom-recent_deal_amount\": \"32800\",\r\n            \"property-hubspot.company.custom-recent_deal_close_date\": \"1496181600000\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_revenue\": \"32800\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"LanguageWire\",\r\n            \"property-hubspot.company.custom-website\": \"languagewire.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2000\",\r\n            \"property-hubspot.company.daysToClose\": \"305\",\r\n            \"property-hubspot.company.founded\": \"2000\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1484816329824\",\r\n            \"property-hubspot_owner_id\": \"16594036\",\r\n            \"property-industry\": \"TRANSLATION_AND_LOCALIZATION\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"318413754\",\r\n            \"property-lastEventOn\": \"2015-09-08T13:35:13.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/languagewire\",\r\n            \"property-linkedinbio\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-name\": \"LanguageWire\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"10 Nitivej\",\r\n            \"property-organization.address.city\": \"Frederiksberg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2000\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.contact.email\": \"contact@languagewire.com\",\r\n            \"property-organization.emailDomainNames\": \"languagewire.com\",\r\n            \"property-organization.industry\": \"TRANSLATION_AND_LOCALIZATION\",\r\n            \"property-organization.name\": \"LanguageWire\",\r\n            \"property-organization.phoneNumber\": \"+442036300216\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+442036300216\",\r\n            \"property-organization.phoneNumber-International\": \"+44 20 3630 0216\",\r\n            \"property-organization.phoneNumber-Location\": \"London\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-20-3630-0216\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/LanguageWire/\",\r\n            \"property-organization.usedTechnologies\": \"AddThis, Google Tag Manager, jQuery\",\r\n            \"property-organization.website\": \"languagewire.com\",\r\n            \"property-organizationName\": \"Languagewire\",\r\n            \"property-phone\": \"+44 20 3630 0216\",\r\n            \"property-primaryContact\": \"Michael\",\r\n            \"property-property-organization.website\": \"https://www.languagewire.com/en\",\r\n            \"property-property-user.phoneNumber\": \"+44 (0)20 3630 0216\",\r\n            \"property-property-user.social.CrunchBase\": \"https://www.crunchbase.com/organization/languagewire\",\r\n            \"property-property-user.social.Facebook\": \"http://www.facebook.com/languagewire\",\r\n            \"property-property-user.social.GooglePlus\": \"https://plus.google.com/109174275304796801992\",\r\n            \"property-property-user.social.LinkedIn\": \"http://www.linkedin.com/company/languagewire\",\r\n            \"property-property-user.social.Twitter\": \"http://twitter.com/languagewire\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"LanguageWire\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/languagewire\",\r\n            \"property-user.social.Twitter\": \"LanguageWire\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"languagewire.com\",\r\n            \"property-website.CopyrightEntity\": \"LanguageWire\",\r\n            \"property-website.Description\": \"LanguageWire is an innovative translation agency - a modern translation platform with a network of 5,000 highly qualified, professional translators.\",\r\n            \"property-website.Title\": \"LanguageWire - the Power to Reach Your Global Audience\",\r\n            \"property-zip\": \"2000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"b4b011c3-ddcd-5444-85d6-ba5661f69882\",\r\n          \"name\": \"Tradeshift\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-account\": \"Tradeshift\",\r\n            \"property-angelList.organization.blogUrl\": \"http://tradeshift.com/blog/\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"161\",\r\n            \"property-angelList.organization.highConcept\": \"Grow your company with Tradeshift's flexible business commerce platform\",\r\n            \"property-angelList.organization.productDesc\": \"Modern business is broken.\\n\\nOn one hand, growing companies who want to focus on doing what they love are plagued by user-unfriendly and time-consuming solutions for essential tasks like invoicing and payments. On the other, enterprises striving for an efficient digital future find themselves compromising when partners aren’t ready, willing or able to join such a reality.\\n\\nTradeshift rethinks all of this. In establishing a platform for all your business interactions, it helps smaller companies run more efficiently, harnessing the power of their network to create new value from old processes. Apps like e-invoicing become a route to getting paid faster and open doors like dynamic discounting to the entire long tail of the supply chain.\\n\\nTradeshift is the first step toward a smarter, better, network-powered business.\",\r\n            \"property-angelList.organization.videoUrl\": \"http://www.youtube.com/watch?v=BVaN28n6x6s\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-appItemId\": \"11\",\r\n            \"property-appItemIdFormatted\": \"deal00011\",\r\n            \"property-city\": \"San Francisco\",\r\n            \"property-closingprobability\": \"25\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484044027846\",\r\n            \"property-description\": \"Tradeshift is a global business-to-business platform that helps companies run more efficiently, using cloud-based technology to improve processes like invoicing, workflow and supplier financing. Tradeshift brings all companies, big and small, together to transact, connect and collaborate with each other. For suppliers, we deliver free electronic invoicing, enabling faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world.\",\r\n            \"property-domain\": \"tradeshift.com\",\r\n            \"property-expecteddealvalue\": \"1000.0000\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Tradeshift\",\r\n            \"property-facebookGraph.organization.about\": \"Like us for company updates, tips for using our platform, and glimpses into what it’s like to work here. Or, of course, if you just love what we do.\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Imagine a place where all companies, big and small, come together to transact, connect and collaborate with each other. Now stop imagining and start participating. For suppliers, Tradeshift delivers free electronic invoicing, faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world. \\n\\nLaunched in 2010, Tradeshift connects 800,000 companies across 190 countries. Businesses on the platform include DHL, the National Health Service (NHS), CBRE and Vestas Wind Systems. Tradeshift was awarded “Best Enterprise” at The TechCrunch Europa Awards and “Most Innovative Solution” by Financial-I. TechCrunch has also recognized Tradeshift for “Kicking Ass Globally”. Tradeshift is headquartered in San Francisco with offices in Copenhagen, London, Suzhou, Tokyo and Paris\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/16507926_1365927520115772_1427096283104978208_n.png?oh=61573cf83f80ee33c7c3e68238e77dae&oe=595C1B28\",\r\n            \"property-facebookGraph.organization.engagement\": \"2432\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2432\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Tradeshift\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.mission\": \"Modern business is broken. On one hand, growing companies who want to focus on doing what they love are plagued by user-unfriendly and time-consuming solutions for essential tasks like invoicing and payments. On the other, enterprises striving for a more efficient digital future find themselves compromising when partners aren’t ready, willing or able to join such a reality.\\n\\nTradeshift rethinks all of this. In establishing a platform for all your business interactions, it helps smaller companies run more efficiently, harnessing the power of their network to create new value from old processes. Apps like e-invoicing become a route to getting paid faster or even open doors like dynamic discounting.\\n\\nMeanwhile, enterprises that work with tens of thousands of companies like this find themselves surrounded by partners of all sizes who are already connected with them on a single, global, 100% electronic platform.\\n\\nTradeshift is the first step toward a smarter, better, network-powered business.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"eProcurement\\nWith Tradeshift® Buy, get everything you need: any online purchase can be within policy.\\n\\nAP Automation\\nWith Tradeshift® Pay, stay on top of your payables, simply and digitally, with every supplier.\\n\\nSupplier Management\\nWith Tradeshift® Risk, manage all your supplier master data, compliance, and risk in one place.\\n\\nPlatform & Apps\\nFind a supply chain app or build your own. The easiest, most flexible way to do business.\",\r\n            \"property-facebookGraph.organization.username\": \"Tradeshift\",\r\n            \"property-founded_year\": \"2009\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Tradeshift-RVW14135567.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The company has grown so fast it's sometimes hard for product to keep up.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Nowhere else like it\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Head of Enterprise Marketing\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"San Francisco, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Tradeshift truly has the most unique culture of anywhere I've ever worked. The passion from leadership exudes throughout the organization. It's very much results oriented, not process oriented which makes for good work-life balance and attracting great colleagues. On the commercial side, Tradeshift is the only company in the space addressing all of business commerce so the vision is head and shoulders above the competition. I see this company growing and growing.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-10T14:01:13.5600000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"32\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"99\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"1\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"40\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"96\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1488651924926\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"#100 San Francisco, CALIFORNIA 94105 United States\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"San Francisco\",\r\n            \"property-hubspot.company.custom-company_name\": \"Tradeshift\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044027846\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Imagine a place where all companies, big and small, come together to transact, connect and collaborate with each other. Now stop imagining and start participating. For suppliers, Tradeshift delivers free electronic invoicing, faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world.\\n\\nTradeshift is a global collaboration platform that connects buyers, suppliers, and all their processes. Tradeshift helps businesses of every size to run more efficiently, using cloud technology to improve processes like AP automation, procurement, supplier management and working capital optimization. Businesses rely on Tradeshift to transform and digitize their supply chain relationships and processes. Tradeshift�s open platform enables third parties to build business apps, which let businesses respond to their growing business needs, now and in the future. Launched in 2010, Tradeshift connects 800,000 companies across 190 countries. Customers include Air France-KLM, Archer Daniels Midland (ADM), CBRE, DHL, and the National Health Service (NHS). \\n\\nTradeshift was awarded The Circular�s �Digital Disruptor� award and �Best Enterprise� at The TechCrunch Europas. TechCrunch has also recognized Tradeshift for �Kicking Ass Globally�. Tradeshift is headquartered in San Francisco with offices in Copenhagen, New York, London, Paris, Suzhou, Tokyo and Munich.\",\r\n            \"property-hubspot.company.custom-domain\": \"tradeshift.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Tradeshift\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2009\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1500465105877\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/845066/\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Tradeshift is a global business-to-business platform that helps companies run more efficiently, using cloud-based technology to improve processes like invoicing, workflow and supplier financing. Tradeshift brings all companies, big and small, together to transact, connect and collaborate with each other. For suppliers, we deliver free electronic invoicing, enabling faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world.\",\r\n            \"property-hubspot.company.custom-name\": \"Tradeshift\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 800-381-3585\",\r\n            \"property-hubspot.company.custom-reference_date\": \"7-Sep-15\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"341.8M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"tradeshift\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"aws_route_53;disqus;nginx;wordpress;google_tag_manager;facebook_connect;optimizely;vidyard;mailgun;salesforce;marketo;segment;google_analytics;twitter_button;google_apps;double_click;bing_ads\",\r\n            \"property-hubspot.company.custom-website\": \"http://tradeshift.com\",\r\n            \"property-hubspot.company.custom-zip\": \"94105\",\r\n            \"property-hubspot.company.founded\": \"2009\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Tradeshift is a global business-to-business platform that helps companies run more efficiently, using cloud-based technology to improve processes like invoicing, workflow and supplier financing. Tradeshift brings all companies, big and small, together to transact, connect and collaborate with each other. For suppliers, we deliver free electronic invoicing, enabling faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"331349592\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Tradeshift is a cloud-based business network connecting buyers and suppliers. It was founded in Copenhagen in 2010 by Christian Lanng, Mikkel Hippe Brun, and Gert Sylvest. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Tradeshift\",\r\n            \"property-lastEventOn\": \"2015-10-09T14:42:05.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/tradeshift\",\r\n            \"property-linkedinbio\": \"Tradeshift is a global business-to-business platform that helps companies run more efficiently, using cloud-based technology to improve processes like invoicing, workflow and supplier financing. Tradeshift brings all companies, big and small, together to transact, connect and collaborate with each other. For suppliers, we deliver free electronic invoicing, enabling faster payments and predictable cash flow. For enterprises, we empower them to work more easily and productively with their entire supply chain, anywhere in the world.\",\r\n            \"property-name\": \"Tradeshift\",\r\n            \"property-nextagreedcontact-Start\": \"2015-11-05T00:00:00.0000000\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"#100 San Francisco, CALIFORNIA 94105 United States\",\r\n            \"property-organization.address.city\": \"San Francisco\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.zipCode\": \"94105\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-10953005-1\",\r\n            \"property-organization.emailDomainNames\": \"tradeshift.com\",\r\n            \"property-organization.employeeCount\": \"201-500\",\r\n            \"property-organization.foundingDate\": \"2009\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Tradeshift\",\r\n            \"property-organization.phoneNumber\": \"+18003813585\",\r\n            \"property-organization.phoneNumber-E164\": \"+18003813585\",\r\n            \"property-organization.phoneNumber-International\": \"+1 800-381-3585\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-800-381-3585\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Tradeshift\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+Tradeshift\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/tradeshift\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/tradeshift\",\r\n            \"property-organization.usedTechnologies\": \"Font Awesome, Google Font API, Google Tag Manager, jQuery, Modernizr, Optimizely, PHP, Segment, Twitter Bootstrap, WordPress, Yoast SEO\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/tradeshift\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/tradeshift\",\r\n            \"property-organization.website\": \"http://tradeshift.com\",\r\n            \"property-organizationName\": \"Tradeshift\",\r\n            \"property-phone\": \"+1 800-381-3585\",\r\n            \"property-primaryContact\": \"Kristian\",\r\n            \"property-state\": \"CA\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"tradeshift\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Tradeshift\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/845066/\",\r\n            \"property-user.social.Twitter\": \"tradeshift\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"tradeshift.com\",\r\n            \"property-website.CopyrightEntity\": \"Tradeshift\",\r\n            \"property-website.Description\": \"Tradeshift an open platform that powers SMB to Enterprise with solutions for procurement, spend management, and business travel. We transform the way companies buy, pay, and collaborate.\",\r\n            \"property-website.Title\": \"Procure-to-pay, Supplier Engagement for Enterprise Procurement | Tradeshift\",\r\n            \"property-zip\": \"94105\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"02632ab7-f04a-59a5-abbb-2df90ac40830\",\r\n          \"name\": \"ISS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-account\": \"ISS\",\r\n            \"property-address\": \"<p>ISS A/S<br /> Buddingevej 197<br /> 2860 Søborg<br /> Denmark</p>\",\r\n            \"property-appItemId\": \"1\",\r\n            \"property-appItemIdFormatted\": \"deal00001\",\r\n            \"property-closingdate-Start\": \"2015-12-01T00:00:00.0000000\",\r\n            \"property-closingprobability\": \"50\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-expecteddealvalue\": \"5000.0000\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-ISS-A-S-RVW13973602.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Not sure about cons as our department has been taken over only recently.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"new to iss\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Conference Coordinator\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Brighton, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"It is a large company(500k approx around the Globe) \\nThey offer a lot of training and development\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-28T03:19:23.7470000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Building & Personnel Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.3\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"10\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"69\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"31\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"10\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"41\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"209810653\",\r\n            \"property-lastEventOn\": \"2015-11-03T13:58:45.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-nextagreedcontact-Start\": \"2015-11-05T00:00:00.0000000\",\r\n            \"property-notes\": \"<p>29oct2015<br />Good meeting with Søren Grauslund from ISS. feedback was that he could absolutely see a use for Cluedin in ISS, but that the security needs exclude it at this stage.<br />They need to be able to separate the users in groups and in what content will show up in their feed/search as not everybody are allowed to get all knowledge. This also because it is a demand from some of their customers.<br />So a demand for them to use CluedIn would be that we can \\\"discriminate\\\" the content for individual users.<br />He would very much like a Sitecore provider, and they are using Confluence internally.<br /></p><p>Another issue would be with the user-creation and login details. They would expect people to be able to log in with their existing AD account so that they would not ahve to go through signup.<br /></p><p>Søren would like to try it out on another business that he is involved with to better gauge the usefulness. For that business he would need Dropbox and Office365.</p><p>We are to provide him with a link to create an account.</p>\",\r\n            \"property-organization.codes.cvr\": \"28504799\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-10026792-1\",\r\n            \"property-organization.emailDomainNames\": \"issworld.com\",\r\n            \"property-organization.industry\": \"Building & Personnel Services\",\r\n            \"property-organization.name\": \"ISS World\",\r\n            \"property-organization.phoneNumber\": \"+4538170000\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4538170000\",\r\n            \"property-organization.phoneNumber-International\": \"+45 38 17 00 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-38-17-00-00\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/issworld\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/issworld/\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/iss-facility-services-a-s\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/issworld\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/user/ISSworldservicesTV\",\r\n            \"property-organization.usedTechnologies\": \"Google Tag Manager, IIS, Microsoft ASP.NET, Windows Server\",\r\n            \"property-organization.website\": \"www.issworld.com\",\r\n            \"property-organizationName\": \"ISS\",\r\n            \"property-primaryContact\": \"Søren\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-website.CopyrightEntity\": \"ISS, Inc\",\r\n            \"property-website.Description\": \"As one of the world’s leading facility services companies, ISS focus on understanding our customers’ needs and providing the full range of facility services...\",\r\n            \"property-website.Title\": \" ISS World - Group Website \"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"311c418d-8361-5245-a896-a4591f2c166c\",\r\n          \"name\": \"NOSCO ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Studiestræde 32B,1st. floor\",\r\n            \"property-admin_username\": \"nosco\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"3\",\r\n            \"property-angelList.organization.highConcept\": \"A social platform for ideas\",\r\n            \"property-angelList.organization.productDesc\": \"Making innovation social increases collaboration, communication and knowledge sharing while making innovation relevant and engaging for you. Nosco has created a social platform for ideas, which organizations can use to make innovation social and engaging. The idea behind the platforms is that employees and customers can share ideas and collaborate to improve them.\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-cluedin_subdomain\": \"Nosco\",\r\n            \"property-company_notes\": \"Tim thinks it is a easy win!!\\n\\nWas customers 15/6-16\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040924075\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København N\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2200\",\r\n            \"property-cvr.organization.address+streetCode\": \"600\",\r\n            \"property-cvr.organization.address+streetName\": \"Blegdamsvej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"6\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2007-05-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2006-04-21T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"702200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Virksomhedsrådgivning og anden rådgivning om driftsledelse\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"NOSCO ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Det er selskabets formal at drive virksomhed relateret til udvikling og salg af software. Selskabets formål omfatter endvidere hermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"268569.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2006-04-21T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-12-29T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Nosco. A social platform for ideas\",\r\n            \"property-domain\": \"nos.co\",\r\n            \"property-email\": \"lisa@nos.co\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/noscohq\",\r\n            \"property-facebookGraph.organization.about\": \"Nosco is a software and service company. We work with idea management. www.nos.co\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/15895415_1549824088379366_1459630565131947490_n.jpg?oh=32a5c5853252a1042eb9207186d045db&oe=5930531D\",\r\n            \"property-facebookGraph.organization.engagement\": \"485\",\r\n            \"property-facebookGraph.organization.fanCount\": \"485\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Nosco\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.678437338571\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.568131095385\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.5\",\r\n            \"property-facebookGraph.organization.products\": \"Nosco is a social platform for ideas.\\n\\nCreate and share ideas, post comments and vote for ideas you like.\\n\\nFollow ideas, people and campaigns and get updates in your personal activity feed.\\n\\nMaking innovation social increases collaboration, communication and knowledge sharing while making innovation relevant and engaging for you.\\nSign up for a free demo here: nos.co/platform\",\r\n            \"property-facebookGraph.organization.username\": \"noscohq\",\r\n            \"property-first_deal_created_date\": \"1489401265973\",\r\n            \"property-founded_year\": \"2006\",\r\n            \"property-glassDoor.organization.industry\": \"Health Care Products Manufacturing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Not Applicable\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"0.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Manufacturing\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1493249117888\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"Studiestræde 32B,1st. floor\",\r\n            \"property-hubspot.company.custom-admin_username\": \"nosco\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-became_free_trial_user\": \"1473984000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Nosco\",\r\n            \"property-hubspot.company.custom-company_address\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-company_name\": \"Nosco\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Tim thinks it is a easy win!!\\n\\nWas customers 15/6-16\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040924075\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Nosco is a software and consulting company. We help make companies more innovative. \\n\\nHeadquartered in Copenhagen, we aim to help companies around the world develop and \\nimplement processes and tools for innovation and idea management. \\n\\nOur team consists of highly skilled consultants, software developers and designers. \\n\\nClients include Volkswagen, Allianz, BASF, Reebok, Colgate, Velux, Danfoss and Novozymes,\\n\\nRead more about our software platform and consulting services here: www.nos.co\",\r\n            \"property-hubspot.company.custom-domain\": \"nos.co\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/noscohq\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1485781087355\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489401265973\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2006\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1485781087347\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"API\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509538649617\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1484580684816\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-integrations\": \"Google Drive, Google Calendar, Dropbox, Zendesk, PipeDrive, Trello, MailChimp\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/607720/\",\r\n            \"property-hubspot.company.custom-name\": \"Nosco\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1509538645244\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1509538646603\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1505340000000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"10\",\r\n            \"property-hubspot.company.custom-num_notes\": \"20\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 70 12 42\",\r\n            \"property-hubspot.company.custom-recent_deal_close_date\": \"1496095200000\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"400K\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"noscohq\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"4\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"aws_route_53;typekit_by_adobe;google_adwords;nginx;mailjet;google_analytics;wufoo;google_apps;rackspace;campaignmonitor;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"http://www.nos.co\",\r\n            \"property-hubspot.company.custom-zip\": \"1455\",\r\n            \"property-hubspot.company.founded\": \"2006\",\r\n            \"property-hubspot.company.integrations\": \"Google Drive, Google Calendar, Dropbox, Zendesk, PipeDrive, Trello, MailChimp\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.notes\": \"Tim thinks it is a easy win!!\\n\\nWas customers 15/6-16\",\r\n            \"property-hubspot_owner_assigneddate\": \"1484580684816\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-integrations\": \"Google Drive, Google Calendar, Dropbox, Zendesk, PipeDrive, Trello, MailChimp\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/nosco_2\",\r\n            \"property-name\": \"Nosco\",\r\n            \"property-notes_last_contacted\": \"1491900355596\",\r\n            \"property-notes_last_updated\": \"1491900578688\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-num_contacted_notes\": \"3\",\r\n            \"property-num_notes\": \"5\",\r\n            \"property-organization.address\": \"Blegdamsvej 6\\n2200 København N\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Blegdamsvej 6b\",\r\n            \"property-organization.address.zipCode\": \"1455\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.cvr\": \"29515506\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-27905525-1\",\r\n            \"property-organization.contact.email\": \"sebastian@nos.co\",\r\n            \"property-organization.emailDomainNames\": \"nos.co\",\r\n            \"property-organization.employeeCount\": \"10-19\",\r\n            \"property-organization.foundingDate\": \"2006-04-21T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Nosco\",\r\n            \"property-organization.phoneNumber\": \"70701242\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/noscohq\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/nosco_2?trk=nav_account_sub_nav_company_admin\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/NoscoHQ\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/noscosolutions\",\r\n            \"property-organization.usedTechnologies\": \"jQuery\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/nosco\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/nosco-hq\",\r\n            \"property-organization.website\": \"www.nos.co\",\r\n            \"property-phone\": \"+45 70 70 12 42\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"noscohq\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/noscohq\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/607720/\",\r\n            \"property-user.social.Twitter\": \"noscohq\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"nos.co\",\r\n            \"property-website.CopyrightEntity\": \"Nosco, Inc\",\r\n            \"property-website.Description\": \"Every day, we strive to make your printed packaging successful. Our business is built on service leadership, innovation, lean manufacturing &amp; quality.\",\r\n            \"property-website.Title\": \"Homepage\",\r\n            \"property-zip\": \"1455\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"001f8ed4-dda0-5222-b717-7e20862b48d4\",\r\n          \"name\": \"Morningfame\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-admin_username\": \"morningfame\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"3\",\r\n            \"property-angelList.organization.highConcept\": \"Tracking online audience engagement\",\r\n            \"property-angelList.organization.productDesc\": \"If you publish your work on the web - like a blog post or a photo gallery - I am sure that you want to know if your audience likes it. They do once they start following you, give thumbs up, tweet about your work, etc. To get this feedback, however, you regularly need to log on to many different sites like Facebook, Twitter, Instagram, Google Analytics etc. That is tedious. Instead you can now integrate all those websites into Morningfame’s dashboard and see all your new kudos with a single click.\",\r\n            \"property-angelList.organization.statusCreatedAt\": \"2015-04-25T21:02:12Z\",\r\n            \"property-angelList.organization.statusMessage\": \"The private beta phase is already ongoing.\",\r\n            \"property-cluedin_subdomain\": \"Morningfame\",\r\n            \"property-createdate\": \"1484040929280\",\r\n            \"property-description\": \"Track the engagement of your audience. Aggregated in a single tool.\",\r\n            \"property-domain\": \"morningfa.me\",\r\n            \"property-email\": \"nico@morningfa.me\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/823505727715740\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1489030564501\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-admin_username\": \"morningfame\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Morningfame\",\r\n            \"property-hubspot.company.custom-company_name\": \"Morningfame\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929280\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"If you publish your work on the web - like a blog post or a photo gallery - I am sure that you want to know if your audience likes it. They do once they start following you, give thumbs up, tweet about your work, etc. To get this feedback, however, you...\",\r\n            \"property-hubspot.company.custom-domain\": \"morningfa.me\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/823505727715740\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1505438501397\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"LinkedIn, Twitter\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/morningfame\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"If you publish your work on the web - like a blog post or a photo gallery - I am sure that you want to know if your audience likes it. They do once they start following you, give thumbs up, tweet about your work, etc. To get this feedback, however, you...\",\r\n            \"property-hubspot.company.custom-name\": \"Morningfame\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063030938\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"morning_fame\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"amazon_s3;sendgrid\",\r\n            \"property-hubspot.company.custom-website\": \"morningfa.me\",\r\n            \"property-hubspot.company.integrations\": \"LinkedIn, Twitter\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"If you publish your work on the web - like a blog post or a photo gallery - I am sure that you want to know if your audience likes it. They do once they start following you, give thumbs up, tweet about your work, etc. To get this feedback, however, you...\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"LinkedIn, Twitter\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/morningfame\",\r\n            \"property-name\": \"Morningfame\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.emailDomainNames\": \"morningfa.me\",\r\n            \"property-organization.employeeCount\": \"1-10\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Morningfame\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/pages/Morningfame/823505727715740\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/9364970\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/morning_fame\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/morningfame\",\r\n            \"property-organization.website\": \"https://morningfa.me\",\r\n            \"property-twitter.user.followersCount\": \"1519\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"380\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"195\",\r\n            \"property-twitter.user.url\": \"https://t.co/ygotb2qckv\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"morning_fame\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/823505727715740\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/morningfame\",\r\n            \"property-user.social.Twitter\": \"morning_fame\",\r\n            \"property-website\": \"morningfa.me\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"fd22d1b1-e13b-5621-af0e-320e68e4a3d7\",\r\n          \"name\": \"OVH Group\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"2 Rue Kellermann\",\r\n            \"property-admin_username\": \"ovh\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"5\",\r\n            \"property-angelList.organization.highConcept\": \"Cloud and hosting provider leader in Europe\",\r\n            \"property-annualrevenue\": \"250000000\",\r\n            \"property-city\": \"Roubaix\",\r\n            \"property-cluedin_subdomain\": \"OVH\",\r\n            \"property-country\": \"France\",\r\n            \"property-createdate\": \"1484040930781\",\r\n            \"property-description\": \"OVH.com is an independent French company specialized in web hosting services. It offers a wide range of IT services such as dedicated servers, mutual hosting, domain names, and VOIP telephony services for businesses and technophiles. OVH.com also offers related products and services such as emails and internet access. It currently hosts more than 2,900,000 domain names and 170,000 servers for thousands of users around the world.\",\r\n            \"property-domain\": \"corp.ovh.com\",\r\n            \"property-email\": \"antoine.pillyser@corp.ovh.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/ovh.jobs/info?tab=page_info\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-OVH-RVW14150661.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Quand on arrive chez OVH, on monte dans un train à grande vitesse. Le rythme est soutenu pas parce qu'on nous le demande mais parce qu'on est naturellement attrapé par l'énergie de l'entreprise.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Il y a les entreprises et il y a OVH\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Roubaix (France)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"De bonnes conditions de travail (repas, crèche, salle de sport) qui continuent de s'améliorer (jours de congés supplémentaires, télétravail, ...).\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-12T09:00:52.7130000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"18\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"56\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"44\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"31\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"44\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1484041635258\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"2 Rue Kellermann\",\r\n            \"property-hubspot.company.custom-admin_username\": \"ovh\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"250000000\",\r\n            \"property-hubspot.company.custom-city\": \"Roubaix\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"OVH\",\r\n            \"property-hubspot.company.custom-company_name\": \"OVH\",\r\n            \"property-hubspot.company.custom-country\": \"France\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040930781\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"OVH.com is an independent French company specialized in web hosting services. It offers a wide range of IT services such as dedicated servers, mutual hosting, domain names, and VOIP telephony services for businesses and technophiles. OVH.com also offers related products and services such as emails and internet access. It currently hosts more than 2,900,000 domain names and 170,000 servers for thousands of users around the world.\",\r\n            \"property-hubspot.company.custom-domain\": \"corp.ovh.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/ovh.jobs/info?tab=page_info\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439426814\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://www.linkedin.com/company/1883877\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"OVH.com is an independent French company specialized in web hosting services. It offers a wide range of IT services such as dedicated servers, mutual hosting, domain names, and VOIP telephony services for businesses and technophiles. OVH.com also offers related products and services such as emails and internet access. It currently hosts more than 2,900,000 domain names and 170,000 servers for thousands of users around the world.\",\r\n            \"property-hubspot.company.custom-name\": \"OVH\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033740\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 855-684-5463\",\r\n            \"property-hubspot.company.custom-state\": \"Nord-Pas-de-Calais Picardie\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Paris\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"278.9M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"ovh\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"apache;mailjet;twitter_button\",\r\n            \"property-hubspot.company.custom-website\": \"corp.ovh.com\",\r\n            \"property-hubspot.company.custom-zip\": \"59100\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.linkedInBio\": \"OVH.com is an independent French company specialized in web hosting services. It offers a wide range of IT services such as dedicated servers, mutual hosting, domain names, and VOIP telephony services for businesses and technophiles. OVH.com also offers related products and services such as emails and internet access. It currently hosts more than 2,900,000 domain names and 170,000 servers for thousands of users around the world.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-knowledgeGraph.organization.description\": \"Cloud computing company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"OVH is a French cloud computing company, that offers VPS, dedicated servers and other web services. The company was founded in 1999 by the Polish born Klaba family, and is headquartered in Roubaix, France. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/OVH\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/1883877\",\r\n            \"property-linkedinbio\": \"OVH.com is an independent French company specialized in web hosting services. It offers a wide range of IT services such as dedicated servers, mutual hosting, domain names, and VOIP telephony services for businesses and technophiles. OVH.com also offers related products and services such as emails and internet access. It currently hosts more than 2,900,000 domain names and 170,000 servers for thousands of users around the world.\",\r\n            \"property-name\": \"OVH\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"2 Rue Kellermann\",\r\n            \"property-organization.address.city\": \"Roubaix\",\r\n            \"property-organization.address.countryCode\": \"France\",\r\n            \"property-organization.address.state\": \"Nord-Pas-de-Calais Picardie\",\r\n            \"property-organization.address.zipCode\": \"59100\",\r\n            \"property-organization.annualRevenue\": \"250000000\",\r\n            \"property-organization.emailDomainNames\": \"ovh.com\",\r\n            \"property-organization.employeeCount\": \"1001-5000\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"OVH Group\",\r\n            \"property-organization.phoneNumber\": \"+18556845463\",\r\n            \"property-organization.phoneNumber-Country\": \"France\",\r\n            \"property-organization.phoneNumber-E164\": \"+18556845463\",\r\n            \"property-organization.phoneNumber-International\": \"+1 855-684-5463\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-855-684-5463\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/u/0/113241908030576578981/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/ovh\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/@ovh\",\r\n            \"property-organization.usedTechnologies\": \"jQuery, MooTools\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/ovh-group\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/ovh-com\",\r\n            \"property-organization.website\": \"http://www.ovh.com\",\r\n            \"property-phone\": \"+1 855-684-5463\",\r\n            \"property-state\": \"Nord-Pas-de-Calais Picardie\",\r\n            \"property-timezone\": \"Europe/Paris\",\r\n            \"property-twitterhandle\": \"ovh\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/ovh.jobs/info?tab=page_info\",\r\n            \"property-user.social.LinkedIn\": \"http://www.linkedin.com/company/1883877\",\r\n            \"property-user.social.Twitter\": \"ovh\",\r\n            \"property-user.timezone\": \"Europe/Paris Standard Time\",\r\n            \"property-website\": \"corp.ovh.com\",\r\n            \"property-website.CopyrightEntity\": \"OVH\",\r\n            \"property-website.Title\": \"Cloud computing and dedicated servers - OVH\",\r\n            \"property-zip\": \"59100\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"4ef06316-8b37-559b-9c95-c51166ad7a8f\",\r\n          \"name\": \"Cirque\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000QqHamAAF\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Cirque Corporation is a Salt Lake City, Utah-based company which developed and commercialized the first successful capacitive touchpad, now widely used in notebook computers. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Cirque_Corporation\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.annualRevenue\": \"12313.0\",\r\n            \"property-organization.codes.sic\": \"4124\",\r\n            \"property-organization.emailDomainNames\": \"cirque.com\",\r\n            \"property-organization.employeeCount\": \"44\",\r\n            \"property-organization.industry\": \"Banking\",\r\n            \"property-organization.phoneNumber\": \"2342342342\",\r\n            \"property-organization.tickerSymbol\": \"crq\",\r\n            \"property-organization.website\": \"www.cirque.dk\",\r\n            \"property-salesforce.account.accountNumber\": \"12\",\r\n            \"property-salesforce.account.billingCity\": \"Copenhagen\",\r\n            \"property-salesforce.account.billingCountry\": \"Denmark\",\r\n            \"property-salesforce.account.billingPostalCode\": \"2000\",\r\n            \"property-salesforce.account.billingStreet\": \"14 Something st\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.fax\": \"4242342342\",\r\n            \"property-salesforce.account.ownership\": \"Subsidiary\",\r\n            \"property-salesforce.account.rating\": \"Cold\",\r\n            \"property-salesforce.account.shippingCity\": \"Copenhagen\",\r\n            \"property-salesforce.account.shippingCountry\": \"Denmark\",\r\n            \"property-salesforce.account.shippingPostalCode\": \"2000\",\r\n            \"property-salesforce.account.shippingStreet\": \"17 Something st\",\r\n            \"property-salesforce.account.type\": \"Channel Partner / Reseller\",\r\n            \"property-salesforce.account.website\": \"http://www.cirque.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"d260b10d-6eab-5278-972b-4879a04dce99\",\r\n          \"name\": \"AirHelp\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"75 Bell Gardens\",\r\n            \"property-admin_username\": \"airhelp\",\r\n            \"property-angelList.organization.blogUrl\": \"http://facebook.com/AirHelp\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"926\",\r\n            \"property-angelList.organization.highConcept\": \"Get your money back when your flight is delayed\",\r\n            \"property-angelList.organization.productDesc\": \"AirHelp fights for your right to compensation when your flight is delayed, cancelled or overbooked. AirHelp does all the paperwork, follow up and legal actions. AirHelp deducts 25% of the compensation amount if claim is successful. We don't get paid if the passenger doesn't get paid. Simple as that.\",\r\n            \"property-angelList.organization.videoUrl\": \"http://vimeo.com/88722509\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Cambridgeshire\",\r\n            \"property-cluedin_subdomain\": \"Airhelp\",\r\n            \"property-company_notes\": \"Tim and Martin met with Jannis after he saw our website and asked if we would be interested in him doing our marketing.\",\r\n            \"property-country\": \"United Kingdom\",\r\n            \"property-createdate\": \"1484040930826\",\r\n            \"property-description\": \"Flight delayed? Canceled? Missed connection? You could receive up to €600 from the airline. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-domain\": \"airhelp.eu\",\r\n            \"property-email\": \"jannis.littmann@airhelp.eu\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/AirHelp\",\r\n            \"property-founded_year\": \"2013\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-AirHelp-RVW13264693.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"(1) Chaotic because it's a startup and globally distributed. (2) Phone calls with different countries take some time to get used to.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"I am using everything I have ever learned to make a difference\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"New York, NY\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"(1) I have a chance to use all of my skills to make a difference for my team, and the customers. (2) Startup world is fast paced, different each day. (3) Truly international company, helps me learn about the world and understand different culture\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-10T11:08:48.4370000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Airlines\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"12\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"17\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"77\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Travel & Tourism\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490777058056\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"75 BELL GARDENS\",\r\n            \"property-hubspot.company.custom-address2\": \"HADDENHAM\",\r\n            \"property-hubspot.company.custom-admin_username\": \"airhelp\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"ELY\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Airhelp\",\r\n            \"property-hubspot.company.custom-company_name\": \"Airhelp\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Tim and Martin met with Jannis after he saw our website and asked if we would be interested in him doing our marketing.\",\r\n            \"property-hubspot.company.custom-country\": \"United Kingdom\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040930826\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Flight delayed? Canceled? Receive up to $680. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-hubspot.company.custom-domain\": \"airhelp.eu\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/AirHelp\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1502286133660\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1506226226300\",\r\n            \"property-hubspot.company.custom-industry\": \"AIRLINES_AVIATION\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/airhelp\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Flight delayed? Canceled? Missed connection? You could receive up to €600 from the airline. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-hubspot.company.custom-name\": \"AirHelp\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504020125880\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"44 80 0011 9805\",\r\n            \"property-hubspot.company.custom-state\": \"CAMBRIDGESHIRE\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/London\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"theairhelper\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"airhelp.eu\",\r\n            \"property-hubspot.company.custom-zip\": \"CB6 3TX\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Flight delayed? Canceled? Missed connection? You could receive up to €600 from the airline. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-hubspot.company.notes\": \"Tim and Martin met with Jannis after he saw our website and asked if we would be interested in him doing our marketing.\",\r\n            \"property-industry\": \"AIRLINES_AVIATION\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Airline\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"AirHelp is a technology company that provides legal services to airline passengers who have experienced a flight cancelation, delay or overbooking when traveling into or out of the European Union. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/AirHelp\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/airhelp\",\r\n            \"property-linkedinbio\": \"Flight delayed? Canceled? Missed connection? You could receive up to €600 from the airline. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-name\": \"AirHelp\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"75 BELL GARDENS\",\r\n            \"property-organization.address.city\": \"ELY\",\r\n            \"property-organization.address.countryCode\": \"United Kingdom\",\r\n            \"property-organization.address.state\": \"CAMBRIDGESHIRE\",\r\n            \"property-organization.address.zipCode\": \"CB6 3TX\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.emailDomainNames\": \"airhelp.com\",\r\n            \"property-organization.employeeCount\": \"201-500\",\r\n            \"property-organization.industry\": \"Airlines\",\r\n            \"property-organization.name\": \"AirHelp\",\r\n            \"property-organization.phoneNumber\": \"+448000119805\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+448000119805\",\r\n            \"property-organization.phoneNumber-International\": \"+44 800 011 9805\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-800-011-9805\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/Airhelp\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+Getairhelp\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/airhelp\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/theairhelper\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, PHP, Twitter Bootstrap, WordPress\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/airhelp\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/airhelp\",\r\n            \"property-organization.website\": \"http://www.airhelp.com\",\r\n            \"property-phone\": \"+45 24 77 76 88\",\r\n            \"property-state\": \"CAMBRIDGESHIRE\",\r\n            \"property-timezone\": \"Europe/London\",\r\n            \"property-twitter.user.followersCount\": \"3457\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"1607\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"6024\",\r\n            \"property-twitter.user.url\": \"https://t.co/Yy0j7UzQcL\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"theairhelper\",\r\n            \"property-user.location\": \"New York, NY\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/AirHelp\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/airhelp\",\r\n            \"property-user.social.Twitter\": \"theairhelper\",\r\n            \"property-user.timezone\": \"Europe/London Standard Time\",\r\n            \"property-website\": \"airhelp.eu\",\r\n            \"property-website.CopyrightEntity\": \"AirHelp\",\r\n            \"property-website.Description\": \"Flight delayed? Canceled? Missed connection? You could receive up to €600 from the airline. Send AirHelp your flight details and get an answer in 3 minutes on compensation claims you could be owed!\",\r\n            \"property-website.Title\": \"Get Compensation for Flight Delays of up to €600 | AirHelp\",\r\n            \"property-zip\": \"CB6 3TX\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"31498811-d3e4-55dc-907f-7a570c1bf0ec\",\r\n          \"name\": \"MEMIT ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Nørre Søgade\",\r\n            \"property-admin_username\": \"memit\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-cluedin_subdomain\": \"memit\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040928346\",\r\n            \"property-cvr.organization.address+coName\": \"Regnskabsskolen\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København N\",\r\n            \"property-cvr.organization.address+floor\": \"st\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2200\",\r\n            \"property-cvr.organization.address+streetCode\": \"8188\",\r\n            \"property-cvr.organization.address+streetName\": \"Wesselsgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"2\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"5375834\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"-268228\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"5983105\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/48135233/ZG9rdW1lbnRsYWdlcjovLzAzL2U4LzAyLzI1L2JjL2I3ZjEtNDYxYS05ZWE4LWNhMDY3YTc5YjYzMg.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-1401796\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-1507165\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2015\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2011-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2010-10-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"MEMIT ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed med udvikling og salg af IT-produkter og hermed beslægtet virksomhed\",\r\n            \"property-cvr.organization.registeredCapital\": \"148403.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2010-10-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-11-02T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Add one-click publishing and research powers to your cloud storage provider. Turning ordinary people into Knowledge Superheroes.\",\r\n            \"property-domain\": \"memit.com\",\r\n            \"property-email\": \"rja@memit.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/memit.com\",\r\n            \"property-founded_year\": \"2011\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1489612522087\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Nørre Søgade\",\r\n            \"property-hubspot.company.custom-admin_username\": \"memit\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"memit\",\r\n            \"property-hubspot.company.custom-company_name\": \"memit\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040928346\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Add one-click publishing and research powers to your cloud storage provider. Turning ordinary people into Knowledge Superheroes.\",\r\n            \"property-hubspot.company.custom-domain\": \"memit.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/memit.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499086040377\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2011\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1507484246084\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Slack\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/memit\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Add one-click publishing and research powers to your cloud storage provider. Turning ordinary people into Knowledge Superheroes.\",\r\n            \"property-hubspot.company.custom-name\": \"memit\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033262\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 20 15 95 44\",\r\n            \"property-hubspot.company.custom-state\": \"C\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"memit_com\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"twitter_advertiser;amazon_ses;aws_route_53;nginx;facebook_connect;google_analytics;mandrill;aws_ec2;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"memit.com\",\r\n            \"property-hubspot.company.custom-zip\": \"5000\",\r\n            \"property-hubspot.company.founded\": \"2011\",\r\n            \"property-hubspot.company.integrations\": \"Slack\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Add one-click publishing and research powers to your cloud storage provider. Turning ordinary people into Knowledge Superheroes.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Slack\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/memit\",\r\n            \"property-linkedinbio\": \"Add one-click publishing and research powers to your cloud storage provider. Turning ordinary people into Knowledge Superheroes.\",\r\n            \"property-name\": \"memit\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"C/O Regnskabsskolen\\nWesselsgade 2 st\\n2200 København N\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.state\": \"C\",\r\n            \"property-organization.address.zipCode\": \"5000\",\r\n            \"property-organization.annualRevenue\": \"-268228 DKK\",\r\n            \"property-organization.codes.cvr\": \"33253184\",\r\n            \"property-organization.emailDomainNames\": \"memit.com\",\r\n            \"property-organization.employeeCount\": \"1\",\r\n            \"property-organization.foundingDate\": \"2010-10-15T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"memit\",\r\n            \"property-organization.phoneNumber\": \"+4520159544\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4520159544\",\r\n            \"property-organization.phoneNumber-International\": \"+45 20 15 95 44\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-20-15-95-44\",\r\n            \"property-organization.website\": \"memit.com\",\r\n            \"property-phone\": \"+45 20 15 95 44\",\r\n            \"property-state\": \"C\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitter.user.followersCount\": \"2100\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"2530\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"1485\",\r\n            \"property-twitter.user.url\": \"http://t.co/8dqnTaz4W9\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"memit_com\",\r\n            \"property-user.location\": \"World Wide Web \",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/memit.com\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/memit\",\r\n            \"property-user.social.Twitter\": \"memit_com\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"memit.com\",\r\n            \"property-zip\": \"5000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"eb76e86e-d484-5e95-ae40-4197620d4529\",\r\n          \"name\": \"SOCIALSQUARE HOLDING ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Vestergade 20c\",\r\n            \"property-admin_username\": \"socialsquare\",\r\n            \"property-city\": \"Copenhagen K\",\r\n            \"property-cluedin_subdomain\": \"socialsquare\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040929902\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"8180\",\r\n            \"property-cvr.organization.address+streetName\": \"Vermundsgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"13\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2007-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2007-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden it-servicevirksomhed\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"SOCIALSQUARE HOLDING ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed indenfor foredrag, kurser, workshops og netværk, herunder handel, import, industri, salg af tjenesteydelser og investeringer.\",\r\n            \"property-cvr.organization.registeredCapital\": \"137500.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2007-01-17T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2014-01-01T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"I dag handler det, som organisation, ikke om at have den rigtige digitale strategi, men om at kunne gennemføre den nødvendige strategiske digitalisering.\",\r\n            \"property-domain\": \"socialsquare.dk\",\r\n            \"property-email\": \"martin@socialsquare.dk\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/socialsquare\",\r\n            \"property-facebookGraph.organization.about\": \"Socialsquare is a leading digital development and consultancy company since 2005.  Copenhagen, Denmark based.  www.socialsquare.dk\",\r\n            \"property-facebookGraph.organization.category\": \"Consulting Agency\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-0/p180x540/16195898_10154191722499149_4798124147327880264_n.jpg?oh=8696c60e721c585573b7ab044fe38709&oe=5971E678\",\r\n            \"property-facebookGraph.organization.engagement\": \"1725\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1725\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Socialsquare\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.704205007456\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.553660869598\",\r\n            \"property-facebookGraph.organization.mission\": \"Disrupting the world by making it social\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"socialsquare\",\r\n            \"property-founded_year\": \"2005\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Not Applicable\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"0.0\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1489928896251\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Vestergade 20c\",\r\n            \"property-hubspot.company.custom-admin_username\": \"socialsquare\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen K\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"socialsquare\",\r\n            \"property-hubspot.company.custom-company_name\": \"socialsquare\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929902\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"We deliver through our key values: Open, agile and entrepreneurial development methods and user involvement. We are a thought leading social design consultancy. We study the emerging culture of social networks and communities. We help our clients i...\",\r\n            \"property-hubspot.company.custom-domain\": \"socialsquare.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/socialsquare\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499086006476\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2005\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1511486908430\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1501253775746\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"29013451\",\r\n            \"property-hubspot.company.custom-integrations\": \"Slack\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/socialsquare\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"We deliver through our key values: Open, agile and entrepreneurial development methods and user involvement. We are a thought leading social design consultancy. We study the emerging culture of social networks and communities. We help our clients in...\",\r\n            \"property-hubspot.company.custom-name\": \"Socialsquare\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1501253775660\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503562744163\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503871200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"2\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 71 99 91 93\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Socialsquare\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"socialsquare.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1456\",\r\n            \"property-hubspot.company.founded\": \"2005\",\r\n            \"property-hubspot.company.integrations\": \"Slack\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"We deliver through our key values: Open, agile and entrepreneurial development methods and user involvement. We are a thought leading social design consultancy. We study the emerging culture of social networks and communities. We help our clients in...\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-integrations\": \"Slack\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Musical Artist\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/471647\",\r\n            \"property-linkedinbio\": \"I dag handler det, som organisation, ikke om at have den rigtige digitale strategi, men om at kunne gennemføre den nødvendige strategiske digitalisering.\",\r\n            \"property-name\": \"Social Square\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Vermundsgade 13\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Titangade 11\",\r\n            \"property-organization.address.zipCode\": \"1456\",\r\n            \"property-organization.codes.cvr\": \"30202198\",\r\n            \"property-organization.contact.email\": \"hej@socialsquare.dk\",\r\n            \"property-organization.emailDomainNames\": \"socialsquare.dk\",\r\n            \"property-organization.employeeCount\": \"2-4\",\r\n            \"property-organization.foundingDate\": \"2007-01-17T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"socialsquare\",\r\n            \"property-organization.phoneNumber\": \"+4571999193\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4571999193\",\r\n            \"property-organization.phoneNumber-International\": \"+45 71 99 91 93\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-71-99-91-93\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/socialsquare/\",\r\n            \"property-organization.website\": \"http://www.socialsquare.dk/\",\r\n            \"property-phone\": \"+45 26 80 03 88\",\r\n            \"property-twitterhandle\": \"Socialsquare\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/socialsquare\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/socialsquare\",\r\n            \"property-user.social.Twitter\": \"Socialsquare\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"socialsquare.dk\",\r\n            \"property-zip\": \"1456\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"d4560cef-1926-520e-8db6-becba3a3b6c9\",\r\n          \"name\": \"CluedIn\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"10 Nitivej\",\r\n            \"property-city\": \"Frederiksberg\",\r\n            \"property-cluedin_account_name\": \"cluedin\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1489423291286\",\r\n            \"property-description\": \"CluedIn breaks down information silos in your organisation and solves the problem of not being able to utilize all the knowledge that sits within it.\",\r\n            \"property-domain\": \"cluedin.io\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/cluedinhq\",\r\n            \"property-first_conversion_date\": \"1488883503994\",\r\n            \"property-first_conversion_event_name\": \"CluedIn - Be in the know: #mc-embedded-subscribe-form .validate\",\r\n            \"property-first_deal_created_date\": \"1489150121322\",\r\n            \"property-founded_year\": \"2015\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484477746342\",\r\n            \"property-hs_analytics_first_visit_timestamp\": \"1484477746342\",\r\n            \"property-hs_analytics_last_timestamp\": \"1490196582097\",\r\n            \"property-hs_analytics_last_visit_timestamp\": \"1490195994222\",\r\n            \"property-hs_analytics_num_page_views\": \"335\",\r\n            \"property-hs_analytics_num_visits\": \"151\",\r\n            \"property-hs_analytics_source_data_1\": \"API\",\r\n            \"property-hs_analytics_source_data_2\": \"contact-upsert\",\r\n            \"property-hs_lastmodifieddate\": \"1490196766431\",\r\n            \"property-hubspot.company.analyticsSource\": \"DIRECT_TRAFFIC\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.founded\": \"2015\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"CluedIn breaks down information silos in your organisation and solves the problem of not being able to utilize all the knowledge that sits within it.\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-is_test_account\": \"False\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/cluedin-aps\",\r\n            \"property-linkedinbio\": \"CluedIn breaks down information silos in your organisation and solves the problem of not being able to utilize all the knowledge that sits within it.\",\r\n            \"property-name\": \"CluedIn\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-num_conversion_events\": \"1\",\r\n            \"property-organization.address\": \"10 Nitivej\",\r\n            \"property-organization.address.city\": \"Frederiksberg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2000\",\r\n            \"property-organization.codes.cvr\": \"36548681\",\r\n            \"property-organization.contact.email\": \"hi@cluedin.net\",\r\n            \"property-organization.emailDomainNames\": \"cluedin.io, cluedin.net, clued.in, cluedin.com\",\r\n            \"property-organization.employeeCount\": \"16\",\r\n            \"property-organization.industry\": \"Information Technology and Services\",\r\n            \"property-organization.name\": \"CluedIn\",\r\n            \"property-organization.phoneNumber\": \"+4565711404\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4565711404\",\r\n            \"property-organization.phoneNumber-International\": \"+45 65 71 14 04\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-65-71-14-04\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/cluedinhq\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/116436518521714557732\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/cluedin-aps\",\r\n            \"property-organization.social+pinterest\": \"https://www.pinterest.com/cluedinhq\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/cluedinhq\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, Mailchimp, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"http://cluedin.net/\",\r\n            \"property-phone\": \"+45 65 71 14 04\",\r\n            \"property-podio.organization.GrantsCount\": \"0\",\r\n            \"property-podio.organization.Premium\": \"False\",\r\n            \"property-podio.organization.Role\": \"admin\",\r\n            \"property-podio.organization.Status\": \"167817025\",\r\n            \"property-podio.organization.Type\": \"free\",\r\n            \"property-podio.organization.UrlLabel\": \"cluedinio\",\r\n            \"property-recent_conversion_date\": \"1488883503994\",\r\n            \"property-recent_conversion_event_name\": \"CluedIn - Be in the know: #mc-embedded-subscribe-form .validate\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"CluedInHQ\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/cluedinhq\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/cluedin-aps\",\r\n            \"property-user.social.Twitter\": \"CluedInHQ\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"cluedin.io\",\r\n            \"property-website.CopyrightEntity\": \"CluedIn ApS\",\r\n            \"property-website.Description\": \"CluedIn breaks down information silos in your organisation and solves the problem of not being able to utilize all the knowledge that sits within it.\",\r\n            \"property-website.Title\": \"CluedIn - Be in the know\",\r\n            \"property-zendesk.organization.custom-cluedin_account_name\": \"cluedin\",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"False\",\r\n            \"property-zendesk.organization.sharedComments\": \"True\",\r\n            \"property-zendesk.organization.sharedTickets\": \"True\",\r\n            \"property-zip\": \"2000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"66072c2f-dbbd-5fa9-b469-c1d9abe556c7\",\r\n          \"name\": \"Accenture\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-email\": \"sven@schroebler.com\",\r\n            \"property-facebookGraph.organization.about\": \"Accenture is a global management consulting, technology services and outsourcing company.\",\r\n            \"property-facebookGraph.organization.category\": \"Consulting Agency\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Accenture is a leading global professional services company, providing a broad range of services and solutions in strategy, consulting, digital, technology and operations. Combining unmatched experience and specialized skills across more than 40 industries and all business functions – underpinned by the world’s largest delivery network – Accenture works at the intersection of business and technology to help clients improve their performance and create sustainable value for their stakeholders. With approximately 394,000 people serving clients in more than 120 countries, Accenture drives innovation to improve the way the world works and lives. Visit us at www.accenture.com.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/15975243_10158144826375374_6941436631866857295_o.png?oh=7d1e40dd29f40c4d5460cdb4f7d3ce6f&oe=5954C2C2\",\r\n            \"property-facebookGraph.organization.engagement\": \"464557\",\r\n            \"property-facebookGraph.organization.fanCount\": \"464557\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Accenture\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.mission\": \"High Performance. Delivered.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Management consulting, technology services and outsourcing.\",\r\n            \"property-facebookGraph.organization.username\": \"accenture\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Accenture-RVW8020149.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"This is not an opportunity for those that do not want to work. At Accenture everyone has a load of work to do and often times under very tight customer time lines. It is a challenge that I enjoy but many might find it stressful.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Alot of Jobs One Home\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Infrastructure Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"West Lafayette, IN\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"There are a lot of pros working for Accenutre. They have great career opportunities, a never ending supply of interesting work, competitive compensation, wonderful benefits, great people, wonderful training programs, a tremendous number of brilliant professionals in their fields ready to help, and great core values.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2015-09-21T06:13:54.0300000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"10451\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"94\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"6\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"23980\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"82\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.2\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-createdate\": \"1495386944633\",\r\n            \"property-hubspot.company.custom-description\": \"Accenture PLC is a professional service company. The Company is engaged in providing management consulting, technology and outsourcing services to clients. Accenture is a global management consulting, technology services and outsourcing company, with approximately 204,000 people serving clients in more than 120 countries. Combining unparalleled experience, comprehensive capabilities across all industries and business functions, and extensive research on the world's most successful companies, Accenture collaborates with clients to help them become high-performance businesses and governments. USA Offices: 1345 Avenue of the Americas, New York, NYNew York, USA, 10105 Phone: +1 917 452 4400Fax: +1 917 527 9915New York See more locations at https://www.accenture.com/us-en/office-directory#\",\r\n            \"property-hubspot.company.custom-domain\": \"accenture.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/accenture\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1497879429188\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1989\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1497879429188\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"INTEGRATION\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"25200\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503924339236\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1495386944633\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/accenture\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Accenture PLC is a professional service company. The Company is engaged in providing management consulting, technology and outsourcing services to clients. Accenture is a global management consulting, technology services and outsourcing company, with approximately 204,000 people serving clients in more than 120 countries. Combining unparalleled experience, comprehensive capabilities across all industries and business functions, and extensive research on the world's most successful companies, Accenture collaborates with clients to help them become high-performance businesses and governments. USA Offices: 1345 Avenue of the Americas, New York, NYNew York, USA, 10105 Phone: +1 917 452 4400Fax: +1 917 527 9915New York See more locations at https://www.accenture.com/us-en/office-directory#\",\r\n            \"property-hubspot.company.custom-name\": \"Accenture\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503924324004\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503924327830\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503871200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"4\",\r\n            \"property-hubspot.company.custom-num_notes\": \"6\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 877-889-9009\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Accenture\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;omniture_adobe_analytics;app_nexus;marketo;taleo;google_analytics;twitter_button;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"accenture.com\",\r\n            \"property-hubspot.company.custom-zip\": \"12210\",\r\n            \"property-hubspot.company.founded\": \"1989\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Accenture PLC is a professional service company. The Company is engaged in providing management consulting, technology and outsourcing services to clients. Accenture is a global management consulting, technology services and outsourcing company, with approximately 204,000 people serving clients in more than 120 countries. Combining unparalleled experience, comprehensive capabilities across all industries and business functions, and extensive research on the world's most successful companies, Accenture collaborates with clients to help them become high-performance businesses and governments. USA Offices: 1345 Avenue of the Americas, New York, NYNew York, USA, 10105 Phone: +1 917 452 4400Fax: +1 917 527 9915New York See more locations at https://www.accenture.com/us-en/office-directory#\",\r\n            \"property-knowledgeGraph.organization.description\": \"Management consulting company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Accenture PLC is a global management consulting and professional services company which provides strategy, consulting, digital, technology and operations services. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Accenture\",\r\n            \"property-organization.address.zipCode\": \"12210\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"accenture.com\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Accenture\",\r\n            \"property-organization.phoneNumber\": \"+18778899009\",\r\n            \"property-organization.phoneNumber-E164\": \"+18778899009\",\r\n            \"property-organization.phoneNumber-International\": \"+1 877-889-9009\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-877-889-9009\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/accenture\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+Accenture\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/3733171?trk=tyah&trkInfo=tarId:1422878342224%2Ctas:Accenture UK%2Cidx:2-1-2\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/SixNationsRugby\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/AccentureAnalytics\",\r\n            \"property-organization.usedTechnologies\": \"jQuery, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"accenture.com\",\r\n            \"property-twitter.user.followersCount\": \"373147\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"1168\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"18839\",\r\n            \"property-twitter.user.url\": \"http://t.co/NW2TnlESEG\",\r\n            \"property-twitter.user.verified\": \"True\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/accenture\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/accenture\",\r\n            \"property-user.social.Twitter\": \"Accenture\",\r\n            \"property-user.timezone\": \"America/Chicago Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Accenture\",\r\n            \"property-website.Title\": \"Accenture 6 Nations Rugby - Home\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"d4c91e4f-7b5d-520b-9855-8b4d59a91031\",\r\n          \"name\": \"Wework\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"48\",\r\n            \"property-angelList.organization.highConcept\": \"The Community for Creators\",\r\n            \"property-angelList.organization.productDesc\": \"WeWork is the platform of creators. We provide the space, community and services our members need to create their life's work. WeWork’s mission is to create a world where people work to make a life, not just a living. \\n\\nWe’re a group of entrepreneurial, grateful individuals who instill the idea of working better together in everything that we do. Our success is the result of our collaboration: talented and outstanding team members who always challenge convention. We have over 16,000 members in our community that spans cities around the world. Our offering is physical space, infrastructure services, digital products and most of all community!\\nWe’re one of the fastest growing start-ups in the USA and now launching fast across the globe.\",\r\n            \"property-facebookGraph.organization.about\": \"WeWork is the platform for creators. We provide beautiful workspace, an inspiring community, and business services to thousands of members worldwide.\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/17097491_1622172941128092_1104986731452268782_o.jpg?oh=6da8455571e8156b0e7d0c27100aa64c&oe=59578EAD\",\r\n            \"property-facebookGraph.organization.engagement\": \"389665\",\r\n            \"property-facebookGraph.organization.fanCount\": \"389665\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"WeWork\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.mission\": \"WeWork’s mission is to create a world where people work to make a life, not just a living.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Beautiful, collaborative workspaces, infrastructure, services, events, technology and an awesome community of creators.\",\r\n            \"property-facebookGraph.organization.username\": \"WeWork\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-WeWork-RVW14201283.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The hours can be long at times but the people that you get to work with make it worth it.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Associate Community Manager\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Associate Community Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"New York, NY\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"There is great camaraderie at WeWork and constant inspiration. There is a lot of room for growth so it's easy to envision yourself with the company for a long time. The company also offers great benefits for their employees!\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-15T13:56:38.7730000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Membership Organizations\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"127\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"53\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"47\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"174\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"49\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"New York\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498915517422\",\r\n            \"property-hubspot.company.custom-description\": \"WeWork transforms buildings into beautiful, collaborative workspaces. Get the space, community, and services you need to make a life, not just a living.\",\r\n            \"property-hubspot.company.custom-domain\": \"wework.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/WeWork\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1502265437543\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499068829566\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2010\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1502265437529\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504217396034\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498915517422\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/wework\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"WeWork transforms buildings into beautiful, collaborative workspaces. Get the space, community, and services you need to make a life, not just a living.\",\r\n            \"property-hubspot.company.custom-name\": \"WeWork\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1502266193758\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1502266195652\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"2\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 855-593-9675\",\r\n            \"property-hubspot.company.custom-state\": \"NY\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"3.8B\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"WeWork\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;new_relic;pardot;google_adwords;hotjar;nginx;facebook_connect;express;instagram;cloudinary;visual_website_optimizer;twitter_advertiser;google_maps;ruby_on_rails;vimeo;segment;heroku;cloud_flare;twitter_button;google_apps;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"wework.com\",\r\n            \"property-hubspot.company.custom-zip\": \"10011\",\r\n            \"property-hubspot.company.founded\": \"2010\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"WeWork transforms buildings into beautiful, collaborative workspaces. Get the space, community, and services you need to make a life, not just a living.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"WeWork is an American company which provides shared workspace, community, and services for entrepreneurs, freelancers, startups and small businesses. Founded in 2010, it is headquartered in New York City. WeWork has a current valuation of roughly USD $16 billion.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/WeWork\",\r\n            \"property-organization.address.city\": \"New York\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.zipCode\": \"10011\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.contact.email\": \"joinus@wework.com\",\r\n            \"property-organization.emailDomainNames\": \"wework.com\",\r\n            \"property-organization.employeeCount\": \"1-10\",\r\n            \"property-organization.foundingDate\": \"2010-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Membership Organizations\",\r\n            \"property-organization.name\": \"Wework\",\r\n            \"property-organization.phoneNumber\": \"+18555939675\",\r\n            \"property-organization.phoneNumber-E164\": \"+18555939675\",\r\n            \"property-organization.phoneNumber-International\": \"+1 855-593-9675\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-855-593-9675\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/pages/WeWork-South-Bank/508004832664416?fref=ts\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/1953412?trk=tyah&trkInfo=clickedVertical%3Acompany%2Cidx%3A2-1-4%2CtarId%3A1427121634178%2Ctas%3Awework+\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/WeWorkLDN\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/wework-2\",\r\n            \"property-organization.website\": \"https://ww2.wework.com/careers/\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/WeWork\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/wework\",\r\n            \"property-user.social.Twitter\": \"WeWork\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"cda1cc59-dbfc-56cd-9584-14183688f9b0\",\r\n          \"name\": \"Freeman\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-admin_username\": \"freemanco\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Dallas\",\r\n            \"property-cluedin_subdomain\": \"Freeman\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040927901\",\r\n            \"property-description\": \"Freeman (www.freemanco.com) is the world's leading provider of integrated services for face-to-face marketing events, including expositions, conventions, corporate events and exhibits. Customer driven, Freeman offers a total package of solutions to our customers, with a scope of products and services unmatched by the competition. By empowering our employees to make educated, strategic decisions Freeman delivers reliable, consistent problem-solving solutions that our customers have come to rely on. With 40 offices in North America, Freeman produces more than 3,000 expositions annually, including 107 of the largest 200 U.S. trade shows, and more than 10,000 other events worldwide. The company has received numerous awards recognizing outstanding efforts in industry leadership, customer service excellence, creative design, community service, innovation and customer-driven partnerships.\",\r\n            \"property-domain\": \"freemanco.com\",\r\n            \"property-email\": \"adam.nagle@freemanco.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/cedcareers\",\r\n            \"property-facebookGraph.organization.about\": \"Freeman is the premier provider of integrated marketing solutions for live engagements, including expositions, conventions, corporate events and exhibits. \\n\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Freeman is the world’s largest brand experience company. We help our clients design, plan, and deliver immersive experiences for their most important audiences. Through comprehensive solutions including strategy, creative, logistics, digital solutions, and event technology, Freeman helps increase engagement and drive business results. \",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/14690987_10153973531023240_6780722076615605840_n.png?oh=bb45f5b8e90ebbe0265087b1f4d68896&oe=595E8B45\",\r\n            \"property-facebookGraph.organization.engagement\": \"9845\",\r\n            \"property-facebookGraph.organization.fanCount\": \"9845\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Freeman\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.mission\": \"Connecting People in Meaningful Ways.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"freemanfans\",\r\n            \"property-founded_year\": \"1927\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Freeman-RVW14176435.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The lack of resources and attention to meet/exceed employees' expectations is lacking.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Good but needs to focus more on staff's needs\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Dallas, TX\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Their attention and drive to exceed the customer's expectations is commendable!\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-14T06:21:50.4700000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"65\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"88\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"12\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"172\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"66\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490401312488\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-admin_username\": \"freemanco\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Dallas\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Freeman\",\r\n            \"property-hubspot.company.custom-company_name\": \"Freeman\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040927901\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Freeman (www.freemanco.com) is the world's leading provider of integrated services for face-to-face marketing events, including\",\r\n            \"property-hubspot.company.custom-domain\": \"freemanco.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/cedcareers\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1927\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1505417968767\",\r\n            \"property-hubspot.company.custom-industry\": \"EVENTS_SERVICES\",\r\n            \"property-hubspot.company.custom-integrations\": \"Office365\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/freeman-companies\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Freeman (www.freemanco.com) is the world's leading provider of integrated services for face-to-face marketing events, including expositions, conventions, corporate events and exhibits. Customer driven, Freeman offers a total package of solutions to our customers, with a scope of products and services unmatched by the competition. By empowering our employees to make educated, strategic decisions Freeman delivers reliable, consistent problem-solving solutions that our customers have come to rely on. With 40 offices in North America, Freeman produces more than 3,000 expositions annually, including 107 of the largest 200 U.S. trade shows, and more than 10,000 other events worldwide. The company has received numerous awards recognizing outstanding efforts in industry leadership, customer service excellence, creative design, community service, innovation and customer-driven partnerships.\",\r\n            \"property-hubspot.company.custom-name\": \"Freeman\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031099\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"214-445-1000\",\r\n            \"property-hubspot.company.custom-state\": \"TX\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Chicago\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"mfreeman1\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"freemanco.com\",\r\n            \"property-hubspot.company.custom-zip\": \"75235\",\r\n            \"property-hubspot.company.founded\": \"1927\",\r\n            \"property-hubspot.company.integrations\": \"Office365\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Freeman (www.freemanco.com) is the world's leading provider of integrated services for face-to-face marketing events, including expositions, conventions, corporate events and exhibits. Customer driven, Freeman offers a total package of solutions to our customers, with a scope of products and services unmatched by the competition. By empowering our employees to make educated, strategic decisions Freeman delivers reliable, consistent problem-solving solutions that our customers have come to rely on. With 40 offices in North America, Freeman produces more than 3,000 expositions annually, including 107 of the largest 200 U.S. trade shows, and more than 10,000 other events worldwide. The company has received numerous awards recognizing outstanding efforts in industry leadership, customer service excellence, creative design, community service, innovation and customer-driven partnerships.\",\r\n            \"property-industry\": \"EVENTS_SERVICES\",\r\n            \"property-integrations\": \"Office365\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/freeman-companies\",\r\n            \"property-linkedinbio\": \"Freeman (www.freemanco.com) is the world's leading provider of integrated services for face-to-face marketing events, including expositions, conventions, corporate events and exhibits. Customer driven, Freeman offers a total package of solutions to our customers, with a scope of products and services unmatched by the competition. By empowering our employees to make educated, strategic decisions Freeman delivers reliable, consistent problem-solving solutions that our customers have come to rely on. With 40 offices in North America, Freeman produces more than 3,000 expositions annually, including 107 of the largest 200 U.S. trade shows, and more than 10,000 other events worldwide. The company has received numerous awards recognizing outstanding efforts in industry leadership, customer service excellence, creative design, community service, innovation and customer-driven partnerships.\",\r\n            \"property-name\": \"Freeman\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address.city\": \"Dallas\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"TX\",\r\n            \"property-organization.address.streetName\": \"1600 Viceroy\",\r\n            \"property-organization.address.zipCode\": \"75235\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"freemanco.com\",\r\n            \"property-organization.foundingDate\": \"1927\",\r\n            \"property-organization.industry\": \"EVENTS_SERVICES\",\r\n            \"property-organization.name\": \"Freeman\",\r\n            \"property-organization.phoneNumber\": \"+12144451000\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+12144451000\",\r\n            \"property-organization.phoneNumber-International\": \"+1 214-445-1000\",\r\n            \"property-organization.phoneNumber-Location\": \"Texas\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-214-445-1000\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/freemanfans\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/freemancompany\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/the-freeman-company\",\r\n            \"property-organization.social+pinterest\": \"https://www.pinterest.com/freemanco\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/FreemanCo\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/c/FreemancoVideos\",\r\n            \"property-organization.tickerSymbol\": \"admin\",\r\n            \"property-organization.usedTechnologies\": \"Modernizr\",\r\n            \"property-organization.website\": \"freemanco.com\",\r\n            \"property-phone\": \"1 (214) 445-1000\",\r\n            \"property-state\": \"TX\",\r\n            \"property-timezone\": \"America/Chicago\",\r\n            \"property-twitterhandle\": \"mfreeman1\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/cedcareers\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/freeman-companies\",\r\n            \"property-user.social.Twitter\": \"mfreeman1\",\r\n            \"property-user.timezone\": \"America/Chicago Standard Time\",\r\n            \"property-website\": \"freemanco.com\",\r\n            \"property-website.CopyrightEntity\": \"Freeman\",\r\n            \"property-website.Description\": \"Freeman is a leading provider of integrated services for experiential marketing, specializing in event marketing and management.\",\r\n            \"property-website.Title\": \"Home | Freeman\",\r\n            \"property-zip\": \"75235\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"612999bd-96bd-526e-a681-dc3142352fea\",\r\n          \"name\": \"LENDINO A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1401\",\r\n            \"property-cvr.organization.address+streetCode\": \"6992\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"A\",\r\n            \"property-cvr.organization.address+streetName\": \"Strandgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"4\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"191771\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"-850740\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"5077220\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/53145653/ZG9rdW1lbnRsYWdlcjovLzAzL2I1LzU0L2JmL2NhLzMwOTMtNDRlNi1hZGQwLTdlOWQyM2Q0MDBkMA.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-2138711\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-2138711\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-01-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"661900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Andre hjælpetjenester i forbindelse med finansiel formidling\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"LENDINO A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive låne- og investeringsvirksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"533834.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2014-01-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-04-20T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"4 Strandgade\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"København\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498484822501\",\r\n            \"property-hubspot.company.custom-description\": \"Vil du vide mere om, hvordan lån til virksomheder fungerer? Klik ind på siden og få hjælp til at komme i gang - uanset om du er långiver eller låntager | Lendino\",\r\n            \"property-hubspot.company.custom-domain\": \"lendino.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Lendino-better-than-banking\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498484980760\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498485028800\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2014\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498484980733\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504858487094\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498484822501\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"FINANCIAL_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/lendino\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Vil du vide mere om, hvordan lån til virksomheder fungerer? Klik ind på siden og få hjælp til at komme i gang - uanset om du er långiver eller låntager | Lendino\",\r\n            \"property-hubspot.company.custom-name\": \"Lendino\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504858484303\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504858486327\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"45 70 27 02 50\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"42.8K\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"LendinoDK\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"mixpanel;zopim;trustpilot;google_maps;google_tag_manager;postmark;segment;facebook_connect;heroku;google_analytics;google_apps;facebook_advertiser\",\r\n            \"property-hubspot.company.custom-website\": \"lendino.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1401\",\r\n            \"property-hubspot.company.founded\": \"2014\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Vil du vide mere om, hvordan lån til virksomheder fungerer? Klik ind på siden og få hjælp til at komme i gang - uanset om du er långiver eller låntager | Lendino\",\r\n            \"property-organization.address\": \"Strandgade 4 A\\n1401 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"1401\",\r\n            \"property-organization.annualRevenue\": \"-850740 DKK\",\r\n            \"property-organization.codes.cvr\": \"35654135\",\r\n            \"property-organization.contact.email\": \"info@lendino.dk\",\r\n            \"property-organization.emailDomainNames\": \"lendino.dk\",\r\n            \"property-organization.employeeCount\": \"5-9\",\r\n            \"property-organization.foundingDate\": \"2014-01-30T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"FINANCIAL_SERVICES\",\r\n            \"property-organization.name\": \"Lendino A/S\",\r\n            \"property-organization.phoneNumber\": \"+4570270250\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570270250\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 27 02 50\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-27-02-50\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Lendino-141671889340796\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/108973227081099282133\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/lendino\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/lendinoDK\",\r\n            \"property-organization.usedTechnologies\": \"DataTables, Font Awesome, Google Font API, jQuery, Mailchimp, Segment, Select2, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"lendino.dk\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Lendino-better-than-banking\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/lendino\",\r\n            \"property-user.social.Twitter\": \"LendinoDK\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Lendino A/S\",\r\n            \"property-website.Description\": \"Vil du vide mere om, hvordan lån til virksomheder fungerer? Klik ind på siden og få hjælp til at komme i gang - uanset om du er långiver eller låntager | Lendino\",\r\n            \"property-website.Title\": \"Lån til virksomheder - Bliv låntager eller långiver med Lendino\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"cc56449a-6a1a-5ef7-9996-16d16ab58477\",\r\n          \"name\": \"University of Arizona\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000Q1BFTAA3\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-University-of-Arizona-RVW14132691.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Compensation falls behind the market\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great place to work\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Culture, work-life balance, dedicated staff, great benefits\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-10T10:47:48.7570000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Colleges & Universities\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"184\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"59\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"41\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"735\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"84\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Education\",\r\n            \"property-knowledgeGraph.organization.description\": \"Public university in Tucson, Arizona\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"The University of Arizona is a public research university in Tucson, Arizona, United States. Founded in 1885, the UA was the first university in the Arizona Territory. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/University_of_Arizona\",\r\n            \"property-organization.address.city\": \"Tucson\",\r\n            \"property-organization.codes.sic\": \"7321\",\r\n            \"property-organization.emailDomainNames\": \"arizona.edu\",\r\n            \"property-organization.employeeCount\": \"39000\",\r\n            \"property-organization.industry\": \"Education\",\r\n            \"property-organization.phoneNumber\": \"(520) 773-9050\",\r\n            \"property-organization.website\": \"www.universityofarizona.com\",\r\n            \"property-salesforce.account.accountNumber\": \"CD736025\",\r\n            \"property-salesforce.account.billingCity\": \"Tucson\",\r\n            \"property-salesforce.account.billingState\": \"AZ\",\r\n            \"property-salesforce.account.billingStreet\": \"888 N Euclid \\nHallis Center, Room 501\\nTucson, AZ 85721\\nUnited States\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.fax\": \"(520) 773-9060\",\r\n            \"property-salesforce.account.ownership\": \"Other\",\r\n            \"property-salesforce.account.rating\": \"Warm\",\r\n            \"property-salesforce.account.shippingStreet\": \"888 N Euclid \\nHallis Center, Room 501\\nTucson, AZ 85721\\nUnited States\",\r\n            \"property-salesforce.account.type\": \"Customer - Direct\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"37686e58-e604-55c8-855e-5ae979df7646\",\r\n          \"name\": \"Sidewalk\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"41 Prins Boudewijnlaan\",\r\n            \"property-admin_username\": \"sidewalk\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"36\",\r\n            \"property-angelList.organization.highConcept\": \"We deliver lower cost, clarity, and beautiful software in the world of higher ed content.\",\r\n            \"property-angelList.organization.productDesc\": \"Sidewalk Rent: A free SaaS that makes bookstore textbooks rentable to students in the store or through the website. This brings 90% of that inventory back to the store; profits go up and student costs go down.\\n\\nCash and Keep: Bookstores pay students cash mid-semester to buy books back, but the students keep the books as rentals. This secures inventory before outside vendors can compete, and increases student loyalty to the bookstore.\\n\\nCampusBookRentals.com: Our warehouse for inventory bookstores no longer need. We rent direct to students and provide online rental solutions for bookstores.\\n\\nSidewalk Marketplace: Goodbye middle-man wholesaler. College bookstores can buy and sell in bulk from one another and make small quantity purchases without overpriced markups.\\n\\nSidewalk Pro: Full inventory management and retail solution, built to undo of the grip of bad software on this industry. Adopted by some of the most important university bookstores. We’re expanding to keep up with demand.\",\r\n            \"property-city\": \"Edegem\",\r\n            \"property-cluedin_subdomain\": \"Sidewalk\",\r\n            \"property-country\": \"Belgium\",\r\n            \"property-createdate\": \"1484040928464\",\r\n            \"property-description\": \"A team of Sitecore certified experts for the implementation, integration and optimization of Sitecore projects.\",\r\n            \"property-domain\": \"sidewalk.be\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/sidewalkthunder\",\r\n            \"property-founded_year\": \"2012\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Sidewalk-RVW9487474.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"My on-boarding and training process was less than ideal, and I didn't grow much professionally during my time at the company. There were constant layoffs at the company which left most of the employees on edge, and there was little transparency into the dealings of the executives.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"No better now than I was before\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Customer Success Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Salt Lake City, UT\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"I enjoyed my time at Sidewalk. The benefits were okay, the environment was typically accommodating, and the people at the company treated me very well.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-02-07T14:58:43.4900000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"8\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"59\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490928522909\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"41 Prins Boudewijnlaan\",\r\n            \"property-hubspot.company.custom-admin_username\": \"sidewalk\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Edegem\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Sidewalk\",\r\n            \"property-hubspot.company.custom-country\": \"Belgium\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040928464\",\r\n            \"property-hubspot.company.custom-description\": \"A team of Sitecore certified experts for the implementation, integration and optimization of Sitecore projects.\",\r\n            \"property-hubspot.company.custom-domain\": \"sidewalk.be\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/sidewalkthunder\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2012\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1497038605895\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/sidewalk-cronos-group\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"A team of Sitecore certified experts for the implementation, integration and optimization of Sitecore projects.\",\r\n            \"property-hubspot.company.custom-name\": \"Sidewalk (Sitecore Experts)\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+32 3 451 93 21\",\r\n            \"property-hubspot.company.custom-state\": \"Vlaanderen\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Brussels\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"bazijjoba\",\r\n            \"property-hubspot.company.custom-website\": \"sidewalk.be\",\r\n            \"property-hubspot.company.custom-zip\": \"2650\",\r\n            \"property-hubspot.company.founded\": \"2012\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"A team of Sitecore certified experts for the implementation, integration and optimization of Sitecore projects.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/sidewalk-cronos-group\",\r\n            \"property-linkedinbio\": \"A team of Sitecore certified experts for the implementation, integration and optimization of Sitecore projects.\",\r\n            \"property-name\": \"Sidewalk (Sitecore Experts)\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"41 Prins Boudewijnlaan\",\r\n            \"property-organization.address.city\": \"Edegem\",\r\n            \"property-organization.address.countryCode\": \"Belgium\",\r\n            \"property-organization.address.state\": \"Vlaanderen\",\r\n            \"property-organization.address.zipCode\": \"2650\",\r\n            \"property-organization.emailDomainNames\": \"sidewalkpro.com\",\r\n            \"property-organization.employeeCount\": \"51-200\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Sidewalk\",\r\n            \"property-organization.phoneNumber\": \"+3234519321\",\r\n            \"property-organization.phoneNumber-Country\": \"Belgium\",\r\n            \"property-organization.phoneNumber-E164\": \"+3234519321\",\r\n            \"property-organization.phoneNumber-International\": \"+32 3 451 93 21\",\r\n            \"property-organization.phoneNumber-Location\": \"Antwerp\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+32-3-451-93-21\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/SidewalkPro?fref=ts\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/campusbookrentals\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, HubSpot, jQuery, PHP, prettyPhoto, WordPress\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/sidewalk-3\",\r\n            \"property-organization.website\": \"http://www.sidewalkpro.com\",\r\n            \"property-phone\": \"+32 3 451 93 21\",\r\n            \"property-state\": \"Vlaanderen\",\r\n            \"property-timezone\": \"Europe/Brussels\",\r\n            \"property-twitterhandle\": \"bazijjoba\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/sidewalkthunder\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/sidewalk-cronos-group\",\r\n            \"property-user.social.Twitter\": \"bazijjoba\",\r\n            \"property-user.timezone\": \"Europe/Brussels Standard Time\",\r\n            \"property-website\": \"sidewalk.be\",\r\n            \"property-website.CopyrightEntity\": \"Sidewalk\",\r\n            \"property-website.Title\": \"Sidewalk | We Believe in College Stores\",\r\n            \"property-zip\": \"2650\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"5b67411c-9a54-57af-b422-606935978a11\",\r\n          \"name\": \"FAMLY ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Dirch Passers Allé 13, 3TV\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"3\",\r\n            \"property-angelList.organization.highConcept\": \"Nursery Management Software\",\r\n            \"property-angelList.organization.productDesc\": \"Famly is a state-of-the-art software platform on a mission to create the world's leading solution for an overlooked market – nurseries & pre-schools. Our platform makes the daily lives of teachers, managers and parents much easier by helping them administrate and coordinate the many time consuming tasks involved in running a successful pre-school or nursery.\",\r\n            \"property-city\": \"Frederiksberg\",\r\n            \"property-country\": \"Denmark \",\r\n            \"property-createdate\": \"1490280543171\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+door\": \"tv\",\r\n            \"property-cvr.organization.address+floor\": \"2\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1150\",\r\n            \"property-cvr.organization.address+streetCode\": \"4076\",\r\n            \"property-cvr.organization.address+streetName\": \"Købmagergade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"19\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2013-08-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"FAMLY ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at foretage IT-udvikling, fremstilling af apps og IT-programmering mv.\",\r\n            \"property-cvr.organization.registeredCapital\": \"232700.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2013-08-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-04-25T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Famly · Få det fulde overblik med app'en der effektiviserer driften og giver gladere forældre.\",\r\n            \"property-domain\": \"famly.co\",\r\n            \"property-facebookGraph.organization.about\": \"Famly opens up for a new way of communicating between families and daycares.// Famly er en ny måde at kommunikere på mellem forældre og institution.\",\r\n            \"property-facebookGraph.organization.category\": \"Software\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/15284999_1864666203752974_8572807349137831023_n.png?oh=9ddc478ca9ae86b01001f9dcc5cc34a7&oe=59256F44\",\r\n            \"property-facebookGraph.organization.engagement\": \"1076\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1076\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Famly\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Famly - Mere tid til børnene\",\r\n            \"property-facebookGraph.organization.username\": \"famlyhq\",\r\n            \"property-founded_year\": \"2012\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/3f80bb21-a5ce-4ef1-83ae-e238f7bbe566.png\",\r\n            \"property-hs_lastmodifieddate\": \"1493241703758\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Dirch Passers Allé 13, 3TV\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Frederiksberg\",\r\n            \"property-hubspot.company.custom-company_added\": \"MANUALLY\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark \",\r\n            \"property-hubspot.company.custom-createdate\": \"1490280543171\",\r\n            \"property-hubspot.company.custom-description\": \"Famly is a powerful, digital tool for daycare providers. We make administration, planning, and communication easy. Try it for free today.\",\r\n            \"property-hubspot.company.custom-domain\": \"famly.co\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/famlyhq\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498479143985\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498479164904\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498479143964\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/3f80bb21-a5ce-4ef1-83ae-e238f7bbe566.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1505122839577\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1490280543171\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-id\": \"0\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/famly\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Famly is a powerful, digital tool for daycare providers. We make administration, planning, and communication easy. Try it for free today.\",\r\n            \"property-hubspot.company.custom-name\": \"Famly\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503306687285\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1505122838513\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1502920800000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"4\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 71 99 36 76\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Bogota\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"1.3M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"SavinFamlyMoney\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"amazon_ses;aws_route_53;wordpress;autopilot;google_tag_manager;mandrill;lever;facebook_advertiser;mailgun;gravity_forms;microsoft_office_365;apache;go_squared;google_analytics;intercom;twitter_button;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"famly.co\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Famly is a powerful, digital tool for daycare providers. We make administration, planning, and communication easy. Try it for free today.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490280543171\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/famly\",\r\n            \"property-name\": \"Famly\",\r\n            \"property-organization.address\": \"Købmagergade 19 2 tv\\n1150 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Frederiksberg\",\r\n            \"property-organization.address.countryCode\": \"Denmark \",\r\n            \"property-organization.codes.cvr\": \"35413758\",\r\n            \"property-organization.contact.email\": \"al@famly.dk\",\r\n            \"property-organization.emailDomainNames\": \"famly.dk\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2013-08-15T00:00:00.0000000+00:00\",\r\n            \"property-organization.name\": \"Famly ApS\",\r\n            \"property-organization.phoneNumber\": \"+4550329866\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4550329866\",\r\n            \"property-organization.phoneNumber-International\": \"+45 50 32 98 66\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-50-32-98-66\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/famlyhq/\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+Famlyhq\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/famlyhq/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/3294390/\",\r\n            \"property-organization.social+pinterest\": \"https://www.pinterest.com/pin/create/button/?url=https:%2F%2Ffamly.co%2Fda%2Fblog%2Fprodukt-opdateringer%2Fhvad-er-nyt-famly-i-marts%2F&#038;description=Hvad+er+nyt%3F+Famly+i+Marts\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/famlyhq\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/channel/UCG5ACqxTy5IpYVrCb4CE9ng\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, Google Tag Manager, Gravity Forms, jQuery, PHP, TrackJs, Twitter Bootstrap, WordPress, WP Rocket, Yoast SEO\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/famly-aps\",\r\n            \"property-organization.website\": \"https://famly.co/\",\r\n            \"property-phone\": \"+45 71 99 36 76\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/famlyhq\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/famly\",\r\n            \"property-user.social.Twitter\": \"SavinFamlyMoney\",\r\n            \"property-user.timezone\": \"America/Bogota Standard Time\",\r\n            \"property-website\": \"famly.co\",\r\n            \"property-website.CopyrightEntity\": \"Famly\",\r\n            \"property-website.Description\": \"En brugervenlig digital samarbejdsplatform til daginstitutioner og forældre. Alt din kommunikation og administration og på ét sted.\",\r\n            \"property-website.Title\": \"Famly | Et bedre samarbejde mellem daginstitutioner og forældre\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"06255cfb-63ba-5f2f-b6ff-144dd0a5aa00\",\r\n          \"name\": \"parcelLab\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"23 Sonnenstraße\",\r\n            \"property-admin_username\": \"mustermann\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"10\",\r\n            \"property-angelList.organization.highConcept\": \"Customer Service and Retention for Online Shops\",\r\n            \"property-angelList.organization.productDesc\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing the deliveries for delays and other problems.\",\r\n            \"property-city\": \"München\",\r\n            \"property-cluedin_subdomain\": \"parcellab\",\r\n            \"property-country\": \"Germany\",\r\n            \"property-createdate\": \"1484040925798\",\r\n            \"property-description\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing ...\",\r\n            \"property-domain\": \"parcellab.com\",\r\n            \"property-email\": \"anton@parcellab.com\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/parcellab\",\r\n            \"property-facebookGraph.organization.about\": \"leading parcel delivery analytics and customer loyalty services company\",\r\n            \"property-facebookGraph.organization.category\": \"Business Service\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/15230840_1809804969272594_5293878908984242414_n.jpg?oh=bf679cb0cee3d8acb1602e9c3340af48&oe=59507AD0\",\r\n            \"property-facebookGraph.organization.engagement\": \"234\",\r\n            \"property-facebookGraph.organization.fanCount\": \"234\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"ParcelLab\",\r\n            \"property-facebookGraph.organization.impressum\": \"parcelLab\\nLandwehrstr. 39\\n80336 Munich\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"48.136294121467\",\r\n            \"property-facebookGraph.organization.longitude\": \"11.559677124023\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"parcelLab\",\r\n            \"property-founded_year\": \"2014\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-parcelLab-RVW12623301.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Die Büroräume sind zu klein und könnten besser aufgeteilt werden. Durch den Umzug Anfang nächsten Jahres sollte sich das aber ändern.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Gerne zur Arbeit gehen\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Arbeitszeiten können flexibel gestaltet werden. Das Verhältnis zu den Kollegen ist nicht nur kollegial, sondern vielmehr freundschaftlich.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-11-10T06:51:02.0870000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Logistics & Supply Chain\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"3\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"5.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Transportation & Logistics\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1492069854000\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"23 Sonnenstraße\",\r\n            \"property-hubspot.company.custom-admin_username\": \"mustermann\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"München\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"parcellab\",\r\n            \"property-hubspot.company.custom-company_name\": \"parcellab\",\r\n            \"property-hubspot.company.custom-country\": \"Germany\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040925798\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing ...\",\r\n            \"property-hubspot.company.custom-domain\": \"parcellab.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/parcellab\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2014\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1507785904947\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/parcellab\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing ...\",\r\n            \"property-hubspot.company.custom-name\": \"parcelLab GmbH\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063034900\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+49 89 414171740\",\r\n            \"property-hubspot.company.custom-state\": \"BY\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Berlin\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"parcelLab\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;aws_route_53;hotjar;nginx;wordpress;ubuntu;facebook_connect;instagram;facebook_advertiser;microsoft_office_365;live_chat;google_analytics;aws_ec2;hubspot;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"parcellab.com\",\r\n            \"property-hubspot.company.custom-zip\": \"94063\",\r\n            \"property-hubspot.company.founded\": \"2014\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing ...\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/parcellab\",\r\n            \"property-linkedinbio\": \"We offer a smart customer service and retention tool for online shops. By tracking the deliveries we allow shops to reach out to customers, and keep the communication even during the delivery of product. This can be intelligently automated by analysing ...\",\r\n            \"property-name\": \"parcelLab GmbH\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-organization.address\": \"23 Sonnenstraße\",\r\n            \"property-organization.address.city\": \"München\",\r\n            \"property-organization.address.countryCode\": \"Germany\",\r\n            \"property-organization.address.state\": \"BY\",\r\n            \"property-organization.address.streetName\": \"Landwehrstr. 39\",\r\n            \"property-organization.address.zipCode\": \"94063\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-65181088-1\",\r\n            \"property-organization.contact.email\": \"info@parcellab.com\",\r\n            \"property-organization.emailDomainNames\": \"parcellab.com\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"parcelLab\",\r\n            \"property-organization.phoneNumber\": \"+4989414171740\",\r\n            \"property-organization.phoneNumber-Country\": \"Germany\",\r\n            \"property-organization.phoneNumber-E164\": \"+4989414171740\",\r\n            \"property-organization.phoneNumber-International\": \"+49 89 414171740\",\r\n            \"property-organization.phoneNumber-Location\": \"Munich\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+49-89-414171740\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/parcelLab/\",\r\n            \"property-organization.social+instagram\": \"http://instagram.com/parcellab/\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/parcelLab\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/watch?v=YVnTSJFxXjM\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, HubSpot, jQuery, PHP, Twitter Bootstrap, WordPress, Yoast SEO\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/parcellab\",\r\n            \"property-organization.website\": \"https://parcellab.com/\",\r\n            \"property-phone\": \"+49 89 414171740\",\r\n            \"property-state\": \"BY\",\r\n            \"property-timezone\": \"Europe/Berlin\",\r\n            \"property-twitterhandle\": \"parcelLab\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/parcellab\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/parcellab\",\r\n            \"property-user.social.Twitter\": \"parcelLab\",\r\n            \"property-user.timezone\": \"Europe/Berlin Standard Time\",\r\n            \"property-website\": \"parcellab.com\",\r\n            \"property-website.Title\": \"Startseite | parcelLab\",\r\n            \"property-zip\": \"80331\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"0d02e459-4e11-5bf5-acde-3a35d95ea2a9\",\r\n          \"name\": \"SPRINTFORCE ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Oerestads Boulevard 73\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-closedate\": \"1484045018169\",\r\n            \"property-company_notes\": \"Friend of Kristian's (Previous Sales Manager). \\n\\nDon't remember too much about them, but they did give us feedback notes on the app. They liked the search quite a lot. \\n\\nRI : Kristian Magius\\n\\nDM : Pau\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484044909525\",\r\n            \"property-cvr.organization.address+coName\": \"Pau Larsen\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København S\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2300\",\r\n            \"property-cvr.organization.address+streetCode\": \"4272\",\r\n            \"property-cvr.organization.address+streetName\": \"Lillegrund\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"19\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2008-06-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2007-07-11T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"06-30\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"07-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"SPRINTFORCE ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at eje aktier og/eller anparter i andre selskaber samt foretage formueanbringelser, herunder investering i fast ejendom samt at forestå udvikling, markedsføring og salg af software.\",\r\n            \"property-cvr.organization.registeredCapital\": \"125000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2007-07-11T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2010-02-04T00:00:00.0000000+00:00\",\r\n            \"property-days_to_close\": \"0\",\r\n            \"property-description\": \"SprintForce is an IT company headquartered in Copenhagen, Denmark, providing software consultancy, development and support. We have the Danish business registration ID DK30723481. Our founder is the experienced consultant, Pau Larsen, who is still partner as well as engaged consultant with our customers. Pau left Microsoft and started SprintForce in July 2007. We have development centers in Romania (part of EU) and Philippines and a large network of specialists to engage as needed.\",\r\n            \"property-domain\": \"sprintforce.com\",\r\n            \"property-facebookGraph.organization.category\": \"Community\",\r\n            \"property-facebookGraph.organization.engagement\": \"3\",\r\n            \"property-facebookGraph.organization.fanCount\": \"3\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"SprintForce\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"sprintforce\",\r\n            \"property-first_deal_created_date\": \"1489407196163\",\r\n            \"property-founded_year\": \"2009\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484045002335\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"d81f2f18-5d42-4010-b584-c8c008c92160\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/6d9091cb-35b1-4900-8369-bc220516679d.gif\",\r\n            \"property-hs_lastmodifieddate\": \"1490770508291\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Oerestads Boulevard 73\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-closedate\": \"1484045018169\",\r\n            \"property-hubspot.company.custom-company_name\": \"Sprintforce\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Friend of Kristian's (Previous Sales Manager). \\n\\nDon't remember too much about them, but they did give us feedback notes on the app. They liked the search quite a lot. \\n\\nRI : Kristian Magius\\n\\nDM : Pau\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044909525\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-days_to_close\": \"0\",\r\n            \"property-hubspot.company.custom-description\": \"SprintForce is an IT company headquartered in Copenhagen, Denmark, providing software consultancy, development and support. We have the Danish business registration ID DK30723481. Our founder is the experienced consultant, Pau Larsen, who is still partner as well as engaged consultant with our customers. Pau left Microsoft and started SprintForce in July 2007. We have development centers in Romania (part of EU) and Philippines and a large network of specialists to engage as needed.\",\r\n            \"property-hubspot.company.custom-domain\": \"sprintforce.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484045002335\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489407196163\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2009\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484045002335\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"d81f2f18-5d42-4010-b584-c8c008c92160\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/6d9091cb-35b1-4900-8369-bc220516679d.gif\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1500660308072\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/sprintforce\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"SprintForce is an IT company headquartered in Copenhagen, Denmark, providing software consultancy, development and support. We have the Danish business registration ID DK30723481. Our founder is the experienced consultant, Pau Larsen, who is still partner as well as engaged consultant with our customers. Pau left Microsoft and started SprintForce in July 2007. We have development centers in Romania (part of EU) and Philippines and a large network of specialists to engage as needed.\",\r\n            \"property-hubspot.company.custom-name\": \"SprintForce\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 23 24 20\",\r\n            \"property-hubspot.company.custom-state\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"sprintforce\",\r\n            \"property-hubspot.company.custom-website\": \"http://www.sprintforce.com/\",\r\n            \"property-hubspot.company.custom-zip\": \"2300\",\r\n            \"property-hubspot.company.daysToClose\": \"0\",\r\n            \"property-hubspot.company.founded\": \"2009\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"SprintForce is an IT company headquartered in Copenhagen, Denmark, providing software consultancy, development and support. We have the Danish business registration ID DK30723481. Our founder is the experienced consultant, Pau Larsen, who is still partner as well as engaged consultant with our customers. Pau left Microsoft and started SprintForce in July 2007. We have development centers in Romania (part of EU) and Philippines and a large network of specialists to engage as needed.\",\r\n            \"property-hubspot.company.notes\": \"Friend of Kristian's (Previous Sales Manager). \\n\\nDon't remember too much about them, but they did give us feedback notes on the app. They liked the search quite a lot. \\n\\nRI : Kristian Magius\\n\\nDM : Pau\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/960425\",\r\n            \"property-linkedinbio\": \"SprintForce is an IT company headquartered in Copenhagen, Denmark, providing software consultancy, development and support. We have the Danish business registration ID DK30723481. Our founder is the experienced consultant, Pau Larsen, who is still partner as well as engaged consultant with our customers. Pau left Microsoft and started SprintForce in July 2007. We have development centers in Romania (part of EU) and Philippines and a large network of specialists to engage as needed.\",\r\n            \"property-name\": \"SprintForce\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"C/O Pau Larsen\\nLillegrund 19\\n2300 København S\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.state\": \"Copenhagen\",\r\n            \"property-organization.address.zipCode\": \"2300\",\r\n            \"property-organization.codes.cvr\": \"30723481\",\r\n            \"property-organization.contact.email\": \"info@sprintforce.com\",\r\n            \"property-organization.emailDomainNames\": \"sprintforce.com\",\r\n            \"property-organization.employeeCount\": \"1\",\r\n            \"property-organization.foundingDate\": \"2007-07-11T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"SprintForce\",\r\n            \"property-organization.phoneNumber\": \"+4570232420\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570232420\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 23 24 20\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-23-24-20\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/sprintforce/\",\r\n            \"property-organization.usedTechnologies\": \"IIS, jQuery, jQuery UI, Microsoft ASP.NET, Windows Server\",\r\n            \"property-organization.website\": \"http://www.sprintforce.com/\",\r\n            \"property-phone\": \"454540737608\",\r\n            \"property-state\": \"Copenhagen\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"sprintforce\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/sprintforce\",\r\n            \"property-user.social.Twitter\": \"sprintforce\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"http://www.sprintforce.com/\",\r\n            \"property-website.CopyrightEntity\": \"SprintForce\",\r\n            \"property-website.Title\": \"\\n\\t\\n\\t\\tSprintForce - Software project consulting, development and support\\n\\t\\n\",\r\n            \"property-zip\": \"2300\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"debf3b63-cc33-51c8-8758-0cd8333e4c06\",\r\n          \"name\": \"Velir\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"212 Elm Street\",\r\n            \"property-admin_username\": \"velirtest\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Somerville\",\r\n            \"property-cluedin_subdomain\": \"Velir\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040925314\",\r\n            \"property-description\": \"Specializes in designing, engineering and supporting content-driven, feature-rich, cross-platform digital experiences that revolve around content management systems.\",\r\n            \"property-domain\": \"velir.com\",\r\n            \"property-email\": \"chris.brady@velir.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/VelirInc\",\r\n            \"property-facebookGraph.organization.about\": \"Velir is a full-service Digital Agency that designs and develops enterprise web solutions for experience-driven websites.\",\r\n            \"property-facebookGraph.organization.category\": \"Web Designer\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/1000965_638342589531634_724352236_n.jpg?oh=f0a6a6d2cff752565d184df2ed43d121&oe=599C4770\",\r\n            \"property-facebookGraph.organization.engagement\": \"254\",\r\n            \"property-facebookGraph.organization.fanCount\": \"254\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Velir\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"42.39418\",\r\n            \"property-facebookGraph.organization.longitude\": \"-71.12152\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.products\": \"custom web design and development, mobile development, data visualizations, interactive strategy, digital marketing and analytics strategy, information architecture, technology evaluations\",\r\n            \"property-facebookGraph.organization.username\": \"VelirInc\",\r\n            \"property-founded_year\": \"2000\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488595834951\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"212 Elm Street\",\r\n            \"property-hubspot.company.custom-admin_username\": \"velirtest\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Somerville\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Velir\",\r\n            \"property-hubspot.company.custom-company_name\": \"Velir\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040925314\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Specializes in designing, engineering and supporting content-driven, feature-rich, cross-platform digital experiences that revolve around content management systems. Specialties: Web Content Management Systems, Sitecore, Digital Strategy, Design and User Experience, Web Development, Data Visualization, Adobe CQ, Marketing Automation, Personalization and Optimization, Analytics, Responsive Design, Mobile Development, and Enterprise Integrations.\",\r\n            \"property-hubspot.company.custom-domain\": \"velir.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/VelirInc\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499086333063\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2000\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1508882148445\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"LinkedIn, Twitter\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/velir\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Specializes in designing, engineering and supporting content-driven, feature-rich, cross-platform digital experiences that revolve around content management systems. Specialties: Web Content Management Systems, Sitecore, Digital Strategy, Design and User Experience, Web Development, Data Visualization, Adobe CQ, Marketing Automation, Personalization and Optimization, Analytics, Responsive Design, Mobile Development, and Enterprise Integrations.\",\r\n            \"property-hubspot.company.custom-name\": \"Velir\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031436\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 617-491-6900\",\r\n            \"property-hubspot.company.custom-state\": \"MA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Velir\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"mailchimp;new_relic;icims;nginx;drupal;google_tag_manager;aws_ec2;sendgrid\",\r\n            \"property-hubspot.company.custom-website\": \"velir.com\",\r\n            \"property-hubspot.company.custom-zip\": \"02144\",\r\n            \"property-hubspot.company.founded\": \"2000\",\r\n            \"property-hubspot.company.integrations\": \"LinkedIn, Twitter\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Specializes in designing, engineering and supporting content-driven, feature-rich, cross-platform digital experiences that revolve around content management systems. Specialties: Web Content Management Systems, Sitecore, Digital Strategy, Design and User Experience, Web Development, Data Visualization, Adobe CQ, Marketing Automation, Personalization and Optimization, Analytics, Responsive Design, Mobile Development, and Enterprise Integrations.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"LinkedIn, Twitter\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/velir\",\r\n            \"property-linkedinbio\": \"Specializes in designing, engineering and supporting content-driven, feature-rich, cross-platform digital experiences that revolve around content management systems.\",\r\n            \"property-name\": \"Velir\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"212 Elm Street\",\r\n            \"property-organization.address.city\": \"Somerville\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"MA\",\r\n            \"property-organization.address.streetName\": \"212 Elm St\",\r\n            \"property-organization.address.zipCode\": \"02144\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.contact.email\": \"info@velir.com\",\r\n            \"property-organization.emailDomainNames\": \"velir.com\",\r\n            \"property-organization.foundingDate\": \"2000\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Velir\",\r\n            \"property-organization.phoneNumber\": \"+16174916900\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+16174916900\",\r\n            \"property-organization.phoneNumber-International\": \"+1 617-491-6900\",\r\n            \"property-organization.phoneNumber-Location\": \"Cambridge, MA\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-617-491-6900\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/VelirInc\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/velir\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/velir\",\r\n            \"property-organization.usedTechnologies\": \"Google Tag Manager, jQuery\",\r\n            \"property-organization.website\": \"velir.com\",\r\n            \"property-phone\": \"6174916900\",\r\n            \"property-state\": \"MA\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"Velir\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/VelirInc\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/velir\",\r\n            \"property-user.social.Twitter\": \"Velir\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"velir.com\",\r\n            \"property-website.CopyrightEntity\": \"Velir, Inc.\",\r\n            \"property-website.Description\": \"We design and develop enterprise websites and digital marketing solutions for inspiring and influential brands. Our specializations include Sitecore, Adobe, Drupal, Data Visualization and Digital Strategy.\",\r\n            \"property-website.Title\": \"Velir | Digital Marketing Agency - Sitecore, Adobe & Drupal Partner\",\r\n            \"property-zip\": \"02144\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"92809bda-228e-505a-abec-5736ae5fb120\",\r\n          \"name\": \"Saxo Bank\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-appItemId\": \"15\",\r\n            \"property-appItemIdFormatted\": \"15\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-facebookGraph.organization.about\": \"Saxo Bank is a leading trading, investment and technology company, focusing on multi-asset trading and investing in global capital markets.\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Saxo Bank is a leading trading, investment and technology company, focusing on multi-asset trading and investing in global capital markets.\\n\\nSaxo Bank enables private investors and institutional \\nclients to trade and invest in: Forex, CFDs, ETFs, Stocks, Futures, Options and other derivatives. With multi-award winning online trading platforms, offers as well professional portfolio and fund management.\\n\\nSaxo Bank has emphasised technology and software as a vital element for being competitive in the online financial and trading industry.\\n\\nSaxo Bank is recognised for safeguarding client information and securely controlling, executing and managing real-time internal systems.\\n\\nSince 1992, Saxo Bank has been a facilitator in the international capital markets aggregating liquidity, offering access to exchanges worldwide.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/16711717_10155150627942125_2315045921344609304_n.png?oh=6711b311a55a2aed99c8918db751b930&oe=599DE923\",\r\n            \"property-facebookGraph.organization.engagement\": \"162540\",\r\n            \"property-facebookGraph.organization.fanCount\": \"162540\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Saxo Bank\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"FX, equities, commodities, energy, and precious metals. The FX product range comprises spot FX, forwards, options, binary touch options and CFDs on FX. Equities are traded in the form of cash stocks, CFDs on single stocks, CFDs on stock indices, exchange traded Contract options, ETFs and ETCs. Commodities are traded in the form of Futures, CFDs and Contract options. \\n\\nAside from these products, Saxo Bank also offers a range of curated investment portfolios under the SaxoSelect brand as well as one of the first fully digitalized value chains for Bonds traders.\\n\\nAll products and instruments are traded on Saxo Bank's trading platforms available in several versions including the downloadable SaxoTrader and mobile SaxoTraderGO, enabling a seamlessly integrated trading experience across desktop, mobile and tablet.\",\r\n            \"property-facebookGraph.organization.username\": \"saxobank\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Saxo-Bank-RVW14009630.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Can have better HR policies .\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Just go For it, Best company\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Software Developer\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Gurgaon, Haryana (India)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Brilliant and passionate tech people around, Hard work is always recognized , Top notch technology standards , very good food , end of day you earn lot of knowledge.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-02T06:54:45.7970000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Investment Banking & Asset Management\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"28\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"84\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"16\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"103\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"62\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Finance\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315067378\",\r\n            \"property-knowledgeGraph.organization.description\": \"Investment banking company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Saxo Bank is a Danish investment bank specializing in online trading and investment. It was founded as a brokerage firm in 1992, under the name Midas Fondsmæglerselskab, by Lars Seier Christensen, Kim Fournais and Marc Hauschildt. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Saxo_Bank\",\r\n            \"property-lastEventOn\": \"2015-09-08T13:12:16.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-organization.emailDomainNames\": \"home.saxo\",\r\n            \"property-organization.foundingDate\": \"1992\",\r\n            \"property-organization.industry\": \"Investment Banking & Asset Management\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/saxobank/\",\r\n            \"property-organization.website\": \"https://www.home.saxo/\",\r\n            \"property-organizationName\": \"Saxo Bank\",\r\n            \"property-secondaryContacts\": \"Frederik\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"872f09ad-47bf-5fc8-9fd6-f69f9ffbec26\",\r\n          \"name\": \"WorkyWorky v/Jacob Saaby Nielsen\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Nrreport 75\",\r\n            \"property-admin_username\": \"workyworky\",\r\n            \"property-city\": \"Aarhus C\",\r\n            \"property-cluedin_subdomain\": \"WorkyWorky\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040930537\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Aarhus C\",\r\n            \"property-cvr.organization.address+municipalityName\": \"AARHUS\",\r\n            \"property-cvr.organization.address+postalCode\": \"8000\",\r\n            \"property-cvr.organization.address+streetCode\": \"6080\",\r\n            \"property-cvr.organization.address+streetName\": \"Nørreport\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"75\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Enkeltmandsvirksomhed\",\r\n            \"property-cvr.organization.endDate\": \"2015-12-08T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"AARHUS\",\r\n            \"property-cvr.organization.name\": \"WorkyWorky v/Jacob Saaby Nielsen\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.startDate\": \"2014-02-11T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Ophørt\",\r\n            \"property-description\": \"WorkyWorkys mission er, at skabe bedre videndeling, strre vrdiskabelse og bedre samarbejde, p en kosteffektiv og moderne arbejdsplatform. Vi arbejder med Office 365, Google Apps, Podio og Atlassian Confluence, og kan hjlpe jer i hele processen: Fra afklaring, over implementering, til vrdiskabelse og forankring.\",\r\n            \"property-domain\": \"workyworky.dk\",\r\n            \"property-email\": \"jacob@workyworky.dk\",\r\n            \"property-founded_year\": \"2013\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1487975644445\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Nrreport 75\",\r\n            \"property-hubspot.company.custom-admin_username\": \"workyworky\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Aarhus C\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"WorkyWorky\",\r\n            \"property-hubspot.company.custom-company_name\": \"WorkyWorky\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040930537\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"WorkyWorkys mission er, at skabe bedre videndeling, strre vrdiskabelse og bedre samarbejde, p en kosteffektiv og moderne arbejdsplatform. Vi arbejder med Office 365, Google Apps, Podio og Atlassian Confluence, og kan hjlpe jer i hele processen: Fra afklaring, over implementering, til vrdiskabelse og forankring.\",\r\n            \"property-hubspot.company.custom-domain\": \"workyworky.dk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439212675\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/workyworky\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"WorkyWorkys mission er, at skabe bedre videndeling, strre vrdiskabelse og bedre samarbejde, p en kosteffektiv og moderne arbejdsplatform. Vi arbejder med Office 365, Google Apps, Podio og Atlassian Confluence, og kan hjlpe jer i hele processen: Fra afklaring, over implementering, til vrdiskabelse og forankring.\",\r\n            \"property-hubspot.company.custom-name\": \"WorkyWorky\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501242885162\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 31 47 77 75\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"workyworkydk\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"apache;wordpress;facebook_connect;twitter_button;google_apps;digital_ocean\",\r\n            \"property-hubspot.company.custom-website\": \"workyworky.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"8000\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"WorkyWorkys mission er, at skabe bedre videndeling, strre vrdiskabelse og bedre samarbejde, p en kosteffektiv og moderne arbejdsplatform. Vi arbejder med Office 365, Google Apps, Podio og Atlassian Confluence, og kan hjlpe jer i hele processen: Fra afklaring, over implementering, til vrdiskabelse og forankring.\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/workyworky\",\r\n            \"property-linkedinbio\": \"WorkyWorkys mission er, at skabe bedre videndeling, strre vrdiskabelse og bedre samarbejde, p en kosteffektiv og moderne arbejdsplatform. Vi arbejder med Office 365, Google Apps, Podio og Atlassian Confluence, og kan hjlpe jer i hele processen: Fra afklaring, over implementering, til vrdiskabelse og forankring.\",\r\n            \"property-name\": \"WorkyWorky\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Nørreport 75\\n8000 Aarhus C\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Aarhus C\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"8000\",\r\n            \"property-organization.codes.cvr\": \"35602259\",\r\n            \"property-organization.contact.email\": \"jacob@workyworky.dk\",\r\n            \"property-organization.emailDomainNames\": \"workyworky.dk\",\r\n            \"property-organization.foundingDate\": \"2014-02-11T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"WorkyWorky\",\r\n            \"property-organization.phoneNumber\": \"+4531477775\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4531477775\",\r\n            \"property-organization.phoneNumber-International\": \"+45 31 47 77 75\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-31-47-77-75\",\r\n            \"property-organization.website\": \"workyworky.dk\",\r\n            \"property-phone\": \"+45 31 47 77 75\",\r\n            \"property-twitterhandle\": \"workyworkydk\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/workyworky\",\r\n            \"property-user.social.Twitter\": \"workyworkydk\",\r\n            \"property-website\": \"workyworky.dk\",\r\n            \"property-zip\": \"8000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"55a967cc-b39a-5e6f-bebe-9f00af76fab5\",\r\n          \"name\": \"DSB\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+city\": \"Høje Taastr.\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Taastrup\",\r\n            \"property-cvr.organization.address+municipalityName\": \"HØJE TAASTRUP\",\r\n            \"property-cvr.organization.address+postalCode\": \"2630\",\r\n            \"property-cvr.organization.address+streetCode\": \"8257\",\r\n            \"property-cvr.organization.address+streetName\": \"Telegade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"2\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Selvstændig offentlig virksomhed\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"491000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Passagertransport med regional- eller fjerntog\",\r\n            \"property-cvr.organization.municipality\": \"HØJE TAASTRUP\",\r\n            \"property-cvr.organization.name\": \"DSB\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"471110\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Købmænd og døgnkiosker\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"791100\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Rejsebureauer\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"493120\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"S-togstrafik, metro og andre nærbaner\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive jernbanevirksomhed i medfør af lov om jernbane samt anden virksomhed, som ligger i naturlig forlængelse heraf. Virksomheden skal drives på et forretningsmæssigt grundlag.\\nSelskabet skal sikre, at der drives landsdækkende fjern- og regionaltrafik samt Stogtrafik i hovedstadsområdet på grundlag af en kontrakt med Ministeren om passagertrafik udført som offentlig service, jf. lov om jernbane.\\nSelskabet kan oprette datterselskaber, erhverve ejerandele i andre virksomheder samt indgå samarbejdsaftaler og lignende i forbindelse med udøvelsen af sin virksomhed.\\nSelskabet kan udføre jernbanetrafik i udlandet i forbindelse med udøvelsen af sin virksomhed, jf. bilag 1.\",\r\n            \"property-cvr.organization.startDate\": \"1998-12-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-12-17T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Velkommen! Her svarer vi på spørgsmål fra kl. 07-21 på alle hverdage. Og kl. 10-17 i weekender. Stort som småt - bare det handler om din rejse med DSB:)\\n\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s851x315/17362739_1319191784801944_4094428368141403377_n.jpg?oh=d93a8b4823293ad5492e8156afa2f78f&oe=595FE5BA\",\r\n            \"property-facebookGraph.organization.engagement\": \"49391\",\r\n            \"property-facebookGraph.organization.fanCount\": \"49391\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"DSB\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.mission\": \"Siden 1885 har vi i DSB stræbt efter at komme til tiden, følge med tiden og skabe sammenhæng for dig i hverdagen. Og det er stadig vores mål!\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Køb billetter:www.dsb.dk/Find-og-kob/\\nWeb: http://www.dsb.dk/forside/\\nTwitter: https://twitter.com/omdsb\\nYoutube: http://www.youtube.com/DSBofficiel\\nInstagram: http://instagram.com/dsb.dk\\n\\nMere info om vores Husregler lige her:\\nhttps://www.dsb.dk/kampagner/dsb-pa-de-sociale-medier/husregler-for-dsb-facebookdsb-facebook-ung/\",\r\n            \"property-facebookGraph.organization.username\": \"dsb\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-dsb-RVW8376797.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Leider wurden viele Möglichkeiten verpasst, um auf neue techniken umszusteigen und damit Kunden zu binden.\\nHart umkämpfter Markt, Umsatzzahlen der Kunden sind stark rückläufig.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Programmierer\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Ontario, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"zum aktuellen Zeitpunkt kann und muss es aufwärts gehen, also ideal um auch selbst sich zu behaupten. Internet und/oder  SAP sind Zukunftsmarkt\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2015-10-21T02:53:07.4330000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Logistics & Supply Chain\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"1\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Transportation & Logistics\",\r\n            \"property-hubspot.company.custom-address\": \"Telegade 2 2630\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Kbenhavn K\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498897327795\",\r\n            \"property-hubspot.company.custom-description\": \"Køb billet til din togrejse, se priser for rejser, læs om kort og billetter, se køreplaner og bliv opdateret på trafikinfo, og hvordan togene kører lige nu.\",\r\n            \"property-hubspot.company.custom-domain\": \"dsb.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/dsb\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1885\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1498897328095\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498897327795\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"TRANSPORTATION_TRUCKING_RAILROAD\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/dsb\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Køb billet til din togrejse, se priser for rejser, læs om kort og billetter, se køreplaner og bliv opdateret på trafikinfo, og hvordan togene kører lige nu.\",\r\n            \"property-hubspot.company.custom-name\": \"DSB\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 13 14 15\",\r\n            \"property-hubspot.company.custom-state\": \"Taastrup\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"omDSB\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;apache;google_tag_manager;go_squared;google_analytics;outlook;visual_website_optimizer\",\r\n            \"property-hubspot.company.custom-website\": \"dsb.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1307\",\r\n            \"property-hubspot.company.founded\": \"1885\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Køb billet til din togrejse, se priser for rejser, læs om kort og billetter, se køreplaner og bliv opdateret på trafikinfo, og hvordan togene kører lige nu.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Railway company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"DSB, an abbreviation of Danske Statsbaner, is the largest Danish train operating company, and the largest in Scandinavia. While DSB is responsible for passenger train operation on most of the Danish railways, goods transport and railway maintenance are outside its scope. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/DSB_(railway_company)\",\r\n            \"property-organization.address\": \"Telegade 2\\n2630 Taastrup\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Kbenhavn K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.state\": \"Taastrup\",\r\n            \"property-organization.address.zipCode\": \"1307\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"25050053\",\r\n            \"property-organization.emailDomainNames\": \"dsb.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.foundingDate\": \"1998-12-30T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Logistics & Supply Chain\",\r\n            \"property-organization.phoneNumber\": \"+4570131415\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570131415\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 13 14 15\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-13-14-15\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/dsb/\",\r\n            \"property-organization.website\": \"www.dsb.net\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/dsb\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/dsb\",\r\n            \"property-user.social.Twitter\": \"omDSB\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"b63bdd29-8657-5e8f-9e77-f88363ff3f49\",\r\n          \"name\": \"WooRank\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"29 Boulevard Louis Schmidt\",\r\n            \"property-admin_username\": \"woo\",\r\n            \"property-angelList.organization.blogUrl\": \"http://blog.woorank.com\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"19\",\r\n            \"property-angelList.organization.highConcept\": \"Address issues on your site and identify opportunities to get ahead of the competition.\",\r\n            \"property-angelList.organization.productDesc\": \"Every day, more than 40,000 companies rely on WooRank to analyze their websites and receive clear, actionable insights on how they can be optimized.\\n\\nWooRank’s easy-to-use Web-based software generates instant website reviews that offer a ton of valuable data combined with a list of comprehensive tasks; helping businesses and online marketers achieve higher search engine rankings, convert more visitors into customers, keep track of their competitors and get more return on their digital marketing investments.\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Etterbeek\",\r\n            \"property-cluedin_subdomain\": \"woorank\",\r\n            \"property-country\": \"Belgium\",\r\n            \"property-createdate\": \"1484040924379\",\r\n            \"property-description\": \"WooRank is a Web-based service that helps owners of small and medium-sized businesses, online marketers and digital agencies instantly analyze their (clients’) websites and learn how they can optimized. WooRank screens websites and instantly turns valuable but fragmented data into clear reports that offer actionable insights and comprehensive tasks. WooRank’s automated website review tool helps online marketers achieve and maintain high rankings in search engines, keep track of social and local traffic, improve conversions, monitor uptime and fine-tune their online marketing efforts. WooRank’s software is both easy to understand (in multiple languages) and easy to use, offering small and medium-sized business owners and marketers a single dashboard to instantly analyze and optimize websites.\",\r\n            \"property-domain\": \"woorank.com\",\r\n            \"property-email\": \"boris@woorank.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/woorank\",\r\n            \"property-facebookGraph.organization.about\": \"Digital Marketing Software for SMBs, Online Marketers & SEO consultants. The automated, instant and simple way to optimize, promote & measure your website\",\r\n            \"property-facebookGraph.organization.category\": \"Software\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"WooRank is an internet startup focused on providing small businesses, online marketers and SEOs a solution to optimize, promote and measure their websites in an automated, instant and simple way. \\n\\nYou can also follow WooRank on Twitter (@WooRank), Google+, Instagram and LinkedIn for product updates, Online Marketing news, resources for online marketers or answers to support questions.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/15844248_1379267078781371_1402502631577134036_o.jpg?oh=9918c56edbea34d381af516970733334&oe=59617D4D\",\r\n            \"property-facebookGraph.organization.engagement\": \"4662\",\r\n            \"property-facebookGraph.organization.fanCount\": \"4662\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"WooRank\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"WooRank is a Digital Marketing Software for SMBs which main product is a Website Reviewer. \\n\\nIt provides a dynamic score on a 100-point scale that represents how well prepared is your site to give results from your online marketing. The review is based on 70 factors ranging from keywords to usability and social monitoring. Beyond the score, the WooRank Review provides valuable insights and tips to obtain the biggest return of investment of your online marketing. \",\r\n            \"property-facebookGraph.organization.username\": \"woorank\",\r\n            \"property-founded_year\": \"2011\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488355990021\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Boulevard Louis Schmidt 29\",\r\n            \"property-hubspot.company.custom-admin_username\": \"woo\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Brussels\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"woorank\",\r\n            \"property-hubspot.company.custom-company_name\": \"woorank\",\r\n            \"property-hubspot.company.custom-country\": \"Belgium\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040924379\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"WooRank is a Web-based service that helps owners of small and medium-sized businesses, online marketers and digital agencies instantly analyze their (clients’) websites and learn how they can optimized. WooRank screens websites and instantly turns valuable but fragmented data into clear reports that offer actionable insights and comprehensive tasks. WooRank’s automated website review tool helps online marketers achieve and maintain high rankings in search engines, keep track of social and local traffic, improve conversions, monitor uptime and fine-tune their online marketing efforts. WooRank’s software is both easy to understand (in multiple languages) and easy to use, offering small and medium-sized business owners and marketers a single dashboard to instantly analyze and optimize websites.\",\r\n            \"property-hubspot.company.custom-domain\": \"woorank.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/woorank\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2011\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509343362568\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Google Drive\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/woorank\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"WooRank is a Web-based service that helps owners of small and medium-sized businesses, online marketers and digital agencies instantly analyze their (clients’) websites and learn how they can optimized. WooRank screens websites and instantly turns valuable but fragmented data into clear reports that offer actionable insights and comprehensive tasks. WooRank’s automated website review tool helps online marketers achieve and maintain high rankings in search engines, keep track of social and local traffic, improve conversions, monitor uptime and fine-tune their online marketing efforts. WooRank’s software is both easy to understand (in multiple languages) and easy to use, offering small and medium-sized business owners and marketers a single dashboard to instantly analyze and optimize websites.\",\r\n            \"property-hubspot.company.custom-name\": \"WooRank\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063046885\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"50\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 252-227-7013\",\r\n            \"property-hubspot.company.custom-state\": \"Bruxelles\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Brussels\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"woorank\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"amazon_ses;aws_route_53;new_relic;mailjet;google_tag_manager;mandrill;amazon_s3;apache;recurly;google_analytics;google_apps;aws_ec2;sentry\",\r\n            \"property-hubspot.company.custom-website\": \"woorank.com\",\r\n            \"property-hubspot.company.custom-zip\": \"1040\",\r\n            \"property-hubspot.company.founded\": \"2011\",\r\n            \"property-hubspot.company.integrations\": \"Google Drive\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"WooRank is a Web-based service that helps owners of small and medium-sized businesses, online marketers and digital agencies instantly analyze their (clients’) websites and learn how they can optimized. WooRank screens websites and instantly turns valuable but fragmented data into clear reports that offer actionable insights and comprehensive tasks. WooRank’s automated website review tool helps online marketers achieve and maintain high rankings in search engines, keep track of social and local traffic, improve conversions, monitor uptime and fine-tune their online marketing efforts. WooRank’s software is both easy to understand (in multiple languages) and easy to use, offering small and medium-sized business owners and marketers a single dashboard to instantly analyze and optimize websites.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Google Drive\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/woorank\",\r\n            \"property-linkedinbio\": \"WooRank is a Web-based service that helps owners of small and medium-sized businesses, online marketers and digital agencies instantly analyze their (clients’) websites and learn how they can optimized. WooRank screens websites and instantly turns valuable but fragmented data into clear reports that offer actionable insights and comprehensive tasks. WooRank’s automated website review tool helps online marketers achieve and maintain high rankings in search engines, keep track of social and local traffic, improve conversions, monitor uptime and fine-tune their online marketing efforts. WooRank’s software is both easy to understand (in multiple languages) and easy to use, offering small and medium-sized business owners and marketers a single dashboard to instantly analyze and optimize websites.\",\r\n            \"property-name\": \"WooRank\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Boulevard Louis Schmidt 29\",\r\n            \"property-organization.address.city\": \"Brussels\",\r\n            \"property-organization.address.countryCode\": \"Belgium\",\r\n            \"property-organization.address.state\": \"Bruxelles\",\r\n            \"property-organization.address.zipCode\": \"1040\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.contact.email\": \"info@woorank.com\",\r\n            \"property-organization.emailDomainNames\": \"woorank.com\",\r\n            \"property-organization.employeeCount\": \"11-50\",\r\n            \"property-organization.foundingDate\": \"Boris Demaria\\nJean Derely\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"WooRank\",\r\n            \"property-organization.phoneNumber\": \"+12522277013\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+12522277013\",\r\n            \"property-organization.phoneNumber-International\": \"+1 252-227-7013\",\r\n            \"property-organization.phoneNumber-Location\": \"North Carolina\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-252-227-7013\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/woorank\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+woorank\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/woorank/?hl=en\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/woorank\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/woorank\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/WooRankTV\",\r\n            \"property-organization.usedTechnologies\": \"jQuery, Modernizr, Moment.js, Twitter Bootstrap\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/woorank-com\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/woorank\",\r\n            \"property-organization.website\": \"https://www.woorank.com\",\r\n            \"property-phone\": \"+1 252-227-7013\",\r\n            \"property-state\": \"Bruxelles\",\r\n            \"property-timezone\": \"Europe/Brussels\",\r\n            \"property-twitterhandle\": \"woorank\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/woorank\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/woorank\",\r\n            \"property-user.social.Twitter\": \"woorank\",\r\n            \"property-user.timezone\": \"Europe/Brussels Standard Time\",\r\n            \"property-website\": \"woorank.com\",\r\n            \"property-website.Description\": \"Get Found Online. WooRank’s technical SEO auditor allows you to check your website for common SEO problems & helps you improve your online rankings.\",\r\n            \"property-website.Title\": \"SEO Audit Tool & Website Review - WooRank\",\r\n            \"property-zip\": \"1040\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"8fdb1765-18b0-5c00-9f23-6e613c3d65ee\",\r\n          \"name\": \"APPMONK ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-admin_username\": \"appmonk\",\r\n            \"property-cluedin_subdomain\": \"AppMonk\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040925230\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1434\",\r\n            \"property-cvr.organization.address+streetCode\": \"1262\",\r\n            \"property-cvr.organization.address+streetName\": \"Danneskiold-Samsøes Allé\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"41\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"-170100\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"1913255\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"579130\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/27211243/ZG9rdW1lbnRsYWdlcjovLzAzLzRlL2RjLzg2L2UyL2E5NmItNDBiOS1hNDZjLWQxMWNlMWViZTE5NQ.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-252641\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-252443\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2013-06-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2012-01-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"06-30\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"07-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"582900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden udgivelse af software\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"APPMONK ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed med handel, produktion, salg og markedsføring af software samt dermed beslægtet virksomhed efter direktionens skøn samt eje kapitalandele i andre selskaber.\",\r\n            \"property-cvr.organization.registeredCapital\": \"540000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2012-01-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2014-06-03T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"We like apps We like all kinds of apps and platforms, but so far we have focused our efforts on the iOS platform, for Apples great devices, iPhone and iPad. Apples technology makes it possible for us to create unique user experiences for our customers. The iOS platform and ecosystem is very homogeneous and has many advanced technologies integrated.\",\r\n            \"property-domain\": \"appmonk.dk\",\r\n            \"property-facebookGraph.organization.about\": \"AppMonk to Improve Life\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/17192539_1277672282319464_3149887689068852400_o.jpg?oh=49436e62531a07c15197a18c2fec7406&oe=5961A2BD\",\r\n            \"property-facebookGraph.organization.engagement\": \"360\",\r\n            \"property-facebookGraph.organization.fanCount\": \"360\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"AppMonk\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.680835663706\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.604179762578\",\r\n            \"property-facebookGraph.organization.mission\": \"The mission is to build software and services that supports personal growth and sustainable living.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"AppMonk\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/12f9428d-37d6-4d2c-b9dd-680832c65d4d.png\",\r\n            \"property-hs_lastmodifieddate\": \"1488880274455\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"Danneskiold-Samsøes Allé 41\",\r\n            \"property-hubspot.company.custom-admin_username\": \"appmonk\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"København K\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"AppMonk\",\r\n            \"property-hubspot.company.custom-company_name\": \"AppMonk\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040925230\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"We like apps We like all kinds of apps and platforms, but so far we have focused our efforts on the iOS platform, for Apples great devices, iPhone and iPad. Apples technology makes it possible for us to create unique user experiences for our customers. The iOS platform and ecosystem is very homogeneous and has many advanced technologies integrated.\",\r\n            \"property-hubspot.company.custom-domain\": \"appmonk.dk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498896654727\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2012\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/12f9428d-37d6-4d2c-b9dd-680832c65d4d.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509121406835\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1488880274447\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/appmonk-aps\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"We like apps We like all kinds of apps and platforms, but so far we have focused our efforts on the iOS platform, for Apples great devices, iPhone and iPad. Apples technology makes it possible for us to create unique user experiences for our customers. The iOS platform and ecosystem is very homogeneous and has many advanced technologies integrated.\",\r\n            \"property-hubspot.company.custom-name\": \"AppMonk ApS\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503042995432\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1506531999562\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1505426400000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"3\",\r\n            \"property-hubspot.company.custom-num_notes\": \"5\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 53 60 07 87\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"appmonk.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1434\",\r\n            \"property-hubspot.company.founded\": \"2012\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.linkedInBio\": \"We like apps We like all kinds of apps and platforms, but so far we have focused our efforts on the iOS platform, for Apples great devices, iPhone and iPad. Apples technology makes it possible for us to create unique user experiences for our customers. The iOS platform and ecosystem is very homogeneous and has many advanced technologies integrated.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1488880274447\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-linkedinbio\": \"We like apps We like all kinds of apps and platforms, but so far we have focused our efforts on the iOS platform, for Apples great devices, iPhone and iPad. Apples technology makes it possible for us to create unique user experiences for our customers. The iOS platform and ecosystem is very homogeneous and has many advanced technologies integrated.\",\r\n            \"property-name\": \"appmonk.dk\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-organization.address\": \"Danneskiold-Samsøes Allé 41\\n1434 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Danneskiold-Samsøes Allé 41\",\r\n            \"property-organization.address.zipCode\": \"1434\",\r\n            \"property-organization.annualRevenue\": \"1913255 DKK\",\r\n            \"property-organization.codes.cvr\": \"34211272\",\r\n            \"property-organization.contact.email\": \"mathias@appmonk.dk\",\r\n            \"property-organization.emailDomainNames\": \"appmonk.dk\",\r\n            \"property-organization.employeeCount\": \"2-4\",\r\n            \"property-organization.foundingDate\": \"2012-01-12T00:00:00.0000000+00:00\",\r\n            \"property-organization.name\": \"appmonk\",\r\n            \"property-organization.phoneNumber\": \"+4553600787\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4553600787\",\r\n            \"property-organization.phoneNumber-International\": \"+45 53 60 07 87\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-53-60-07-87\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/AppMonk/\",\r\n            \"property-organization.website\": \"www.appmonk.dk\",\r\n            \"property-phone\": \"+45 53 60 07 87\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/appmonk-aps\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"appmonk.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"bf9c85f0-2246-5e93-98c1-0007831cc4c3\",\r\n          \"name\": \"Intel\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"Experience What's Inside\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Intel, the world leader in silicon innovation, develops technologies, products and initiatives to continually advance how people work and live.\\n\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/13029652_10153461314901850_8727677306496959283_o.jpg?oh=25b1632a50e581635e36a7c3e2c86398&oe=5951B14C\",\r\n            \"property-facebookGraph.organization.engagement\": \"35450605\",\r\n            \"property-facebookGraph.organization.fanCount\": \"35450605\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Intel\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.mission\": \"Keep the innovation economy moving into the future.\\n\\nHOUSE RULES:\\n\\nWelcome to Intel’s Facebook page. We’re glad you are here. \\n\\nThis page provides a place to discuss the Intel brand, our family of products, initiatives, services and breaking news. The following guidelines are designed to help provide a quality environment for our fans. Please take a minute to read them and keep them in mind whenever you participate. \\n\\nBy using or accessing this page, you agree to comply with Facebook’s Terms and Conditions. While we are excited to hear from everyone, it is important to note that postings by fans to Intel’s Facebook page do not necessarily reflect the opinions of Intel, nor does Intel confirm their accuracy. \\n\\nWe understand that technology is a subject many of you are passionate about – a passion we share. We welcome all questions and commentary, including constructive feedback. We don’t take decisions on moderating posts lightly. But we do expect that participants post content and commentary that is both relevant and respectful to this community as a whole. Intel reserves the right to remove any posts that don’t adhere to our guidelines and to block anyone who violates them repeatedly. Specifically, we do not tolerate these kinds of posts:  \\n\\n•\\tAbusive, harassing, stalking, threatening or attacking others\\n•\\tDefamatory, offensive, obscene, vulgar or depicting violence \\n•\\tHateful in language targeting race/ethnicity, religion, gender, nationality or political beliefs \\n•\\tFraudulent, deceptive, misleading or unlawful\\n•\\tTrolling or deliberate disruption of discussion\\n•\\tViolations of any intellectual property rights \\n•\\tSpamming in nature\\n•\\tUploading files that contain viruses or programs that could damage the operation of other people’s computers\\n•\\tCommercial solicitation or solicitation of donations\\n•\\tLink baiting (embedding a link in your post to draw traffic to your own site)\\n\\nIf you have a customer service issue, we recommend visiting http://www.intel.com/p/en_US/support or sending a tweet to http://twitter.com/intelsupport for the fastest paths to resolution.\\n\\nView Intel Online Privacy Notice Summary : www.intel.com/privacy  \",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"@Intel on Twitter\\nhttp://twitter.com/intel\\nhttp://twitter.com/intelinside \\nhttp://twitter.com/intelsupport (support queries)\\n\\n@Intel on Instagram\\nhttp://instagram.com/intel\\n\\nIntel Blogs\\nFamily of Intel blogs http://blogs.intel.com\\n\\nIntel Hardware information:  \\nhttp://www.intel.com/buy\\nhttp://www.intel.com/design\\n\\nSupport:  Hardware Support is available at http://www.intel.com/go/supportcommunity \\n\\nIntel Software information:  \\nhttp://www.intel.com/software\\nSupport:  http://www.intel.com/software/support\\n\\n.\",\r\n            \"property-facebookGraph.organization.username\": \"Intel\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Intel-Corporation-RVW10537585.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"If over the age of 40 mostly likely will be part of the layoff selection.  Intel is not supportive of its long time employees and are the first to go when job cutting happens.  Performance does not play a part in the decision it is mostly age related.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Not supportive of over 40 employees\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Supports innovation a great place for young recent college graduates to get their feet wet.  I would take advantage of the experience and then look for opportunities at other companies.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-05-09T08:11:00.2100000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"3160\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"60\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"40\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"8923\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"72\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Santa Clara\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498897339283\",\r\n            \"property-hubspot.company.custom-description\": \"Intel Corporation (better known as Intel, stylized as intel) is an American multinational technology company headquartered in Santa Clara, California. Intel is one of the world's largest and highest valued semiconductor chip makers, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel supplies processors for computer system manufacturers such as Apple, Samsung, HP and Dell. Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphics chips, embedded processors and other devices related to communications and computing. Intel Corporation was founded on July 18, 1968, by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove, Intel combines advanced chip design capability with a leading-edge manufacturing capability.\",\r\n            \"property-hubspot.company.custom-domain\": \"intel.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Intel\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499079827480\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1968\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"2b48951f-cdbd-4919-9370-23ef41d736bd\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601528294\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498897339283\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"SEMICONDUCTORS\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/intel-corporation\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Intel Corporation (better known as Intel, stylized as intel) is an American multinational technology company headquartered in Santa Clara, California. Intel is one of the world's largest and highest valued semiconductor chip makers, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel supplies processors for computer system manufacturers such as Apple, Samsung, HP and Dell. Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphics chips, embedded processors and other devices related to communications and computing. Intel Corporation was founded on July 18, 1968, by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove, Intel combines advanced chip design capability with a leading-edge manufacturing capability.\",\r\n            \"property-hubspot.company.custom-name\": \"Intel\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 408-393-1819\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"10.5M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"intel\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;google_adsense;disqus;facebook_connect;brightcove;outbrain_ads;google_charts;eloqua;asp_net;facebook_like_button;tealium;demandware;omniture_adobe_analytics;apache;google_maps;go_squared;taboola_ads;taleo;google_analytics;livefyre;twitter_button;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"intel.com\",\r\n            \"property-hubspot.company.custom-zip\": \"95054\",\r\n            \"property-hubspot.company.founded\": \"1968\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Intel Corporation (better known as Intel, stylized as intel) is an American multinational technology company headquartered in Santa Clara, California. Intel is one of the world's largest and highest valued semiconductor chip makers, based on revenue. It is the inventor of the x86 series of microprocessors, the processors found in most personal computers. Intel supplies processors for computer system manufacturers such as Apple, Samsung, HP and Dell. Intel also makes motherboard chipsets, network interface controllers and integrated circuits, flash memory, graphics chips, embedded processors and other devices related to communications and computing. Intel Corporation was founded on July 18, 1968, by semiconductor pioneers Robert Noyce and Gordon Moore and widely associated with the executive leadership and vision of Andrew Grove, Intel combines advanced chip design capability with a leading-edge manufacturing capability.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Semiconductor manufacturing company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Intel Corporation is an American multinational corporation and technology company headquartered in Santa Clara, California that was founded by Gordon Moore and Robert Noyce. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Intel\",\r\n            \"property-organization.address.city\": \"Santa Clara\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.zipCode\": \"95054\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"intel.com\",\r\n            \"property-organization.foundingDate\": \"1968\",\r\n            \"property-organization.industry\": \"SEMICONDUCTORS\",\r\n            \"property-organization.phoneNumber\": \"+14083931819\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+14083931819\",\r\n            \"property-organization.phoneNumber-International\": \"+1 408-393-1819\",\r\n            \"property-organization.phoneNumber-Location\": \"California\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-408-393-1819\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Intel/\",\r\n            \"property-organization.website\": \"intel.com\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Intel\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/intel-corporation\",\r\n            \"property-user.social.Twitter\": \"intel\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"78e1ae70-9062-5e43-878b-4fbad2910620\",\r\n          \"name\": \"SPROOM SOLUTIONS A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+city\": \"Trørød\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1411\",\r\n            \"property-cvr.organization.address+streetCode\": \"4140\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"B\",\r\n            \"property-cvr.organization.address+streetName\": \"Langebrogade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"1\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.endDate\": \"2017-03-02T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"3192137\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"5088358\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"4959522\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/35902553/ZG9rdW1lbnRsYWdlcjovLzAzLzJkL2U4LzZiL2E1Lzk2NzYtNDY4MS1iNTc1LTBkZmE2MTIzYTAyNQ.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"2001840\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"2569971\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2013-10-25T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"SPROOM SOLUTIONS A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er udvikling og salg af en electronic document interchange (EDI) service og andre relaterede aktiviteter.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2013-10-25T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"OPLØSTEFTERFUSION\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-06-15T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Stockholmsgade 41\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498475655011\",\r\n            \"property-hubspot.company.custom-description\": \"Send og modtag elektroniske fakturaer til både offentlige, private- og erhvervskunder via eget økonomisystem eller via Sprooms gratis online fakturaformular.\",\r\n            \"property-hubspot.company.custom-domain\": \"sproom.net\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498475707685\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498475722803\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2010\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498475707664\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501850728592\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498475655011\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/sproom\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Send og modtag elektroniske fakturaer til både offentlige, private- og erhvervskunder via eget økonomisystem eller via Sprooms gratis online fakturaformular.\",\r\n            \"property-hubspot.company.custom-name\": \"Sproom\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1501850725031\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501850728287\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 88 20 20 40\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"2.3M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"SProom_1121\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_office_365;google_tag_manager;mandrill;google_analytics;google_apps;asp_net\",\r\n            \"property-hubspot.company.custom-website\": \"sproom.net\",\r\n            \"property-hubspot.company.custom-zip\": \"2100\",\r\n            \"property-hubspot.company.founded\": \"2010\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Send og modtag elektroniske fakturaer til både offentlige, private- og erhvervskunder via eget økonomisystem eller via Sprooms gratis online fakturaformular.\",\r\n            \"property-organization.address\": \"Langebrogade 1\\n1411 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"5088358 DKK\",\r\n            \"property-organization.codes.cvr\": \"35520953\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-10490085-2\",\r\n            \"property-organization.contact.email\": \"info@sproom.net\",\r\n            \"property-organization.emailDomainNames\": \"sproom.net\",\r\n            \"property-organization.employeeCount\": \"0\",\r\n            \"property-organization.foundingDate\": \"2013-10-25T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Sproom Solutions A/S\",\r\n            \"property-organization.phoneNumber\": \"88202040\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4588202040\",\r\n            \"property-organization.phoneNumber-International\": \"+45 88 20 20 40\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-88-20-20-40\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/sproom\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/sproomsolutions\",\r\n            \"property-organization.usedTechnologies\": \"Font Awesome, jQuery, OWL Carousel, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"sproom.net\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/sproom\",\r\n            \"property-user.social.Twitter\": \"SProom_1121\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Sproom Solutions A/S\",\r\n            \"property-website.Description\": \"\\nSend og modtag elektroniske fakturaer til b&#229;de offentlige, private- og erhvervskunder via eget &#248;konomisystem eller via Sprooms gratis online fakturaformular.\",\r\n            \"property-website.Title\": \"\\nSend og modtag elektroniske fakturaer | Sproom\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"8d240290-d51d-5792-acfa-eee68abbdbcb\",\r\n          \"name\": \"SHIPBEAT ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Dampfærgevej 2a\",\r\n            \"property-admin_username\": \"shipbeat\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"14\",\r\n            \"property-angelList.organization.highConcept\": \"The simple shipping API for e-commerce companies\",\r\n            \"property-angelList.organization.productDesc\": \"Our service gives you access to all relevant local and global shipping carriers through our simple shipping API. By integrating shipping into your e-commerce store via our API you save tons of hours integrating each and every shipping partner and you can provide a better customer experience for your customers. Empowering you to reduce your shipping cost and improve customer conversion and retention.\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-cluedin_subdomain\": \"Shipbeat\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040924928\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+door\": \"th\",\r\n            \"property-cvr.organization.address+floor\": \"2\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"1874\",\r\n            \"property-cvr.organization.address+streetName\": \"Forbindelsesvej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"12\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.creditStatusText\": \"Konkurs\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"29151\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"-1720081\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"4457255\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/43224653/ZG9rdW1lbnRsYWdlcjovLzAzLzM3L2FiLzE0LzIzLzRkODMtNGQwZi1iYjJmLTI4Y2EyOTgzZTQ0Ng.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-4718956\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-6135487\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2015\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-01-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"True\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"582900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden udgivelse af software\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"SHIPBEAT ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"620200\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle og markedsføre en software- og infrastrukturløsning med henblik på at organisere logistik for shipping til kunder på konsoliderede aftaler.\",\r\n            \"property-cvr.organization.registeredCapital\": \"132678.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2014-01-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"UNDERKONKURS\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2014-07-18T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Our service gives you access to all relevant local and global shipping carriers through our simple shipping API. By integrating shipping into your e-commerce store via our API you save tons of hours integrating each and every shipping partner and you can provide a better customer experience for your customers. Empowering you to reduce your shipping cost and improve customer conversion and retention.\",\r\n            \"property-domain\": \"shipbeat.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/shipbeat\",\r\n            \"property-founded_year\": \"2014\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Not Applicable\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"0.0\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1484041636172\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.founded\": \"2014\",\r\n            \"property-hubspot.company.integrations\": \"Podio\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Our service gives you access to all relevant local and global shipping carriers through our simple shipping API. By integrating shipping into your e-commerce store via our API you save tons of hours integrating each and every shipping partner and you can provide a better customer experience for your customers. Empowering you to reduce your shipping cost and improve customer conversion and retention.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Podio\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedinbio\": \"Our service gives you access to all relevant local and global shipping carriers through our simple shipping API. By integrating shipping into your e-commerce store via our API you save tons of hours integrating each and every shipping partner and you can provide a better customer experience for your customers. Empowering you to reduce your shipping cost and improve customer conversion and retention.\",\r\n            \"property-name\": \"shipbeat\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Forbindelsesvej 12 2 th\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"-1720081 DKK\",\r\n            \"property-organization.codes.cvr\": \"35642234\",\r\n            \"property-organization.contact.email\": \"ks@shipbeat.com\",\r\n            \"property-organization.emailDomainNames\": \"shipbeat.com\",\r\n            \"property-organization.employeeCount\": \"0\",\r\n            \"property-organization.foundingDate\": \"2014-01-03T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"shipbeat\",\r\n            \"property-organization.phoneNumber\": \"30740516\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4530740516\",\r\n            \"property-organization.phoneNumber-International\": \"+45 30 74 05 16\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-30-74-05-16\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/shipbeat\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/shipbeathq\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/shipbeat\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/shipbeat\",\r\n            \"property-organization.website\": \"http://shipbeat.com\",\r\n            \"property-phone\": \"+4530740516\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"shipbeathq\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/shipbeat\",\r\n            \"property-user.social.Twitter\": \"shipbeathq\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"shipbeat.com\",\r\n            \"property-zip\": \"2100\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"08535534-5150-5d76-8a3e-9f8e6a33f205\",\r\n          \"name\": \"Gartner\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.blogUrl\": \"http://blogs.gartner.com\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"202\",\r\n            \"property-angelList.organization.videoUrl\": \"https://www.youtube.com/watch?v=-dTm7YaTHJk&feature=youtu.be\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Stamford\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1493233425898\",\r\n            \"property-description\": \"Gartner Consulting provides fact-based consulting services that help their clients use and manage IT to enable business performance. Gartner's 1,200 analysts and resarchers offer consulting services and advice to business executives in 80 countries. In addition, Gartner publishes original research and answers client questions.\",\r\n            \"property-domain\": \"gartner.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/Gartner\",\r\n            \"property-facebookGraph.organization.about\": \"Gartner, Inc. (NYSE: IT) is the world's leading information technology research and advisory company. Gartner delivers the technology-related insight necessary for its clients to make the right decisions, every day.\",\r\n            \"property-facebookGraph.organization.category\": \"Workplace & Office\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/16640778_10154488933047983_5353277652350199768_n.jpg?oh=a4f8c08a0ae5ef6b790b0bbfc3c73e01&oe=5967CAED\",\r\n            \"property-facebookGraph.organization.engagement\": \"55928\",\r\n            \"property-facebookGraph.organization.fanCount\": \"55928\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Gartner\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"41.030122909294\",\r\n            \"property-facebookGraph.organization.longitude\": \"-73.550827714831\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.4\",\r\n            \"property-facebookGraph.organization.username\": \"Gartner\",\r\n            \"property-founded_year\": \"1979\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Gartner-RVW7899945.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Huge problem developing people.  Academy is a process that is 2+ months long.  After going through many interviews, flying around the country, and going through 2+ months of training's, you still might not be a good fit.  A lot of people move just for this job, and they do not even know if they will make it through training and a lot of people don't.  \\n\\nManagement is a problem, be careful of the bait and switch.  In your interview process you will meet with VP and successful members of management, which is who determines if you get the job.  However, that will more than likely be your last exposure with them, which I did not realize.  When you come out of the Academy, you are going to be at random assigned a manager and a team.  You have no control over the types of people or manager you have to report to.  My experience was awful, I walked into a team that hated their manager.  My mentor was going to quit unless the manager left soon, and 4 of the 7 people on my team left recently because of management issues.  I walked into a less than desirable situation and I could do nothing about it.  \\n\\nMany people say people don't quit companies, they quit managers.  This is certainly the case at Gartner.  The turnover is tremendously high, they will downplay this hard, and many of my peers asked the same questions I did, and you will just feel that they are not being honest.  They will want to pitch you and say that it is promotions, don't let them lie to you.  Within my first year every person that sat next to me or on other teams around me had changed.  Out of the 10-15 people close to me that left, 1 was promoted.  They will force a lot of people out, they dont fire, but they put extensive pressure, and it happens a lot.  \\n\\nThe problem really is not bad quality candidates or poor training.  It is the lack of management.  The majority of the managers are rookie managers who are not experienced with people development.  Many are under the age of 30, and they simply lack experience of being leaders, they focus solely on being managers and managing numbers.  \\n\\nThis is a dial for dollars job. Call Call Call, this is a call center.  No matter how much they try to make it look cool or edgy, you need to be very clear on expectations, because the real job is to consistently cold call.  The territories have been consistently shrinking has they are bringing in more and more sales people.  The list of companies you get to prospect has been contacted many many times, in fact the company is now even switching prospect lists quarterly, so every quarter a new sales rep is reaching out trying to get a sale, which can make for tough cold call sessions and blitz days.  The only way to come over that, is to find new start up companies to target, the challenge there is those companies are seeking funding, and you are asking them to spend more money then what they have in hope we can get them help with funding.\\n\\nOn top of switching your prospects, you may have to switch territories often as well.  This is not a job where you have a specific territory and you develop and build relationships with people.  You have to call and try to get the deal right away.  When you do switch prospects or territories you have a few weeks at best to close anything that is already in the works.  The problem is often you will get people to reach out to you months later when they are ready.  Many sales jobs that is ideal as your efforts eventually pay off, but at Gartner, they are no longer your prospect and you do not get any rights at all to get that business, even if they ask for you it is a battle to get the business to fall your way.  \\n\\nYou wont have any good tools for CRM or LMS. Tracking prospects or notes is not going to happen, everything is done via personal notes, which your not going to get once they become your prospect.  \\n\\nYou must have spirit to work here.  There are so many dress up days and theme days, you must dress up much like high school very regularly to have \\\"spirit\\\" weeks.  \\n\\nDo not get use to your team, change happens so much.  There are a few sales employees who have tenure, but not very many at all.  In fact many of the people who you will meet with tenure actually had most of that tenure in another role in the company, usually CP, the sales channel does not have that much success keeping people long term.  \\n\\nThere are a lot of uncontrollables at this company.  Your manager, your team, your territory, your book of business......all of that is something you have no say or control over.  All of it impacts your income and longevity with the company.\\n\\nYou should not talk to upper management.  When you get out of training, I was told by a lot of people on the floor that you should not talk with upper management on issues.  Upper management is great to have fun with and interact with personally, but you should not have business issues discussed with them.  Two times I had issues where I had a specific game plan to obtain a business deal, both these times my direct manager told me not to go with my game plan and go with hers instead.  Both times her game plan did not work.  So when I talked to upper management about the situation he suggested something different, which was the exact plan that I had in the first place, I asked him then how I could better communicate with my manager so we could have avoided this.  That was a mistake on my part as that rocked the boat and made for a uncomfortable situation.  Both of those examples I was able to save the business, and I felt I should absolutely be able to have a strategic conversation with my VP to better communicate with my brand new manager.  But as all of my senior peers advised, don't go to management unless it is a massive huge problem or they ask you in to talk, just don't do it.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Account Manager\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Account Manager SMB\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Fort Myers, FL\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Modern culture, flexible work environment, great facilities and amenities at work (gym, chefs, pool tables, etc)\\n\\nYou will get a lot of education and exposure with working with enterprise size clients and C-Level executives.  \\n\\nA lot of perks come with the company, great vacations, team days, fun events, and fun quarter closes.  \\n\\nIf you like technology and big business, this is a great opportunity.  The company is in front of the market and many business's will recruit you as they know people from Gartner are usually among the brightest.  \\n\\nThis is a very good company, and they are growing like crazy.  I have had a personal bad experience, but I would have worked for the company and done it all again.  I would just have hoped to get placed on with a senior manager who was proven and a good leader.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2015-09-10T07:39:00.1570000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"813\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"90\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"10\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"1227\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"76\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_lastmodifieddate\": \"1493233426147\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Stamford\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1493233425898\",\r\n            \"property-hubspot.company.custom-description\": \"Gartner Consulting provides fact-based consulting services that help their clients use and manage IT to enable business performance. Gartner's 1,200 analysts and resarchers offer consulting services and advice to business executives in 80 countries. In addition, Gartner publishes original research and answers client questions.\",\r\n            \"property-hubspot.company.custom-domain\": \"gartner.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Gartner\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1979\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1497098672770\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1493233425898\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/gartner\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Gartner Consulting provides fact-based consulting services that help their clients use and manage IT to enable business performance. Gartner's 1,200 analysts and resarchers offer consulting services and advice to business executives in 80 countries. In addition, Gartner publishes original research and answers client questions.\",\r\n            \"property-hubspot.company.custom-name\": \"Gartner, Inc.\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 800-213-4848\",\r\n            \"property-hubspot.company.custom-state\": \"CT\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"1.5K\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Gartner_inc\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"google_tag_manager;recaptcha;google_analytics;eloqua;optimizely;ios\",\r\n            \"property-hubspot.company.custom-website\": \"gartner.com\",\r\n            \"property-hubspot.company.custom-zip\": \"06902\",\r\n            \"property-hubspot.company.founded\": \"1979\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Gartner Consulting provides fact-based consulting services that help their clients use and manage IT to enable business performance. Gartner's 1,200 analysts and resarchers offer consulting services and advice to business executives in 80 countries. In addition, Gartner publishes original research and answers client questions.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1493233425898\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-knowledgeGraph.organization.description\": \"Research company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Gartner, Inc. is an American research and advisory firm providing information technology related insight for IT and other business leaders located across the world. Its headquarters are in Stamford, Connecticut, United States. It was known as Gartner Group, Inc until 2000, when it was then changed to Gartner.\\nResearch provided by Gartner targets CIOs, senior IT, marketing and supply chain leaders. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Gartner\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/gartner\",\r\n            \"property-linkedinbio\": \"Gartner Consulting provides fact-based consulting services that help their clients use and manage IT to enable business performance. Gartner's 1,200 analysts and resarchers offer consulting services and advice to business executives in 80 countries. In addition, Gartner publishes original research and answers client questions.\",\r\n            \"property-name\": \"Gartner, Inc.\",\r\n            \"property-organization.address.city\": \"Stamford\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CT\",\r\n            \"property-organization.address.streetName\": \"56 Top Gallant Rd\",\r\n            \"property-organization.address.zipCode\": \"06902\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"gartner.com\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Gartner\",\r\n            \"property-organization.phoneNumber\": \"+18002134848\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+18002134848\",\r\n            \"property-organization.phoneNumber-International\": \"+1 800-213-4848\",\r\n            \"property-organization.phoneNumber-Location\": \"Stamford, CT\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-800-213-4848\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/Gartner\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/gartnerinc\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/gartner\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/gartner\",\r\n            \"property-organization.website\": \"http://www.gartner.com\",\r\n            \"property-phone\": \"+1 800-213-4848\",\r\n            \"property-state\": \"CT\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"Gartner_inc\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Gartner\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/gartner\",\r\n            \"property-user.social.Twitter\": \"Gartner_inc\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"gartner.com\",\r\n            \"property-zip\": \"06902\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"f182b549-ab6b-5464-9491-47204738dabd\",\r\n          \"name\": \"Cerebro Technology\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cluedin_account_name\": \"cerebro\",\r\n            \"property-file.editUrl\": \"https://eu5.salesforce.com/0012400000YxwtaAAB\",\r\n            \"property-is_test_account\": \"True\",\r\n            \"property-organization.annualRevenue\": \"5000.0\",\r\n            \"property-organization.emailDomainNames\": \"cerebro.technology\",\r\n            \"property-organization.employeeCount\": \"6\",\r\n            \"property-organization.industry\": \"Technology\",\r\n            \"property-organization.name\": \"Cerebro Technology\",\r\n            \"property-organization.website\": \"http://cerebro.technology\",\r\n            \"property-salesforce.account.accountNumber\": \"111\",\r\n            \"property-salesforce.account.cleanStatus\": \"Pending\",\r\n            \"property-salesforce.account.rating\": \"Warm\",\r\n            \"property-salesforce.account.type\": \"Prospect\",\r\n            \"property-salesforce.account.website\": \"http://cerebro.technology\",\r\n            \"property-zendesk.organization.custom-cluedin_account_name\": \"cerebro\",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"True\",\r\n            \"property-zendesk.organization.details\": \"Cerebro Technology\\n740 Evergreen Terrace, Springfield\",\r\n            \"property-zendesk.organization.notes\": \"This is the CluedIn fictional test organization\",\r\n            \"property-zendesk.organization.sharedComments\": \"False\",\r\n            \"property-zendesk.organization.sharedTickets\": \"False\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"20313ca6-cdaf-58ce-8edc-428b88377894\",\r\n          \"name\": \"NNIT A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Søborg\",\r\n            \"property-cvr.organization.address+municipalityName\": \"GLADSAXE\",\r\n            \"property-cvr.organization.address+postalCode\": \"2860\",\r\n            \"property-cvr.organization.address+streetCode\": \"990\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"A\",\r\n            \"property-cvr.organization.address+streetName\": \"Østmarken\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"3\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"1998-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"1998-05-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"GLADSAXE\",\r\n            \"property-cvr.organization.name\": \"NNIT A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"722000\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Forskning og eksperimentel udvikling inden for samfundsvidenskab og humanistiske videnskaber\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle og markedsføre produkter og tjenesteydelser inden for informationsteknologi, projektledelse og konsulentvirksomhed samt enhver anden relateret virksomhed efter bestyrelsens skøn. Herudover kan Selskabet, inden for sit forretningsområde, deltage i samarbejder eller indgå i partnerskaber med andre virksomheder.\",\r\n            \"property-cvr.organization.registeredCapital\": \"250000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1998-05-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-03-08T00:00:00.0000000+00:00\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-NNIT-RVW9662403.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Just what you might expect with a European company that is new in the US.  Some of the US-based HR processes are still in need of maturing, but that's to be expected.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Good up and coming IT consultancy in SF area\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"San Francisco, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"A company with good values: open; honest; and value adding- you get a chance to effect positive change in the IT segment of the life sciences industry.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-02-22T15:07:07.4130000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"11\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"64\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"36\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"27\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"72\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"3 Østmarken\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Søborg\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1496656500494\",\r\n            \"property-hubspot.company.custom-description\": \"NNIT A/S provides IT development, implementation and operation consultancies. It offers services including advising, building, implementing, managing and supporting IT solutions and operating IT systems for customers.\",\r\n            \"property-hubspot.company.custom-domain\": \"nnit.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/NNIT-AS\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1500467367429\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498650444219\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1994\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1500467367429\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"29a0f850-cba8-47ad-b30d-ac9363dc4308\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504863615283\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1496656500494\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/nnit\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"NNIT A/S provides IT development, implementation and operation consultancies. It offers services including advising, building, implementing, managing and supporting IT solutions and operating IT systems for customers.\",\r\n            \"property-hubspot.company.custom-name\": \"NNIT\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503922951985\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504863614487\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1506031200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"4\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"5000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 30 79 67 27\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"nnit\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;youtube;google_analytics;twitter_button;sharepoint;asp_net;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"nnit.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2860\",\r\n            \"property-hubspot.company.founded\": \"1994\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"NNIT A/S provides IT development, implementation and operation consultancies. It offers services including advising, building, implementing, managing and supporting IT solutions and operating IT systems for customers.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"NNIT A/S is an ISO 9001 certified international IT service provider. NNIT is one of the three largest providers of ITservices in Denmark and operates within the following focus areas: IT consultancy, and the development, implementation and outsourcing of IT services for life sciences, finance, public and other industries.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/NNIT\",\r\n            \"property-organization.address\": \"Østmarken 3 A\\n2860 Søborg\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Søborg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2860\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"21093106\",\r\n            \"property-organization.emailDomainNames\": \"nnit.com\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.foundingDate\": \"1998-05-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.phoneNumber\": \"44424242\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4530796727\",\r\n            \"property-organization.phoneNumber-International\": \"+45 30 79 67 27\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-30-79-67-27\",\r\n            \"property-organization.website\": \"nnit.com\",\r\n            \"property-twitter.user.followersCount\": \"1158\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"1081\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"1161\",\r\n            \"property-twitter.user.url\": \"https://t.co/m5pyIIvQdF\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-user.location\": \"Copenhagen, Denmark\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/NNIT-AS\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/nnit\",\r\n            \"property-user.social.Twitter\": \"nnit\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"fc0f31be-6b79-5b1b-a23a-8d7717b4a2d4\",\r\n          \"name\": \"Namics\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"19 Teufener Strasse\",\r\n            \"property-admin_username\": \"namics\",\r\n            \"property-annualrevenue\": \"500000000\",\r\n            \"property-city\": \"Sankt Gallen\",\r\n            \"property-cluedin_subdomain\": \"Namics\",\r\n            \"property-country\": \"Switzerland\",\r\n            \"property-createdate\": \"1484040929820\",\r\n            \"property-description\": \"Namics ist die Full-Service-Webagentur für E-Commerce, Digitale Kommunikation, Content Management, Webanwendungen und Mobile Business Apps.\",\r\n            \"property-domain\": \"namics.com\",\r\n            \"property-email\": \"lars.schilling@namics.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/namics\",\r\n            \"property-facebookGraph.organization.about\": \"Websites & Portals. E-Commerce. Digital Communication. Mobile Business. Since 1995. www.namics.com. \",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Kundenerfolg: Wir machen unsere Kunden messbar erfolgreicher!\\n\\nWir sind in St. Gallen, Zürich, Frankfurt, Hamburg und München vertreten. Fast 500 Mitarbeiter bieten das gesamte Spektrum hochwertiger, professioneller Services für E-Business und Markenkommunikation. Wir entwickeln für Unternehmen intelligente und innovative Lösungen, die ihr Geschäft erfolgreicher machen und ihre Onlinepräsenz nachhaltig prägen. Inklusive der Erfahrung aus über 1200 Projekten. Und das seit 1995.\\n\\nZu unseren Kunden zählen wir unter anderem  AMAG, Audi, AXPO, BASF, Bausparkasse Schwäbisch Hall, BRAUN, Credit Suisse, CSS Versicherung, DAB, Daimler, DekaBank, Deutsche Bahn, Europäische Zentralbank, Fraunhofer Gesellschaft, Migros, Nestlé, OSEC, Phonak, SF Schweizer Fernsehen, Swiss Life, Raiffeisen und UNHCR. Mehr dazu: www.namics.com/referenzen\\n\\nKontaktieren Sie uns:\\n\\nSchweiz:\\nNamics AG \\t\\nTeufenerstrasse 19 \\t\\nCH-9001 St. Gallen \\t  \\t \\nTelefon +41 71 228 67 77 \\t\\nFax +41 71 228 67 88 \\t\\n\\nDeutschland: \\nNamics (Deutschland) GmbH\\nHedderichstrasse 108 - 110\\nD-60596 Frankfurt am Main\\nTelefon +49 69 36 50 59 - 0\\nFax +49 69 36 50 59 - 100 \",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/15826560_10158049421095707_4266314736818308166_n.png?oh=156f048ffe70a4915fd8f3f0539fc0d0&oe=5957FF62\",\r\n            \"property-facebookGraph.organization.engagement\": \"2278\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2278\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Namics\",\r\n            \"property-facebookGraph.organization.impressum\": \"http://nam.to/impressum\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"47.36486\",\r\n            \"property-facebookGraph.organization.longitude\": \"8.531\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Unsere Kernkompetenzen sind:\\n- Web Solutions – E-Business\\n- Technologie Beratung\\n- Intranet & Collaboration\\n- Digital Communications \\n- Online Marketing\\n- Content Marketing\\n- Social Media Marketing\\n- Web Analytics\\n- E-Commerce\\n- Mobile Business Solutions\\n- Online Analyse und Strategie\\n- Online Konzeption und Design\\n- Online Entwicklung und Betrieb\\n- Technologie Beratung\",\r\n            \"property-facebookGraph.organization.username\": \"namics\",\r\n            \"property-founded_year\": \"1995\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Namics-RVW13354650.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Gehalt liegt etwas unter dem branchenüblichen Lohn\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Super Arbeitgeber\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Project Manager\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"St. Gall (Switzerland)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Cooles Team, verantwortungsvolle Aufgaben, spannende Projekte\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-17T01:21:17.0700000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"7\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"66\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"34\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"12\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"59\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490938963534\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"19 Teufener Strasse\",\r\n            \"property-hubspot.company.custom-admin_username\": \"namics\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"500000000\",\r\n            \"property-hubspot.company.custom-city\": \"Sankt Gallen\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Namics\",\r\n            \"property-hubspot.company.custom-company_name\": \"Namics\",\r\n            \"property-hubspot.company.custom-country\": \"Switzerland\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929820\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Namics AG provides software developing services. The Company offers consulting, designs, and engineers computer software including enterprise and decision support software. Namics serves customers and businesses in a wide range of industries throughout Europe.\",\r\n            \"property-hubspot.company.custom-domain\": \"namics.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/namics\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499086012691\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1995\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1507149840959\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/namics-ag\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Namics AG provides software developing services. The Company offers consulting, designs, and engineers computer software including enterprise and decision support software. Namics serves customers and businesses in a wide range of industries throughout Europe.\",\r\n            \"property-hubspot.company.custom-name\": \"Namics\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033405\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"500\",\r\n            \"property-hubspot.company.custom-phone\": \"+41 71 228 67 77\",\r\n            \"property-hubspot.company.custom-state\": \"Sankt Gallen\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Zurich\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Namics\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"salesforce;apache;vimeo;google_maps;wordpress;google_tag_manager;postmark;mandrill;twitter_button;instagram;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"namics.com\",\r\n            \"property-hubspot.company.custom-zip\": \"9000\",\r\n            \"property-hubspot.company.founded\": \"1995\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Namics AG provides software developing services. The Company offers consulting, designs, and engineers computer software including enterprise and decision support software. Namics serves customers and businesses in a wide range of industries throughout Europe.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/namics-ag\",\r\n            \"property-linkedinbio\": \"Namics ist die Full-Service-Webagentur für E-Commerce, Digitale Kommunikation, Content Management, Webanwendungen und Mobile Business Apps.\",\r\n            \"property-name\": \"Namics\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"19 Teufener Strasse\",\r\n            \"property-organization.address.city\": \"Sankt Gallen\",\r\n            \"property-organization.address.countryCode\": \"Switzerland\",\r\n            \"property-organization.address.state\": \"Sankt Gallen\",\r\n            \"property-organization.address.streetName\": \"Teufener Strasse 19\",\r\n            \"property-organization.address.zipCode\": \"9000\",\r\n            \"property-organization.annualRevenue\": \"500000000\",\r\n            \"property-organization.contact.email\": \"newbusiness@namics.com\",\r\n            \"property-organization.emailDomainNames\": \"namics.com\",\r\n            \"property-organization.foundingDate\": \"im März 1995\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Namics\",\r\n            \"property-organization.phoneNumber\": \"+41712286777\",\r\n            \"property-organization.phoneNumber-Country\": \"Switzerland\",\r\n            \"property-organization.phoneNumber-E164\": \"+41712286777\",\r\n            \"property-organization.phoneNumber-International\": \"+41 71 228 67 77\",\r\n            \"property-organization.phoneNumber-Location\": \"St. Gallen\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+41-71-228-67-77\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/namics/photos/a.10150804791175707.730420.320385555706/10158441501765707/?type=3\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+namics\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/p/BR8zewCAq9P/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/namics-ag\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/namics/status/844536277454278657\",\r\n            \"property-organization.social+xing\": \"https://www.xing.com/companies/namicsag\",\r\n            \"property-organization.usedTechnologies\": \"Backbone.js, Google Tag Manager, jQuery, PHP, Underscore.js, WordPress\",\r\n            \"property-organization.website\": \"namics.com\",\r\n            \"property-phone\": \"+41 71 228 67 77\",\r\n            \"property-state\": \"Sankt Gallen\",\r\n            \"property-timezone\": \"Europe/Zurich\",\r\n            \"property-twitter.user.followersCount\": \"6090\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"1770\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"3959\",\r\n            \"property-twitter.user.url\": \"http://t.co/HKrdrnBvjz\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"Namics\",\r\n            \"property-user.location\": \"Zürich, St.Gallen, FF, MUC, HH\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/namics\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/namics-ag\",\r\n            \"property-user.social.Twitter\": \"Namics\",\r\n            \"property-user.timezone\": \"Europe/Zurich Standard Time\",\r\n            \"property-website\": \"namics.com\",\r\n            \"property-website.CopyrightEntity\": \"Namics AG\",\r\n            \"property-website.Description\": \"Namics ist die Full-Service-Webagentur für E-Commerce, Digitale Kommunikation, Content Management, Webanwendungen und Mobile Business Apps.\",\r\n            \"property-website.Title\": \"E-Business. Seit 1995. - Namics\",\r\n            \"property-zip\": \"9000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"7e1a5857-634f-52dc-8c8c-f2b0f578ba76\",\r\n          \"name\": \"EBay\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"Welcome eBay Facebook Fans! eBay is The World's Online Marketplace®, enabling local, national and international trade. We offer an online platform where millions of items are traded daily.  \",\r\n            \"property-facebookGraph.organization.category\": \"Website\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Follow us on Twitter: www.twitter.com/ebay and Pinterest: http://pinterest.com/ebay/\\n\\neBay is The World's Online Marketplace, enabling trade on a local, national and international basis. With a diverse and passionate community of individuals and small businesses, eBay offers an online platform where millions of items are traded each day.\\n\\nGuidelines for this page: \\nThis page is intended to be a useful exchange of information regarding all things eBay. As such, we encourage any and all questions and commentary, including criticism. \\n\\nWe won't allow any forms of hate speech (personal attacks, profanity, racism, etc.), or SPAM comments and this content will be deleted immediately. \\n\\nWe will also remove any posts containing external links, personally identifying information regarding a transaction including usernames, item numbers or case IDs.\\n\\nIf an individual continues to violate this policy, we reserve the right to block individuals from posting to our Facebook page.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/17021954_10155852322873136_7635876367313548670_n.jpg?oh=628936a7d1e47865afa8f5edc57c5907&oe=59524669\",\r\n            \"property-facebookGraph.organization.engagement\": \"9514465\",\r\n            \"property-facebookGraph.organization.fanCount\": \"9514465\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"eBay\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"eBay Motors\\neBay Fashion\\neBay Electronics\\neBay Giving Works\\neBay Green Team\\neBay Daily Deals\",\r\n            \"property-facebookGraph.organization.username\": \"eBay\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-eBay-RVW14046363.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Not innovating and not following trends\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Good company to work with\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Mumbai (India)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Shift flexibility good salary minimal interaction with supervisors\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-04T23:49:19.3270000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"327\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"87\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"13\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"2129\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"75\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.custom-address\": \"2025 Hamilton Ave\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"San Jose\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1495386940480\",\r\n            \"property-hubspot.company.custom-description\": \"eBay is an online auction and e-commerce platform and marketplace that enables people and businesses to buy and sell a wide variety of goods and services worldwide. The platform connects millions of buyers with sellers globally utilizing [PayPal](http://www.crunchbase.com/organization/paypal) to ensure secure transactions. It also operates specialized marketplaces such as StubHub, the world's largest ticket marketplace as well as eBay Classifieds sites which together have operations in more than 1,000 cities around the world. eBay products can be sold either via a silent auction in which users are able to input the maximum price they are willing to pay and for which the site will automatically increase bids as necessary up to that maximum or via the Buy It Now feature that enables its users to purchase items at a set price. eBay products and companies include eBay Marketplace, Media Marketplace, PayPal, and various online classifieds sites. eBay was founded in September 1995 by [Pierre Omidyar](http://www.crunchbase.com/person/pierre-omidyar) in San Jose, California.\",\r\n            \"property-hubspot.company.custom-domain\": \"ebay.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/eBay\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1995\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503247470675\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1495386940480\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/ebay\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"eBay is an online auction and e-commerce platform and marketplace that enables people and businesses to buy and sell a wide variety of goods and services worldwide. The platform connects millions of buyers with sellers globally utilizing [PayPal](http://www.crunchbase.com/organization/paypal) to ensure secure transactions. It also operates specialized marketplaces such as StubHub, the world's largest ticket marketplace as well as eBay Classifieds sites which together have operations in more than 1,000 cities around the world. eBay products can be sold either via a silent auction in which users are able to input the maximum price they are willing to pay and for which the site will automatically increase bids as necessary up to that maximum or via the Buy It Now feature that enables its users to purchase items at a set price. eBay products and companies include eBay Marketplace, Media Marketplace, PayPal, and various online classifieds sites. eBay was founded in September 1995 by [Pierre Omidyar](http://www.crunchbase.com/person/pierre-omidyar) in San Jose, California.\",\r\n            \"property-hubspot.company.custom-name\": \"ebay\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 866-577-3014\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"6.7M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"eBay\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"dyn_dns;google_apps;ios\",\r\n            \"property-hubspot.company.custom-website\": \"ebay.com\",\r\n            \"property-hubspot.company.custom-zip\": \"95125\",\r\n            \"property-hubspot.company.founded\": \"1995\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"eBay is an online auction and e-commerce platform and marketplace that enables people and businesses to buy and sell a wide variety of goods and services worldwide. The platform connects millions of buyers with sellers globally utilizing [PayPal](http://www.crunchbase.com/organization/paypal) to ensure secure transactions. It also operates specialized marketplaces such as StubHub, the world's largest ticket marketplace as well as eBay Classifieds sites which together have operations in more than 1,000 cities around the world. eBay products can be sold either via a silent auction in which users are able to input the maximum price they are willing to pay and for which the site will automatically increase bids as necessary up to that maximum or via the Buy It Now feature that enables its users to purchase items at a set price. eBay products and companies include eBay Marketplace, Media Marketplace, PayPal, and various online classifieds sites. eBay was founded in September 1995 by [Pierre Omidyar](http://www.crunchbase.com/person/pierre-omidyar) in San Jose, California.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Online shopping company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"eBay Inc. is a multinational e-commerce corporation, facilitating online consumer-to-consumer and business-to-consumer sales. It is headquartered in San Jose, California. eBay was founded by Pierre Omidyar in 1995, and became a notable success story of the dot-com bubble. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/EBay\",\r\n            \"property-organization.address\": \"2025 Hamilton Ave\",\r\n            \"property-organization.address.city\": \"San Jose\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.streetName\": \"2065 Hamilton Ave\",\r\n            \"property-organization.address.zipCode\": \"95125\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-11007148-2\",\r\n            \"property-organization.emailDomainNames\": \"ebay.com\",\r\n            \"property-organization.foundingDate\": \"1995\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"eBay Inc\",\r\n            \"property-organization.phoneNumber\": \"+18665773014\",\r\n            \"property-organization.phoneNumber-E164\": \"+18665773014\",\r\n            \"property-organization.phoneNumber-International\": \"+1 866-577-3014\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-866-577-3014\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/eBay\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+eBay/posts\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/#!/eBay\",\r\n            \"property-organization.usedTechnologies\": \"jQuery\",\r\n            \"property-organization.website\": \"ebay.com\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/eBay\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/ebay\",\r\n            \"property-user.social.Twitter\": \"eBay\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"eBay Inc\",\r\n            \"property-website.Description\": \"Buy and sell electronics, cars, fashion apparel, collectibles, sporting goods, digital cameras, baby items, coupons, and everything else on eBay, the world&apos;s online marketplace\",\r\n            \"property-website.Title\": \" Electronics, Cars, Fashion, Collectibles, Coupons and More | eBay \"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"07b01ece-2f71-514e-aac8-2062a84c7873\",\r\n          \"name\": \"PENNEO ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Gammel Køge Landevej 55, 4sal\",\r\n            \"property-city\": \"Valby\",\r\n            \"property-company_notes\": \"One of Nicolaj's companies.\\n\\nRI : Nicolaj\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484044026653\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Nørresundby\",\r\n            \"property-cvr.organization.address+municipalityName\": \"AALBORG\",\r\n            \"property-cvr.organization.address+postalCode\": \"9400\",\r\n            \"property-cvr.organization.address+streetCode\": \"9680\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"A\",\r\n            \"property-cvr.organization.address+streetName\": \"Østergade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"47\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"-3933391\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"1047409\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"5820830\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/66733653/ZG9rdW1lbnRsYWdlcjovLzAzL2M4Lzg4LzUzL2MwLzU0NmYtNGM0ZC1hOTU2LWM3NmM2YTQ5MmFhNg.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-4928990\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-5649716\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2015\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"582900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden udgivelse af software\",\r\n            \"property-cvr.organization.municipality\": \"AALBORG\",\r\n            \"property-cvr.organization.name\": \"PENNEO ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er Digital løsning til signering af dokumenter\",\r\n            \"property-cvr.organization.registeredCapital\": \"106343.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2014-01-09T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-11-25T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-domain\": \"penneo.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/penneoaps\",\r\n            \"property-first_deal_created_date\": \"1489401337924\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/7ea82deb-2c73-409a-ac36-431716b19c27.jpeg\",\r\n            \"property-hs_lastmodifieddate\": \"1493250088465\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"4\",\r\n            \"property-hubspot.company.custom-address\": \"Gammel Køge Landevej 55, 4sal\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Valby\",\r\n            \"property-hubspot.company.custom-company_name\": \"Penneo Aps\",\r\n            \"property-hubspot.company.custom-company_notes\": \"One of Nicolaj's companies.\\n\\nRI : Nicolaj\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044026653\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-hubspot.company.custom-domain\": \"penneo.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/penneoaps\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489401337924\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2007\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/7ea82deb-2c73-409a-ac36-431716b19c27.jpeg\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504629045023\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1503910736939\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"27493554\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/penneo\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-hubspot.company.custom-name\": \"Penneo\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504097395000\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504629042304\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"4\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"4\",\r\n            \"property-hubspot.company.custom-num_notes\": \"8\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 71 99 98 93\",\r\n            \"property-hubspot.company.custom-reference_date\": \"1-Sep-16\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"NHoejer\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"amazon_ses;youtube;aws_route_53;mailchimp;google_adwords;wordpress;facebook_connect;mandrill;inspectlet;facebook_like_button;facebook_advertiser;zendesk;kiss_metrics;apache;google_maps;debian;go_squared;google_analytics;google_apps;aws_ec2;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"https://penneo.com/\",\r\n            \"property-hubspot.company.custom-zip\": \"2500\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-hubspot.company.notes\": \"One of Nicolaj's companies.\\n\\nRI : Nicolaj\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/penneo\",\r\n            \"property-linkedinbio\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-name\": \"Penneo\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"Østergade 47 A\\n9400 Nørresundby\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Valby\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2500\",\r\n            \"property-organization.annualRevenue\": \"1047409 DKK\",\r\n            \"property-organization.codes.cvr\": \"35633766\",\r\n            \"property-organization.contact.email\": \"service@penneo.com\",\r\n            \"property-organization.emailDomainNames\": \"penneo.com\",\r\n            \"property-organization.employeeCount\": \"10-19\",\r\n            \"property-organization.foundingDate\": \"2014-01-09T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Penneo Aps‎\",\r\n            \"property-organization.phoneNumber\": \"71999893\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4571999893\",\r\n            \"property-organization.phoneNumber-International\": \"+45 71 99 98 93\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-71-99-98-93\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/penneoaps\",\r\n            \"property-organization.social+gitHub\": \"https://github.com/Penneo\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/penneo\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/penneohq\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, Google Maps, PHP, Twitter Bootstrap, W3 Total Cache, WordPress, Yoast SEO, YouTube\",\r\n            \"property-organization.website\": \"https://penneo.com/\",\r\n            \"property-phone\": \"+45 71 99 98 93\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"NHoejer\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/penneoaps\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/penneo\",\r\n            \"property-user.social.Twitter\": \"NHoejer\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"https://penneo.com/\",\r\n            \"property-website.CopyrightEntity\": \"Penneo Aps‎\",\r\n            \"property-website.Description\": \"Med Penneo bliver det let at indhente digital underskrift på dokumenter. Spar tid, porto og sæt fart på din sagsbehandling.\",\r\n            \"property-website.Title\": \"\\nPenneo.com - Digital underskrift med NemID\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"7a3ddf4a-c9dc-50d9-9544-a4c8abb62581\",\r\n          \"name\": \"William Demant\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Kongebakken 9\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Sm\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1486550084808\",\r\n            \"property-description\": \"William Demant Invest A/S offers medical equipment. The Company develops, manufactures, and sells products designed to aid the hearing and communication of individuals. William Demant Invest serves customers internationally.\",\r\n            \"property-domain\": \"demant.com\",\r\n            \"property-founded_year\": \"1904\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-William-Demant-RVW6942327.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Salary is below average relative to the same positions in other companies, but this can be made up for with experience and flexibility\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company to work for, lots of opportunity to learn\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Flexible working hours, some of the best work-life balance I have ever encountered\\nThere is always something new to learn at such a large company\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2015-06-18T00:25:05.9530000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Health Care Products Manufacturing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"1\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"5.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Manufacturing\",\r\n            \"property-hs_lastmodifieddate\": \"1493240791451\",\r\n            \"property-hubspot.company.custom-address\": \"Kongebakken 9\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Sm\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1486550084808\",\r\n            \"property-hubspot.company.custom-description\": \"William Demant Invest A/S offers medical equipment. The Company develops, manufactures, and sells products designed to aid the hearing and communication of individuals. William Demant Invest serves customers internationally.\",\r\n            \"property-hubspot.company.custom-domain\": \"demant.com\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499081795974\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1904\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1509154529204\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1486550084808\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"MEDICAL_DEVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/william-demant-holding\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"William Demant Invest A/S offers medical equipment. The Company develops, manufactures, and sells products designed to aid the hearing and communication of individuals. William Demant Invest serves customers internationally.\",\r\n            \"property-hubspot.company.custom-name\": \"William Demant\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 39 17 73 00\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"PTRasmussen\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;youtube;amazon_s3;microsoft_office_365;google_tag_manager;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"demant.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2765\",\r\n            \"property-hubspot.company.founded\": \"1904\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"William Demant Invest A/S offers medical equipment. The Company develops, manufactures, and sells products designed to aid the hearing and communication of individuals. William Demant Invest serves customers internationally.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1486550084808\",\r\n            \"property-hubspot_owner_id\": \"16594036\",\r\n            \"property-industry\": \"MEDICAL_DEVICES\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-knowledgeGraph.organization.description\": \"Health care company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"The William Demant Holding Group is a leading international hearing health care company within hearing aids, audiometric equipment, and personal communication.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/William_Demant\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/william-demant-holding\",\r\n            \"property-linkedinbio\": \"William Demant Invest A/S offers medical equipment. The Company develops, manufactures, and sells products designed to aid the hearing and communication of individuals. William Demant Invest serves customers internationally.\",\r\n            \"property-name\": \"William Demant\",\r\n            \"property-organization.address\": \"Kongebakken 9\",\r\n            \"property-organization.address.city\": \"Sm\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2765\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"demant.com\",\r\n            \"property-organization.industry\": \"MEDICAL_DEVICES\",\r\n            \"property-organization.phoneNumber\": \"+4539177300\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4539177300\",\r\n            \"property-organization.phoneNumber-International\": \"+45 39 17 73 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-39-17-73-00\",\r\n            \"property-organization.website\": \"demant.com\",\r\n            \"property-phone\": \"+45 39 17 73 00\",\r\n            \"property-twitterhandle\": \"PTRasmussen\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/william-demant-holding\",\r\n            \"property-user.social.Twitter\": \"PTRasmussen\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"demant.com\",\r\n            \"property-zip\": \"2765\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"b7bb745f-01a3-5e3c-b719-12829bb7d82a\",\r\n          \"name\": \"Stripe\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.blogUrl\": \"https://stripe.com/blog\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"1473\",\r\n            \"property-angelList.organization.highConcept\": \"Web and mobile payments, built for developers.\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Stripe-RVW13677422.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"I don't think it's a con but you need to be prepared to be very hands on.  The company is growing quickly and everyone does heavy lifting here.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Special place\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Incredibly smart and humble co-workers.  You work alongside people that are fun to be around but also very, very good at what they do.\\nInvestment in development.  Stripe does a great job of on-boarding new hires and then providing development opportunities for employees, especially for a company of only 600 or so.\\nThe most transparent company I have ever worked at\\nThoughtful hiring.  Everyone here takes hiring very seriously and are always looking for ways to improve the candidate experience and selection process.\\nThe business momentum is incredible.  You feel as if you are part of something very special and can really make an impact in helping companies create their business.\\nThe work space is gorgeous but also very practical.  The food team is amazing!\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-07T15:36:51.1000000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"25\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"92\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"8\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"36\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"83\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.custom-address\": \"185 Berry Street Suite 550\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"250000000\",\r\n            \"property-hubspot.company.custom-city\": \"San Francisco\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498915587745\",\r\n            \"property-hubspot.company.custom-description\": \"Stripe is the best way to accept payments online. Stripe aims to expand internet commerce by making it easy to process transactions and manage an online business. We want to increase the GDP of the internet. We believe that enabling more transactions is a problem rooted in code and design, not finance. Stripe is built for developers, makers, and creators. We had experienced first-hand the difficulty of accepting online payments. On almost every front, it was becoming easier to build and launch an online business. Payments, however, remained dominated by clunky legacy players. It seemed clear that there should be a developer-focused, instant-setup payment platform that would scale to any size. Stripe launched in September 2011. Stripe now processes billions of dollars a year for thousands of businesses, from newly-launched start-ups to Fortune 500 companies. Since Stripe powers so many new businesses, it's a snapshot of how the internet is changing; many users are in categories that barely existed five years ago.\",\r\n            \"property-hubspot.company.custom-domain\": \"stripe.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/stripepayments\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2009\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1498915588036\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498915587745\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/stripe\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Stripe is the best way to accept payments online. Stripe aims to expand internet commerce by making it easy to process transactions and manage an online business. We want to increase the GDP of the internet. We believe that enabling more transactions is a problem rooted in code and design, not finance. Stripe is built for developers, makers, and creators. We had experienced first-hand the difficulty of accepting online payments. On almost every front, it was becoming easier to build and launch an online business. Payments, however, remained dominated by clunky legacy players. It seemed clear that there should be a developer-focused, instant-setup payment platform that would scale to any size. Stripe launched in September 2011. Stripe now processes billions of dollars a year for thousands of businesses, from newly-launched start-ups to Fortune 500 companies. Since Stripe powers so many new businesses, it's a snapshot of how the internet is changing; many users are in categories that barely existed five years ago.\",\r\n            \"property-hubspot.company.custom-name\": \"Stripe\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"500\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 626-599-9962\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"440M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"stripe\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;squarespace;aws_route_53;google_adwords;typekit_by_adobe;mixpanel;nginx;instagram;olark;vimeo;google_maps;ruby_on_rails;stripe;google_analytics;lead_dyno;drip;twitter_button;google_apps;adroll;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"stripe.com\",\r\n            \"property-hubspot.company.custom-zip\": \"94107\",\r\n            \"property-hubspot.company.founded\": \"2009\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Stripe is the best way to accept payments online. Stripe aims to expand internet commerce by making it easy to process transactions and manage an online business. We want to increase the GDP of the internet. We believe that enabling more transactions is a problem rooted in code and design, not finance. Stripe is built for developers, makers, and creators. We had experienced first-hand the difficulty of accepting online payments. On almost every front, it was becoming easier to build and launch an online business. Payments, however, remained dominated by clunky legacy players. It seemed clear that there should be a developer-focused, instant-setup payment platform that would scale to any size. Stripe launched in September 2011. Stripe now processes billions of dollars a year for thousands of businesses, from newly-launched start-ups to Fortune 500 companies. Since Stripe powers so many new businesses, it's a snapshot of how the internet is changing; many users are in categories that barely existed five years ago.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Stripe is a US technology company, operating in over 25 countries, that allows both private individuals and businesses to accept payments over the Internet. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Stripe_(company)\",\r\n            \"property-organization.address\": \"185 Berry Street Suite 550\",\r\n            \"property-organization.address.city\": \"San Francisco\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.zipCode\": \"94107\",\r\n            \"property-organization.annualRevenue\": \"250000000\",\r\n            \"property-organization.emailDomainNames\": \"stripe.com\",\r\n            \"property-organization.employeeCount\": \"501-1000\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Stripe\",\r\n            \"property-organization.phoneNumber\": \"+16265999962\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+16265999962\",\r\n            \"property-organization.phoneNumber-International\": \"+1 626-599-9962\",\r\n            \"property-organization.phoneNumber-Location\": \"Monrovia, CA\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-626-599-9962\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/StripePayments\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/stripe\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/stripe\",\r\n            \"property-organization.usedTechnologies\": \"Stripe\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/stripe\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/stripe\",\r\n            \"property-organization.website\": \"https://stripe.com/\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/stripepayments\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/stripe\",\r\n            \"property-user.social.Twitter\": \"stripe\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Stripe\",\r\n            \"property-website.Description\": \"Stripe is a suite of APIs that powers commerce for businesses of all sizes.\",\r\n            \"property-website.Title\": \"Stripe\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"f9782eb4-517a-52a1-8f2f-152ead0263b5\",\r\n          \"name\": \"Cabana\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-appItemId\": \"8\",\r\n            \"property-appItemIdFormatted\": \"8\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315050395\",\r\n            \"property-lastEventOn\": \"2015-08-31T10:11:37.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-organization.address\": \"1910 Belcourt Ave\\nNashville, TN, 37212\\nUnited States\",\r\n            \"property-organization.contact.email\": \"cabana@cabananashville.com\",\r\n            \"property-organization.emailDomainNames\": \"cabana.dk\",\r\n            \"property-organization.name\": \"Cabana\",\r\n            \"property-organization.phoneNumber\": \"615-577-2262\",\r\n            \"property-organization.social+instagram\": \"http://instagram.com/cabananashville\",\r\n            \"property-organization.social+pinterest\": \"https://www.pinterest.com/cabananashville/\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/CabanaNashville\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API\",\r\n            \"property-organization.website\": \"http://cabananashville.com/\",\r\n            \"property-organizationName\": \"Cabana\",\r\n            \"property-primaryContact\": \"Thomas Vorgaard\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-website.Description\": \"Located in Hillsboro Village, CABANA is a restaurant and bar specializing \\nin Casual Southern Comfort Cuisine. In addition to offering semi-private \\ndining experiences, we host's Nashville's best Bachelorette Parties and \\nPrivate Events.\",\r\n            \"property-website.Title\": \"Cabana\",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"False\",\r\n            \"property-zendesk.organization.sharedComments\": \"False\",\r\n            \"property-zendesk.organization.sharedTickets\": \"False\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"9dad8c73-c1fe-53f2-b2a5-145bbd6acd6c\",\r\n          \"name\": \"TAMIGO ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-admin_username\": \"tamigo\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-cluedin_subdomain\": \"Tamigo\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040930120\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"3960\",\r\n            \"property-cvr.organization.address+streetName\": \"Kristianiagade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"8\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2005-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2004-11-22T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"582900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden udgivelse af software\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"TAMIGO ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle, sælge og drive online service inden for vagtplanlægning og personaleadministration.\",\r\n            \"property-cvr.organization.registeredCapital\": \"200255.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2004-11-22T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2011-10-05T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Tamigo manages all roster related processes: from entering first shifts in the roster to transmission of working hours to correct wage types in the wage system.\",\r\n            \"property-domain\": \"tamigo.com\",\r\n            \"property-email\": \"niels.brinch@tamigo.com\",\r\n            \"property-founded_year\": \"2006\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/bbee835f-443d-4040-9c82-f38a40e7f2f9.png\",\r\n            \"property-hs_lastmodifieddate\": \"1488876677026\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.founded\": \"2006\",\r\n            \"property-hubspot.company.integrations\": \"Office365, Dropbox\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Tamigo manages all roster related processes: from entering first shifts in the roster to transmission of working hours to correct wage types in the wage system.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Office365, Dropbox\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/1381037\",\r\n            \"property-linkedinbio\": \"Tamigo manages all roster related processes: from entering first shifts in the roster to transmission of working hours to correct wage types in the wage system.\",\r\n            \"property-name\": \"Tamigo\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Kristianiagade 8\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.cvr\": \"28277679\",\r\n            \"property-organization.contact.email\": \"info@tamigo.com\",\r\n            \"property-organization.emailDomainNames\": \"tamigo.com\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2004-11-22T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Tamigo\",\r\n            \"property-organization.phoneNumber\": \"70279330\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570279330\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 27 93 30\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-27-93-30\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/tamigo-aps\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/tamigo_dk\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"http://tamigo.com/\",\r\n            \"property-phone\": \"+45 70 27 93 30\",\r\n            \"property-twitterhandle\": \"tamigo_dk\",\r\n            \"property-user.social.LinkedIn\": \"http://www.linkedin.com/company/1381037\",\r\n            \"property-user.social.Twitter\": \"tamigo_dk\",\r\n            \"property-website\": \"tamigo.com\",\r\n            \"property-website.CopyrightEntity\": \"Tamigo\",\r\n            \"property-website.Title\": \"Online schedule – Easy staff management, HR and payroll | Tamigo\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"f66e9289-5614-571c-b7f8-b8642949dc90\",\r\n          \"name\": \"FIRMAFON ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"7360\",\r\n            \"property-cvr.organization.address+streetName\": \"Teglværksgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"18\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2011-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2010-12-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"619000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden telekommunikation\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"FIRMAFON ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikling og handel med telefoniprodukter og -services og dermed beslægtet virksomhed\",\r\n            \"property-cvr.organization.registeredCapital\": \"188793.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2010-12-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-10-21T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Firmafon gør samtaler mellem firmaer og deres kunder til en fornøjelse ved at være verdens mest ligetil teleselskab.\\n\\nPrøv Firmafon Omstilling helt gratis i 30 dage: www.firmafon.dk/gratis\",\r\n            \"property-facebookGraph.organization.category\": \"Telecommunication Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Firmafon er erhvervstelefoni på den nemme måde. \\n\\nVi leverer omstilling, mobiltelefoni og en masse gode råd til bedre kundesamtaler. Og du behøver hverken bekymre dig om gebyrer, bindinger eller besværlige regninger. Så kan du fokusere på at give din kunder god service, når de ringer til din virksomhed. \",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/16998724_10154135218551326_5726697702490010459_n.png?oh=d26a40a781c389de604cc1446a03e904&oe=59720099\",\r\n            \"property-facebookGraph.organization.engagement\": \"2446\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2446\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Firmafon\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.706659333591\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.55964756012\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"firmafon\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Teglværksgade 18\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498476694511\",\r\n            \"property-hubspot.company.custom-description\": \"Firmafon ApS offers cloud based phone solutions for small and medium sized enterprises. It provides a web based switchboard (virtual PBX) integrated with a mobile virtual network operator (MVNO). The company was founded in 2009 and is based in Copenhagen, Denmark.\",\r\n            \"property-hubspot.company.custom-domain\": \"firmafon.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/firmafon\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498476732572\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498476770717\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2009\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498476732543\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504509416599\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498476694511\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"TELECOMMUNICATIONS\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/firmafon\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Firmafon ApS offers cloud based phone solutions for small and medium sized enterprises. It provides a web based switchboard (virtual PBX) integrated with a mobile virtual network operator (MVNO). The company was founded in 2009 and is based in Copenhagen, Denmark.\",\r\n            \"property-hubspot.company.custom-name\": \"Firmafon\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504509413729\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504509415348\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1502316000000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"6\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"50\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 71 99 99 99\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"1.7M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Firmafon\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;amazon_ses;aws_route_53;typekit_by_adobe;hotjar;nginx;google_tag_manager;facebook_connect;facebook_advertiser;olark;segment;google_analytics;twitter_button;piwik;google_apps;adroll;hubspot\",\r\n            \"property-hubspot.company.custom-website\": \"firmafon.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"2100\",\r\n            \"property-hubspot.company.founded\": \"2009\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Firmafon ApS offers cloud based phone solutions for small and medium sized enterprises. It provides a web based switchboard (virtual PBX) integrated with a mobile virtual network operator (MVNO). The company was founded in 2009 and is based in Copenhagen, Denmark.\",\r\n            \"property-organization.address\": \"Teglværksgade 18\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Teglværksgade 18\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.cvr\": \"33363850\",\r\n            \"property-organization.contact.email\": \"info@firmafon.dk\",\r\n            \"property-organization.emailDomainNames\": \"firmafon.dk\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2010-12-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"TELECOMMUNICATIONS\",\r\n            \"property-organization.phoneNumber\": \"+4571999999\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4571999999\",\r\n            \"property-organization.phoneNumber-International\": \"+45 71 99 99 99\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-71-99-99-99\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/firmafon/\",\r\n            \"property-organization.website\": \"www.firmafon.dk\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/firmafon\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/firmafon\",\r\n            \"property-user.social.Twitter\": \"Firmafon\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"085e8489-7b79-5dbd-8213-8381d1c8500a\",\r\n          \"name\": \"CONFERIZE A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.blogUrl\": \"https://www.conferize.com/blog\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"90\",\r\n            \"property-angelList.organization.highConcept\": \"We need to meet.\",\r\n            \"property-angelList.organization.productDesc\": \"Conferize is the leading social event platform, helping event organizers build communities to increase value creation and attendance. We connect the world of events with speakers, people and media from any industry.\\n\\nForbes: \\\"Best networking app for professional conferences\\\" above Twitter and LinkedIn.\",\r\n            \"property-angelList.organization.statusCreatedAt\": \"2017-02-22T10:46:14Z\",\r\n            \"property-angelList.organization.statusMessage\": \"We are proud to be featured today by leading industry media Event Manager Blog http://www.eventmanagerblog.com/conferize-review\",\r\n            \"property-cvr.organization.address+coName\": \"Bullet Booking\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1067\",\r\n            \"property-cvr.organization.address+streetCode\": \"4992\",\r\n            \"property-cvr.organization.address+streetName\": \"Nikolaj Plads\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"27\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2012-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2012-04-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden it-servicevirksomhed\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"CONFERIZE A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at tilbyde serviceydelser til købere og udbydere af konferenceydelser og lignende virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"1277721.50\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2012-04-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-06-22T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"We need to meet.\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/15250805_1181945175177007_3016167993930171821_o.png?oh=14434adfc362a772c434b1d0afece819&oe=59593BAA\",\r\n            \"property-facebookGraph.organization.engagement\": \"1716\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1716\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Conferize\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.678274041808\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.581706047058\",\r\n            \"property-facebookGraph.organization.mission\": \"We need to meet.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"Conferize\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"C/O Founders House Njaldsgade 19D, 1st floor.\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498478870554\",\r\n            \"property-hubspot.company.custom-description\": \"The all-in-one social solution for modern event makers: Website, tickets, and community in one place.\",\r\n            \"property-hubspot.company.custom-domain\": \"conferize.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Conferize\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498478920476\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498478943809\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2010\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498478920454\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601528544\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498478870554\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/conferize\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"The all-in-one social solution for modern event makers: Website, tickets, and community in one place.\",\r\n            \"property-hubspot.company.custom-name\": \"Conferize\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"4M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"conferize\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;mixpanel;google_adwords;ruby_on_rails;nginx;google_tag_manager;google_analytics;mandrill;twitter_button;double_click;new_relic\",\r\n            \"property-hubspot.company.custom-website\": \"conferize.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2300\",\r\n            \"property-hubspot.company.founded\": \"2010\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"The all-in-one social solution for modern event makers: Website, tickets, and community in one place.\",\r\n            \"property-organization.address\": \"C/O Bullet Booking\\nNikolaj Plads 27\\n1067 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Nikolaj Plads 27, Kld.\",\r\n            \"property-organization.address.zipCode\": \"2300\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.cvr\": \"34472742\",\r\n            \"property-organization.contact.email\": \"info@conferize.com\",\r\n            \"property-organization.emailDomainNames\": \"conferize.com\",\r\n            \"property-organization.employeeCount\": \"5-9\",\r\n            \"property-organization.foundingDate\": \"2012-04-03T00:00:00.0000000+00:00\",\r\n            \"property-organization.name\": \"Conferize\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/conferize\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/u/0/108933467128427499221\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/conferize\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/conferize\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/watch?v=0MBUqqwAslc\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, Google Tag Manager, jQuery, RequireJS, Ruby, Ruby on Rails, Twitter Bootstrap\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/conferize\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/conferize\",\r\n            \"property-organization.website\": \"https://www.conferize.com\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Conferize\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/conferize\",\r\n            \"property-user.social.Twitter\": \"conferize\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Conferize\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"3be4af45-7775-55c7-96a4-1ec36cf29810\",\r\n          \"name\": \"5ca\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Begijnekade 8\",\r\n            \"property-admin_username\": \"5ca\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Utrecht\",\r\n            \"property-cluedin_subdomain\": \"5ca\",\r\n            \"property-country\": \"Netherlands\",\r\n            \"property-createdate\": \"1484040926070\",\r\n            \"property-description\": \"5CA, headquartered in The Netherlands, is an international provider of outsourced customer support services. We provide our services from our 24/7 contact center in Buenos Aires, Argentina. We specialize in technical support and customer care services, and provide these services in approximately 20 languages. Our clients are international technology corporations from North America, Europe and Asia, in both the consumer and business market.\",\r\n            \"property-domain\": \"5ca.com\",\r\n            \"property-facebookGraph.organization.about\": \"A place where 5CA can engage and build our community by sharing company news, events and fun posts. No distance is too great to get involved!\",\r\n            \"property-facebookGraph.organization.category\": \"Community Organization\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/13627165_315309005468662_3111590129310814212_n.jpg?oh=2958ab07cb5bd23335145e9ca1b6bf19&oe=595554A1\",\r\n            \"property-facebookGraph.organization.engagement\": \"557\",\r\n            \"property-facebookGraph.organization.fanCount\": \"557\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"5CA\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"52.0915909\",\r\n            \"property-facebookGraph.organization.longitude\": \"5.1121998\",\r\n            \"property-facebookGraph.organization.mission\": \"To provide customers worldwide with outstanding service through their preferred channel, at their most convenient time in their own language.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"5CA provides worldwide 24/7 customer support, offering services in 20 languages. Using the latest contact center technologies, 5CA offers a great customer service experience, regardless of the contact channel chosen by the customer – phone, e-mail, chat or social media. Our main focus is to provide customers with the best service, and we work closely together with our clients to make this possible.\\n\",\r\n            \"property-facebookGraph.organization.username\": \"5CAGlobal\",\r\n            \"property-founded_year\": \"1998\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-5CA-RVW10988574.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Absolutely no feedback on supervisors, and bad training. So if you're unlucky you'll have an unhelpful boss, and no idea what you're doing. However, with the help of colleagues this is a very temporary state of being. \\nFurther improvements could be made on the programs they use, the lines can have bad quality and they require you to work on Windows 7 or 8 meaning a downgrade for almost all current systems. \\nLittle room for advancement\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Close to being an example of \\\"how to do this RIGHT\\\"\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Work From Home Agent\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"They always pay on time with an easy no-fuss way to log hours. Much easier than expected, and with a lot of social leeway allowing you to have fun and chat when you're waiting for that next call. IT is very responsive and they are generous with time you can take off and personal days. This company is showing a lot of promise and I believe it will not be long before they will absolutely become an example of best practice concerning WFH Agents. I enjoy my time here and feel like part of the team.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-06-21T04:57:03.1570000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"13\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"63\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1493234738255\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Begijnekade 8\",\r\n            \"property-hubspot.company.custom-admin_username\": \"5ca\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Utrecht\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"5ca\",\r\n            \"property-hubspot.company.custom-company_name\": \"5ca\",\r\n            \"property-hubspot.company.custom-country\": \"Netherlands\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040926070\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"5CA, headquartered in The Netherlands, is an international provider of outsourced customer support services. We provide our services from our 24/7 contact center in Buenos Aires, Argentina. We specialize in technical support and customer care services, and provide these services in approximately 20 languages. Our clients are international technology corporations from North America, Europe and Asia, in both the consumer and business market.\",\r\n            \"property-hubspot.company.custom-domain\": \"5ca.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1998\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503807642976\",\r\n            \"property-hubspot.company.custom-industry\": \"OUTSOURCING_OFFSHORING\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/5ca\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"5CA, headquartered in The Netherlands, is an international provider of outsourced customer support services. We provide our services from our 24/7 contact center in Buenos Aires, Argentina. We specialize in technical support and customer care services, and provide these services in approximately 20 languages. Our clients are international technology corporations from North America, Europe and Asia, in both the consumer and business market.\",\r\n            \"property-hubspot.company.custom-name\": \"5CA\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031805\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+31 30 607 4744\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Amsterdam\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"5CA_Global\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;google_adwords;nginx;wordpress;wistia;microsoft_office_365;live_chat;google_analytics;twitter_button;double_click;outlook;hubspot\",\r\n            \"property-hubspot.company.custom-website\": \"5ca.com\",\r\n            \"property-hubspot.company.custom-zip\": \"3512VV\",\r\n            \"property-hubspot.company.founded\": \"1998\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"5CA, headquartered in The Netherlands, is an international provider of outsourced customer support services. We provide our services from our 24/7 contact center in Buenos Aires, Argentina. We specialize in technical support and customer care services, and provide these services in approximately 20 languages. Our clients are international technology corporations from North America, Europe and Asia, in both the consumer and business market.\",\r\n            \"property-industry\": \"OUTSOURCING_OFFSHORING\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/5ca\",\r\n            \"property-linkedinbio\": \"5CA, headquartered in The Netherlands, is an international provider of outsourced customer support services. We provide our services from our 24/7 contact center in Buenos Aires, Argentina. We specialize in technical support and customer care services, and provide these services in approximately 20 languages. Our clients are international technology corporations from North America, Europe and Asia, in both the consumer and business market.\",\r\n            \"property-name\": \"5CA\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Begijnekade 8\",\r\n            \"property-organization.address.city\": \"Utrecht\",\r\n            \"property-organization.address.countryCode\": \"Netherlands\",\r\n            \"property-organization.address.streetName\": \"Catharijnesingel 30 E\",\r\n            \"property-organization.address.zipCode\": \"3512VV\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-3270090-1\",\r\n            \"property-organization.emailDomainNames\": \"5ca.com\",\r\n            \"property-organization.industry\": \"OUTSOURCING_OFFSHORING\",\r\n            \"property-organization.name\": \"5ca\",\r\n            \"property-organization.phoneNumber\": \"+31306074744\",\r\n            \"property-organization.phoneNumber-Country\": \"Netherlands\",\r\n            \"property-organization.phoneNumber-E164\": \"+31306074744\",\r\n            \"property-organization.phoneNumber-International\": \"+31 30 607 4744\",\r\n            \"property-organization.phoneNumber-Location\": \"Utrecht\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+31-30-607-4744\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/5CAGlobal/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/5ca\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/5ca_global\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/channel/UCGzdhs6TBflV57jH3m3Hc7w\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, HubSpot, jQuery, jQuery Mobile, PHP, WordPress, WordPress Super Cache, Yoast SEO\",\r\n            \"property-organization.website\": \"http://5ca.com/\",\r\n            \"property-phone\": \"+31 30 607 4744\",\r\n            \"property-timezone\": \"Europe/Amsterdam\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/5ca\",\r\n            \"property-user.social.Twitter\": \"5CA_Global\",\r\n            \"property-user.timezone\": \"Europe/Amsterdam Standard Time\",\r\n            \"property-website\": \"5ca.com\",\r\n            \"property-website.Description\": \"5CA provides multilingual customer service outsourcing for the video game, consumer electronics, and ecommerce industries. 24/7, in 20+ languages\",\r\n            \"property-website.Title\": \"Customer Service Outsourcing in 20+ Languages | 5CA\",\r\n            \"property-zip\": \"3512VV\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"cc4b5fa1-1b4e-57bd-ac91-9d0e6801d35b\",\r\n          \"name\": \"Aarhus Universitet\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Nordre Ringgade 1\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Aarhus C\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1486479136389\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Aarhus C\",\r\n            \"property-cvr.organization.address+municipalityName\": \"AARHUS\",\r\n            \"property-cvr.organization.address+postalCode\": \"8000\",\r\n            \"property-cvr.organization.address+streetCode\": \"5902\",\r\n            \"property-cvr.organization.address+streetName\": \"Nordre Ringgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"1\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Øvrige virksomhedsformer\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"854200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Videregående uddannelser på universitetsniveau\",\r\n            \"property-cvr.organization.municipality\": \"AARHUS\",\r\n            \"property-cvr.organization.name\": \"Aarhus Universitet\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"722000\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Forskning og eksperimentel udvikling inden for samfundsvidenskab og humanistiske videnskaber\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"682040\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Udlejning af erhvervsejendomme\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"861000\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"Hospitaler\",\r\n            \"property-cvr.organization.startDate\": \"2007-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-description\": \"Aarhus Universitet tilbyder et inspirerende uddannelses- og forskningsmiljø for 40.000 studerende og 11.000 medarbejdere, der sikrer resultater af høj international standard. Den budgetterede omsætning i 2011 udgør 5,9 mia. kr. Universitetets strategi og udviklingskontrakt kan ses på www.au.dk.\",\r\n            \"property-domain\": \"au.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/UniAarhus\",\r\n            \"property-facebookGraph.organization.about\": \"Velkommen til Aarhus Universitet. Vi samler stort og småt fra studielivet. Det du har brug for og alt det sjove. \",\r\n            \"property-facebookGraph.organization.category\": \"Educational Research Center\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/q82/s720x720/17389116_10155152187669764_3331058496753867412_o.jpg?oh=fd10d3db741cb0844eb3dc3a3a348430&oe=5951281B\",\r\n            \"property-facebookGraph.organization.engagement\": \"53313\",\r\n            \"property-facebookGraph.organization.fanCount\": \"53313\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Aarhus Universitet\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"56.170971555148\",\r\n            \"property-facebookGraph.organization.longitude\": \"10.199506306852\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"3.6\",\r\n            \"property-facebookGraph.organization.username\": \"UniAarhus\",\r\n            \"property-founded_year\": \"1928\",\r\n            \"property-hs_lastmodifieddate\": \"1486479136556\",\r\n            \"property-hubspot.company.founded\": \"1928\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.linkedInBio\": \"Aarhus Universitet tilbyder et inspirerende uddannelses- og forskningsmiljø for 40.000 studerende og 11.000 medarbejdere, der sikrer resultater af høj international standard. Den budgetterede omsætning i 2011 udgør 5,9 mia. kr. Universitetets strategi og udviklingskontrakt kan ses på www.au.dk.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1486479136389\",\r\n            \"property-hubspot_owner_id\": \"16594036\",\r\n            \"property-industry\": \"RESEARCH\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/4648\",\r\n            \"property-linkedinbio\": \"Aarhus Universitet tilbyder et inspirerende uddannelses- og forskningsmiljø for 40.000 studerende og 11.000 medarbejdere, der sikrer resultater af høj international standard. Den budgetterede omsætning i 2011 udgør 5,9 mia. kr. Universitetets strategi og udviklingskontrakt kan ses på www.au.dk.\",\r\n            \"property-name\": \"Aarhus Universitet\",\r\n            \"property-organization.address\": \"Nordre Ringgade 1\\n8000 Aarhus C\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Aarhus\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Nordre Ringgade 1\",\r\n            \"property-organization.address.zipCode\": \"8000 Aarhus C\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"31119103\",\r\n            \"property-organization.contact.email\": \"au@au.dk\",\r\n            \"property-organization.emailDomainNames\": \"au.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.fax\": \"+4587150201\",\r\n            \"property-organization.fax-Country\": \"Denmark\",\r\n            \"property-organization.fax-E164\": \"+4587150201\",\r\n            \"property-organization.fax-International\": \"+45 87 15 02 01\",\r\n            \"property-organization.fax-Rfc3966\": \"tel:+45-87-15-02-01\",\r\n            \"property-organization.foundingDate\": \"2007-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"RESEARCH\",\r\n            \"property-organization.name\": \"Aarhus Universitet\",\r\n            \"property-organization.phoneNumber\": \"+4587150000\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4587150000\",\r\n            \"property-organization.phoneNumber-International\": \"+45 87 15 00 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-87-15-00-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/UniAarhus\",\r\n            \"property-organization.social+instagram\": \"https://instagram.com/AarhusUni\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/aarhus-university-denmark\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/AarhusUni\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/user/AarhusUniversity\",\r\n            \"property-organization.usedTechnologies\": \"Google Maps, jQuery, Lo-dash, PHP, React, TYPO3 CMS, ZURB Foundation\",\r\n            \"property-organization.website\": \"http://au.dk/\",\r\n            \"property-phone\": \"+45 87 15 00 00\",\r\n            \"property-twitterhandle\": \"aarhusuni\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/UniAarhus\",\r\n            \"property-user.social.LinkedIn\": \"http://www.linkedin.com/company/4648\",\r\n            \"property-user.social.Twitter\": \"aarhusuni\",\r\n            \"property-website\": \"au.dk\",\r\n            \"property-website.CopyrightEntity\": \"—\",\r\n            \"property-website.Description\": \"Aarhus Universitet tilbyder et inspirerende uddannelses- og forskningsmiljø for 45.000 studerende og 11.500 medarbejdere, der sikrer resultater af høj international standard. Den budgetterede omsætning i 2013 udgør 6,2 mia. kr.\",\r\n            \"property-website.Title\": \"Aarhus Universitet\",\r\n            \"property-zip\": \"8000\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"107e28e7-b131-56c7-816e-0f7af5b3c44e\",\r\n          \"name\": \"Hudl\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"151 North 8th Street\",\r\n            \"property-admin_username\": \"hudl\",\r\n            \"property-angelList.organization.blogUrl\": \"http://public.hudl.com/blog/\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"19\",\r\n            \"property-angelList.organization.highConcept\": \"we help coaches and athletes win\",\r\n            \"property-angelList.organization.productDesc\": \"We create software that helps coaches win, athletes look like pros, and sports recruiters find more talent.\\n\\nTeams upload their game film to our site, study it, and \\\"break it down\\\" by adding text notes, ink telestrations, and tagged metadata.\\n\\nAthletes can study the video on their mobile devices throughout the week to prepare for their next game. If an athlete notices a great play, he or she can highlight it to appear on a public profile for fans, parents, and recruiters to see.\\n\\nRecruiters have access to thousands of games, highlights, player profiles, and academic information.\",\r\n            \"property-angelList.organization.videoUrl\": \"https://www.youtube.com/watch?v=L8bpxULc6E4\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Lincoln\",\r\n            \"property-cluedin_subdomain\": \"Hudl\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040926568\",\r\n            \"property-description\": \"Develops software for sports teams that allows them to analyze videos of plays from any computer or mobile device.\",\r\n            \"property-domain\": \"hudl.com\",\r\n            \"property-email\": \"logan.laughlin@hudl.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/gethudl\",\r\n            \"property-facebookGraph.organization.about\": \"Online video analysis tools that help coaches and athletes of every sport, at any level, win. \",\r\n            \"property-facebookGraph.organization.category\": \"Media/News Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Online video analysis and coaching tools that help teams at all levels, from youth to the NFL, win.\\n\\nhttp://www.hudl.com/\\nhttp://www.hudl.com/blog\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/15844545_10154713329076223_7390801272322560989_o.jpg?oh=6a6a39fd1943164bc60cb548436239d4&oe=59632F10\",\r\n            \"property-facebookGraph.organization.engagement\": \"114045\",\r\n            \"property-facebookGraph.organization.fanCount\": \"114045\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Hudl\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.mission\": \"We help teams and athletes win.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Hudl, Hudl Recruit, Hudl Exchange\",\r\n            \"property-facebookGraph.organization.username\": \"Hudl\",\r\n            \"property-founded_year\": \"2006\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Hudl-RVW13883176.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Hudl is still figuring out how to be a large, successful, international company. I'd say the biggest thing they struggle with is workforce planning (under-hiring or over-hiring). They own up to their mistakes, though.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Phenomenal culture, great benefits, and awesome software\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Transparent leadership\\nCrazy awesome benefits\\nReally smart team\\nFocus on professional development and growth\\nHuge growth potential as a company\\nValue feedback (from all levels)\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-21T17:06:57.5900000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"27\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"96\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"4\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"39\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"82\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.2\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1493244189134\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"151 North 8th Street\",\r\n            \"property-hubspot.company.custom-admin_username\": \"hudl\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Lincoln\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Hudl\",\r\n            \"property-hubspot.company.custom-company_name\": \"Hudl\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040926568\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Develops software for sports teams that allows them to analyze videos of plays from any computer or mobile device.\",\r\n            \"property-hubspot.company.custom-domain\": \"hudl.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/gethudl\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2006\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439326394\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Slack, LinkedIn, Office365\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/hudl\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Develops software for sports teams that allows them to analyze videos of plays from any computer or mobile device.\",\r\n            \"property-hubspot.company.custom-name\": \"Hudl\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031515\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 402-817-0060\",\r\n            \"property-hubspot.company.custom-state\": \"NE\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Chicago\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"81.9M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Hudl\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;aws_route_53;mixpanel;nginx;google_tag_manager;postmark;mailgun;facebook_advertiser;amazon_s3;microsoft_office_365;google_analytics;piwik;aws_ec2;hubspot;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"hudl.com\",\r\n            \"property-hubspot.company.custom-zip\": \"68508\",\r\n            \"property-hubspot.company.founded\": \"2006\",\r\n            \"property-hubspot.company.integrations\": \"Slack, LinkedIn, Office365\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Develops software for sports teams that allows them to analyze videos of plays from any computer or mobile device.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Slack, LinkedIn, Office365\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Hudl is a product and service of Agile Sports Technologies, Inc. - a Lincoln, Nebraska based company providing tools for coaches and athletes to review game footage and improve team play. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Hudl\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/hudl\",\r\n            \"property-linkedinbio\": \"Develops software for sports teams that allows them to analyze videos of plays from any computer or mobile device.\",\r\n            \"property-name\": \"Hudl\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"151 North 8th Street\",\r\n            \"property-organization.address.city\": \"Lincoln\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NE\",\r\n            \"property-organization.address.zipCode\": \"68508\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.emailDomainNames\": \"hudl.com\",\r\n            \"property-organization.employeeCount\": \"201-500\",\r\n            \"property-organization.foundingDate\": \"2006\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Hudl\",\r\n            \"property-organization.phoneNumber\": \"+14028170060\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+14028170060\",\r\n            \"property-organization.phoneNumber-International\": \"+1 402-817-0060\",\r\n            \"property-organization.phoneNumber-Location\": \"Lincoln, NE\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-402-817-0060\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/gethudl\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/hudl\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/hudl\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/hudl-1\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/hudl\",\r\n            \"property-organization.website\": \"http://www.hudl.com\",\r\n            \"property-phone\": \"+1 402-817-0060\",\r\n            \"property-state\": \"NE\",\r\n            \"property-timezone\": \"America/Chicago\",\r\n            \"property-twitterhandle\": \"Hudl\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/gethudl\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/hudl\",\r\n            \"property-user.social.Twitter\": \"Hudl\",\r\n            \"property-user.timezone\": \"America/Chicago Standard Time\",\r\n            \"property-website\": \"hudl.com\",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"False\",\r\n            \"property-zendesk.organization.sharedComments\": \"False\",\r\n            \"property-zendesk.organization.sharedTickets\": \"False\",\r\n            \"property-zip\": \"68508\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"abdba38c-99ec-5d0d-82da-a6105e3376d1\",\r\n          \"name\": \"PROACTIVE A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Frederiksberg C\",\r\n            \"property-cvr.organization.address+municipalityName\": \"FREDERIKSBERG\",\r\n            \"property-cvr.organization.address+postalCode\": \"1970\",\r\n            \"property-cvr.organization.address+streetCode\": \"676\",\r\n            \"property-cvr.organization.address+streetName\": \"Rosenørns Alle\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"1\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"8349150\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"44735221\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/63909752/ZG9rdW1lbnRsYWdlcjovLzAzLzJhLzIxLzA2L2M1Lzg0YjctNDViNi1iYWZmLTg1ODcwNjI5MGVkMQ.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"6575744\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"7963274\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2000-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2000-06-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"FREDERIKSBERG\",\r\n            \"property-cvr.organization.name\": \"PROACTIVE A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle og sælge internetløsninger til danske og udenlandske virksomheder og anden dermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"1652637.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2000-11-29T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-12-31T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"ProActive A/S er et dansk it-konsulenthus med ekspertise inden for Microsoft teknologi. \\nLæs mere på www.proactive.dk\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"ProActive beskæftiger cirka 150 medarbejdere fordelt på vores kontorer i København, Odense, Aarhus, Aalborg og Auckland (NZ).\\n\\n\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-0/p75x225/12694806_10153997078259575_4912057124442469876_o.jpg?oh=7c8e6697e6be446f70f1bb7ff013c1ee&oe=59682FF6\",\r\n            \"property-facebookGraph.organization.engagement\": \"277\",\r\n            \"property-facebookGraph.organization.fanCount\": \"277\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"ProActive A/S\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.68166\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.55713\",\r\n            \"property-facebookGraph.organization.mission\": \"THINKING YOUR BUSINESS er vores mission; den tjener som et ledende princip for interaktionen med vores kunder og udgør fundamentet for måden hvorpå vi driver vores forretning.\\n\\n\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.5\",\r\n            \"property-facebookGraph.organization.products\": \"ProActive leverer rådgivning og løsninger inden for Microsoft teknologi, herunder:\\n\\n- Office 365\\n- SharePoint\\n- Dynamics CRM\\n- Azure\\n- Project Online\\n- Enterprise Mobility Suite\\n- Yammer\\n\\nIntraActive produktsuite \\n(www.intraactive.dk)\\n\\n- IntraActive Intranet\\n- IntraActive Workspaces\\n- IntraActive QMS\",\r\n            \"property-facebookGraph.organization.username\": \"ProActiveDK\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"Rosen\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Frederiksberg C\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1497877453240\",\r\n            \"property-hubspot.company.custom-description\": \"ProActive er den strategiske partner, som tager et totalansvar for at skabe afgørende forretningsmæssige fordele med Microsoft teknologi.\",\r\n            \"property-hubspot.company.custom-domain\": \"www.proactive.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/ProActiveDK\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1497877563981\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1497877621697\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1997\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1497877563966\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503431499969\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1497877453240\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/proactive-as\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"ProActive er den strategiske partner, som tager et totalansvar for at skabe afgørende forretningsmæssige fordele med Microsoft teknologi.\",\r\n            \"property-hubspot.company.custom-name\": \"ProActive A/S\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1502175709371\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1502175764309\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1502143200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"4\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 82 32 32 32\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"ProActiveIT\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;perfect_audience;google_maps;facebook_connect;google_analytics;facebook_comments;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"proactive.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1970\",\r\n            \"property-hubspot.company.founded\": \"1997\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"ProActive er den strategiske partner, som tager et totalansvar for at skabe afgørende forretningsmæssige fordele med Microsoft teknologi.\",\r\n            \"property-organization.address\": \"Rosenørns Alle 1\\n1970 Frederiksberg C\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Frederiksberg C\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Rosenørns Allé 1\",\r\n            \"property-organization.address.zipCode\": \"1970\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.codes.cvr\": \"25790936\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-38044773-1\",\r\n            \"property-organization.contact.email\": \"info@proactive.dk\",\r\n            \"property-organization.emailDomainNames\": \"www.proactive.dk\",\r\n            \"property-organization.employeeCount\": \"100-199\",\r\n            \"property-organization.foundingDate\": \"2000-11-29T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"ProActive A/S\",\r\n            \"property-organization.phoneNumber\": \"+4582323232\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4582323232\",\r\n            \"property-organization.phoneNumber-International\": \"+45 82 32 32 32\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-82-32-32-32\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/ProActiveDK\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/proactive-as\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/ProActiveIT\",\r\n            \"property-organization.usedTechnologies\": \"AddThis, Google Maps, jQuery, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"proactive.dk\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/ProActiveDK\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/proactive-as\",\r\n            \"property-user.social.Twitter\": \"ProActiveIT\",\r\n            \"property-website.Description\": \"ProActive er den strategiske partner, som tager et totalansvar for at skabe afg&#248;rende forretningsm&#230;ssige fordele med Microsoft teknologi.\",\r\n            \"property-website.Title\": \"Danmarks f&#248;rende Microsoft Partner - ProActive A/S\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"524ce387-a1db-51af-ad29-3b556b517aa7\",\r\n          \"name\": \"MAGURU A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"18\",\r\n            \"property-angelList.organization.highConcept\": \"Changing online marketing for small business\",\r\n            \"property-angelList.organization.productDesc\": \"We are a team of helpful people who thrive on the success of our customers. No more shady salesmen selling worthless ads, Facebook pages with no value and over priced hosting plans. Maguru helps small businesses grow in an honest and transparent way, by giving them access to automated marketing methods previously out of their reach.\\n\\nOur initial product ties together locally targeted and fully managed AdWords campaigns, responsive landing pages optimized for conversions, call tracking and an easy to use lead management tool, in one simple and efficient package.\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København V\",\r\n            \"property-cvr.organization.address+door\": \"sal\",\r\n            \"property-cvr.organization.address+floor\": \"6\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1717\",\r\n            \"property-cvr.organization.address+streetCode\": \"6432\",\r\n            \"property-cvr.organization.address+streetName\": \"Skelbækgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"2\",\r\n            \"property-cvr.organization.address+streetNumberTo\": \"4\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"-2062914\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"2255710\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"4175912\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/79784853/ZG9rdW1lbnRsYWdlcjovLzAzL2I0LzBhL2I5L2RjL2UwMDgtNDNhMy1hNWFiLWQxZDdmMzgzZWVlYg.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"-4298666\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"-4585775\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2014-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-05-05T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"631200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Webportaler\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"MAGURU A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed med marketing services, udvikling af marketing teknologi og dermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"757573.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2014-05-05T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-05-31T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Lersø Parkallé 107\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen Ø\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498481070269\",\r\n            \"property-hubspot.company.custom-description\": \"Få flere kunder med ærlig og effektiv online markedsføring. Vi står for alt, du skal bare tage telefonen!\",\r\n            \"property-hubspot.company.custom-domain\": \"maguru.dk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498481110108\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498481145062\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2014\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498481110089\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1498481145813\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498481070269\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/maguru\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Få flere kunder med ærlig og effektiv online markedsføring. Vi står for alt, du skal bare tage telefonen!\",\r\n            \"property-hubspot.company.custom-name\": \"Maguru\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"50\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 89 88 33 99\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"2M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"magurudk\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;aws_route_53;facebook_connect;google_analytics;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"maguru.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"2100\",\r\n            \"property-hubspot.company.founded\": \"2014\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Få flere kunder med ærlig og effektiv online markedsføring. Vi står for alt, du skal bare tage telefonen!\",\r\n            \"property-organization.address\": \"Skelbækgade 2-4 6 sal\\n1717 København V\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen Ø\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"2255710 DKK\",\r\n            \"property-organization.codes.cvr\": \"35848797\",\r\n            \"property-organization.contact.email\": \"hej@maguru.dk\",\r\n            \"property-organization.emailDomainNames\": \"maguru.dk\",\r\n            \"property-organization.employeeCount\": \"10-19\",\r\n            \"property-organization.foundingDate\": \"2014-05-05T00:00:00.0000000+00:00\",\r\n            \"property-organization.name\": \"MAGURU\",\r\n            \"property-organization.phoneNumber\": \"+4589883399\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4589883399\",\r\n            \"property-organization.phoneNumber-International\": \"+45 89 88 33 99\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-89-88-33-99\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/maguru\",\r\n            \"property-organization.website\": \"www.maguru.dk\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/maguru\",\r\n            \"property-user.social.Twitter\": \"magurudk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"81ae41b5-fe13-5c21-84c3-14a1fd499f54\",\r\n          \"name\": \"Episerver\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"Episerver connects digital commerce and digital marketing to help organizations create unique digital experiences.\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"The Episerver Digital Experience Cloud™ combines content, commerce and multi-channel marketing in a single platform to work full-circle for businesses online – from intelligent optimization and lead-generation through to conversion and repeat business – with unprecedented ease-of-use.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/971022_950931981651051_2140836997012414569_n.jpg?oh=ab407c74e43e34f473cc47a91b61100a&oe=597264A8\",\r\n            \"property-facebookGraph.organization.engagement\": \"9677\",\r\n            \"property-facebookGraph.organization.fanCount\": \"9677\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Episerver\",\r\n            \"property-facebookGraph.organization.impressum\": \"Kristoffer Renberg | Digital Marketing Manager | Episerver Sweden\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"59.33542\",\r\n            \"property-facebookGraph.organization.longitude\": \"18.06739\",\r\n            \"property-facebookGraph.organization.mission\": \"To create the leading digital experience delivery platform to empower our customers to create standout experiences for their customers – everywhere they engage\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.8\",\r\n            \"property-facebookGraph.organization.products\": \"Episerver 7 CMS\\nEpiserver Commerce\\nEpiserver Relate\\nEpiserver Find\\nEpiserver MobilePack\",\r\n            \"property-facebookGraph.organization.username\": \"Episerver\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Episerver-RVW13134408.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The leadership team was extremely weak for several years. Few people met their potential due to management pigeon holing people and having no clue how to leverage employee's strengths. They drove several employees into the ground through constant traveling to disgruntled employees. The old Ektron product was extremely poor. The support team had no chance to support it. QA was virtually non-existent for many years while that product was built.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"A lot of changes and weak leadership, but there were benefits\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Nashua, NH\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"A lot of people enjoyed some good years during the Ektron days. It was a solid place for less experienced employees to really get their feet wet.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-12-29T11:24:51.4470000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"5\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"26\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"74\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.6\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"13\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.6\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"43\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.1\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-knowledgeGraph.organization.description\": \"Software company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Episerver is a global software company offering web content management, digital commerce, and digital marketing, through the Episerver Digital Experience Cloud software platform. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Episerver\",\r\n            \"property-organization.address.city\": \"Stockholm\",\r\n            \"property-organization.address.countryCode\": \"Sweden\",\r\n            \"property-organization.address.streetName\": \"Regeringsgatan 67\",\r\n            \"property-organization.address.zipCode\": \"111 56\",\r\n            \"property-organization.contact.email\": \"salesus@episerver.com\",\r\n            \"property-organization.emailDomainNames\": \"episerver.com\",\r\n            \"property-organization.foundingDate\": \"1994\",\r\n            \"property-organization.industry\": \"Advertising & Marketing\",\r\n            \"property-organization.name\": \"Episerver\",\r\n            \"property-organization.phoneNumber\": \"+16035940249\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+16035940249\",\r\n            \"property-organization.phoneNumber-International\": \"+1 603-594-0249\",\r\n            \"property-organization.phoneNumber-Location\": \"Nashua, NH\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-603-594-0249\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Episerver\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/episerver-ab\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/episerver\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/EpiserverAB\",\r\n            \"property-organization.usedTechnologies\": \"EPiServer, Google Tag Manager, IIS, Microsoft ASP.NET, Optimizely, Windows Server\",\r\n            \"property-organization.website\": \"http://episerver.com/\",\r\n            \"property-website.CopyrightEntity\": \"Episerver\",\r\n            \"property-website.Description\": \"Episerver is a global software provider for innovative .NET E-commerce, CMS and digital marketing solutions, helping our customers deliver better o...\",\r\n            \"property-website.Title\": \"Episerver: Best .NET CMS for Digital Marketing and E-commerce | Episerver Digital Experience Cloud\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"dea49ae2-00eb-5d9a-a436-9c061c93d665\",\r\n          \"name\": \"Microsoft Corporation\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"1 Microsoft Way\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Redmond\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484044027075\",\r\n            \"property-description\": \"Microsoft is an American multinational corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its best known software products are the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer web browser. Its flagship hardware products are Xbox game console and the Microsoft Surface series of tablets. Headquartered in Redmond, Washington, Microsoft is the world's largest software company in terms of revenue. It is also considered one of the world's most valuable companies and one of the most successful startup companies of all time by market capitalization, revenue, growth and cultural impact. Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800 microcomputer. The original name, \\\"\\\"Micro-Soft,\\\"\\\" was from a combination of \\\"\\\"microcomputer\\\"\\\" and \\\"\\\"software.\\\"\\\" In 1980, the company formed a partnership with IBM, allowing Microsoft to sell its software package with the computers IBM manufactured. It rose to dominate the personal computer operating system market with MS-DOS, followed by Microsoft Windows. Since the 1990s, it has increasingly diversified from the operating system market and ventured into hardware such as the Zune, a digital media player for music, videos, podcasts, and pictures; Xbox, a video game console; and Surface product/microsoft-surface, a series of tablets. It has also made a presence on the web with the MSN internet portal and Bing search engine. Microsoft has also made a number of corporate acquisitions, including Forethought, HotMail, and Visio Corporation. In May 2011, Microsoft acquired Skype Technologies for $8.5 billion in its largest acquisition to date.\",\r\n            \"property-domain\": \"microsoft.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Microsoft\",\r\n            \"property-founded_year\": \"1975\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1488340864058\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"14\",\r\n            \"property-hubspot.company.custom-address\": \"1 Microsoft Way\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Redmond\",\r\n            \"property-hubspot.company.custom-company_name\": \"Microsoft\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044027075\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"Microsoft is an American multinational corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its best known software products are the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer web browser. Its flagship hardware products are Xbox game console and the Microsoft Surface series of tablets. Headquartered in Redmond, Washington, Microsoft is the world's largest software company in terms of revenue. It is also considered one of the world's most valuable companies and one of the most successful startup companies of all time by market capitalization, revenue, growth and cultural impact. Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800 microcomputer. The original name, \\\"\\\"Micro-Soft,\\\"\\\" was from a combination of \\\"\\\"microcomputer\\\"\\\" and \\\"\\\"software.\\\"\\\" In 1980, the company formed a partnership with IBM, allowing Microsoft to sell its software package with the computers IBM manufactured. It rose to dominate the personal computer operating system market with MS-DOS, followed by Microsoft Windows. Since the 1990s, it has increasingly diversified from the operating system market and ventured into hardware such as the Zune, a digital media player for music, videos, podcasts, and pictures; Xbox, a video game console; and Surface product/microsoft-surface, a series of tablets. It has also made a presence on the web with the MSN internet portal and Bing search engine. Microsoft has also made a number of corporate acquisitions, including Forethought, HotMail, and Visio Corporation. In May 2011, Microsoft acquired Skype Technologies for $8.5 billion in its largest acquisition to date.\",\r\n            \"property-hubspot.company.custom-domain\": \"microsoft.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Microsoft\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1975\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601580353\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/microsoft\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Microsoft is an American multinational corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its best known software products are the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer web browser. Its flagship hardware products are Xbox game console and the Microsoft Surface series of tablets. Headquartered in Redmond, Washington, Microsoft is the world's largest software company in terms of revenue. It is also considered one of the world's most valuable companies and one of the most successful startup companies of all time by market capitalization, revenue, growth and cultural impact. Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800 microcomputer. The original name, \\\"\\\"Micro-Soft,\\\"\\\" was from a combination of \\\"\\\"microcomputer\\\"\\\" and \\\"\\\"software.\\\"\\\" In 1980, the company formed a partnership with IBM, allowing Microsoft to sell its software package with the computers IBM manufactured. It rose to dominate the personal computer operating system market with MS-DOS, followed by Microsoft Windows. Since the 1990s, it has increasingly diversified from the operating system market and ventured into hardware such as the Zune, a digital media player for music, videos, podcasts, and pictures; Xbox, a video game console; and Surface product/microsoft-surface, a series of tablets. It has also made a presence on the web with the MSN internet portal and Bing search engine. Microsoft has also made a number of corporate acquisitions, including Forethought, HotMail, and Visio Corporation. In May 2011, Microsoft acquired Skype Technologies for $8.5 billion in its largest acquisition to date.\",\r\n            \"property-hubspot.company.custom-name\": \"Microsoft\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"14\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 800-867-1389\",\r\n            \"property-hubspot.company.custom-reference_date\": \"3-Nov-14\",\r\n            \"property-hubspot.company.custom-state\": \"WA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"13.1M\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Microsoft\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;youtube;twitter_badge;disqus;clicktale;google_adsense;app_nexus;nginx;facebook_connect;facebook_social_plugins;highcharts;alexa;optimizely;pinterest;google_charts;asp_net;facebook_like_button;apache;omniture_adobe_analytics;kiss_metrics;google_maps;google_analytics;twitter_button;bing_maps\",\r\n            \"property-hubspot.company.custom-website\": \"microsoft.com\",\r\n            \"property-hubspot.company.custom-zip\": \"98052\",\r\n            \"property-hubspot.company.founded\": \"1975\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Microsoft is an American multinational corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its best known software products are the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer web browser. Its flagship hardware products are Xbox game console and the Microsoft Surface series of tablets. Headquartered in Redmond, Washington, Microsoft is the world's largest software company in terms of revenue. It is also considered one of the world's most valuable companies and one of the most successful startup companies of all time by market capitalization, revenue, growth and cultural impact. Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800 microcomputer. The original name, \\\"\\\"Micro-Soft,\\\"\\\" was from a combination of \\\"\\\"microcomputer\\\"\\\" and \\\"\\\"software.\\\"\\\" In 1980, the company formed a partnership with IBM, allowing Microsoft to sell its software package with the computers IBM manufactured. It rose to dominate the personal computer operating system market with MS-DOS, followed by Microsoft Windows. Since the 1990s, it has increasingly diversified from the operating system market and ventured into hardware such as the Zune, a digital media player for music, videos, podcasts, and pictures; Xbox, a video game console; and Surface product/microsoft-surface, a series of tablets. It has also made a presence on the web with the MSN internet portal and Bing search engine. Microsoft has also made a number of corporate acquisitions, including Forethought, HotMail, and Visio Corporation. In May 2011, Microsoft acquired Skype Technologies for $8.5 billion in its largest acquisition to date.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-knowledgeGraph.organization.description\": \"Technology company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Microsoft Corporation is an American multinational technology company with headquarters in Redmond, Washington. It develops, manufactures, licenses, supports and sells computer software, consumer electronics, personal computers, and services. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Microsoft\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/microsoft\",\r\n            \"property-linkedinbio\": \"Microsoft is an American multinational corporation that develops, manufactures, licenses, supports and sells computer software, consumer electronics and personal computers and services. Its best known software products are the Microsoft Windows line of operating systems, Microsoft Office office suite, and Internet Explorer web browser. Its flagship hardware products are Xbox game console and the Microsoft Surface series of tablets. Headquartered in Redmond, Washington, Microsoft is the world's largest software company in terms of revenue. It is also considered one of the world's most valuable companies and one of the most successful startup companies of all time by market capitalization, revenue, growth and cultural impact. Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800 microcomputer. The original name, \\\"\\\"Micro-Soft,\\\"\\\" was from a combination of \\\"\\\"microcomputer\\\"\\\" and \\\"\\\"software.\\\"\\\" In 1980, the company formed a partnership with IBM, allowing Microsoft to sell its software package with the computers IBM manufactured. It rose to dominate the personal computer operating system market with MS-DOS, followed by Microsoft Windows. Since the 1990s, it has increasingly diversified from the operating system market and ventured into hardware such as the Zune, a digital media player for music, videos, podcasts, and pictures; Xbox, a video game console; and Surface product/microsoft-surface, a series of tablets. It has also made a presence on the web with the MSN internet portal and Bing search engine. Microsoft has also made a number of corporate acquisitions, including Forethought, HotMail, and Visio Corporation. In May 2011, Microsoft acquired Skype Technologies for $8.5 billion in its largest acquisition to date.\",\r\n            \"property-name\": \"Microsoft\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-organization.address\": \"1 Microsoft Way\",\r\n            \"property-organization.address.city\": \"Redmond\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"WA\",\r\n            \"property-organization.address.zipCode\": \"98052\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"microsoft.com\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.phoneNumber\": \"+18008671389\",\r\n            \"property-organization.phoneNumber-E164\": \"+18008671389\",\r\n            \"property-organization.phoneNumber-International\": \"+1 800-867-1389\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-800-867-1389\",\r\n            \"property-organization.website\": \"http://www.microsoft.com\",\r\n            \"property-phone\": \"+1 800-867-1389\",\r\n            \"property-state\": \"WA\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"Microsoft\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Microsoft\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/microsoft\",\r\n            \"property-user.social.Twitter\": \"Microsoft\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"microsoft.com\",\r\n            \"property-zip\": \"98052\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"6fa05222-0aeb-5be4-884c-c55e1320a8d3\",\r\n          \"name\": \"ATEA DANMARK A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"6 Lautrupvang\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Ballerup\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1491413742878\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Ballerup\",\r\n            \"property-cvr.organization.address+municipalityName\": \"BALLERUP\",\r\n            \"property-cvr.organization.address+postalCode\": \"2750\",\r\n            \"property-cvr.organization.address+streetCode\": \"196\",\r\n            \"property-cvr.organization.address+streetName\": \"Lautrupvang\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"6\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.endDate\": \"2017-02-20T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2000-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2000-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"461900\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Agenturhandel med blandet sortiment\",\r\n            \"property-cvr.organization.municipality\": \"BALLERUP\",\r\n            \"property-cvr.organization.name\": \"ATEA DANMARK A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at yde rådgivning, support & service samt konsulentassistance inden for området informationsteknologi.\",\r\n            \"property-cvr.organization.registeredCapital\": \"50000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2000-09-04T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"OPLØSTEFTERFUSION\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2010-11-12T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Atea A/S supplies information technology products and solutions. The Company focuses on consulting and projects, networking and cabling, data center, IT service management, mobiles phone, outsourcing, cloud solutions, communication, and technical services\",\r\n            \"property-domain\": \"atea.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/ateadanmark\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Atea-RVW12066005.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Salary amount is lower than for same position average rate in Latvia.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great experience\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Riga (Latvia)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"You can get great experience working with the large enterprise customers at Atea.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-09-25T12:14:48.1630000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.6\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"14\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"54\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1491478190641\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source_data_1\": \"SALES\",\r\n            \"property-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hs_lastmodifieddate\": \"1491478195067\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"6 Lautrupvang\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Ballerup\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1491413742878\",\r\n            \"property-hubspot.company.custom-description\": \"Atea A/S supplies information technology products and solutions. The Company focuses on consulting and projects, networking and cabling, data center, IT service management, mobiles phone, outsourcing, cloud solutions, communication, and technical services\",\r\n            \"property-hubspot.company.custom-domain\": \"atea.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/ateadanmark\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1491478190653\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1494839044631\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1491478190641\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"SALES\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504649062894\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1491413742878\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/atea-danmark\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Atea A/S supplies information technology products and solutions. The Company focuses on consulting and projects, networking and cabling, data center, IT service management, mobiles phone, outsourcing, cloud solutions, communication, and technical services\",\r\n            \"property-hubspot.company.custom-name\": \"Atea\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503477063727\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504168097146\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"4\",\r\n            \"property-hubspot.company.custom-num_notes\": \"7\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"5000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 25 25 50\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"AteaDanmark\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"google_tag_manager;facebook_connect;mandrill;eloqua;facebook_advertiser;visual_website_optimizer\",\r\n            \"property-hubspot.company.custom-website\": \"atea.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"2750\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Atea A/S supplies information technology products and solutions. The Company focuses on consulting and projects, networking and cabling, data center, IT service management, mobiles phone, outsourcing, cloud solutions, communication, and technical services\",\r\n            \"property-hubspot_owner_assigneddate\": \"1491413742878\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-knowledgeGraph.organization.description\": \"Computer company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Atea, previously Ementor, is a Nordic IT infrastructure company. It is headquartered in Oslo, Norway.\\nThe company sells, installs, and supports products from Citrix, VMware, Apple, Cisco, HP, Microsoft, Lenovo, IBM and others.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Atea_(company)\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/3121259\",\r\n            \"property-linkedinbio\": \"Atea A/S supplies information technology products and solutions. The Company focuses on consulting and projects, networking and cabling, data center, IT service management, mobiles phone, outsourcing, cloud solutions, communication, and technical services\",\r\n            \"property-name\": \"Atea\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Lautrupvang 6\\n2750 Ballerup\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Ballerup\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2750\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"25596730\",\r\n            \"property-organization.emailDomainNames\": \"atea.dk\",\r\n            \"property-organization.employeeCount\": \"10-19\",\r\n            \"property-organization.foundingDate\": \"2000-09-04T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.phoneNumber\": \"70252550\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570252550\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 25 25 50\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-25-25-50\",\r\n            \"property-organization.website\": \"atea.dk\",\r\n            \"property-phone\": \"+45 70 25 25 50\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"AteaDanmark\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/ateadanmark\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/atea-danmark\",\r\n            \"property-user.social.Twitter\": \"AteaDanmark\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"atea.dk\",\r\n            \"property-zip\": \"2750\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"a342dad4-58fe-5c29-9a43-8100ba735684\",\r\n          \"name\": \"CABANA A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Danneskiold-Samsøes Allé 24\",\r\n            \"property-admin_username\": \"cabana\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"København K\",\r\n            \"property-closedate\": \"1484045018166\",\r\n            \"property-cluedin_subdomain\": \"Cabana\",\r\n            \"property-company_notes\": \"Sitecore partner, tried CluedIn out, loved it, we didn't have all their integrations at the time so we thought we would come back when we had better support.\\n\\nPaying customer 10 nov 2015 - oct-nov ish 2016 (we stooped payment)\\n\\nDM : msl@cabana.dk\\n\\n\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040929211\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1434\",\r\n            \"property-cvr.organization.address+streetCode\": \"1262\",\r\n            \"property-cvr.organization.address+streetName\": \"Danneskiold-Samsøes Allé\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"24\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"1711800\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"10994576\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"4985495\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/40867333/ZG9rdW1lbnRsYWdlcjovLzAzLzE2L2RhLzhiLzFkL2M5NmMtNDg3Ni1iZWJhLWIwYTE0MTA0NmE0Zg.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"21875\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"50341\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2010-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2010-10-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"CABANA A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at foretage IT-konsulentydelser og anden efter bestyrelsens skøn dermed beslægtet virksomhed samt investering i værdipapirer.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2010-12-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2010-12-15T00:00:00.0000000+00:00\",\r\n            \"property-days_to_close\": \"0\",\r\n            \"property-description\": \"Cabana A/S leverer en bred vifte af ydelser indenfor digital kommunikation\",\r\n            \"property-domain\": \"cabana.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Cabana.dk\",\r\n            \"property-facebookGraph.organization.about\": \"CABANA \\nAssociation qui valorise un lieu rural.\\n\\nCuisine – Amis – Bonheur – Art – Nature – Animaux\",\r\n            \"property-facebookGraph.organization.category\": \"Tour Agency\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-0/q81/p180x540/12030330_501861513327747_7998175888684278092_o.jpg?oh=bc8a2f56d6111952a5221dbab011a103&oe=594F2A96\",\r\n            \"property-facebookGraph.organization.engagement\": \"4\",\r\n            \"property-facebookGraph.organization.fanCount\": \"4\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Cabana\",\r\n            \"property-facebookGraph.organization.impressum\": \"En proposant des activités sociales et culturelles sur un espace en plein air et dans le respect de l'environnement.\\n\\nEntretenir un lien social entre les citadins et les agriculteurs, les habitants de la campagne.\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"44.8543499\",\r\n            \"property-facebookGraph.organization.longitude\": \"-0.58199\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"cabana\",\r\n            \"property-first_deal_created_date\": \"1489399626723\",\r\n            \"property-founded_year\": \"2002\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1489399627095\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"6\",\r\n            \"property-hubspot.company.custom-address\": \"Danneskiold-Samsøes Allé 24\",\r\n            \"property-hubspot.company.custom-admin_username\": \"cabana\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"København K\",\r\n            \"property-hubspot.company.custom-closedate\": \"1484045018166\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Cabana\",\r\n            \"property-hubspot.company.custom-company_address\": \"K�benhavn K\",\r\n            \"property-hubspot.company.custom-company_name\": \"Cabana\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Sitecore partner, tried CluedIn out, loved it, we didn't have all their integrations at the time so we thought we would come back when we had better support.\\n\\nPaying customer 10 nov 2015 - oct-nov ish 2016 (we stooped payment)\\n\\nDM : msl@cabana.dk\\n\\n\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929211\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-days_to_close\": \"0\",\r\n            \"property-hubspot.company.custom-description\": \"Cabana is a digital experience studio. We are specialists in marketing automation and commitment flows and have since 2002 made it our mission to provide personalized, digital customer experiences with measurable results.\\n\\nWe are a team of talented designers, certified developers, bright project managers and experienced consultants, who in close collaboration develops, supplies, and implements the best solutions for our customers. Customer Experience is the core of our work, and the passion for what we do is evident in the quality we deliver.\\n\\nOur clients include Nature Energy, Tivoli Casino, University of Southern Denmark, Danish Standards, Ministry of Transport, Finance, Maersk, GF Insurance and the University of Copenhagen.\",\r\n            \"property-hubspot.company.custom-domain\": \"cabana.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Cabana.dk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489399626723\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2002\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1511271737293\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1501252526858\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"29013451\",\r\n            \"property-hubspot.company.custom-industry\": \"INTERNET\",\r\n            \"property-hubspot.company.custom-integrations\": \"Teamwork\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/113418/\",\r\n            \"property-hubspot.company.custom-name\": \"Cabana A/S\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1511184761279\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1511271734937\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"6\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"12\",\r\n            \"property-hubspot.company.custom-num_notes\": \"25\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 33 11 03 10\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"cabana_dk\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;mailchimp;nginx;wordpress;google_tag_manager;google_analytics;cloud_flare;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"http://cabana.dk/\",\r\n            \"property-hubspot.company.custom-zip\": \"1434\",\r\n            \"property-hubspot.company.daysToClose\": \"0\",\r\n            \"property-hubspot.company.founded\": \"2002\",\r\n            \"property-hubspot.company.integrations\": \"Teamwork\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.notes\": \"Sitecore partner, tried CluedIn out, loved it, we didn't have all their integrations at the time so we thought we would come back when we had better support.\\n\\nPaying customer 10 nov 2015 - oct-nov ish 2016 (we stooped payment)\\n\\nDM : msl@cabana.dk\\n\\n\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"Teamwork\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/cabana-as\",\r\n            \"property-name\": \"Cabana A/S\",\r\n            \"property-num_associated_contacts\": \"3\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-organization.address\": \"Danneskiold-Samsøes Allé 24\\n1434 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"105 rue Mandron\",\r\n            \"property-organization.address.zipCode\": \"1434\",\r\n            \"property-organization.annualRevenue\": \"10994576 DKK\",\r\n            \"property-organization.codes.cvr\": \"33376804\",\r\n            \"property-organization.contact.email\": \"tva@cabana.dk\",\r\n            \"property-organization.emailDomainNames\": \"cabana.dk\",\r\n            \"property-organization.employeeCount\": \"10-19\",\r\n            \"property-organization.foundingDate\": \"2010-12-15T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INTERNET\",\r\n            \"property-organization.phoneNumber\": \"+4588536651\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4588536651\",\r\n            \"property-organization.phoneNumber-International\": \"+45 88 53 66 51\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-88-53-66-51\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/cabana/\",\r\n            \"property-organization.website\": \"http://cabana.dk/\",\r\n            \"property-phone\": \"+45 33 11 03 10\",\r\n            \"property-twitterhandle\": \"cabana_dk\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Cabana.dk\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/113418/\",\r\n            \"property-user.social.Twitter\": \"cabana_dk\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"cabana.dk\",\r\n            \"property-zip\": \"1434\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"f52c2099-ed72-59b6-80c4-b4d7ca970d9d\",\r\n          \"name\": \"Trifork\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"1\",\r\n            \"property-facebookGraph.organization.about\": \"Trifork is an innovative software development company focusing on MOBILE, AGILE and CLOUD. http://www.trifork.com http://gotocon.com\",\r\n            \"property-facebookGraph.organization.category\": \"Computers/Internet Website\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/14615698_10154631984767774_9190101131996222073_o.jpg?oh=cc9af1e6fa852e0502f44839d3c24a32&oe=59730118\",\r\n            \"property-facebookGraph.organization.engagement\": \"357\",\r\n            \"property-facebookGraph.organization.fanCount\": \"357\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Trifork\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Trifork develops, sells and delivers IT solutions to the financial and public sector. In Academy, Trifork organizes software development conferences, courses and technological networks nationally and internationally: GOTO Conferences (http://gotocon.com) in Aarhus, Amsterdam, Berlin, Chicago, Copenhagen & Zurich and QCon in London.\\nTrifork is a leading provider of software training focusing on Scrum, Agile, Spring, Mobile and Java disciplines.\\n\\nTrifork employs 400 employees in 21 offices in Aarhus, Amsterdam, London, Copenhagen, Zurich, Krakow, Stockholm, Esbjerg, Eindhoven and San Francisco. 90% of the employees are software or conference developers.\\n\\nTrifork develops and delivers business critical IT systems for several sectors: Finance, healthcare, government, manufacturing, telecom. \",\r\n            \"property-facebookGraph.organization.username\": \"Trifork\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Trifork-RVW14250577.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Door het doen van toezeggingen aan klanten is de druk van leveren soms groot. Er wordt niet altijd  rekening gehouden met het aantal ontwikkelaars en de hoeveelheid van aanbod van werk.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Fijne werkgever\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Senior Java Developer\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Amsterdam (Netherlands)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"De meeste collega's zijn gedetacheerd bij diverse bedrijven maar als je op kantoor komt (tijdens in office days) heerst er een fijne sfeer. De techmeetings die regelmatig worden gehouden zijn zeer nuttig door het interactieve karakter en helpen om de cohesie binnen het bedrijf te behouden.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-19T11:37:03.4100000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"3\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.6\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"5\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.2\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"3\",\r\n            \"property-hubspot.company.custom-address\": \"DK-8000 Ã…rhus C\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"Schindellegi\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498897416147\",\r\n            \"property-hubspot.company.custom-description\": \"Trifork is a leading full service supplier of high-quality custom-built applications and end-to-end solutions.\",\r\n            \"property-hubspot.company.custom-domain\": \"trifork.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/trifork\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1501488866122\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499079633726\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1996\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1501488866122\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"12e066e1-2647-4cb6-914c-57317d201a5a\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503060914594\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498897416147\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/trifork\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Trifork is a leading full service supplier of high-quality custom-built applications and end-to-end solutions.\",\r\n            \"property-hubspot.company.custom-name\": \"Trifork\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503060907000\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503060912887\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"3\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"4\",\r\n            \"property-hubspot.company.custom-phone\": \"+31 20 486 2036\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"GOTOaar\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;apache;wordpress;ubuntu;marketo;go_squared;google_analytics;twitter_button\",\r\n            \"property-hubspot.company.custom-website\": \"trifork.com\",\r\n            \"property-hubspot.company.custom-zip\": \"8834\",\r\n            \"property-hubspot.company.founded\": \"1996\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Trifork is a leading full service supplier of high-quality custom-built applications and end-to-end solutions.\",\r\n            \"property-organization.address\": \"DK-8000 Ã…rhus C\",\r\n            \"property-organization.address.city\": \"Schindellegi\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"8834\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-4334422-34\",\r\n            \"property-organization.emailDomainNames\": \"trifork.com\",\r\n            \"property-organization.foundingDate\": \"1996\",\r\n            \"property-organization.industry\": \"IT Services\",\r\n            \"property-organization.name\": \"Trifork\",\r\n            \"property-organization.phoneNumber\": \"+4930120895940\",\r\n            \"property-organization.phoneNumber-Country\": \"Germany\",\r\n            \"property-organization.phoneNumber-E164\": \"+4930120895940\",\r\n            \"property-organization.phoneNumber-International\": \"+49 30 120895940\",\r\n            \"property-organization.phoneNumber-Location\": \"Berlin\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+49-30-120895940\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Trifork\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/trifork\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/triforkams\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/channel/UC9yYh5P0YwfQy-rZNJ6PODg\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, Modernizr, PHP, WordPress, Yoast SEO\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/trifork\",\r\n            \"property-organization.website\": \"http://trifork.com/\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/trifork\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/trifork\",\r\n            \"property-user.social.Twitter\": \"GOTOaar\",\r\n            \"property-website.CopyrightEntity\": \"Trifork A/S\",\r\n            \"property-website.Description\": \"Trifork is a leading full service supplier of high-quality custom-built applications and end-to-end solutions.\",\r\n            \"property-website.Title\": \"Trifork\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"bee0752b-7b3f-5124-8f6b-9f5db94806b5\",\r\n          \"name\": \"JWT\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"466 Lexington Avenue\",\r\n            \"property-admin_username\": \"jwt\",\r\n            \"property-annualrevenue\": \"500000000\",\r\n            \"property-city\": \"New York\",\r\n            \"property-cluedin_subdomain\": \"JWT\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040930478\",\r\n            \"property-description\": \"JWT is the world’s best-known marketing communications brand. Headquartered in New York, JWT is a true global network with more than 200 offices in over 90 countries employing nearly 10,000 marketing professionals. JWT consistently ranks among the top agency networks in the world and continues its dominant presence in the industry by staying on the leading edge–from producing the first-ever TV commercial in 1939 to developing award-winning branded content for brands such as Freixenet, Ford and HSBC. JWT’s pioneering spirit enables the agency to forge deep relationships with clients including Bayer, Bloomberg, Cadbury, Diageo, DTC, Ford, HSBC, Johnson & Johnson, Kellogg’s, Kimberly-Clark, Kraft, Microsoft, NestlÃƒÂ©, Nokia, Rolex, Royal Caribbean, Schick, Shell, Unilever, Vodafone and many others. JWT’s parent company is WPP.\",\r\n            \"property-domain\": \"jwt.com\",\r\n            \"property-email\": \"juandy.llamas@jwt.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/JWTWorldwide\",\r\n            \"property-founded_year\": \"2003\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1493245543292\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"466 Lexington Avenue\",\r\n            \"property-hubspot.company.custom-admin_username\": \"jwt\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"500000000\",\r\n            \"property-hubspot.company.custom-city\": \"New York\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"JWT\",\r\n            \"property-hubspot.company.custom-company_name\": \"JWT\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040930478\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"JWT is the world’s best-known marketing communications brand. Headquartered in New York, JWT is a true global network with more than 200 offices in over 90 countries employing nearly 10,000 marketing professionals. JWT consistently ranks among the top agency networks in the world and continues its dominant presence in the industry by staying on the leading edge–from producing the first-ever TV commercial in 1939 to developing award-winning branded content for brands such as Freixenet, Ford and HSBC. JWT’s pioneering spirit enables the agency to forge deep relationships with clients including Bayer, Bloomberg, Cadbury, Diageo, DTC, Ford, HSBC, Johnson & Johnson, Kellogg’s, Kimberly-Clark, Kraft, Microsoft, NestlÃƒÂ©, Nokia, Rolex, Royal Caribbean, Schick, Shell, Unilever, Vodafone and many others. JWT’s parent company is WPP.\",\r\n            \"property-hubspot.company.custom-domain\": \"jwt.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/JWTWorldwide\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499085999713\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2003\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439287737\",\r\n            \"property-hubspot.company.custom-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/jwt\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"JWT is the world’s best-known marketing communications brand. Headquartered in New York, JWT is a true global network with more than 200 offices in over 90 countries employing nearly 10,000 marketing professionals. JWT consistently ranks among the top agency networks in the world and continues its dominant presence in the industry by staying on the leading edge–from producing the first-ever TV commercial in 1939 to developing award-winning branded content for brands such as Freixenet, Ford and HSBC. JWT’s pioneering spirit enables the agency to forge deep relationships with clients including Bayer, Bloomberg, Cadbury, Diageo, DTC, Ford, HSBC, Johnson & Johnson, Kellogg’s, Kimberly-Clark, Kraft, Microsoft, NestlÃƒÂ©, Nokia, Rolex, Royal Caribbean, Schick, Shell, Unilever, Vodafone and many others. JWT’s parent company is WPP.\",\r\n            \"property-hubspot.company.custom-name\": \"JWT L.L.C.\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033873\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 161 832 8884\",\r\n            \"property-hubspot.company.custom-state\": \"NY\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"lucieluxury\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-website\": \"jwt.com\",\r\n            \"property-hubspot.company.custom-zip\": \"10017\",\r\n            \"property-hubspot.company.founded\": \"2003\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"JWT is the world’s best-known marketing communications brand. Headquartered in New York, JWT is a true global network with more than 200 offices in over 90 countries employing nearly 10,000 marketing professionals. JWT consistently ranks among the top agency networks in the world and continues its dominant presence in the industry by staying on the leading edge–from producing the first-ever TV commercial in 1939 to developing award-winning branded content for brands such as Freixenet, Ford and HSBC. JWT’s pioneering spirit enables the agency to forge deep relationships with clients including Bayer, Bloomberg, Cadbury, Diageo, DTC, Ford, HSBC, Johnson & Johnson, Kellogg’s, Kimberly-Clark, Kraft, Microsoft, NestlÃƒÂ©, Nokia, Rolex, Royal Caribbean, Schick, Shell, Unilever, Vodafone and many others. JWT’s parent company is WPP.\",\r\n            \"property-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"J. Walter Thompson, part of the WPP Group, is the world’s best-known marketing communications brand. Headquartered in New York, J. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/J._Walter_Thompson\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/jwt\",\r\n            \"property-linkedinbio\": \"JWT is the world’s best-known marketing communications brand. Headquartered in New York, JWT is a true global network with more than 200 offices in over 90 countries employing nearly 10,000 marketing professionals. JWT consistently ranks among the top agency networks in the world and continues its dominant presence in the industry by staying on the leading edge–from producing the first-ever TV commercial in 1939 to developing award-winning branded content for brands such as Freixenet, Ford and HSBC. JWT’s pioneering spirit enables the agency to forge deep relationships with clients including Bayer, Bloomberg, Cadbury, Diageo, DTC, Ford, HSBC, Johnson & Johnson, Kellogg’s, Kimberly-Clark, Kraft, Microsoft, NestlÃƒÂ©, Nokia, Rolex, Royal Caribbean, Schick, Shell, Unilever, Vodafone and many others. JWT’s parent company is WPP.\",\r\n            \"property-name\": \"JWT L.L.C.\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"466 Lexington Avenue\",\r\n            \"property-organization.address.city\": \"New York\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.zipCode\": \"10017\",\r\n            \"property-organization.annualRevenue\": \"500000000\",\r\n            \"property-organization.emailDomainNames\": \"jwt.com\",\r\n            \"property-organization.industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-organization.name\": \"JWT\",\r\n            \"property-organization.phoneNumber\": \"+441618328884\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+441618328884\",\r\n            \"property-organization.phoneNumber-International\": \"+44 161 832 8884\",\r\n            \"property-organization.phoneNumber-Location\": \"Manchester\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-161-832-8884\",\r\n            \"property-organization.website\": \"jwt.com\",\r\n            \"property-phone\": \"+44 161 832 8884\",\r\n            \"property-state\": \"NY\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"lucieluxury\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/JWTWorldwide\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/jwt\",\r\n            \"property-user.social.Twitter\": \"lucieluxury\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"jwt.com\",\r\n            \"property-zip\": \"10017\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"8f5f586c-eb22-5af8-a019-907420c9ccfa\",\r\n          \"name\": \"vendemore\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"4 Rosenborgsgatan\",\r\n            \"property-admin_username\": \"vendemore\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Solna/Stockholm\",\r\n            \"property-cluedin_subdomain\": \"Vendemore\",\r\n            \"property-country\": \"Sweden\",\r\n            \"property-createdate\": \"1484040928250\",\r\n            \"property-description\": \"Account Based Marketing supports your B2B demand generation, pipeline acceleration and cross-selling. It will boost your B2B digital marketing strategy.\",\r\n            \"property-domain\": \"vendemore.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/Vendemore\",\r\n            \"property-facebookGraph.organization.about\": \"Vendemore Account-Based Marketing helps B2B companies to grow sales pipeline, lower percentage of lost sales and to increase revenue on existing clients.\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Vendemore is an international company with its headquarters in Stockholm Sweden, with sales operations in Europe and the USA. Vendemore Nordic AB is a subsidiary of Bisnode AB.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/13731073_1034555883288999_7841981339656490260_o.png?oh=836f31ad4cf77192baabfc3b9edc5fbb&oe=594F6C70\",\r\n            \"property-facebookGraph.organization.engagement\": \"544\",\r\n            \"property-facebookGraph.organization.fanCount\": \"544\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Vendemore\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"59.349618266682\",\r\n            \"property-facebookGraph.organization.longitude\": \"18.048084772886\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.5\",\r\n            \"property-facebookGraph.organization.username\": \"vendemore\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1492036330948\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"4 Rosenborgsgatan\",\r\n            \"property-hubspot.company.custom-admin_username\": \"vendemore\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-became_mailchimp_lead\": \"19-Oct-15\",\r\n            \"property-hubspot.company.custom-city\": \"Solna/Stockholm\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Vendemore\",\r\n            \"property-hubspot.company.custom-company_address\": \"Sweden\",\r\n            \"property-hubspot.company.custom-company_name\": \"Vendemore\",\r\n            \"property-hubspot.company.custom-country\": \"Sweden\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040928250\",\r\n            \"property-hubspot.company.custom-description\": \"Account Based Marketing supports your B2B demand generation, pipeline acceleration and cross-selling. It will boost your B2B digital marketing strategy.\",\r\n            \"property-hubspot.company.custom-domain\": \"vendemore.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Vendemore\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1502286212058\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2007\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1505517090499\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Twitter, LinkedIn\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://www.linkedin.com/company/1330196\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Account Based Marketing supports your B2B demand generation, pipeline acceleration and cross-selling. It will boost your B2B digital marketing strategy.\",\r\n            \"property-hubspot.company.custom-name\": \"Vendemore\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501254890518\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+46 8 525 041 00\",\r\n            \"property-hubspot.company.custom-state\": \"Stockholms ln\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Stockholm\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"vendemore\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;vimeo;nginx;wordpress;google_analytics;twitter_button;piwik;outlook;hubspot\",\r\n            \"property-hubspot.company.custom-website\": \"vendemore.com\",\r\n            \"property-hubspot.company.custom-zip\": \"17066\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.integrations\": \"Twitter, LinkedIn\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Account Based Marketing supports your B2B demand generation, pipeline acceleration and cross-selling. It will boost your B2B digital marketing strategy.\",\r\n            \"property-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-integrations\": \"Twitter, LinkedIn\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/vendemore\",\r\n            \"property-linkedinbio\": \"Account Based Marketing supports your B2B demand generation, pipeline acceleration and cross-selling. It will boost your B2B digital marketing strategy.\",\r\n            \"property-name\": \"Vendemore\",\r\n            \"property-num_associated_contacts\": \"2\",\r\n            \"property-organization.address\": \"4 Rosenborgsgatan\",\r\n            \"property-organization.address.city\": \"Solna/Stockholm\",\r\n            \"property-organization.address.countryCode\": \"Sweden\",\r\n            \"property-organization.address.state\": \"Stockholms ln\",\r\n            \"property-organization.address.zipCode\": \"17066\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.contact.email\": \"info@vendemore.com\",\r\n            \"property-organization.emailDomainNames\": \"vendemore.com\",\r\n            \"property-organization.foundingDate\": \"Christopher Engman\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"vendemore\",\r\n            \"property-organization.phoneNumber\": \"+46852504100\",\r\n            \"property-organization.phoneNumber-Country\": \"Sweden\",\r\n            \"property-organization.phoneNumber-E164\": \"+46852504100\",\r\n            \"property-organization.phoneNumber-International\": \"+46 8 525 041 00\",\r\n            \"property-organization.phoneNumber-Location\": \"Stockholm\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+46-8-525-041-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/vendemore/\",\r\n            \"property-organization.website\": \"vendemore.com\",\r\n            \"property-phone\": \"+46 8 525 041 00\",\r\n            \"property-state\": \"Stockholms ln\",\r\n            \"property-twitterhandle\": \"vendemore\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Vendemore\",\r\n            \"property-user.social.LinkedIn\": \"http://www.linkedin.com/company/1330196\",\r\n            \"property-user.social.Twitter\": \"vendemore\",\r\n            \"property-user.timezone\": \"Europe/Stockholm Standard Time\",\r\n            \"property-website\": \"vendemore.com\",\r\n            \"property-zip\": \"17066\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"45e668e1-4cc1-5062-a6e9-34c91f966f56\",\r\n          \"name\": \"c4j\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Veldkant 33A\",\r\n            \"property-admin_username\": \"c4j\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Kontich\",\r\n            \"property-cluedin_subdomain\": \"c4j\",\r\n            \"property-country\": \"Belgium\",\r\n            \"property-createdate\": \"1484040928493\",\r\n            \"property-description\": \"Contribute4J is part of the Contribute holding. We are the company that is specialised in everything related with Java and Oracle. We specialise in developing and running application on the current and future Oracle middleware stack (Glassfish + .Weblogic)\",\r\n            \"property-domain\": \"c4j.be\",\r\n            \"property-email\": \"bert.huygens@c4j.be\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/contribute4j\",\r\n            \"property-founded_year\": \"2010\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Not Applicable\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"0.0\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1493239631483\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Veldkant 33A\",\r\n            \"property-hubspot.company.custom-admin_username\": \"c4j\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Kontich\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"c4j\",\r\n            \"property-hubspot.company.custom-company_name\": \"c4j\",\r\n            \"property-hubspot.company.custom-country\": \"Belgium\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040928493\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Contribute4J is part of the Contribute holding. We are the company that is specialised in everything related with Java and Oracle. We specialise in developing and running application on the current and future Oracle middleware stack (Glassfish + .Weblogic)\",\r\n            \"property-hubspot.company.custom-domain\": \"c4j.be\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/contribute4j\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2010\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1505158804909\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/c4j\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Contribute4J is part of the Contribute holding. We are the company that is specialised in everything related with Java and Oracle. We specialise in developing and running application on the current and future Oracle middleware stack (Glassfish + .Weblogic)\",\r\n            \"property-hubspot.company.custom-name\": \"C4J\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063031113\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"50\",\r\n            \"property-hubspot.company.custom-phone\": \"+32 3 451 24 77\",\r\n            \"property-hubspot.company.custom-state\": \"Antwerp\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Brussels\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"contribute4j\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"apache;typekit_by_adobe;wordpress;typeform;google_analytics;twitter_button;digital_ocean;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"c4j.be\",\r\n            \"property-hubspot.company.custom-zip\": \"2550\",\r\n            \"property-hubspot.company.founded\": \"2010\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Contribute4J is part of the Contribute holding. We are the company that is specialised in everything related with Java and Oracle. We specialise in developing and running application on the current and future Oracle middleware stack (Glassfish + .Weblogic)\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/c4j\",\r\n            \"property-linkedinbio\": \"Contribute4J is part of the Contribute holding. We are the company that is specialised in everything related with Java and Oracle. We specialise in developing and running application on the current and future Oracle middleware stack (Glassfish + .Weblogic)\",\r\n            \"property-name\": \"C4J\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Veldkant 33A\",\r\n            \"property-organization.address.city\": \"Kontich\",\r\n            \"property-organization.address.countryCode\": \"Belgium\",\r\n            \"property-organization.address.state\": \"Antwerp\",\r\n            \"property-organization.address.zipCode\": \"2550\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-17428531-1\",\r\n            \"property-organization.contact.email\": \"info@c4j.be\",\r\n            \"property-organization.emailDomainNames\": \"c4j.be\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"c4j\",\r\n            \"property-organization.phoneNumber\": \"+3234512477\",\r\n            \"property-organization.phoneNumber-Country\": \"Belgium\",\r\n            \"property-organization.phoneNumber-E164\": \"+3234512477\",\r\n            \"property-organization.phoneNumber-International\": \"+32 3 451 24 77\",\r\n            \"property-organization.phoneNumber-Location\": \"Antwerp\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+32-3-451-24-77\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/1793359\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/c4jbe\",\r\n            \"property-organization.usedTechnologies\": \"Font Awesome, jQuery, PHP, Twitter, Twitter Bootstrap, WordPress, Yoast SEO\",\r\n            \"property-organization.website\": \"c4j.be\",\r\n            \"property-phone\": \"+32 3 451 24 77\",\r\n            \"property-state\": \"Antwerp\",\r\n            \"property-timezone\": \"Europe/Brussels\",\r\n            \"property-twitter.user.followersCount\": \"12\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"0\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"1\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"contribute4j\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/contribute4j\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/c4j\",\r\n            \"property-user.social.Twitter\": \"contribute4j\",\r\n            \"property-user.timezone\": \"Europe/Brussels Standard Time\",\r\n            \"property-website\": \"c4j.be\",\r\n            \"property-website.Description\": \"Data traffic only works with a solid and reliable backend. Agreed? Then count on C4J for your backend development. Our expertise enables tailored solutions.\",\r\n            \"property-website.Title\": \"C4J — Adaptive to your IT | Backend Development\",\r\n            \"property-zip\": \"2550\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"746b6a44-ce7f-5a40-8aec-f08da09e8995\",\r\n          \"name\": \"CIRQUE A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"27-29\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Koebenhavn O\",\r\n            \"property-company_notes\": \"Tim thinks it is a easy win!! \\nVen af Martin se noter under Anders \",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484231669495\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1306\",\r\n            \"property-cvr.organization.address+streetCode\": \"3996\",\r\n            \"property-cvr.organization.address+streetName\": \"Kronprinsessegade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"4\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.endDate\": \"2017-03-06T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2000-06-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"1999-04-20T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"619000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Anden telekommunikation\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"CIRQUE A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at formidle servicefunktioner og serviceydelser inden for informationsteknologi samt anden i forbindelse hermed stående virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1999-04-20T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"OPLØSTEFTERFUSION\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-06-20T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Cirque France The Cirque group was established in 1999. Cirque delivers unified communication solution to private and public organizations. Through our 3 focus areas; Unified communication, Service Providing and Telecommunication services, your company can gather fixed telephony, mobile, internet, datacommunication etc with Cirque and receive one single invoice for it all. A dedicated account manager ensures optimization of your budget and helps you work smarter through easy and efficient use of IT & Telco technology.\",\r\n            \"property-domain\": \"cirque.dk\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/CirqueAS\",\r\n            \"property-first_deal_created_date\": \"1489407587817\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Cirque-Corp-RVW4749340.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Cirque lacks formal mentoring programs or talent development.  Cirque offers a lot of opportunities for self-improvement, but only if you manage the process yourself.  The organization is very flat and can't offer much in the way of promotions.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Cirque: a small company feel with a global company reach.\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Engineering\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Salt Lake City, UT\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Cirque is a rare company where a handful of employees are able to build products that benefit 100's of millions of people...  Cirque tries to give its employees the best benefits it can afford.  It offers an open environment and opportunities to grow from where you are to where you want to be.  Cirque offers employees a lot of freedom to work on what they think is important.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2014-08-09T13:39:16.6130000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"3\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Dissatisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"44\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"1.9\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.9\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484232013914\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"SALES\",\r\n            \"property-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/36ded12d-0043-46e0-8a3d-8b91a7c11849.jpeg\",\r\n            \"property-hs_lastmodifieddate\": \"1493240169529\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"27-29\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-became_free_trial_user\": \"1448064000000\",\r\n            \"property-hubspot.company.custom-became_mailchimp_lead\": \"22-Sep-15\",\r\n            \"property-hubspot.company.custom-city\": \"Koebenhavn O\",\r\n            \"property-hubspot.company.custom-company_name\": \"Cirque\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Tim thinks it is a easy win!! \\nVen af Martin se noter under Anders \",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484231669495\",\r\n            \"property-hubspot.company.custom-description\": \"Cirque France The Cirque group was established in 1999. Cirque delivers unified communication solution to private and public organizations. Through our 3 focus areas; Unified communication, Service Providing and Telecommunication services, your company can gather fixed telephony, mobile, internet, datacommunication etc with Cirque and receive one single invoice for it all. A dedicated account manager ensures optimization of your budget and helps you work smarter through easy and efficient use of IT & Telco technology.\",\r\n            \"property-hubspot.company.custom-domain\": \"cirque.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/CirqueAS\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484232013927\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1489407587817\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484232013914\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"SALES\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/36ded12d-0043-46e0-8a3d-8b91a7c11849.jpeg\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1502195311312\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1484231669495\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-id\": \"0\",\r\n            \"property-hubspot.company.custom-industry\": \"TELECOMMUNICATIONS\",\r\n            \"property-hubspot.company.custom-integrations\": \"ZenDesk, Trello, Slack, Office 365\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"2\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company/cirque\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Cirque France The Cirque group was established in 1999. Cirque delivers unified communication solution to private and public organizations. Through our 3 focus areas; Unified communication, Service Providing and Telecommunication services, your company can gather fixed telephony, mobile, internet, datacommunication etc with Cirque and receive one single invoice for it all. A dedicated account manager ensures optimization of your budget and helps you work smarter through easy and efficient use of IT & Telco technology.\",\r\n            \"property-hubspot.company.custom-name\": \"Cirque A/S\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1484575872663\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1502195311021\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1502143200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"3\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 77 33 71 71\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"tealium;youtube;demandware;apache;google_adwords;omniture_adobe_analytics;microsoft_office_365;optimizely;double_click\",\r\n            \"property-hubspot.company.custom-website\": \"www.cirque.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"2100\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.integrations\": \"ZenDesk, Trello, Slack, Office 365\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Cirque France The Cirque group was established in 1999. Cirque delivers unified communication solution to private and public organizations. Through our 3 focus areas; Unified communication, Service Providing and Telecommunication services, your company can gather fixed telephony, mobile, internet, datacommunication etc with Cirque and receive one single invoice for it all. A dedicated account manager ensures optimization of your budget and helps you work smarter through easy and efficient use of IT & Telco technology.\",\r\n            \"property-hubspot.company.notes\": \"Tim thinks it is a easy win!! \\nVen af Martin se noter under Anders \",\r\n            \"property-hubspot_owner_assigneddate\": \"1484231669495\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"TELECOMMUNICATIONS\",\r\n            \"property-integrations\": \"ZenDesk, Trello, Slack, Office 365\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-lifecyclestage\": \"opportunity\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/cirque\",\r\n            \"property-linkedinbio\": \"Cirque France The Cirque group was established in 1999. Cirque delivers unified communication solution to private and public organizations. Through our 3 focus areas; Unified communication, Service Providing and Telecommunication services, your company can gather fixed telephony, mobile, internet, datacommunication etc with Cirque and receive one single invoice for it all. A dedicated account manager ensures optimization of your budget and helps you work smarter through easy and efficient use of IT & Telco technology.\",\r\n            \"property-name\": \"Cirque A/S\",\r\n            \"property-notes_last_contacted\": \"1484575872663\",\r\n            \"property-notes_last_updated\": \"1484576096195\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-num_associated_deals\": \"1\",\r\n            \"property-num_contacted_notes\": \"1\",\r\n            \"property-num_notes\": \"1\",\r\n            \"property-organization.address\": \"Kronprinsessegade 4\\n1306 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Koebenhavn O\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.codes.cvr\": \"21653349\",\r\n            \"property-organization.emailDomainNames\": \"cirque.dk\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"1999-04-20T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"TELECOMMUNICATIONS\",\r\n            \"property-organization.phoneNumber\": \"+4577337171\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4577337171\",\r\n            \"property-organization.phoneNumber-International\": \"+45 77 33 71 71\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-77-33-71-71\",\r\n            \"property-organization.website\": \"www.cirque.dk\",\r\n            \"property-phone\": \"+45 77 33 71 71\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/CirqueAS\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company/cirque\",\r\n            \"property-website\": \"www.cirque.dk\",\r\n            \"property-zip\": \"2100\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"8c4a30f3-3b61-58f2-86dd-c5899ec781af\",\r\n          \"name\": \"NAPATECH A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Søborg\",\r\n            \"property-cvr.organization.address+floor\": \"1\",\r\n            \"property-cvr.organization.address+municipalityName\": \"GLADSAXE\",\r\n            \"property-cvr.organization.address+postalCode\": \"2860\",\r\n            \"property-cvr.organization.address+streetCode\": \"883\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"A\",\r\n            \"property-cvr.organization.address+streetName\": \"Tobaksvejen\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"23\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2003-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2003-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"262000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Fremstilling af computere og ydre enheder\",\r\n            \"property-cvr.organization.municipality\": \"GLADSAXE\",\r\n            \"property-cvr.organization.name\": \"NAPATECH A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive ingeniørvirksomhed og udvikling og produktion af netværkskomponenter samt hermed beslægtet virksomhed\",\r\n            \"property-cvr.organization.registeredCapital\": \"5953430.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2003-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-04-20T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Napatech is the world leader in data delivery solutions for network management and security applications. \",\r\n            \"property-facebookGraph.organization.category\": \"Computer Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/12642818_467811250074831_5966615867627778199_n.jpg?oh=6fb02395a02c2d89cca1b53a7470af3b&oe=59535A3B\",\r\n            \"property-facebookGraph.organization.engagement\": \"74\",\r\n            \"property-facebookGraph.organization.fanCount\": \"74\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Napatech\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.7401\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.47718\",\r\n            \"property-facebookGraph.organization.mission\": \"To keep our customers one step ahead of the data deluge by delivering data faster, more efficiently, and on-demand to their applications, while also accelerating their time-to-market and reducing risk.\\n\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Accelerators for network management and security applications\",\r\n            \"property-facebookGraph.organization.username\": \"Napatech\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Napatech-RVW14158228.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"a little bit far from the central city\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"SE\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"great work place, nice facilities, family like work culture\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-13T02:11:47.2730000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Napatech is a public company based in Denmark that develops and manufactures high speed network accelerators specifically designed for real-time network monitoring and analysis applications. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Napatech\",\r\n            \"property-organization.address\": \"Tobaksvejen 23 A 1\\n2860 Søborg\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Søborg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Tobaksvejen 23 A\",\r\n            \"property-organization.address.zipCode\": \"2860\",\r\n            \"property-organization.codes.cvr\": \"10109124\",\r\n            \"property-organization.emailDomainNames\": \"napatech.com\",\r\n            \"property-organization.employeeCount\": \"50-99\",\r\n            \"property-organization.foundingDate\": \"2003-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.name\": \"Napatech\",\r\n            \"property-organization.phoneNumber\": \"45800590\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4545961500\",\r\n            \"property-organization.phoneNumber-International\": \"+45 45 96 15 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-45-96-15-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Napatech/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/napatech\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/Napatech\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/NapatechAccelerators\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, PHP, Twitter Bootstrap, WordPress\",\r\n            \"property-organization.website\": \"napatech a/s\",\r\n            \"property-website.CopyrightEntity\": \"Napatech\",\r\n            \"property-website.Description\": \"100% data delivery in real time - enhancing applications for cyber security, telecom, cloud and data centers and network management.\",\r\n            \"property-website.Title\": \"Napatech - detect advanced persistent threats while saving rack space and power\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"2c815719-278e-54d1-bf1e-1628655458e1\",\r\n          \"name\": \"ATP\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"ATP provides content management and services, enhancing aviation maintenance operations to improve productivity and compliance, and increase aircraft value\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/15380851_1353547477997033_2584035812203430544_n.jpg?oh=0fd2ef2f9c6efc00e11085d6f2d30d4b&oe=59670623\",\r\n            \"property-facebookGraph.organization.engagement\": \"586\",\r\n            \"property-facebookGraph.organization.fanCount\": \"586\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"ATP\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Regulatory Libraries\\nMaintenance Libraries\\nMaintenance Tracking and Forecasting\\nParts Inventory Management\",\r\n            \"property-facebookGraph.organization.username\": \"ATP.com\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-ATP-RVW3545624.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Where this company is located is little odd.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company with great people\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Flagstaff, AZ\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"work/life balance, great co-workers. This company really cares about employees. I see people often go out for quick hiking during lunch time, fun activities and events, etc.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2014-01-16T10:00:21.0900000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Electrical & Electronic Manufacturing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"1.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"100\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.2\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"9\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"1.8\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Dissatisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"27\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.3\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"1.9\",\r\n            \"property-glassDoor.organization.sectorName\": \"Manufacturing\",\r\n            \"property-organization.address.city\": \"Brisbane\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.streetName\": \"101 S Hill Dr\",\r\n            \"property-organization.address.zipCode\": \"94005\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-9693561-1\",\r\n            \"property-organization.contact.email\": \"sales@atp.com\",\r\n            \"property-organization.emailDomainNames\": \"atp.com\",\r\n            \"property-organization.foundingDate\": \"1973\",\r\n            \"property-organization.industry\": \"Electrical & Electronic Manufacturing\",\r\n            \"property-organization.name\": \"ATP\",\r\n            \"property-organization.phoneNumber\": \"+14153309500\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+14153309500\",\r\n            \"property-organization.phoneNumber-International\": \"+1 415-330-9500\",\r\n            \"property-organization.phoneNumber-Location\": \"San Francisco, CA\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-415-330-9500\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/ATP.com\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/atp-com\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/ATPknowledge\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/c/atpaviation\",\r\n            \"property-organization.usedTechnologies\": \"jQuery, ShareThis, SWFObject\",\r\n            \"property-organization.website\": \"atp.com\",\r\n            \"property-website.CopyrightEntity\": \"ATP\",\r\n            \"property-website.Description\": \"ATP is a global knowledge services company providing safety and compliance information for the aviation market.\",\r\n            \"property-website.Title\": \"ATP\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"5859c31f-ee20-568c-a83d-627d9f1d2642\",\r\n          \"name\": \"Accellion\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"1804 Embarcadero Road\",\r\n            \"property-admin_username\": \"accellion\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Palo Alto\",\r\n            \"property-cluedin_subdomain\": \"Accellion\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484040926659\",\r\n            \"property-description\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-domain\": \"accellion.com\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Accellion\",\r\n            \"property-facebookGraph.organization.about\": \"The kiteworks platform offers secure unified access to enterprise and cloud content stores and secure file sharing and collaboration. \",\r\n            \"property-facebookGraph.organization.category\": \"Computer Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Accellion is an award winning private company that provides the leading secure content platform that increases enterprise productivity and ensures data security and compliance. As the foremost provider of private cloud solutions for secure information sharing and collaboration, Accellion offers enterprise organizations the scalability, flexibility, control and security to enable a mobile workforce with the tools they need to create, access and share information securely, whenever and wherever work takes them. For more information please visit www.accellion.com or call (650) 485-4300. \",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/12308663_10153337521903403_5023853703736245022_n.png?oh=cccd46436f29834b213d236b1b922d56&oe=5952FC6C\",\r\n            \"property-facebookGraph.organization.engagement\": \"2674\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2674\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Accellion\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"37.451373424554\",\r\n            \"property-facebookGraph.organization.longitude\": \"-122.11552291627\",\r\n            \"property-facebookGraph.organization.mission\": \"Designed for enterprise scalability, kiteworks provides corporations and government agencies with flexible private cloud (on-premise or hosted) and hybrid cloud deployment options. \",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Secure File Sharing\\nSecure Mobile Productivity\\nMobile Content Management\\nEnterprise Data Security & Compliance\\nSecure BYOD\\nPrivate Cloud File Sharing\\nFor more information visit: http://www.accellion.com/solutions\",\r\n            \"property-facebookGraph.organization.username\": \"Accellion\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Accellion-RVW11401953.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Food can be better. Friday lunches are good, but the pantry is usually filled with junk food otherwise.\\n\\nPeople need to be more enthusiastic and passionate.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Exciting Place to Work\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Palo Alto, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"The company is filled with exciting opportunities for people willing to go beyond their defined job scope. Recent changes in leadership are a positive sign for the company going forward.\\n\\nPing pong table and a beautiful location with gardens, fountains, geese and the bay scenery.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-07-30T01:08:15.0170000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"35\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"41\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"59\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"48\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"35\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488328389262\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"1804 Embarcadero Road\",\r\n            \"property-hubspot.company.custom-admin_username\": \"accellion\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Palo Alto\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Accellion\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040926659\",\r\n            \"property-hubspot.company.custom-description\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-hubspot.company.custom-domain\": \"accellion.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Accellion\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1497093734950\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/accellion\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-hubspot.company.custom-name\": \"Accellion\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 888-654-3778\",\r\n            \"property-hubspot.company.custom-state\": \"CA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Accellion\",\r\n            \"property-hubspot.company.custom-website\": \"accellion.com\",\r\n            \"property-hubspot.company.custom-zip\": \"94303\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Software company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Accellion, Inc. is a private cloud solutions company focused on secure file sharing and collaboration. Users are able to access, edit, and share enterprise content from any device while maintaining compliance and security. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Accellion\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/accellion\",\r\n            \"property-linkedinbio\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-name\": \"Accellion\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"1804 Embarcadero Road\",\r\n            \"property-organization.address.city\": \"Palo Alto\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.streetName\": \"1804 Embarcadero Rd, Ste 200\",\r\n            \"property-organization.address.zipCode\": \"94303\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.contact.email\": \"support@accellion.com\",\r\n            \"property-organization.emailDomainNames\": \"accellion.com\",\r\n            \"property-organization.foundingDate\": \"1999\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"ACCELLION\",\r\n            \"property-organization.phoneNumber\": \"+18886543778\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+18886543778\",\r\n            \"property-organization.phoneNumber-International\": \"+1 888-654-3778\",\r\n            \"property-organization.phoneNumber-Location\": \"California\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-888-654-3778\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Accellion\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/accellion\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/Accellion\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/Accellion\",\r\n            \"property-organization.usedTechnologies\": \"Drupal, Google Tag Manager, jQuery, Modernizr, PHP, ShareThis, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"accellion.fr\",\r\n            \"property-phone\": \"+1 888-654-3778\",\r\n            \"property-state\": \"CA\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"Accellion\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Accellion\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/accellion\",\r\n            \"property-user.social.Twitter\": \"Accellion\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"accellion.com\",\r\n            \"property-website.CopyrightEntity\": \"ACCELLION\",\r\n            \"property-website.Description\": \"Enhance workforce productivity & security with Accellion’s enterprise solutions for secure file sharing & collaboration.\",\r\n            \"property-website.Title\": \"Private Cloud Content Collaboration\",\r\n            \"property-zip\": \"94303\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"0dacddad-d9ab-53a4-8307-0472152373ce\",\r\n          \"name\": \"Eduserv\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Royal Mead Railway Place\",\r\n            \"property-admin_username\": \"mangopieface\",\r\n            \"property-city\": \"4-5A Railway Place\",\r\n            \"property-cluedin_subdomain\": \"Test DDS\",\r\n            \"property-country\": \"United Kingdom\",\r\n            \"property-createdate\": \"1484040929527\",\r\n            \"property-description\": \"Eduserv provides IT services that help transform the public sector, including cloud, colocation, managed services, consultancy, web development and identity and access management. We're a not-for-profit SME with own UK data centre.\",\r\n            \"property-domain\": \"eduserv.org.uk\",\r\n            \"property-email\": \"steve.newstead@eduserv.org.uk\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/eduserv\",\r\n            \"property-facebookGraph.organization.about\": \"We develop technology services for education and the public sector. We are a not-for-profit organisation and registered charity, governed by a board of Trustees.\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-0/p480x480/473022_10150664900343972_1896844789_o.jpg?oh=9cbb33449d322a15ba7db5747b863be2&oe=59661A8D\",\r\n            \"property-facebookGraph.organization.engagement\": \"269\",\r\n            \"property-facebookGraph.organization.fanCount\": \"269\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Eduserv\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"51.37802\",\r\n            \"property-facebookGraph.organization.longitude\": \"-2.35639\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4\",\r\n            \"property-facebookGraph.organization.username\": \"eduserv\",\r\n            \"property-founded_year\": \"1999\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Eduserv-RVW13684472.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"- Work environment a little 'old fashioned'. The walls etc are whites and grey, which does not generate the most stimulating environment.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great and enjoyable start with promising future\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Bath, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"- Competitive Salary and great benefits\\n- Opportunity for flexible working and a great work/life balance\\n- A well balanced macro-management style, which gives me empowerment and the ability to make the role my own.\\n- Employee well being is taken seriously with many benefits to help.\\n- Very good pension scheme.\\n- Friendly and welcoming staff across the business.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-08T03:09:33.8170000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"IT Services\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"6\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"66\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"34\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"14\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"74\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.3\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488351254580\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Royal Mead Railway Place\",\r\n            \"property-hubspot.company.custom-admin_username\": \"mangopieface\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"4-5A Railway Place\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Test DDS\",\r\n            \"property-hubspot.company.custom-company_name\": \"Eduserv\",\r\n            \"property-hubspot.company.custom-country\": \"United Kingdom\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929527\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Eduserv is a not-for-profit organization and registered charity dedicated to developing and delivering technology services for education and the public sector. The Company's services include asset & identity management, license negotiation, web development, web hosting, and research and innovation.\",\r\n            \"property-hubspot.company.custom-domain\": \"eduserv.org.uk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/eduserv\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1508290120354\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"1\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/eduserv\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Eduserv provides IT services that help transform the public sector, including cloud, colocation, managed services, consultancy, web development and identity and access management. We're a not-for-profit SME with own UK data centre.\",\r\n            \"property-hubspot.company.custom-name\": \"Eduserv\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033931\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 1225 474300\",\r\n            \"property-hubspot.company.custom-state\": \"England\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/London\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"eduserv\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;aws_route_53;typekit_by_adobe;microsoft_office_365;google_maps;hotjar;google_tag_manager;google_analytics;outlook;campaignmonitor;sendgrid\",\r\n            \"property-hubspot.company.custom-website\": \"eduserv.org.uk\",\r\n            \"property-hubspot.company.custom-zip\": \"BA1 1SR\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Eduserv provides IT services that help transform the public sector, including cloud, colocation, managed services, consultancy, web development and identity and access management. We're a not-for-profit SME with own UK data centre.\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-integrations\": \"Twitter, LinkedIn, Slack\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/eduserv\",\r\n            \"property-linkedinbio\": \"Eduserv provides IT services that help transform the public sector, including cloud, colocation, managed services, consultancy, web development and identity and access management. We're a not-for-profit SME with own UK data centre.\",\r\n            \"property-name\": \"Eduserv\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Royal Mead Railway Place\",\r\n            \"property-organization.address.city\": \"4-5A Railway Place\",\r\n            \"property-organization.address.countryCode\": \"United Kingdom\",\r\n            \"property-organization.address.state\": \"England\",\r\n            \"property-organization.address.streetName\": \"Royal Mead, 4-5a Railway Pl\",\r\n            \"property-organization.address.zipCode\": \"BA1 1SR\",\r\n            \"property-organization.contact.email\": \"webteam@eduserv.org.uk\",\r\n            \"property-organization.emailDomainNames\": \"eduserv.org.uk\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Eduserv\",\r\n            \"property-organization.phoneNumber\": \"+441225474300\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+441225474300\",\r\n            \"property-organization.phoneNumber-International\": \"+44 1225 474300\",\r\n            \"property-organization.phoneNumber-Location\": \"Bath\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-1225-474300\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/eduserv/\",\r\n            \"property-organization.website\": \"eduserv.org.uk\",\r\n            \"property-phone\": \"+44 1225 474300\",\r\n            \"property-state\": \"England\",\r\n            \"property-timezone\": \"Europe/London\",\r\n            \"property-twitter.user.followersCount\": \"2492\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"1349\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"2890\",\r\n            \"property-twitter.user.url\": \"http://t.co/LKkBj8MXS3\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"eduserv\",\r\n            \"property-user.location\": \"Bath, UK\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/eduserv\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/eduserv\",\r\n            \"property-user.social.Twitter\": \"eduserv\",\r\n            \"property-user.timezone\": \"Europe/London Standard Time\",\r\n            \"property-website\": \"eduserv.org.uk\",\r\n            \"property-zip\": \"BA1 1SR\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"0bd2571b-56e1-5243-8eb6-03934ba18a4b\",\r\n          \"name\": \"COOP DANMARK A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+coName\": \"Koncernøkonomi\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Albertslund\",\r\n            \"property-cvr.organization.address+municipalityName\": \"ALBERTSLUND\",\r\n            \"property-cvr.organization.address+postalCode\": \"2620\",\r\n            \"property-cvr.organization.address+streetCode\": \"410\",\r\n            \"property-cvr.organization.address+streetName\": \"Roskildevej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"65\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2001-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2001-10-02T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"471120\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Supermarkeder\",\r\n            \"property-cvr.organization.municipality\": \"ALBERTSLUND\",\r\n            \"property-cvr.organization.name\": \"COOP DANMARK A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"471900\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Anden detailhandel fra ikke-specialiserede forretninger\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"471110\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Købmænd og døgnkiosker\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"469000\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"Ikke-specialiseret engroshandel\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive detail- og grossisthandel,  hovedsaglig i Danmark. Selskabet skal også drive ejendoms- og industrivirksomhed samt anden virksomhed, som er forenelig med og understøtter formålet.\",\r\n            \"property-cvr.organization.registeredCapital\": \"102000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2001-10-02T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-02-29T00:00:00.0000000+00:00\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Coop-Danmark-RVW7436230.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"There are no cons happy\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Awesome\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Customer Service\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Denmark, NY\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Awesome, NOT much to say. I al happy\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2015-08-02T23:14:56.7900000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Vehicle Dealers\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Retail\",\r\n            \"property-organization.address\": \"Roskildevej 65\\n2620 Albertslund\\nDK\\n\",\r\n            \"property-organization.codes.cvr\": \"26259495\",\r\n            \"property-organization.contact.email\": \"ole.nielsen@coop.dk\",\r\n            \"property-organization.emailDomainNames\": \"coop.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.foundingDate\": \"2001-10-02T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Vehicle Dealers\",\r\n            \"property-organization.phoneNumber\": \"+4543864386\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4543864386\",\r\n            \"property-organization.phoneNumber-International\": \"+45 43 86 43 86\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-43-86-43-86\",\r\n            \"property-organization.website\": \"www.coop.dk/\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"43b42b95-2459-5371-b636-d3f138287133\",\r\n          \"name\": \"Spiceblue\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"46\",\r\n            \"property-angelList.organization.highConcept\": \"We Build Amazing Apps for Mobile and Web.\",\r\n            \"property-angelList.organization.productDesc\": \"Spiceblue is a full-service Creative Agency based in India focused on high-end and exceptional Mobile Apps. We are not just team of designers, we are artists and our mission is to make every project our greatest work ever, a work of outstanding creativity that shows unparalleled skills, strong usability and passion for what we do.\",\r\n            \"property-facebookGraph.organization.about\": \"We Make Awesome Apps\\n\\nhttp://www.spiceblue.com\\n\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Spiceblue is a full-service Creative Agency based in India focused on high-end and exceptional creative projects. We are not just team of designers/developers, we are artists and our mission is to make every project our greatest work ever, a work of outstanding creativity that shows unparalleled skills, strong usability and passion for what we do.\\n\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/12079537_738073859658666_1441294254778941906_n.jpg?oh=7b58033ef7d809e4bb136051e9fe0cad&oe=59F82713\",\r\n            \"property-facebookGraph.organization.engagement\": \"284\",\r\n            \"property-facebookGraph.organization.fanCount\": \"284\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Spiceblue\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"12.9635201\",\r\n            \"property-facebookGraph.organization.longitude\": \"80.1838684\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"Spiceblue\",\r\n            \"property-glassDoor.organization.industry\": \"Consulting\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"0\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"0\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Not Applicable\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"0\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"0.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"0.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-organization.address.city\": \"Chennai\",\r\n            \"property-organization.address.countryCode\": \"India\",\r\n            \"property-organization.address.streetName\": \"10/3043, 4th St, Z block, 13th Main Rd, Annanagar\",\r\n            \"property-organization.address.zipCode\": \"600040\",\r\n            \"property-organization.contact.email\": \"hello@spiceblue.com\",\r\n            \"property-organization.emailDomainNames\": \"spiceblue.com\",\r\n            \"property-organization.employeeCount\": \"11-50\",\r\n            \"property-organization.foundingDate\": \"2013\",\r\n            \"property-organization.industry\": \"Consulting\",\r\n            \"property-organization.name\": \"Spiceblue\",\r\n            \"property-organization.phoneNumber\": \"+914445564323\",\r\n            \"property-organization.phoneNumber-Country\": \"India\",\r\n            \"property-organization.phoneNumber-E164\": \"+914445564323\",\r\n            \"property-organization.phoneNumber-International\": \"+91 44 4556 4323\",\r\n            \"property-organization.phoneNumber-Location\": \"Chennai, Tamil Nadu\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+91-44-4556-4323\",\r\n            \"property-organization.social+facebook\": \"facebook.com/http://www.fb.com/spiceblue\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/spiceblue\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/spiceblue\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/spiceblue\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/spiceblue\",\r\n            \"property-organization.website\": \"http://www.spiceblue.com\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"301e6a19-c047-5dc6-8264-467b2c66bee4\",\r\n          \"name\": \"Zendesk\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Snaregade 12\",\r\n            \"property-angelList.organization.blogUrl\": \"http://www.zendesk.com/blog\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"513\",\r\n            \"property-angelList.organization.highConcept\": \"Turn that frown upside down\",\r\n            \"property-angelList.organization.productDesc\": \"Centralize all your customer conversations so nothing gets ignored and everything is searchable from one place. Easily organize, prioritize and engage with others on support requests to ensure your customers get accurate and timely responses.\",\r\n            \"property-annualrevenue\": \"100000000\",\r\n            \"property-city\": \"København K \",\r\n            \"property-country\": \"Denmark \",\r\n            \"property-createdate\": \"1490278745173\",\r\n            \"property-description\": \"Centralize all your customer conversations so nothing gets ignored and everything is searchable from one place. Easily organize, prioritize and engage with others on support requests to ensure your customers get accurate and timely responses.\",\r\n            \"property-domain\": \"zendesk.com\",\r\n            \"property-facebookGraph.organization.about\": \"Zendesk builds software for better customer relationships. Because relationships are complicated.\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Zendesk builds software for better customer relationships. It empowers organizations to improve customer engagement and better understand their customers. Zendesk products are easy to use and implement. They give organizations the flexibility to move quickly, focus on innovation, and scale with their growth.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/14717087_10154514467112936_79919989052114957_n.png?oh=b01d8650208bbbe109faa1cf8787008a&oe=595A9AA1\",\r\n            \"property-facebookGraph.organization.engagement\": \"61302\",\r\n            \"property-facebookGraph.organization.fanCount\": \"61302\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Zendesk\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"SaaS Customer Service Software Solution usable on any browser, iPhone, iPad, Android, Windows Mobile, and Blackberry. \",\r\n            \"property-facebookGraph.organization.username\": \"zendesk\",\r\n            \"property-founded_year\": \"2007\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Zendesk-RVW14196705.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Teams are responsible for hiring for their own open positions which can create sub-cultures within the workplace.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great Culture, Great Workplace\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Software Engineer\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Dublin, Co. Dublin (Ireland)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Diverse and inclusive culture. Experienced and knowledgeable employees willing to share that knowledge. Great work/life balance.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-15T09:27:29.2930000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"181\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"95\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"5\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.6\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"227\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"89\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/b662b777-0933-4b77-8744-9a7e76dcfdb6.png\",\r\n            \"property-hs_lastmodifieddate\": \"1490280164006\",\r\n            \"property-hubspot.company.founded\": \"2007\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Centralize all your customer conversations so nothing gets ignored and everything is searchable from one place. Easily organize, prioritize and engage with others on support requests to ensure your customers get accurate and timely responses.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490278745173\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Zendesk Inc. is an American customer service software company based in San Francisco, California. Zendesk builds software for better customer relationships. It empowers organizations to improve customer engagement and better understand their customers. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Zendesk\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/418095\",\r\n            \"property-linkedinbio\": \"Centralize all your customer conversations so nothing gets ignored and everything is searchable from one place. Easily organize, prioritize and engage with others on support requests to ensure your customers get accurate and timely responses.\",\r\n            \"property-name\": \"Zendesk\",\r\n            \"property-organization.address\": \"Snaregade 12\",\r\n            \"property-organization.address.city\": \"San Francisco\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"CA\",\r\n            \"property-organization.address.streetName\": \"1019 Market St\",\r\n            \"property-organization.address.zipCode\": \"94103\",\r\n            \"property-organization.annualRevenue\": \"100000000\",\r\n            \"property-organization.emailDomainNames\": \"zendesk.com\",\r\n            \"property-organization.foundingDate\": \"2007\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Zendesk\",\r\n            \"property-organization.phoneNumber\": \"+18886704887\",\r\n            \"property-organization.phoneNumber-E164\": \"+18886704887\",\r\n            \"property-organization.phoneNumber-International\": \"+1 888-670-4887\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-888-670-4887\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/zendesk\",\r\n            \"property-organization.social+instagram\": \"http://instagram.com/zendesk/\",\r\n            \"property-organization.social+linkedIn\": \"linkedin.com/http://www.zendesk.com/\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/zendesk\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/watch?v=wPtnoRqQa5U\",\r\n            \"property-organization.usedTechnologies\": \"BugSnag, Optimizely\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/zendesk\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/zendesk\",\r\n            \"property-organization.website\": \"http://zendesk.com/\",\r\n            \"property-phone\": \"+1 888-670-4887\",\r\n            \"property-state\": \"CA\",\r\n            \"property-timezone\": \"America/Los_Angeles\",\r\n            \"property-twitterhandle\": \"zendesk\",\r\n            \"property-user.social.LinkedIn\": \"http://www.linkedin.com/company/418095\",\r\n            \"property-user.social.Twitter\": \"zendesk\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\",\r\n            \"property-website\": \"zendesk.com\",\r\n            \"property-website.CopyrightEntity\": \"Zendesk\",\r\n            \"property-website.Description\": \"Customer service software and support ticket system by Zendesk®. Web-based help desk software used by 200,000+ organizations worldwide. Free 30 day trial.\",\r\n            \"property-website.Title\": \"Zendesk | Customer Service Software &amp; Support Ticket System\",\r\n            \"property-zip\": \"94103\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"bd061efc-aa03-5511-bf6f-8e250742ae37\",\r\n          \"name\": \"Mintsprout\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"C-21-10 Soho 1,\",\r\n            \"property-admin_username\": \"mintsprout\",\r\n            \"property-annualrevenue\": \"10000000\",\r\n            \"property-city\": \"Damansara Perdana\",\r\n            \"property-cluedin_subdomain\": \"Mintsprout\",\r\n            \"property-country\": \"Malaysia\",\r\n            \"property-createdate\": \"1484040929655\",\r\n            \"property-description\": \"Mintsprout is a results-driven Inbound Marketing Agency and a HubSpot Partner. We help you increase leads, close customers and grow your business.\",\r\n            \"property-domain\": \"mintsprout.com\",\r\n            \"property-email\": \"mustaza@mintsprout.com\",\r\n            \"property-facebookGraph.organization.about\": \"Mintsprout is a Digital Marketing Agency and a HubSpot Partner. We specialise in results-driven Inbound Marketing to help you grow business & revenue.\",\r\n            \"property-facebookGraph.organization.category\": \"Consulting Agency\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Digital Marketing\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/13501878_996616267118529_8836839418279020868_n.png?oh=4fb1e99c98866cc362e7ef413ac54a60&oe=5971C36A\",\r\n            \"property-facebookGraph.organization.engagement\": \"1877\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1877\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Mintsprout\",\r\n            \"property-facebookGraph.organization.impressum\": \"Mintsprout is a Digital Marketing Agency and a HubSpot Partner. We specialise in results-driven Inbound Marketing to help you increase leads, customers and revenue.\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Inbound Marketing\\nTraffic Generation\\nLead Generation\\nCustomer Acquisition\\nSocial Media Marketing (SMM)\\nMarketing Campaign\\nStrategy & Planning\\nSearch Engine Marketing (SEM)\\nSearch Engine Optimisation (SEO)\\nWeb Design & Development\",\r\n            \"property-facebookGraph.organization.username\": \"Mintsprout\",\r\n            \"property-founded_year\": \"2012\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1488452051877\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"C-21-10 Soho 1,\",\r\n            \"property-hubspot.company.custom-address2\": \"Empire Damansara, PJU 8/8\",\r\n            \"property-hubspot.company.custom-admin_username\": \"mintsprout\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"10000000\",\r\n            \"property-hubspot.company.custom-city\": \"Damansara Perdana\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Mintsprout\",\r\n            \"property-hubspot.company.custom-company_name\": \"Mintsprout\",\r\n            \"property-hubspot.company.custom-country\": \"Malaysia\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040929655\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Mintsprout is a results-driven Inbound Marketing Agency and a HubSpot Partner. We help you increase leads, close customers and grow your business.\",\r\n            \"property-hubspot.company.custom-domain\": \"mintsprout.com\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2012\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439501776\",\r\n            \"property-hubspot.company.custom-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-hubspot.company.custom-integrations\": \"Twitter, LinkedIn\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/mintsprout\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Mintsprout is a results-driven Inbound Marketing Agency and a HubSpot Partner. We help you increase leads, close customers and grow your business.\",\r\n            \"property-hubspot.company.custom-name\": \"Mintsprout\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063033430\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"+60 3-7731 5640\",\r\n            \"property-hubspot.company.custom-state\": \"Selangor\",\r\n            \"property-hubspot.company.custom-timezone\": \"Asia/Kuala_Lumpur\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"MintSprout\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"mixpanel;apache;wordpress;facebook_social_plugins;google_analytics;twitter_button;google_apps;hubspot\",\r\n            \"property-hubspot.company.custom-website\": \"mintsprout.com\",\r\n            \"property-hubspot.company.custom-zip\": \"47820\",\r\n            \"property-hubspot.company.founded\": \"2012\",\r\n            \"property-hubspot.company.integrations\": \"Twitter, LinkedIn\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Mintsprout is a results-driven Inbound Marketing Agency and a HubSpot Partner. We help you increase leads, close customers and grow your business.\",\r\n            \"property-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-integrations\": \"Twitter, LinkedIn\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/mintsprout\",\r\n            \"property-linkedinbio\": \"Mintsprout is a results-driven Inbound Marketing Agency and a HubSpot Partner. We help you increase leads, close customers and grow your business.\",\r\n            \"property-name\": \"Mintsprout\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"C-21-10 Soho 1,\",\r\n            \"property-organization.address.city\": \"Damansara Perdana\",\r\n            \"property-organization.address.countryCode\": \"Malaysia\",\r\n            \"property-organization.address.state\": \"Selangor\",\r\n            \"property-organization.address.zipCode\": \"47820\",\r\n            \"property-organization.annualRevenue\": \"10000000\",\r\n            \"property-organization.contact.email\": \"hello@mintsprout.com\",\r\n            \"property-organization.emailDomainNames\": \"mintsprout.com\",\r\n            \"property-organization.foundingDate\": \"2014\",\r\n            \"property-organization.industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-organization.name\": \"Mintsprout\",\r\n            \"property-organization.phoneNumber\": \"+60377315640\",\r\n            \"property-organization.phoneNumber-Country\": \"Malaysia\",\r\n            \"property-organization.phoneNumber-E164\": \"+60377315640\",\r\n            \"property-organization.phoneNumber-International\": \"+60 3-7731 5640\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+60-3-7731-5640\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Mintsprout/\",\r\n            \"property-organization.website\": \"mintsprout.com\",\r\n            \"property-phone\": \"+60 3-7731 5640\",\r\n            \"property-state\": \"Selangor\",\r\n            \"property-timezone\": \"Asia/Kuala_Lumpur\",\r\n            \"property-twitter.user.followersCount\": \"6\",\r\n            \"property-twitter.user.following\": \"False\",\r\n            \"property-twitter.user.friendsCount\": \"17\",\r\n            \"property-twitter.user.protected\": \"False\",\r\n            \"property-twitter.user.statusesCount\": \"0\",\r\n            \"property-twitter.user.url\": \"http://t.co/CXFUi93qT0\",\r\n            \"property-twitter.user.verified\": \"False\",\r\n            \"property-twitterhandle\": \"MintSprout\",\r\n            \"property-user.location\": \"Kuala Lumpur\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/mintsprout\",\r\n            \"property-user.social.Twitter\": \"MintSprout\",\r\n            \"property-user.timezone\": \"Asia/Kuala_Lumpur Standard Time\",\r\n            \"property-website\": \"mintsprout.com\",\r\n            \"property-zip\": \"47820\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"43344579-3991-51fb-a492-f92cce847104\",\r\n          \"name\": \"LinkedIn\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-facebookGraph.organization.about\": \"Connecting the world's professionals to help make them more productive and successful.\",\r\n            \"property-facebookGraph.organization.category\": \"Website\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"LinkedIn is the world’s largest professional network on the Internet with more than 450 million members. LinkedIn launched in 2003 and currently counts executives from all Fortune 500 companies as members.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/14639695_10153962206717823_1665627892773874731_n.jpg?oh=96bdb5777464c5997367fa6d89d64970&oe=596CE4C7\",\r\n            \"property-facebookGraph.organization.engagement\": \"1428938\",\r\n            \"property-facebookGraph.organization.fanCount\": \"1428938\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"LinkedIn\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"http://www.linkedin.com/\",\r\n            \"property-facebookGraph.organization.username\": \"LinkedIn\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-LinkedIn-RVW14074339.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Growing too big - way too many politics as it gets bigger. Lots of mediocrity. Sometimes feel like multiple teams are working on the same thing. Still unclear why some of our products features are not where they are compared to other tech companies.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Solid place to work, limited career growth now\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great people, purpose-driven workplace, super collaborative and not competitive. People are generally happy to come to work and excited to be there.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-06T22:28:42.7070000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Internet\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"1514\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"97\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"3\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"1803\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"88\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.2\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-organization.address.city\": \"Mountain View\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.foundingDate\": \"2003-05-05T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Internet\",\r\n            \"property-organization.name\": \"LinkedIn\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/LinkedIn/\",\r\n            \"property-organization.website\": \"www.linkedin.com\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"de17d1c8-0374-5375-8cf5-fbf0d816ffd8\",\r\n          \"name\": \"Bestseller Group\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Fredskovvej\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"1\",\r\n            \"property-angelList.organization.highConcept\": \"Bestseller Group is a group of start-ups specializing in the distribution and marketing.\",\r\n            \"property-angelList.organization.productDesc\": \"Shop-in-Box is a cloud trade-marketing service, that combines the exchange of freelancing, business process automation and optimization of costs.\\n\\nThe existing version of the service allows to plan, manage and control the activities of field staff. As a rule, it is dispersed throughout the country teams (merchandisers, promoters, supervisors, sales agents, etc.) Such personnel has to collect digital or text information (for example, in shops) - like the remnants of the goods, facings, order, damaged or expired products, comments, etc. Finally, visual information - photos to confirm the compliance with the standards of the merchandising, store photos or promoters at work.\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Brande\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1490346588702\",\r\n            \"property-description\": \"BESTSELLER is a family-owned clothing and accessories company founded in Denmark in 1975 by Merete Bech Povlsen and Troels Holch Povlsen. We provide fast affordable fashion for women, men, teenagers and children. Our products are available online, in branded chain stores, in multibrand and department stores. JACK & JONES, JUNAROSE, MAMALICIOUS, NAME IT, OBJECT COLLECTORS ITEM, ONLY, OUTFITTERS NATION, PIECES, SELECTED, VERO MODA and VILA CLOTHES We market our products in most of Europe, the Middle East, Canada, India and globally via e-commerce. We have more than 3,000 chain stores across 38 markets worldwide and our products are sold in approx. 12,000 multi-brand and department stores in 53 markets worldwide. BESTSELLER has no ownership interests in the production chain but cooperates with selected suppliers primarily in China, India, Bangladesh, Turkey and Italy. We work with around 300 manufactures of garments and accessories. With our Code of Conduct, BESTSELLER works to ensure a sustainable approach in the cooperation with the suppliers. BESTSELLER is 100% owned by the Holch Povlsen family with Anders Holch Povlsen as CEO. BESTSELLER Fashion Group China is an independent BESTSELLER company owned by the Holch Povlsen family and two Danish business partners in China. BESTSELLER Fashion Group China designs its own collections for more than 6,000 stores in China.\",\r\n            \"property-domain\": \"shop.bestseller.com\",\r\n            \"property-founded_year\": \"1975\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Bestseller-RVW13396649.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Sometimes feels underpaid working here\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Visual merchandiser\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Mumbai (India)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Its been a great learning and very challenging so far.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-19T10:02:51.7000000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Department, Clothing, & Shoe Stores\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"10\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"91\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"9\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"49\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"66\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Retail\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/8e66dcec-eb55-4742-bfb0-d02aa2af88ff.jpeg\",\r\n            \"property-hs_lastmodifieddate\": \"1490347689776\",\r\n            \"property-hubspot.company.custom-address\": \"Fredskovvej\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Brande\",\r\n            \"property-hubspot.company.custom-company_added\": \"MANUALLY\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1490346588702\",\r\n            \"property-hubspot.company.custom-description\": \"BESTSELLER is a family-owned clothing and accessories company founded in Denmark in 1975 by Merete Bech Povlsen and Troels Holch Povlsen. We provide fast affordable fashion for women, men, teenagers and children. Our products are available online, in branded chain stores, in multibrand and department stores. JACK & JONES, JUNAROSE, MAMALICIOUS, NAME IT, OBJECT COLLECTORS ITEM, ONLY, OUTFITTERS NATION, PIECES, SELECTED, VERO MODA and VILA CLOTHES We market our products in most of Europe, the Middle East, Canada, India and globally via e-commerce. We have more than 3,000 chain stores across 38 markets worldwide and our products are sold in approx. 12,000 multi-brand and department stores in 53 markets worldwide. BESTSELLER has no ownership interests in the production chain but cooperates with selected suppliers primarily in China, India, Bangladesh, Turkey and Italy. We work with around 300 manufactures of garments and accessories. With our Code of Conduct, BESTSELLER works to ensure a sustainable approach in the cooperation with the suppliers. BESTSELLER is 100% owned by the Holch Povlsen family with Anders Holch Povlsen as CEO. BESTSELLER Fashion Group China is an independent BESTSELLER company owned by the Holch Povlsen family and two Danish business partners in China. BESTSELLER Fashion Group China designs its own collections for more than 6,000 stores in China.\",\r\n            \"property-hubspot.company.custom-domain\": \"shop.bestseller.com\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499236288127\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1975\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/8e66dcec-eb55-4742-bfb0-d02aa2af88ff.jpeg\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1499236288596\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1490346588702\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-id\": \"0\",\r\n            \"property-hubspot.company.custom-industry\": \"APPAREL_FASHION\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/bestseller\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"BESTSELLER is a family-owned clothing and accessories company founded in Denmark in 1975 by Merete Bech Povlsen and Troels Holch Povlsen. We provide fast affordable fashion for women, men, teenagers and children. Our products are available online, in branded chain stores, in multibrand and department stores. JACK & JONES, JUNAROSE, MAMALICIOUS, NAME IT, OBJECT COLLECTORS ITEM, ONLY, OUTFITTERS NATION, PIECES, SELECTED, VERO MODA and VILA CLOTHES We market our products in most of Europe, the Middle East, Canada, India and globally via e-commerce. We have more than 3,000 chain stores across 38 markets worldwide and our products are sold in approx. 12,000 multi-brand and department stores in 53 markets worldwide. BESTSELLER has no ownership interests in the production chain but cooperates with selected suppliers primarily in China, India, Bangladesh, Turkey and Italy. We work with around 300 manufactures of garments and accessories. With our Code of Conduct, BESTSELLER works to ensure a sustainable approach in the cooperation with the suppliers. BESTSELLER is 100% owned by the Holch Povlsen family with Anders Holch Povlsen as CEO. BESTSELLER Fashion Group China is an independent BESTSELLER company owned by the Holch Povlsen family and two Danish business partners in China. BESTSELLER Fashion Group China designs its own collections for more than 6,000 stores in China.\",\r\n            \"property-hubspot.company.custom-name\": \"Bestseller\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+ 45 99 42 32 00\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-website\": \"shop.bestseller.com\",\r\n            \"property-hubspot.company.founded\": \"1975\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"BESTSELLER is a family-owned clothing and accessories company founded in Denmark in 1975 by Merete Bech Povlsen and Troels Holch Povlsen. We provide fast affordable fashion for women, men, teenagers and children. Our products are available online, in branded chain stores, in multibrand and department stores. JACK & JONES, JUNAROSE, MAMALICIOUS, NAME IT, OBJECT COLLECTORS ITEM, ONLY, OUTFITTERS NATION, PIECES, SELECTED, VERO MODA and VILA CLOTHES We market our products in most of Europe, the Middle East, Canada, India and globally via e-commerce. We have more than 3,000 chain stores across 38 markets worldwide and our products are sold in approx. 12,000 multi-brand and department stores in 53 markets worldwide. BESTSELLER has no ownership interests in the production chain but cooperates with selected suppliers primarily in China, India, Bangladesh, Turkey and Italy. We work with around 300 manufactures of garments and accessories. With our Code of Conduct, BESTSELLER works to ensure a sustainable approach in the cooperation with the suppliers. BESTSELLER is 100% owned by the Holch Povlsen family with Anders Holch Povlsen as CEO. BESTSELLER Fashion Group China is an independent BESTSELLER company owned by the Holch Povlsen family and two Danish business partners in China. BESTSELLER Fashion Group China designs its own collections for more than 6,000 stores in China.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490346588702\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"APPAREL_FASHION\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Clothing company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Bestseller A/S is a privately held family-owned clothing company based in Denmark. The company was founded in 1975 and has 11 brands.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Bestseller_(company)\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/bestseller\",\r\n            \"property-linkedinbio\": \"BESTSELLER is a family-owned clothing and accessories company founded in Denmark in 1975 by Merete Bech Povlsen and Troels Holch Povlsen. We provide fast affordable fashion for women, men, teenagers and children. Our products are available online, in branded chain stores, in multibrand and department stores. JACK & JONES, JUNAROSE, MAMALICIOUS, NAME IT, OBJECT COLLECTORS ITEM, ONLY, OUTFITTERS NATION, PIECES, SELECTED, VERO MODA and VILA CLOTHES We market our products in most of Europe, the Middle East, Canada, India and globally via e-commerce. We have more than 3,000 chain stores across 38 markets worldwide and our products are sold in approx. 12,000 multi-brand and department stores in 53 markets worldwide. BESTSELLER has no ownership interests in the production chain but cooperates with selected suppliers primarily in China, India, Bangladesh, Turkey and Italy. We work with around 300 manufactures of garments and accessories. With our Code of Conduct, BESTSELLER works to ensure a sustainable approach in the cooperation with the suppliers. BESTSELLER is 100% owned by the Holch Povlsen family with Anders Holch Povlsen as CEO. BESTSELLER Fashion Group China is an independent BESTSELLER company owned by the Holch Povlsen family and two Danish business partners in China. BESTSELLER Fashion Group China designs its own collections for more than 6,000 stores in China.\",\r\n            \"property-name\": \"Bestseller\",\r\n            \"property-organization.address\": \"Fredskovvej\",\r\n            \"property-organization.address.city\": \"Brande\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"bestseller.company\",\r\n            \"property-organization.employeeCount\": \"51-200\",\r\n            \"property-organization.industry\": \"APPAREL_FASHION\",\r\n            \"property-organization.name\": \"Bestseller Group\",\r\n            \"property-organization.phoneNumber\": \"+4599423200\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4599423200\",\r\n            \"property-organization.phoneNumber-International\": \"+45 99 42 32 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-99-42-32-00\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/bestseller-group\",\r\n            \"property-organization.website\": \"http://bestseller.company/\",\r\n            \"property-phone\": \"+ 45 99 42 32 00\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/http://linkedin.com/company/bestseller\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"shop.bestseller.com\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"84decfdc-4e59-593a-8c05-c374c55698ca\",\r\n          \"name\": \"DFDS A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København Ø\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"2100\",\r\n            \"property-cvr.organization.address+streetCode\": \"7124\",\r\n            \"property-cvr.organization.address+streetName\": \"Sundkrogsgade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"11\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"501000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Sø- og kysttransport af passagerer\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"DFDS A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"522920\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Speditører\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"502000\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Sø- og kysttransport af gods\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed med transport af gods og passagerer, herunder drift af hotel- og cateringaktiviteter, samt aktiviteter der står i forbindelse med foranstående. Endvidere driver selskabet finansieringsvirksomhed inden for sit forretnings¬område.\",\r\n            \"property-cvr.organization.registeredCapital\": \"1140000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1999-10-16T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-03-21T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Cruise- and ferry routes in Europe and Scandinavia\",\r\n            \"property-facebookGraph.organization.category\": \"Boat/Ferry Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/q81/s720x720/12496382_967444666678033_4446361627539849065_o.jpg?oh=bfe57859a1393cc35a1fe183363ec426&oe=594F599E\",\r\n            \"property-facebookGraph.organization.engagement\": \"24692\",\r\n            \"property-facebookGraph.organization.fanCount\": \"24692\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"DFDS International\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.701149\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.5953999\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"3.9\",\r\n            \"property-facebookGraph.organization.products\": \"http://www.dfdsseaways.com\\n\\nCopenhagen - Oslo cruise\\nAmsterdam - Newcastle cruise\\n\\nEnglish channel  - France ferry routes\\nBaltic sea ferry routes\\n\\nDFDS transfer bus Copenhagen - See more: http://www.dfdsseaways.com/passenger-information/copenhagen-transfer-bus\",\r\n            \"property-facebookGraph.organization.username\": \"dfds.international\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-DFDS-RVW13229133.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Awful office \\nPolitics\\nNo career progression\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Average employer\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Interesting work \\nFun products\\nOk colleagues\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-01-07T17:09:43.7600000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Shipping\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.3\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"5\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"74\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"26\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"12\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.8\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"38\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Transportation & Logistics\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"DFDS is Northern Europe's largest shipping and logistics company. The company's name is an abbreviation of Det Forenede Dampskibs-Selskab. DFDS was founded in 1866, when C.F. Tietgen merged the three biggest Danish steamship companies of that day.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/DFDS\",\r\n            \"property-organization.address\": \"Sundkrogsgade 11\\n2100 København Ø\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Terminal address: Dampfærgevej 30\",\r\n            \"property-organization.address.zipCode\": \"2100\",\r\n            \"property-organization.codes.cvr\": \"14194711\",\r\n            \"property-organization.contact.email\": \"incoming@dfds.com\",\r\n            \"property-organization.emailDomainNames\": \"dfdsgroup.com\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.foundingDate\": \"1999-10-16T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Shipping\",\r\n            \"property-organization.name\": \"DFDS A/S\",\r\n            \"property-organization.phoneNumber\": \"+4533423342\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4533423342\",\r\n            \"property-organization.phoneNumber-International\": \"+45 33 42 33 42\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-33-42-33-42\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/dfds.international\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/dfdsgroup/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/dfds\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/dfdsnederland\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/watch?v=nfkQ0mBS5rg&feature=youtu.be\",\r\n            \"property-organization.usedTechnologies\": \"Google Tag Manager, IIS, jQuery, Microsoft ASP.NET, Modernizr, Windows Server, ZURB Foundation\",\r\n            \"property-organization.website\": \"http://www.dfdsgroup.com/\",\r\n            \"property-website.CopyrightEntity\": \"DFDS\",\r\n            \"property-website.Description\": \"DFDS is northern Europe’s largest integrated shipping and logistics company, operating 30 routes, providing logistics services with trailers, containers and rail.\",\r\n            \"property-website.Title\": \"\\n\\tDFDS Group | Northern Europe&#39;s leading transport provider\\n\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"b9864f8e-8829-588f-9bf1-c00289c0d677\",\r\n          \"name\": \"NETCOMPANY A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+floor\": \"1\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1270\",\r\n            \"property-cvr.organization.address+streetCode\": \"2364\",\r\n            \"property-cvr.organization.address+streetName\": \"Grønningen\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"17\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"1999-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"1999-07-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"NETCOMPANY A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive IT-konsulent-virksomhed og hermed beslægtet virkosmhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"553000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1999-07-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2012-12-06T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"Gr�nningen 17 K�benhavn K, DK-1270 Denmark\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"250000000\",\r\n            \"property-hubspot.company.custom-city\": \"K\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1497952261705\",\r\n            \"property-hubspot.company.custom-description\": \"Netcompany IT and business consulting delivers business critical IT solutions and consulting services. Netcompany covers business needs for a wide range of IT solutions: Portals, business applications, service oriented architectures and integration platforms. Netcompany supports the full life cycle of business applications from the discussion and clarifications of business requirements through to implementation and maintenance of IT solutions. \\n\\nNetcompany is proficient in the complex technical environments of large enterprises, including the leading technologies Microsoft .NET and J2EE. Netcompany is Microsoft Gold Certified Partner, Oracle Partner and IBM Partner. \\n\\nNetcompany�s vision is to be the leading, preferred provider of business critical enterprise solutions based on Microsoft .NET and Java technology. Netcompany is committed to the �old virtues� of professional consulting: delivery on-time time, on budget and above expectations. \\n\\nThe clients of Netcompany are large companies from various industries and the public sector. Current and recent clients include: PFA, Carlsberg, Novozymes, Royal Danish Ministry of Foreign Affairs, DONG Energy and the Capital Region of Denmark. \\n\\nWe are headquarted in Copenhagen with additional offices in Aalborg, Aarhus, Oslo and Warsaw, with an employee count of approximately 1000.\",\r\n            \"property-hubspot.company.custom-domain\": \"netcompany.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/netcompanykarriere\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1503414988021\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1497952272829\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1999\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1503414987962\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504019609732\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1497952261705\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/215128/\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Netcompany leverer forretningskritiske it-løsninger og rådgivning, der hjælper vores kunder med at opnå markante forretningsfordele og effektiviseringer ved udnyttelse af den nyeste teknologi\",\r\n            \"property-hubspot.company.custom-name\": \"Netcompany A/S\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503415468254\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1503415470270\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"1000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 13 14 40\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"NetcompanyA\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;google_analytics;asp_net;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"http://www.netcompany.com\",\r\n            \"property-hubspot.company.founded\": \"1999\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Netcompany leverer forretningskritiske it-løsninger og rådgivning, der hjælper vores kunder med at opnå markante forretningsfordele og effektiviseringer ved udnyttelse af den nyeste teknologi\",\r\n            \"property-organization.address\": \"Grønningen 17 1\\n1270 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"K\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.annualRevenue\": \"250000000\",\r\n            \"property-organization.codes.cvr\": \"21783684\",\r\n            \"property-organization.contact.email\": \"info@netcompany.dk\",\r\n            \"property-organization.emailDomainNames\": \"netcompany.dk\",\r\n            \"property-organization.employeeCount\": \"200-499\",\r\n            \"property-organization.foundingDate\": \"1999-07-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.phoneNumber\": \"+4570131440\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570131440\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 13 14 40\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-13-14-40\",\r\n            \"property-organization.website\": \"http://www.netcompany.com\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/netcompanykarriere\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/215128/\",\r\n            \"property-user.social.Twitter\": \"NetcompanyA\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"87df18ef-db54-5456-9a5b-9cfbb8445a81\",\r\n          \"name\": \"Kaleo Software\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"12\",\r\n            \"property-angelList.organization.highConcept\": \"The Enterprise Knowledge Network\",\r\n            \"property-angelList.organization.productDesc\": \"Kaleo is The Enterprise Knowledge Network\",\r\n            \"property-angelList.organization.videoUrl\": \"http://kaleosoftware.wistia.com/medias/i1yed9jth1\",\r\n            \"property-facebookGraph.organization.category\": \"Software Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/18076554_1921354981467112_8079737830509143223_o.png?oh=e4f9d76522120708d39bde4c71053d85&oe=59F42DA9\",\r\n            \"property-facebookGraph.organization.engagement\": \"3162\",\r\n            \"property-facebookGraph.organization.fanCount\": \"3162\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Kaleo Software\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"33.9026794\",\r\n            \"property-facebookGraph.organization.longitude\": \"-118.389183\",\r\n            \"property-facebookGraph.organization.mission\": \"We BELIEVE knowledge resides in people, not computers.\\n\\nWe HELP companies transform knowledge sharing.\\n\\nWe BUILD knowledge networks that provide lasting value.\\n\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"kaleosoftware\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Kaleo-Software-RVW14835550.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"There aren't any major cons if you're a hard worker (slackers need not apply).\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Love working here\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"- Passionate leadership willing to roll up their sleeves\\n- Friendly and inspiring colleagues\\n- Creative and motivating work environment\\n- Career opportunities aplenty\\n- Competitive salary and benefits\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-04-28T13:55:11.4700000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"8\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"85\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.5\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-organization.address.city\": \"El Segundo\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.streetName\": \"2041 Rosecrans Ave, Ste 245\",\r\n            \"property-organization.address.zipCode\": \"90245\",\r\n            \"property-organization.contact.email\": \"sales@kaleosoftware.com\",\r\n            \"property-organization.emailDomainNames\": \"kaleosoftware.com\",\r\n            \"property-organization.employeeCount\": \"11-50\",\r\n            \"property-organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-organization.name\": \"Kaleo Software\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/kaleosoftware/\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/kaleosoftware/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/kaleo-software\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/KaleoSoftware\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/channel/UCtl5lZzPWBgBApL80CYEDHQ\",\r\n            \"property-organization.usedTechnologies\": \"Font Awesome, Google Font API, jQuery, PHP, Twitter Bootstrap, WordPress, Yoast SEO, ZURB Foundation\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/kaleo-software-2\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/%2Forganization%2Fkaleo-software\",\r\n            \"property-organization.website\": \"http://www.kaleosoftware.com\",\r\n            \"property-website.CopyrightEntity\": \"Kaleo Software, Inc.\",\r\n            \"property-website.Title\": \"Kaleo Software\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"e6739811-675f-5bec-983f-946d26f5da39\",\r\n          \"name\": \"BambooHR\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"5\",\r\n            \"property-angelList.organization.highConcept\": \"Work that stays at Work!\",\r\n            \"property-angelList.organization.productDesc\": \"BambooHR is the No. 1 online HR software for small and medium-sized businesses that have outgrown using spreadsheets to manage their employee information. BambooHR’s intuitive interface, streamlined implementation process and responsive support team ensure a fail-safe transition from spreadsheets to our flexible Human Resource Information System (HRIS).\",\r\n            \"property-facebookGraph.organization.about\": \"BambooHR is the #1 online HR Software for small and medium businesses that have outgrown spreadsheets.\",\r\n            \"property-facebookGraph.organization.category\": \"Product/Service\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/17620303_1353259561383726_8150337087240765235_o.jpg?oh=b1dff5306caa2ab9de27eac2c7210134&oe=5982FB91\",\r\n            \"property-facebookGraph.organization.engagement\": \"22857\",\r\n            \"property-facebookGraph.organization.fanCount\": \"22857\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"BambooHR\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"40.332531\",\r\n            \"property-facebookGraph.organization.longitude\": \"-111.7280807\",\r\n            \"property-facebookGraph.organization.mission\": \"Set people free to do great work.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.3\",\r\n            \"property-facebookGraph.organization.products\": \"Online HR Software, Human Resource Information System (HRIS), Human Resource Management System (HRMS)\",\r\n            \"property-facebookGraph.organization.username\": \"bamboohr\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-BambooHR-RVW14260749.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"- Sometimes I can't decide whether to stand at my desk with my adjustable desk, or sit. I find myself going from standing to sitting all day.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"It really is what everyone says it is\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"- Coming up with different ideas are not only accepted but encouraged and expected.\\n- The people that work here all share the ideals of the company.\\n- People work hard. Seriously. It's not a culture of work late to look good. People work hard, and then you go home.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-20T08:20:02.3130000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"73\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"96\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"4\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"84\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.6\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"92\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"4.8\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-organization.address.city\": \"Lindon\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.streetName\": \"335 South 560 West\",\r\n            \"property-organization.address.zipCode\": \"84042\",\r\n            \"property-organization.contact.email\": \"sales@bamboohr.com\",\r\n            \"property-organization.emailDomainNames\": \"bamboohr.com\",\r\n            \"property-organization.employeeCount\": \"51-200\",\r\n            \"property-organization.foundingDate\": \"2008\",\r\n            \"property-organization.industry\": \"Enterprise Software & Network Solutions\",\r\n            \"property-organization.name\": \"BambooHR\",\r\n            \"property-organization.phoneNumber\": \"+18017246600\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+18017246600\",\r\n            \"property-organization.phoneNumber-International\": \"+1 801-724-6600\",\r\n            \"property-organization.phoneNumber-Location\": \"Utah\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-801-724-6600\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/bamboohr\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/112569126456283367555\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/bamboohr\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/bamboohr\",\r\n            \"property-organization.usedTechnologies\": \"AngularJS, Google Font API, Google Tag Manager, jQuery, jQuery UI, Mailchimp, Optimizely, Pure CSS\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/bamboohr\",\r\n            \"property-organization.website\": \"http://www.bamboohr.com/\",\r\n            \"property-website.CopyrightEntity\": \"BambooHR LLC\",\r\n            \"property-website.Description\": \"Start a free trial or take a quick tour of BambooHR's easy-to-use human resource software for small and medium businesses.\",\r\n            \"property-website.Title\": \"HR Software for Small & Medium Businesses | BambooHR\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"1335cc9b-0a9b-5b00-a35f-9622de647f84\",\r\n          \"name\": \"Lean Technologies IVS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Timiriazeva str. 67\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"7\",\r\n            \"property-angelList.organization.highConcept\": \"Web & Mobile App Development with focus on Agile, Growthhacking, UX/UI Design and Lean\",\r\n            \"property-angelList.organization.productDesc\": \"Lean Technologies is a mix of a digital agency, consultancy, startup and an IT company providing product development service 2.0.\\nAt Lean Technologies we combine client's vision and our knowledge about users' needs and wants to build the product people want to use. We know how to get the most out of digital marketing, design, growth hacking and web development to take our partners' business to the next level.\",\r\n            \"property-city\": \"Minsk\",\r\n            \"property-country\": \"Belarus\",\r\n            \"property-createdate\": \"1488281998617\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+floor\": \"3\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1459\",\r\n            \"property-cvr.organization.address+streetCode\": \"1932\",\r\n            \"property-cvr.organization.address+streetName\": \"Frederiksberggade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"15\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Iværksætterselskab\",\r\n            \"property-cvr.organization.endDate\": \"2016-05-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2016-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2015-12-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"Lean Technologies IVS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive it konsulent virksomhed, samt enhver virksomhed i hermed stående forbindelse.\",\r\n            \"property-cvr.organization.registeredCapital\": \"2.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2015-12-15T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-12-15T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-domain\": \"leantech.pro\",\r\n            \"property-facebook_company_page\": \"https://facebook.com/leantechnologies\",\r\n            \"property-facebookGraph.organization.about\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-facebookGraph.organization.category\": \"Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/10176191_1498026373786298_964099970488309647_n.png?oh=8a3747df2991952e6b0e6986a2c7a36d&oe=5977DD06\",\r\n            \"property-facebookGraph.organization.engagement\": \"55\",\r\n            \"property-facebookGraph.organization.fanCount\": \"55\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Lean Technologies\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"leantechnologies\",\r\n            \"property-founded_year\": \"2013\",\r\n            \"property-hs_analytics_first_timestamp\": \"1488281998267\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hs_lastmodifieddate\": \"1493246411511\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"11 Gammel Kongevej\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"København\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1488281998617\",\r\n            \"property-hubspot.company.custom-description\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-hubspot.company.custom-domain\": \"leantech.pro\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/leantechnologies\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1488281998267\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499236362764\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1488281998267\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1499236363153\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/lean-technologies\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-hubspot.company.custom-name\": \"Lean Technologies\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 40 26 08 44\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"JuanraNunez\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"typekit_by_adobe;nginx;cloud_flare;google_analytics;google_apps\",\r\n            \"property-hubspot.company.custom-website\": \"leantech.pro\",\r\n            \"property-hubspot.company.custom-zip\": \"1610\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"http://linkedin.com/company/lean-technologies\",\r\n            \"property-linkedinbio\": \"Web & Mobile App Development with focus on building meaningful products using Agile, Growthhacking, UX/UI Design and Lean.\",\r\n            \"property-name\": \"Lean Technologies\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Frederiksberggade 15 3\\n1459 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"1610\",\r\n            \"property-organization.codes.cvr\": \"37301248\",\r\n            \"property-organization.contact.email\": \"we@leantech.pro\",\r\n            \"property-organization.emailDomainNames\": \"leantech.pro\",\r\n            \"property-organization.employeeCount\": \"2-4\",\r\n            \"property-organization.foundingDate\": \"2015-12-15T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"Lean Technologies\",\r\n            \"property-organization.phoneNumber\": \"36996862\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4540260844\",\r\n            \"property-organization.phoneNumber-International\": \"+45 40 26 08 44\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-40-26-08-44\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/leantechnologies\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/lean-technologies\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/lean-technologies\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/lean-technologies\",\r\n            \"property-organization.website\": \"http://leantech.pro\",\r\n            \"property-phone\": \"+45 40 26 08 44\",\r\n            \"property-timezone\": \"Europe/Minsk\",\r\n            \"property-twitterhandle\": \"JuanraNunez\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/leantechnologies\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/lean-technologies\",\r\n            \"property-user.social.Twitter\": \"JuanraNunez\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"leantech.pro\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"757c6359-850c-5c51-ae7a-f9e7dd608b5c\",\r\n          \"name\": \"NOVICELL ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Oddervej 157\",\r\n            \"property-admin_username\": \"novicell\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Højbjerg\",\r\n            \"property-cluedin_subdomain\": \"Novicell\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1484040927629\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Højbjerg\",\r\n            \"property-cvr.organization.address+municipalityName\": \"AARHUS\",\r\n            \"property-cvr.organization.address+postalCode\": \"8270\",\r\n            \"property-cvr.organization.address+streetCode\": \"8290\",\r\n            \"property-cvr.organization.address+streetName\": \"Søren Nymarks Vej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"6\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"1998-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"1997-08-20T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"AARHUS\",\r\n            \"property-cvr.organization.name\": \"NOVICELL ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er udvikling, rådgivning og hosting i forbindelse med Internettet samt dermed beslægtede aktiviteter.\",\r\n            \"property-cvr.organization.registeredCapital\": \"131579.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1997-08-20T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-06-30T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"Digitalt konsulenthus med 155 medarbejdere & 18 års erfaring med Forretningsudvikling, Digital strategi, Online Marketing, Design og Softwareudvikling\",\r\n            \"property-domain\": \"novicell.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/Novicelldk\",\r\n            \"property-founded_year\": \"1997\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Novicell-RVW13585087.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"The food in the canteen is very good, however, there is not a lot of room there so you sometimes have to eat at your own desk or wait until later, where little people are left. Lack of office space seems also to be a problem in some departments.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Fantastic\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Aarhus (Denmark)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"There is a high level of attention towards including all employee in the social life and creating a pleasant work environment. Low level of hierarchy where senior management sees you eye-to-eye. Flexible working hours and with a department in Barcelona, Spain, you can even combine work and holiday for a period of time. A yearly Kick-off where everyone together takes a few days off from work for team-building and fun!\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-02-01T11:10:51.8230000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.5\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"100\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"5.0\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"5.0\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1490924527072\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Oddervej 157\",\r\n            \"property-hubspot.company.custom-admin_username\": \"novicell\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Højbjerg\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Novicell\",\r\n            \"property-hubspot.company.custom-company_address\": \"H�jbjerg\",\r\n            \"property-hubspot.company.custom-company_name\": \"Novicell\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040927629\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"NOVICELL IS BUSINESS ONLINE\\nNovicell is an international digital agency with offices in Copenhagen, Aarhus, Barcelona and London. We deliver well-thought-out digital solutions based on solid experience and facts.\\n\\nCombining strategic and technical skills, we can advise you competently and put the recommendations into practice. This is how we create results.\\n\\nOur approach is digital. Our goal is your growth. \\n\\nENABLE YOUR DIGITAL POTENTIAL \\nOur team of 160 developers, strategists, designers and marketing specialists will help you make the right digital decisions to best meet your specific business needs.  \\n\\nWe strive to make a measurable difference for our clients. Why? Because our solutions must result in growth and business development. The goal is always the same: your goal.\\n\\nWe are very ambitious in our method. Whether it is for strategy development, reporting, project management, design process or data security � our tools and processes are carefully constructed and well-proven. \\n\\nOur employees are digital specialists in a variety of different fields, but all have the same business-orientated and fact-based approach. \\n\\nYOUR DIGITAL BUSINESS PARTNER\\nWe do not want to be your supplier. We would much rather be your digital business partner, and preferably in a long-term cooperation. That is why we are honoured that so many remarkable businesses year after year see the value of such a close collaboration.\\n\\nExpect us to be curious about your business. Expect to be challenged.\",\r\n            \"property-hubspot.company.custom-domain\": \"novicell.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/Novicelldk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1502286223856\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1997\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1510420777666\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1501676241255\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"27493554\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"Slack, Office365\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"http://linkedin.com/company-beta/56306/\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Digitalt konsulenthus med 155 medarbejdere & 18 års erfaring med Forretningsudvikling, Digital strategi, Online Marketing, Design og Softwareudvikling\",\r\n            \"property-hubspot.company.custom-name\": \"Novicell\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1503058058207\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1510420777097\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"2\",\r\n            \"property-hubspot.company.custom-num_notes\": \"8\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 86 19 05 50\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"novicelldk\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"2\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;youtube;microsoft_office_365;google_tag_manager;facebook_connect;google_analytics;twitter_button;piwik;outlook;hubspot;facebook_advertiser\",\r\n            \"property-hubspot.company.custom-website\": \"https://www.novicell.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"8270\",\r\n            \"property-hubspot.company.founded\": \"1997\",\r\n            \"property-hubspot.company.integrations\": \"Slack, Office365\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Digitalt konsulenthus med 155 medarbejdere & 18 års erfaring med Forretningsudvikling, Digital strategi, Online Marketing, Design og Softwareudvikling\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-integrations\": \"Slack, Office365\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/novicell\",\r\n            \"property-linkedinbio\": \"Digitalt konsulenthus med 155 medarbejdere & 18 års erfaring med Forretningsudvikling, Digital strategi, Online Marketing, Design og Softwareudvikling\",\r\n            \"property-name\": \"Novicell\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Søren Nymarks Vej 6\\n8270 Højbjerg\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Højbjerg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"8270\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.codes.cvr\": \"20297743\",\r\n            \"property-organization.contact.email\": \"info@novicell.dk\",\r\n            \"property-organization.emailDomainNames\": \"novicell.dk\",\r\n            \"property-organization.employeeCount\": \"100-199\",\r\n            \"property-organization.foundingDate\": \"1997-08-20T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Novicell\",\r\n            \"property-organization.phoneNumber\": \"+4586190550\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4586190550\",\r\n            \"property-organization.phoneNumber-International\": \"+45 86 19 05 50\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-86-19-05-50\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/Novicelldk\",\r\n            \"property-organization.social+googlePlus\": \"https://plus.google.com/+NovicellDkPlus\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/novicell\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/novicelldk\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/novicelldk\",\r\n            \"property-organization.usedTechnologies\": \"Google Tag Manager, HubSpot, jQuery, Twitter Bootstrap\",\r\n            \"property-organization.website\": \"https://www.novicell.dk\",\r\n            \"property-phone\": \"+45 86 19 05 50\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"novicelldk\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/Novicelldk\",\r\n            \"property-user.social.LinkedIn\": \"http://linkedin.com/company-beta/56306/\",\r\n            \"property-user.social.Twitter\": \"novicelldk\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"novicell.dk\",\r\n            \"property-website.Description\": \"Digitalt konsulenthus med 155 medarbejdere &amp; 18 &#229;rs erfaring med Forretningsudvikling, Digital strategi, Online Marketing, Design og Softwareudvikling\",\r\n            \"property-website.Title\": \"Novicell konsulenthus - Eksperter i digital forretning \",\r\n            \"property-zendesk.organization.custom-is_test_account\": \"False\",\r\n            \"property-zendesk.organization.sharedComments\": \"False\",\r\n            \"property-zendesk.organization.sharedTickets\": \"False\",\r\n            \"property-zip\": \"8270\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"fab6d78f-974a-5e91-891f-7d199f575ed5\",\r\n          \"name\": \"JP/POLITIKENS HUS A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Viby J\",\r\n            \"property-cvr.organization.address+municipalityName\": \"AARHUS\",\r\n            \"property-cvr.organization.address+postalCode\": \"8260\",\r\n            \"property-cvr.organization.address+streetCode\": \"2654\",\r\n            \"property-cvr.organization.address+streetName\": \"Grøndalsvej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"3\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2002-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2002-12-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"581300\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Udgivelse af aviser og dagblade\",\r\n            \"property-cvr.organization.municipality\": \"AARHUS\",\r\n            \"property-cvr.organization.name\": \"JP/POLITIKENS HUS A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"171200\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Fremstilling af papir og pap\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"581900\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Anden udgivervirksomhed\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"181100\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"Trykning af dagblade\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive medievirksomhed med udgivelse af dagblade og anden mediebeslægtet virksomhed herunder produktionsvirksomhed og at være holdingvirksomhed samt hvad der efter bestyrelsens skøn naturligt står i forbindelse hermed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"50000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2002-12-12T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-03-22T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"3 Grøndalsvej\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Viby\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498488735176\",\r\n            \"property-hubspot.company.custom-description\": \"Artikler om Danmark, udlandet, politik, erhverv, finans, underholdning, kultur, sport, forskning, kriminalitet, vejr, trafik, kommuner, sygehuse, miljø - jp.dk\",\r\n            \"property-hubspot.company.custom-domain\": \"jp.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/jyllandsposten\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498895230108\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1871\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"2b48951f-cdbd-4919-9370-23ef41d736bd\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601532003\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498488735176\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"NEWSPAPERS\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/jyllands-posten\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Artikler om Danmark, udlandet, politik, erhverv, finans, underholdning, kultur, sport, forskning, kriminalitet, vejr, trafik, kommuner, sygehuse, miljø - jp.dk\",\r\n            \"property-hubspot.company.custom-name\": \"Jyllands-Posten\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-phone\": \"45 87 38 39 90\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"jyllandsposten\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"chart_beat;authorizenet;apache;google_adwords;google_tag_manager;facebook_connect;google_analytics;livefyre;digital_ocean;double_click;facebook_advertiser\",\r\n            \"property-hubspot.company.custom-website\": \"jp.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"8260\",\r\n            \"property-hubspot.company.founded\": \"1871\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Artikler om Danmark, udlandet, politik, erhverv, finans, underholdning, kultur, sport, forskning, kriminalitet, vejr, trafik, kommuner, sygehuse, miljø - jp.dk\",\r\n            \"property-knowledgeGraph.organization.description\": \"Media company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"JP/Politikens Hus A/S is a Danish media company.\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/JP/Politikens_Hus\",\r\n            \"property-organization.address\": \"Grøndalsvej 3\\n8260 Viby J\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Viby\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"8260\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.codes.cvr\": \"26933676\",\r\n            \"property-organization.emailDomainNames\": \"jp.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.foundingDate\": \"2002-12-12T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"NEWSPAPERS\",\r\n            \"property-organization.name\": \"JP/Politikens Hus\",\r\n            \"property-organization.phoneNumber\": \"+4587383990\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4587383990\",\r\n            \"property-organization.phoneNumber-International\": \"+45 87 38 39 90\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-87-38-39-90\",\r\n            \"property-organization.usedTechnologies\": \"IIS, jQuery, Microsoft ASP.NET, Windows Server\",\r\n            \"property-organization.website\": \"jp.dk\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/jyllandsposten\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/jyllands-posten\",\r\n            \"property-user.social.Twitter\": \"jyllandsposten\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"JP/Politikens Hus\",\r\n            \"property-website.Title\": \"JP&#47;Politikens Hus\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"0054fb35-1953-5845-a608-d16f5527d732\",\r\n          \"name\": \"VOXMETER A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+floor\": \"4\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1300\",\r\n            \"property-cvr.organization.address+streetCode\": \"716\",\r\n            \"property-cvr.organization.address+streetName\": \"Borgergade\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"6\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"4250865\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"10790876\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"10583645\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/23471243/ZG9rdW1lbnRsYWdlcjovLzAzLzEwL2ViLzVjLzAyL2Y3ZDQtNDU1Yi1iNTczLWQ4MmZjNzIwYWIzOA.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"288120\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"49916\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2015\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2012-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2012-01-26T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"732000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Markedsanalyse og offentlig meningsmåling\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"VOXMETER A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive handels- og servicevirksomhed samt al virksomhed, som efter direktionens skøn har forbindelse hermed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"560000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2012-01-26T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2015-05-06T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Voxmeter er et konsulenthus. Vi holder dig opdateret på politiske målinger og de nyeste forbruger- og markedsanalyser. \",\r\n            \"property-facebookGraph.organization.category\": \"Organization\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/18700355_1842971575963696_8873083888032438335_o.jpg?oh=7f511977f985613b36357fd0f7d1a5c6&oe=59E89268\",\r\n            \"property-facebookGraph.organization.engagement\": \"582\",\r\n            \"property-facebookGraph.organization.fanCount\": \"582\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Voxmeter A/S\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"0\",\r\n            \"property-facebookGraph.organization.longitude\": \"0\",\r\n            \"property-facebookGraph.organization.mission\": \"Voxmeter arbejder for at hjælpe sine kunder med at tiltrække, vinde og fastholde deres kunder. \\nHerudover leverer Voxmeter konjunktur- og brancheanalyser, som er til dig, der gerne vil forudse markedet inden dine konkurrenter. \",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.3\",\r\n            \"property-facebookGraph.organization.username\": \"Voxmeter\",\r\n            \"property-organization.address\": \"Borgergade 6 4\\n1300 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København \",\r\n            \"property-organization.address.streetName\": \"Borgergade 6, 4sal\",\r\n            \"property-organization.address.zipCode\": \"1300\",\r\n            \"property-organization.annualRevenue\": \"10790876 DKK\",\r\n            \"property-organization.codes.cvr\": \"34217432\",\r\n            \"property-organization.emailDomainNames\": \"voxmeter.dk\",\r\n            \"property-organization.employeeCount\": \"50-99\",\r\n            \"property-organization.foundingDate\": \"2012-01-26T00:00:00.0000000+00:00\",\r\n            \"property-organization.phoneNumber\": \"+4570202324\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570202324\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 20 23 24\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-20-23-24\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/Voxmeter/\",\r\n            \"property-organization.website\": \"voxmeter.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"236298d3-99f3-5201-8483-dec3c575cbb5\",\r\n          \"name\": \"redweb\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"35 Holdenhurst Road\",\r\n            \"property-admin_username\": \"redweb\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-city\": \"Bournemouth\",\r\n            \"property-cluedin_subdomain\": \"Redweb\",\r\n            \"property-country\": \"United Kingdom\",\r\n            \"property-createdate\": \"1484040924995\",\r\n            \"property-description\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-domain\": \"redweb.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/RedwebLtd\",\r\n            \"property-facebookGraph.organization.about\": \"See what's going on inside one of the UK's top digital agencies.\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Redweb is an award winning digital agency specialising in website design and build.  Services also include consultancy, technical infrastructure, design, user experience and marketing across multiple online platforms.  We invest heavily in innovation and have teams dedicated to UX, search, mobile and social networking.\\n\\nHousehold names on our roster include HM Treasury, RNLI, Action on Hearing Loss, Cancer Research UK, The Royal Society, Farrow & Ball, Channel 4, McCarthy & Stone, Haven Holidays and the Science Museum. \\n\\nOrganisations trust us to deliver exceptional results to demanding service levels.  We are committed to excellence and adding value.  Through ISO accredited processes, Redweb manage some of the UK’s leading and business critical digital platforms on behalf of customers.  \\n\\nYou can read our blog here: http://blog.redweb.com/\\n\\nOr check out our latest innovation projects here: http://labs.redweb.com/\\n\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/10264687_10152353720548959_5798669168277274365_n.jpg?oh=f87310ffd62369b31b39c899ad473ce4&oe=596CE438\",\r\n            \"property-facebookGraph.organization.engagement\": \"602\",\r\n            \"property-facebookGraph.organization.fanCount\": \"602\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Redweb\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"50.7232643\",\r\n            \"property-facebookGraph.organization.longitude\": \"-1.8652888\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"RedwebUK\",\r\n            \"property-founded_year\": \"1997\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Redweb-RVW10382487.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Recent redundancies\\nOwner interference\\nA process which means being priced out of most clients budgets.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Potentially great but held back.\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Bournemouth, England (UK)\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Good culture\\nAutonomy\\nSome very talented staff\\nReasonable salaries\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-04-25T05:52:13.7470000+00:00\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"4\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.5\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"65\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.3\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hs_lastmodifieddate\": \"1492023137974\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-address\": \"35 Holdenhurst Road\",\r\n            \"property-hubspot.company.custom-admin_username\": \"redweb\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"Bournemouth\",\r\n            \"property-hubspot.company.custom-cluedin_subdomain\": \"Redweb\",\r\n            \"property-hubspot.company.custom-company_name\": \"Redweb\",\r\n            \"property-hubspot.company.custom-country\": \"United Kingdom\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484040924995\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Free trial user\",\r\n            \"property-hubspot.company.custom-description\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-hubspot.company.custom-domain\": \"redweb.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/RedwebLtd\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1997\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484041615150\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"57d0eeaa-6257-4bd9-9a81-406d043ae272\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1503439301040\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-integrations\": \"NULL\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/redweb\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-hubspot.company.custom-name\": \"Redweb\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1501063047923\",\r\n            \"property-hubspot.company.custom-notes_next_activity_date\": \"1503439200000\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+44 1202 779944\",\r\n            \"property-hubspot.company.custom-state\": \"England\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/London\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"Redweb\",\r\n            \"property-hubspot.company.custom-users_per_account\": \"1\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;microsoft_office_365;apache;drupal;google_tag_manager;google_analytics\",\r\n            \"property-hubspot.company.custom-website\": \"redweb.com\",\r\n            \"property-hubspot.company.custom-zip\": \"BH8 8EJ\",\r\n            \"property-hubspot.company.founded\": \"1997\",\r\n            \"property-hubspot.company.integrations\": \"NULL\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-integrations\": \"NULL\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/redweb\",\r\n            \"property-linkedinbio\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-name\": \"Redweb\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"35 Holdenhurst Road\",\r\n            \"property-organization.address.city\": \"Bournemouth\",\r\n            \"property-organization.address.countryCode\": \"United Kingdom\",\r\n            \"property-organization.address.state\": \"England\",\r\n            \"property-organization.address.streetName\": \"35 Holdenhurst Road\",\r\n            \"property-organization.address.zipCode\": \"BH8 8EJ\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.contact.email\": \"sales@redweb.com\",\r\n            \"property-organization.emailDomainNames\": \"redweb.com\",\r\n            \"property-organization.foundingDate\": \"1997\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"redweb\",\r\n            \"property-organization.phoneNumber\": \"+441202779944\",\r\n            \"property-organization.phoneNumber-Country\": \"United Kingdom\",\r\n            \"property-organization.phoneNumber-E164\": \"+441202779944\",\r\n            \"property-organization.phoneNumber-International\": \"+44 1202 779944\",\r\n            \"property-organization.phoneNumber-Location\": \"Bournemouth\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+44-1202-779944\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/RedwebUK\",\r\n            \"property-organization.social+flickr\": \"http://www.flickr.com/photos/redwebltd/\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/redweb\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/Redweb\",\r\n            \"property-organization.usedTechnologies\": \"Drupal, Google Tag Manager, PHP\",\r\n            \"property-organization.website\": \"redweb.com\",\r\n            \"property-phone\": \"+44 1202 779944\",\r\n            \"property-state\": \"Dorset\",\r\n            \"property-timezone\": \"Europe/London\",\r\n            \"property-twitterhandle\": \"Redweb\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/RedwebLtd\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/redweb\",\r\n            \"property-user.social.Twitter\": \"Redweb\",\r\n            \"property-user.timezone\": \"Europe/London Standard Time\",\r\n            \"property-website\": \"redweb.com\",\r\n            \"property-website.CopyrightEntity\": \"Redweb\",\r\n            \"property-website.Description\": \"Redweb is an award winning digital agency. We have a passion for great digital design, technology and customer service.\",\r\n            \"property-website.Title\": \"Redweb\",\r\n            \"property-zip\": \"BH8 8EJ\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"e9b2dd3b-f9e8-5a13-bf4b-bb6b79b02ae9\",\r\n          \"name\": \"IMPACT\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"17\",\r\n            \"property-angelList.organization.highConcept\": \"A world-class impact outsourcing company creating digital jobs in rural Africa.\",\r\n            \"property-angelList.organization.productDesc\": \"An impact outsourcing company in rural Zambia, providing competitive services in Data Entry, Transcription, Phone Support, Digitization, Tagging and more.\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Søborg\",\r\n            \"property-cvr.organization.address+municipalityName\": \"GLADSAXE\",\r\n            \"property-cvr.organization.address+postalCode\": \"2860\",\r\n            \"property-cvr.organization.address+streetCode\": \"33\",\r\n            \"property-cvr.organization.address+streetName\": \"Augustvej\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"45\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Enkeltmandsvirksomhed\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"592000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Indspilning af lydoptagelser og udgivelse af musik\",\r\n            \"property-cvr.organization.municipality\": \"GLADSAXE\",\r\n            \"property-cvr.organization.name\": \"IMPACT\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.startDate\": \"2011-01-18T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Impact-Group-International-RVW2810191.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Mostly a personal preference; you are 100% commission based starting out. \\nA lot of walking within your territory.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company to hone in on your sales skills.\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"Concord, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Work with great people\\nLearn a lot about selling technique \\nYou have the ability to interact with numerous business owners while out selling your products.\\nThese group of people have a great time outside of work(traveling to various events, leisure, etc.)\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2013-07-10T18:13:28.9300000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"47\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"53\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"2\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Dissatisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"47\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"2.9\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"2.9\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-organization.address\": \"Augustvej 45\\n2860 Søborg\\nDK\\n\",\r\n            \"property-organization.codes.cvr\": \"26532663\",\r\n            \"property-organization.codes.googleAnalytics\": \"UA-60068706-1\",\r\n            \"property-organization.contact.email\": \"janwolfpedersen@hotmail.com\",\r\n            \"property-organization.emailDomainNames\": \"impactenterprises.org\",\r\n            \"property-organization.employeeCount\": \"0\",\r\n            \"property-organization.foundingDate\": \"2001-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Advertising & Marketing\",\r\n            \"property-organization.name\": \"Impact Enterprises\",\r\n            \"property-organization.phoneNumber\": \"60159000\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/impactenterprises\",\r\n            \"property-organization.social+twitter\": \"http://twitter.com/ImpEnterprises\",\r\n            \"property-organization.usedTechnologies\": \"Google Maps, jQuery, Mailchimp\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/impact-enterprises\",\r\n            \"property-organization.website\": \"http://impactenterprises.org\",\r\n            \"property-website.CopyrightEntity\": \"Impact Enterprises\",\r\n            \"property-website.Title\": \"Impact Enterprises\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"24a32e84-e40d-5fa1-aac3-ff2b98d4b48a\",\r\n          \"name\": \"Deloitte\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"165\",\r\n            \"property-facebookGraph.organization.about\": \"We provide professional services to industry and government in the UK. Here we share the insights and experiences of our people. For careers at Deloitte please visit www.facebook.com/yourfutureatdeloitteuk\",\r\n            \"property-facebookGraph.organization.category\": \"Consulting Agency\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/13435579_1026777257410424_7830356959084021039_n.jpg?oh=d9154c6c175e6ef7037c8cecd3ce4187&oe=59587EA4\",\r\n            \"property-facebookGraph.organization.engagement\": \"9089\",\r\n            \"property-facebookGraph.organization.fanCount\": \"9089\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Deloitte UK\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"40.75884\",\r\n            \"property-facebookGraph.organization.longitude\": \"-73.97881\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"deloitteuk\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"New York\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1494767985914\",\r\n            \"property-hubspot.company.custom-description\": \"Deloitte provides industry-leading audit, consulting, tax, and advisory services to many of the world’s most admired brands, including 80% of the Fortune 500. As a member firm of Deloitte Touche Tohmatsu Limited, a network of member firms, we are proud to be part of the largest global professional services network, serving our clients in the markets that are most important to them.\",\r\n            \"property-hubspot.company.custom-domain\": \"deloitte.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/deloitteuniversity\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1895\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1497628334230\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1494767985914\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"16594036\",\r\n            \"property-hubspot.company.custom-industry\": \"ACCOUNTING\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/deloitte\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Deloitte provides industry-leading audit, consulting, tax, and advisory services to many of the world’s most admired brands, including 80% of the Fortune 500. As a member firm of Deloitte Touche Tohmatsu Limited, a network of member firms, we are proud to be part of the largest global professional services network, serving our clients in the markets that are most important to them.\",\r\n            \"property-hubspot.company.custom-name\": \"Deloitte\",\r\n            \"property-hubspot.company.custom-phone\": \"+971 4 376 8888\",\r\n            \"property-hubspot.company.custom-state\": \"NY\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"deloitteus\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"adobe_dynamic_tag_management;google_tag_manager;google_analytics;eloqua;asp_net;bing_advertiser;campaignmonitor\",\r\n            \"property-hubspot.company.custom-website\": \"deloitte.com\",\r\n            \"property-hubspot.company.custom-zip\": \"10112\",\r\n            \"property-hubspot.company.founded\": \"1895\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"Deloitte provides industry-leading audit, consulting, tax, and advisory services to many of the world’s most admired brands, including 80% of the Fortune 500. As a member firm of Deloitte Touche Tohmatsu Limited, a network of member firms, we are proud to be part of the largest global professional services network, serving our clients in the markets that are most important to them.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Deloitte Touche Tohmatsu Limited, commonly referred to as Deloitte, is a UK-incorporated multinational professional services firm with operational headquarters in New York City in the United States.\\n\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Deloitte\",\r\n            \"property-organization.address.city\": \"New York\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.streetName\": \"30 Rockefeller Plz\",\r\n            \"property-organization.address.zipCode\": \"10112\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.contact.email\": \"globalwebmaster@deloitte.com\",\r\n            \"property-organization.emailDomainNames\": \"deloitte.com\",\r\n            \"property-organization.employeeCount\": \"5000+\",\r\n            \"property-organization.foundingDate\": \"1845\",\r\n            \"property-organization.industry\": \"ACCOUNTING\",\r\n            \"property-organization.name\": \"Deloitte\",\r\n            \"property-organization.phoneNumber\": \"+97143768888\",\r\n            \"property-organization.phoneNumber-Country\": \"United Arab Emirates\",\r\n            \"property-organization.phoneNumber-E164\": \"+97143768888\",\r\n            \"property-organization.phoneNumber-International\": \"+971 4 376 8888\",\r\n            \"property-organization.phoneNumber-Location\": \"New York, NY\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+971-4-376-8888\",\r\n            \"property-organization.social+facebook\": \"http://www.facebook.com/deloitteuniversity\",\r\n            \"property-organization.social+linkedIn\": \"http://www.linkedin.com/company/deloitte\",\r\n            \"property-organization.social+twitter\": \"http://www.twitter.com/techfast50\",\r\n            \"property-organization.social+youTube\": \"http://www.youtube.com/deloitteuk\",\r\n            \"property-organization.usedTechnologies\": \"jQuery\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/deloitte\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/deloitte\",\r\n            \"property-organization.website\": \"http://www.deloitte.com\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/deloitteuniversity\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/deloitte\",\r\n            \"property-user.social.Twitter\": \"deloitteus\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website.CopyrightEntity\": \"Deloitte LLP\",\r\n            \"property-website.Description\": \"UK Technology Fast 50\",\r\n            \"property-website.Title\": \"Fast 50 | Home\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"a3655a15-cb98-5d7d-aa8e-ab9c6ff99f82\",\r\n          \"name\": \"NOVO NORDISK A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1489074093810\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Bagsværd\",\r\n            \"property-cvr.organization.address+municipalityName\": \"GLADSAXE\",\r\n            \"property-cvr.organization.address+postalCode\": \"2880\",\r\n            \"property-cvr.organization.address+streetCode\": \"624\",\r\n            \"property-cvr.organization.address+streetName\": \"Novo Alle\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"1\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"true\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"212000\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Fremstilling af farmaceutiske præparater\",\r\n            \"property-cvr.organization.municipality\": \"GLADSAXE\",\r\n            \"property-cvr.organization.name\": \"NOVO NORDISK A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"201400\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Fremstilling af andre organiske basiskemikalier\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"211000\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Fremstilling af farmaceutiske råvarer\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"325000\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"Fremstilling af medicinske og dentale instrumenter samt udstyr hertil\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at forske i, udvikle, producere og markedsføre farmaceutiske, medicinske og tekniske produkter og ydelser samt anden dertil knyttet virksomhed efter bestyrelsens nærmere bestemmelse. Selskabet tilstræber at drive sin virksomhed på økonomisk, miljømæssigt og socialt ansvarlig vis.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"1931-11-28T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-04-21T00:00:00.0000000+00:00\",\r\n            \"property-domain\": \"novonordisk.dk\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Novo-Nordisk-RVW14084245.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Management inexperienced and non effective\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great company\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Great Culture, great people in general\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-07T12:29:55.7570000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Biotech & Pharmaceuticals\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"1\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"-100\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"200\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"517\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"75\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.1\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.6\",\r\n            \"property-glassDoor.organization.sectorName\": \"Biotech & Pharmaceuticals\",\r\n            \"property-hs_analytics_first_timestamp\": \"1488917018984\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/8e0fe567-b293-4e46-a940-9532b04b3f98.png\",\r\n            \"property-hs_lastmodifieddate\": \"1489075303930\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"1\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1489074093810\",\r\n            \"property-hubspot.company.custom-domain\": \"novonordisk.dk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1488917018984\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1504044000000\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1488917018984\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"INTEGRATIONS_PLATFORM\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/8e0fe567-b293-4e46-a940-9532b04b3f98.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504764161090\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1489074093810\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-id\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-name\": \"Novo Nordisk\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504525860920\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"1\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"0\",\r\n            \"property-hubspot.company.custom-num_notes\": \"2\",\r\n            \"property-hubspot.company.custom-website\": \"novonordisk.dk\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot_owner_assigneddate\": \"1489074093810\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-knowledgeGraph.organization.description\": \"Company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Novo Nordisk is a Danish multinational pharmaceutical company headquartered in Bagsværd, Denmark, with production facilities in eight countries, and affiliates or offices in 75 countries. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Novo_Nordisk\",\r\n            \"property-name\": \"Novo Nordisk\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"Novo Alle 1\\n2880 Bagsværd\\nDK\\n\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.codes.cvr\": \"24256790\",\r\n            \"property-organization.contact.email\": \"web@novo.dk\",\r\n            \"property-organization.emailDomainNames\": \"novo.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.fax\": \"+4544442314\",\r\n            \"property-organization.fax-Country\": \"Denmark\",\r\n            \"property-organization.fax-E164\": \"+4544442314\",\r\n            \"property-organization.fax-International\": \"+45 44 44 23 14\",\r\n            \"property-organization.fax-Rfc3966\": \"tel:+45-44-44-23-14\",\r\n            \"property-organization.foundingDate\": \"1931-11-28T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"Biotech & Pharmaceuticals\",\r\n            \"property-organization.name\": \"Novo Nordisk A/S\",\r\n            \"property-organization.phoneNumber\": \"+4544448888\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4544448888\",\r\n            \"property-organization.phoneNumber-International\": \"+45 44 44 88 88\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-44-44-88-88\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/novonordisk\",\r\n            \"property-organization.social+instagram\": \"https://instagram.com/novonordisk/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/novo-nordisk/careers\",\r\n            \"property-organization.social+pinterest\": \"https://www.pinterest.com/novonordisk/\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/novonordisk\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/novonordisk/custom\",\r\n            \"property-organization.usedTechnologies\": \"Adobe Experience Manager, Java, jQuery, Modernizr, Twitter Bootstrap, Underscore.js\",\r\n            \"property-organization.website\": \"novonordisk.dk\",\r\n            \"property-website\": \"novonordisk.dk\",\r\n            \"property-website.CopyrightEntity\": \"Novo Nordisk A/S\",\r\n            \"property-website.Description\": \"Novo Nordisk is a global healthcare company with more than 90 years of innovation and leadership in diabetes care.\",\r\n            \"property-website.Title\": \"Welcome to Novo Nordisk A&#x2f;S\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"be510cb7-4c81-5a86-bcd3-da52463c02e4\",\r\n          \"name\": \"Cloudera\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"318\",\r\n            \"property-facebookGraph.organization.about\": \"Cloudera is the leading provider of Apache Hadoop-based software and services and works with customers in financial services, web, telecommunications, government and other industries.\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Cloudera delivers the modern platform for data management and analytics. We provide the world’s fastest, easiest and most secure Hadoop platform to help you solve your most challenging business problems with data.\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/16722616_10154887955351598_6078590570384897145_o.jpg?oh=4c0fb283e5e9d78e6d06924fd737b002&oe=596EE89C\",\r\n            \"property-facebookGraph.organization.engagement\": \"18642\",\r\n            \"property-facebookGraph.organization.fanCount\": \"18642\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Cloudera\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"37.41764\",\r\n            \"property-facebookGraph.organization.longitude\": \"-122.14553\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Cloudera's Distribution including Apache Hadoop\\nhttp://www.cloudera.com/hadoop\\n\\nCloudera Enterprise\\nhttp://www.cloudera.com/products-services/enterprise/\\n\\nHadoop Development Status\\nhttp://community.cloudera.com\\n\\nHadoop Training\\nhttp://university.cloudera.com\\n\\nHadoop Support\\nhttp://www.cloudera.com/content/cloudera/en/products/cloudera-support.html\",\r\n            \"property-facebookGraph.organization.username\": \"cloudera\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Cloudera-RVW14148199.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Lots of traffic to get there unless you live close by\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Great place to work!\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"5\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Very good culture, satisfying pay, office perks (ex: daily free lunch)\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2017-03-11T22:51:15.0830000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"154\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"96\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"4\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"4.3\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"211\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"84\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"4.2\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-organization.address.city\": \"Palo Alto\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.streetName\": \"1001 Page Mill Rd Bldg 2\",\r\n            \"property-organization.address.zipCode\": \"94304\",\r\n            \"property-organization.emailDomainNames\": \"cloudera.com\",\r\n            \"property-organization.employeeCount\": \"501-1000\",\r\n            \"property-organization.foundingDate\": \"2008\",\r\n            \"property-organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-organization.name\": \"Cloudera\",\r\n            \"property-organization.phoneNumber\": \"+18887891488\",\r\n            \"property-organization.phoneNumber-E164\": \"+18887891488\",\r\n            \"property-organization.phoneNumber-International\": \"+1 888-789-1488\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-888-789-1488\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/cloudera\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/cloudera\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/cloudera\",\r\n            \"property-organization.usedTechnologies\": \"Adobe Experience Manager, Google Tag Manager, Java, jQuery, jQuery UI, Twitter Bootstrap, ZURB Foundation\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/cloudera\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/cloudera\",\r\n            \"property-organization.website\": \"http://www.cloudera.com\",\r\n            \"property-website.CopyrightEntity\": \"Cloudera, Inc\",\r\n            \"property-website.Description\": \"Imagine what your business could do if all your data were collected in one centralized, secure, fully-governed place that any department could access anytime, anywhere.\\n\",\r\n            \"property-website.Title\": \"Big data | Machine Learning | Analytics | Cloudera\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"7275df46-8a38-5460-bf61-3d26b0e55ae8\",\r\n          \"name\": \"WOOMIO IVS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-angelList.organization.communityProfile\": \"False\",\r\n            \"property-angelList.organization.followerCount\": \"10\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1434\",\r\n            \"property-cvr.organization.address+streetCode\": \"1262\",\r\n            \"property-cvr.organization.address+streetName\": \"Danneskiold-Samsøes Allé\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"41\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Iværksætterselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2015-01-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2014-07-29T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"01-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"02-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"WOOMIO IVS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive virksomhed med udvikling og salg af teknologiske produkter.\",\r\n            \"property-cvr.organization.registeredCapital\": \"150.99\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2014-07-29T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2016-07-25T00:00:00.0000000+00:00\",\r\n            \"property-facebookGraph.organization.about\": \"Woomio helps marketers and agencies excel influencer marketing by providing the tools necessary to discover influencers, predict campaigns and measure ROI\",\r\n            \"property-facebookGraph.organization.category\": \"Internet Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/14424892_632991590212028_3365180001904580834_o.png?oh=af295cd51929d9fb2d9dfcb9d84fc9c1&oe=5997F42D\",\r\n            \"property-facebookGraph.organization.engagement\": \"746\",\r\n            \"property-facebookGraph.organization.fanCount\": \"746\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Woomio\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.66625\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.581\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"5\",\r\n            \"property-facebookGraph.organization.username\": \"WoomioDK\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"21 Njalsgade\",\r\n            \"property-hubspot.company.custom-city\": \"København\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1498484339785\",\r\n            \"property-hubspot.company.custom-description\": \"We believe that digital content creator advertising delivers the highest value for companies. We are convinced that content creators are the present and the future of brand awareness. Our mission is to help companies obtain high value by connecting the...\",\r\n            \"property-hubspot.company.custom-domain\": \"woomio.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/woomiodk\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1498484382817\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1498484438570\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2013\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1498484382799\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601579491\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1498484339785\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/woomio\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"We believe that digital content creator advertising delivers the highest value for companies. We are convinced that content creators are the present and the future of brand awareness. Our mission is to help companies obtain high value by connecting the...\",\r\n            \"property-hubspot.company.custom-name\": \"Woomio\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10\",\r\n            \"property-hubspot.company.custom-phone\": \"45 26 29 96 94\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-total_money_raised\": \"323.3K\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"HeyWoomio\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"mixpanel;typekit_by_adobe;nginx;google_tag_manager;cloud_flare;google_analytics;heap;google_apps;sentry\",\r\n            \"property-hubspot.company.custom-website\": \"woomio.com\",\r\n            \"property-hubspot.company.custom-zip\": \"2300\",\r\n            \"property-hubspot.company.founded\": \"2013\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"We believe that digital content creator advertising delivers the highest value for companies. We are convinced that content creators are the present and the future of brand awareness. Our mission is to help companies obtain high value by connecting the...\",\r\n            \"property-organization.address\": \"Danneskiold-Samsøes Allé 41\\n1434 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Njalsgade 21G, 7th Floor\",\r\n            \"property-organization.address.zipCode\": \"2300\",\r\n            \"property-organization.codes.cvr\": \"36053720\",\r\n            \"property-organization.contact.email\": \"support@woomio.com\",\r\n            \"property-organization.emailDomainNames\": \"woomio.com\",\r\n            \"property-organization.employeeCount\": \"0\",\r\n            \"property-organization.foundingDate\": \"2014-07-29T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.name\": \"Woomio\",\r\n            \"property-organization.phoneNumber\": \"+4526299694\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4526299694\",\r\n            \"property-organization.phoneNumber-International\": \"+45 26 29 96 94\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-26-29-96-94\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/WoomioDK/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/woomio\",\r\n            \"property-organization.webProfile.AngelList\": \"https://angel.co/woomio\",\r\n            \"property-organization.webProfile.CrunchBase\": \"http://www.crunchbase.com/organization/woomio\",\r\n            \"property-organization.website\": \"https://www.woomio.com/\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/woomiodk\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/woomio\",\r\n            \"property-user.social.Twitter\": \"HeyWoomio\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"16370d91-17c2-5fc3-a1bd-c3b7a76dfef9\",\r\n          \"name\": \"CODEHOUSE A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"København K\",\r\n            \"property-cvr.organization.address+floor\": \"4\",\r\n            \"property-cvr.organization.address+municipalityName\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.address+postalCode\": \"1263\",\r\n            \"property-cvr.organization.address+streetCode\": \"1676\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"A\",\r\n            \"property-cvr.organization.address+streetName\": \"Esplanaden\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"8\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2008-06-30T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2007-07-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"06-30\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"07-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"KØBENHAVN\",\r\n            \"property-cvr.organization.name\": \"CODEHOUSE A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at udvikle, designe og implementere system- og webløsninger samt hermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"500000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2007-07-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2007-12-31T00:00:00.0000000+00:00\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Amerikavej 15B\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000\",\r\n            \"property-hubspot.company.custom-city\": \"København V\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1497950805999\",\r\n            \"property-hubspot.company.custom-description\": \"Medarbejderne i Codehouse gør forskellen\",\r\n            \"property-hubspot.company.custom-domain\": \"codehouse.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/CodehouseDK\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1497950927715\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1497950956108\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2000\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1497950927699\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"CONTACTS\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"CRM_UI\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1504170113386\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1497950805999\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/codehouse-a-s\",\r\n            \"property-hubspot.company.custom-name\": \"Codehouse\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1504170110203\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1504170112363\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"50\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 25 75 25\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"codehouseDK\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_exchange_online;microsoft_office_365;facebook_connect;google_analytics;digital_ocean;asp_net;facebook_like_button;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"codehouse.com\",\r\n            \"property-hubspot.company.custom-zip\": \"1756\",\r\n            \"property-hubspot.company.founded\": \"2000\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-organization.address\": \"Esplanaden 8 A 4\\n1263 København K\\nDK\\n\",\r\n            \"property-organization.address.city\": \"København V\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.zipCode\": \"1756\",\r\n            \"property-organization.codes.cvr\": \"30512537\",\r\n            \"property-organization.contact.email\": \"finance@codehouse.com\",\r\n            \"property-organization.emailDomainNames\": \"codehouse.com\",\r\n            \"property-organization.employeeCount\": \"20-49\",\r\n            \"property-organization.foundingDate\": \"2007-07-03T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.phoneNumber\": \"70257525\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570257525\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 25 75 25\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-25-75-25\",\r\n            \"property-organization.website\": \"codehouse.com\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/CodehouseDK\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/codehouse-a-s\",\r\n            \"property-user.social.Twitter\": \"codehouseDK\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"7538ab77-7d5f-53c7-9696-0094ddc8886e\",\r\n          \"name\": \"Danske Bank\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"S, Holmens Kanal 2-12\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1486056175123\",\r\n            \"property-cvr.organization.address+coName\": \"Pensions Service\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Odense C\",\r\n            \"property-cvr.organization.address+municipalityName\": \"ODENSE\",\r\n            \"property-cvr.organization.address+postalCode\": \"5000\",\r\n            \"property-cvr.organization.address+streetCode\": \"2276\",\r\n            \"property-cvr.organization.address+streetName\": \"Fisketorvet\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"8\",\r\n            \"property-cvr.organization.address+streetNumberTo\": \"10\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Forening\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"889910\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Foreninger, legater og fonde med sygdomsbekæmpende, sociale og velgørende formål\",\r\n            \"property-cvr.organization.municipality\": \"ODENSE\",\r\n            \"property-cvr.organization.name\": \"Danske Bank\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.startDate\": \"1970-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-description\": \"Danske Bank is a Danish bank whose name also literally translates into \\\"Danish Bank\\\". It was founded 5 October 1871 as Den Danske Landmandsbank, Hypothek- og Vexelbank i Kjøbenhavn (The Danish Farmers' Bank, Mortgage and Exchange Bank of Copenhagen). Headquartered in Copenhagen, it is the largest bank in Denmark and a major retail bank in the northern European region with over 5 million retail customers. Danske Bank was number 454 on the Fortune Global 500 list for 2011.\",\r\n            \"property-domain\": \"danskebank.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/DanskeBankDanmark\",\r\n            \"property-facebookGraph.organization.about\": \"Velkommen til Facebooksiden for Danske Bank i Danmark. Vi er online fra kl. 9.00 til 21.00 - mandag til fredag og 10-18 i weekenden. Husk, du også kan ringe til os døgnet rundt på 70123456.\",\r\n            \"property-facebookGraph.organization.category\": \"Finance Company\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/s720x720/17796370_1310137795701167_2696389056033287177_n.png?oh=a8b4c49aa41d380f3bfcf3ef08a18e2a&oe=59E25380\",\r\n            \"property-facebookGraph.organization.engagement\": \"94442\",\r\n            \"property-facebookGraph.organization.fanCount\": \"94442\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Danske Bank\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"True\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"DanskeBankDanmark\",\r\n            \"property-founded_year\": \"1871\",\r\n            \"property-hs_lastmodifieddate\": \"1486056175230\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"7\",\r\n            \"property-hubspot.company.custom-address\": \"S, Holmens Kanal 2-12\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Copenhagen\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1486056175123\",\r\n            \"property-hubspot.company.custom-description\": \"Danske Bank is a Danish bank whose name also literally translates into \\\"Danish Bank\\\". It was founded 5 October 1871 as Den Danske Landmandsbank, Hypothek- og Vexelbank i Kjøbenhavn (The Danish Farmers' Bank, Mortgage and Exchange Bank of Copenhagen). Headquartered in Copenhagen, it is the largest bank in Denmark and a major retail bank in the northern European region with over 5 million retail customers. Danske Bank was number 454 on the Fortune Global 500 list for 2011.\",\r\n            \"property-hubspot.company.custom-domain\": \"danskebank.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/DanskeBankDanmark\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1504044000000\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1871\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"2b48951f-cdbd-4919-9370-23ef41d736bd\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1511391748759\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1486056175123\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"BANKING\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company-beta/2630?pathWildcard=2630\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Danske Bank is a Danish bank whose name also literally translates into \\\"Danish Bank\\\". It was founded 5 October 1871 as Den Danske Landmandsbank, Hypothek- og Vexelbank i Kjøbenhavn (The Danish Farmers' Bank, Mortgage and Exchange Bank of Copenhagen). Headquartered in Copenhagen, it is the largest bank in Denmark and a major retail bank in the northern European region with over 5 million retail customers. Danske Bank was number 454 on the Fortune Global 500 list for 2011.\",\r\n            \"property-hubspot.company.custom-name\": \"Danske Bank A/S\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1505826008400\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1511375151016\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"7\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"2\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"3\",\r\n            \"property-hubspot.company.custom-num_notes\": \"13\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"10000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 70 12 34 56\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"danskebank_dk\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"microsoft_office_365;google_maps;dyn_dns;facebook_connect;facebook_advertiser\",\r\n            \"property-hubspot.company.custom-website\": \"danskebank.dk\",\r\n            \"property-hubspot.company.founded\": \"1871\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Danske Bank is a Danish bank whose name also literally translates into \\\"Danish Bank\\\". It was founded 5 October 1871 as Den Danske Landmandsbank, Hypothek- og Vexelbank i Kjøbenhavn (The Danish Farmers' Bank, Mortgage and Exchange Bank of Copenhagen). Headquartered in Copenhagen, it is the largest bank in Denmark and a major retail bank in the northern European region with over 5 million retail customers. Danske Bank was number 454 on the Fortune Global 500 list for 2011.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1486056175123\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"BANKING\",\r\n            \"property-is_public\": \"true\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company-beta/2630?pathWildcard=2630\",\r\n            \"property-linkedinbio\": \"Danske Bank is a Danish bank whose name also literally translates into \\\"Danish Bank\\\". It was founded 5 October 1871 as Den Danske Landmandsbank, Hypothek- og Vexelbank i Kjøbenhavn (The Danish Farmers' Bank, Mortgage and Exchange Bank of Copenhagen). Headquartered in Copenhagen, it is the largest bank in Denmark and a major retail bank in the northern European region with over 5 million retail customers. Danske Bank was number 454 on the Fortune Global 500 list for 2011.\",\r\n            \"property-name\": \"Danske Bank A/S\",\r\n            \"property-organization.address\": \"C/O Pensions Service\\nFisketorvet 8-10\\n5000 Odense C\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Copenhagen\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"23569914\",\r\n            \"property-organization.contact.email\": \"facebook@danskebank.dk\",\r\n            \"property-organization.emailDomainNames\": \"danskebank.dk\",\r\n            \"property-organization.foundingDate\": \"1970-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"BANKING\",\r\n            \"property-organization.phoneNumber\": \"65488501\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570123456\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 12 34 56\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-12-34-56\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/DanskeBankDanmark/\",\r\n            \"property-organization.website\": \"danskebank.dk\",\r\n            \"property-phone\": \"+45 70 12 34 56\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"danskebank_dk\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/DanskeBankDanmark\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company-beta/2630?pathWildcard=2630\",\r\n            \"property-user.social.Twitter\": \"danskebank_dk\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"danskebank.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"43ba76fb-e917-54f2-bb5d-fd4db03de452\",\r\n          \"name\": \"Vertic\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"180 Varick Street Suite 1620\",\r\n            \"property-annualrevenue\": \"50000000\",\r\n            \"property-appItemId\": \"21\",\r\n            \"property-appItemIdFormatted\": \"21\",\r\n            \"property-city\": \"New York\",\r\n            \"property-commentCount\": \"0\",\r\n            \"property-country\": \"United States\",\r\n            \"property-createdate\": \"1484044029119\",\r\n            \"property-description\": \"We are a strategic digital agency dedicated to creating groundbreaking solutions. Our approach is interdisciplinary, combining strategy, storytelling, creativity and interactive design. We're independently owned with offices in New York, Seattle, Copenhagen, and Singapore.\",\r\n            \"property-domain\": \"vertic.com\",\r\n            \"property-facebook_company_page\": \"http://www.facebook.com/Vertic\",\r\n            \"property-founded_year\": \"2002\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-Vertic-RVW12821126.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"- Like many NYC agencies, there were long hours.\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"False\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Exciting Agency\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"4\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"- Beautiful office and location\\n- Very nice COO / head of HR \\n- Many company provided lunches and happy hours. The leaders here seem to really care about employee bonding and having fun after the work is done.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-11-29T07:49:01.0400000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Advertising & Marketing\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"3.6\",\r\n            \"property-glassDoor.organization.ratings.ceo.numberOfRatings\": \"18\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctApprove\": \"81\",\r\n            \"property-glassDoor.organization.ratings.ceo.pctDisapprove\": \"19\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.5\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.8\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"28\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"4.1\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"Very Satisfied\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"74\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"3.7\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.7\",\r\n            \"property-glassDoor.organization.sectorName\": \"Business Services\",\r\n            \"property-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hs_analytics_num_visits\": \"0\",\r\n            \"property-hs_analytics_source\": \"OFFLINE\",\r\n            \"property-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hs_lastmodifieddate\": \"1488489429610\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"180 Varick Street\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"50000000\",\r\n            \"property-hubspot.company.custom-city\": \"New York\",\r\n            \"property-hubspot.company.custom-company_name\": \"Vertic\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1484044029119\",\r\n            \"property-hubspot.company.custom-customer_journey_stage\": \"Warm lead\",\r\n            \"property-hubspot.company.custom-description\": \"We are a strategic digital agency dedicated to creating groundbreaking solutions. Our approach is interdisciplinary, combining strategy, storytelling, creativity and interactive design. We're independently owned with offices in New York, Seattle, Copenhagen, and Singapore.\",\r\n            \"property-hubspot.company.custom-domain\": \"vertic.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Vertic\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1497876636880\",\r\n            \"property-hubspot.company.custom-founded_year\": \"2002\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1484044157194\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"738f4f1b-8913-465c-80d7-17f729a4d866\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1502026593252\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1497876593096\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lead_score_tim_\": \"0\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/verticportals\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"We are a strategic digital agency dedicated to creating groundbreaking solutions. Our approach is interdisciplinary, combining strategy, storytelling, creativity and interactive design. We're independently owned with offices in New York, Seattle, Copenhagen, and Singapore.\",\r\n            \"property-hubspot.company.custom-name\": \"Vertic\",\r\n            \"property-hubspot.company.custom-notes_last_contacted\": \"1502026590738\",\r\n            \"property-hubspot.company.custom-notes_last_updated\": \"1502026592786\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-num_contacted_notes\": \"1\",\r\n            \"property-hubspot.company.custom-num_notes\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"+65 8120 6636\",\r\n            \"property-hubspot.company.custom-reference_date\": \"31-Aug-15\",\r\n            \"property-hubspot.company.custom-state\": \"NY\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/New_York\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"WeAreVertic\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"youtube;nginx;wordpress;facebook_connect;facebook_like_button;twitter_advertiser;microsoft_office_365;apache;google_maps;google_analytics;twitter_button;digital_ocean;hubspot;outlook\",\r\n            \"property-hubspot.company.custom-website\": \"vertic.com\",\r\n            \"property-hubspot.company.custom-zip\": \"10014\",\r\n            \"property-hubspot.company.founded\": \"2002\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"We are a strategic digital agency dedicated to creating groundbreaking solutions. Our approach is interdisciplinary, combining strategy, storytelling, creativity and interactive design. We're independently owned with offices in New York, Seattle, Copenhagen, and Singapore.\",\r\n            \"property-industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-initialRevision.Revision\": \"0\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-isLiked\": \"False\",\r\n            \"property-itemId\": \"315188402\",\r\n            \"property-knowledgeGraph.organization.description\": \"Marketing company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Vertic is a Danish digital marketing and advertising agency founded in Copenhagen, Denmark in 2002. The company has offices in Copenhagen, New York City, Seattle and Singapore. Its clients include GE, Microsoft, Novo Nordisk, SAP, AARP and Vestas. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Vertic\",\r\n            \"property-lastEventOn\": \"2015-08-31T15:12:00.0000000\",\r\n            \"property-likeCount\": \"0\",\r\n            \"property-linkedin_company_page\": \"http://www.linkedin.com/company/27896\",\r\n            \"property-linkedinbio\": \"We are a strategic digital agency dedicated to creating groundbreaking solutions. Our approach is interdisciplinary, combining strategy, storytelling, creativity and interactive design. We're independently owned with offices in New York, Seattle, Copenhagen, and Singapore.\",\r\n            \"property-name\": \"Vertic\",\r\n            \"property-num_associated_contacts\": \"1\",\r\n            \"property-organization.address\": \"180 Varick Street\",\r\n            \"property-organization.address.city\": \"New York\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"NY\",\r\n            \"property-organization.address.zipCode\": \"10014\",\r\n            \"property-organization.annualRevenue\": \"50000000\",\r\n            \"property-organization.emailDomainNames\": \"vertic.com\",\r\n            \"property-organization.industry\": \"MARKETING_AND_ADVERTISING\",\r\n            \"property-organization.phoneNumber\": \"+6581206636\",\r\n            \"property-organization.phoneNumber-Country\": \"Singapore\",\r\n            \"property-organization.phoneNumber-E164\": \"+6581206636\",\r\n            \"property-organization.phoneNumber-International\": \"+65 8120 6636\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+65-8120-6636\",\r\n            \"property-organization.website\": \"vertic.com\",\r\n            \"property-organizationName\": \"Vertic\",\r\n            \"property-phone\": \"+65 8120 6636\",\r\n            \"property-primaryContact\": \"Camilla Grove\",\r\n            \"property-state\": \"NY\",\r\n            \"property-subscribed\": \"False\",\r\n            \"property-taskCount\": \"0\",\r\n            \"property-timezone\": \"America/New_York\",\r\n            \"property-twitterhandle\": \"WeAreVertic\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Vertic\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/verticportals\",\r\n            \"property-user.social.Twitter\": \"WeAreVertic\",\r\n            \"property-user.timezone\": \"America/New_York Standard Time\",\r\n            \"property-website\": \"vertic.com\",\r\n            \"property-zip\": \"10014\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"181e874f-af9b-57bd-88f7-9836214f0c2c\",\r\n          \"name\": \"Berlingske Media\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Pilestræde 34 Copenhagen K\",\r\n            \"property-annualrevenue\": \"100000000\",\r\n            \"property-city\": \"Copenhagen\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1490356281502\",\r\n            \"property-description\": \"Læs nyheder og seneste nyt fra Danmark og udlandet. Mest læste nyheder, politik, sport, business, kultur og vejret - Berlingske.\",\r\n            \"property-domain\": \"b.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/berlingske\",\r\n            \"property-facebookGraph.organization.about\": \"De seneste nyheder, reportager og historier fra b.dk\\n\\nKundeservice: 33 75 36 36.\",\r\n            \"property-facebookGraph.organization.category\": \"Media/News Company\",\r\n            \"property-facebookGraph.organization.companyOverview\": \"Berlingske leverer nyheder med tilgængelighed, hurtighed, tilstedeværelse og baggrund. \",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t31.0-0/p480x480/16722697_10154329369963133_1875650809640032374_o.jpg?oh=2d7ff3c50ad995ec1d29473e8aede4a8&oe=59269DA6\",\r\n            \"property-facebookGraph.organization.engagement\": \"159740\",\r\n            \"property-facebookGraph.organization.fanCount\": \"159740\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Berlingske\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.68083\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.58038\",\r\n            \"property-facebookGraph.organization.mission\": \"Her på siden vil vi gerne i dialog med vores læsere om dagens aktuelle nyheder. Vi modtager gerne input og tips. \\nOpslag, der er kommercielle eller på anden måde irrelevante, sletter vi fra siden.  \",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.products\": \"Berlingske \",\r\n            \"property-facebookGraph.organization.username\": \"berlingske\",\r\n            \"property-founded_year\": \"1749\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/880b3412-0c6a-47cc-8ad9-4f0b72ae8417.png\",\r\n            \"property-hs_lastmodifieddate\": \"1491332719516\",\r\n            \"property-hubspot.company.custom-address\": \"34 Pilestræde\",\r\n            \"property-hubspot.company.custom-city\": \"København\",\r\n            \"property-hubspot.company.custom-company_added\": \"MANUALLY\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1490356281502\",\r\n            \"property-hubspot.company.custom-description\": \"De seneste nyheder på b.dk. Med Berlingske får du seneste nyt fra ind- og udland om bl.a. politik, sport, business, kultur, breaking news og vejret.\",\r\n            \"property-hubspot.company.custom-domain\": \"b.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://facebook.com/berlingske\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1749\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/880b3412-0c6a-47cc-8ad9-4f0b72ae8417.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1497051082151\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1490356281502\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-id\": \"0\",\r\n            \"property-hubspot.company.custom-industry\": \"NEWSPAPERS\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/berlingske\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"De seneste nyheder på b.dk. Med Berlingske får du seneste nyt fra ind- og udland om bl.a. politik, sport, business, kultur, breaking news og vejret.\",\r\n            \"property-hubspot.company.custom-name\": \"Berlingske\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"200\",\r\n            \"property-hubspot.company.custom-phone\": \"45 33 75 75 75\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"berlingske\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"new_relic;apache;nginx;ubuntu;google_tag_manager;facebook_connect;google_analytics;google_apps;aws_ec2;sendgrid;facebook_advertiser\",\r\n            \"property-hubspot.company.custom-website\": \"b.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"1112\",\r\n            \"property-hubspot.company.founded\": \"1749\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"De seneste nyheder på b.dk. Med Berlingske får du seneste nyt fra ind- og udland om bl.a. politik, sport, business, kultur, breaking news og vejret.\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490356281502\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"NEWSPAPERS\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/http://linkedin.com/company/berlingske\",\r\n            \"property-linkedinbio\": \"Læs nyheder og seneste nyt fra Danmark og udlandet. Mest læste nyheder, politik, sport, business, kultur og vejret - Berlingske.\",\r\n            \"property-name\": \"Berlingske Tidende A/S\",\r\n            \"property-organization.address\": \"34 Pilestræde\",\r\n            \"property-organization.address.city\": \"København\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Pilestræde 34\",\r\n            \"property-organization.address.zipCode\": \"1112\",\r\n            \"property-organization.annualRevenue\": \"100000000\",\r\n            \"property-organization.contact.email\": \"internet@berlingske.dk\",\r\n            \"property-organization.emailDomainNames\": \"b.dk\",\r\n            \"property-organization.industry\": \"NEWSPAPERS\",\r\n            \"property-organization.phoneNumber\": \"+4533757575\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4533757575\",\r\n            \"property-organization.phoneNumber-International\": \"+45 33 75 75 75\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-33-75-75-75\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/berlingske/\",\r\n            \"property-organization.website\": \"b.dk\",\r\n            \"property-phone\": \"45 33 75 75 75\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"berlingske\",\r\n            \"property-user.social.Facebook\": \"https://facebook.com/berlingske\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/berlingske\",\r\n            \"property-user.social.Twitter\": \"berlingske\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"b.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"3c81df4a-6d4a-59e7-94db-9d694271ed62\",\r\n          \"name\": \"MPEOPLE ApS\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Hillerød\",\r\n            \"property-cvr.organization.address+door\": \"th\",\r\n            \"property-cvr.organization.address+floor\": \"2\",\r\n            \"property-cvr.organization.address+municipalityName\": \"HILLERØD\",\r\n            \"property-cvr.organization.address+postalCode\": \"3400\",\r\n            \"property-cvr.organization.address+streetCode\": \"8977\",\r\n            \"property-cvr.organization.address+streetLetterFrom\": \"B\",\r\n            \"property-cvr.organization.address+streetName\": \"Torvet\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"5\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Anpartsselskab\",\r\n            \"property-cvr.organization.financialReportSummary.currency\": \"DKK\",\r\n            \"property-cvr.organization.financialReportSummary.equity\": \"2379977\",\r\n            \"property-cvr.organization.financialReportSummary.grossProfitLoss\": \"6954121\",\r\n            \"property-cvr.organization.financialReportSummary.liabilitiesAndEquity\": \"6380168\",\r\n            \"property-cvr.organization.financialReportSummary.link\": \"http://regnskaber.virk.dk/74628663/ZG9rdW1lbnRsYWdlcjovLzAzL2Y5Lzk0L2IxLzdjL2JkYTEtNGQ4My1hMWMxLWY5ZjgyNzczZGFmNA.pdf\",\r\n            \"property-cvr.organization.financialReportSummary.profitLoss\": \"2324998\",\r\n            \"property-cvr.organization.financialReportSummary.profitLossFromOrdinaryActivitiesBeforeTax\": \"2991084\",\r\n            \"property-cvr.organization.financialReportSummary.year\": \"2016\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2015-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2015-03-16T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.hasShareCapitalClasses\": \"false\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"HILLERØD\",\r\n            \"property-cvr.organization.name\": \"MPEOPLE ApS\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"True\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er salg af it-konsulent- og rådgivningsydelser samt efter direktionens skøn dermed beslægtet virksomhed.\",\r\n            \"property-cvr.organization.registeredCapital\": \"50000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2015-03-16T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-organization.address\": \"Torvet 5 B 2 th\\n3400 Hillerød\\nDK\\n\",\r\n            \"property-organization.annualRevenue\": \"6954121 DKK\",\r\n            \"property-organization.codes.cvr\": \"36682647\",\r\n            \"property-organization.contact.email\": \"lars@mpeople.dk\",\r\n            \"property-organization.emailDomainNames\": \"mpeople.dk\",\r\n            \"property-organization.employeeCount\": \"5-9\",\r\n            \"property-organization.foundingDate\": \"2015-03-16T00:00:00.0000000+00:00\",\r\n            \"property-organization.phoneNumber\": \"+4570209080\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4570209080\",\r\n            \"property-organization.phoneNumber-International\": \"+45 70 20 90 80\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-70-20-90-80\",\r\n            \"property-organization.website\": \"mpeople.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"8b8a07f5-edc1-5e81-968f-0d9afdd15ada\",\r\n          \"name\": \"Computopic I/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-cvr.organization.address+coName\": \"Rialtobygningen\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Frederiksberg\",\r\n            \"property-cvr.organization.address+floor\": \"2\",\r\n            \"property-cvr.organization.address+municipalityName\": \"FREDERIKSBERG\",\r\n            \"property-cvr.organization.address+postalCode\": \"2000\",\r\n            \"property-cvr.organization.address+streetCode\": \"220\",\r\n            \"property-cvr.organization.address+streetName\": \"Falkoner Alle\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"1\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Interessentskab\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620100\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Computerprogrammering\",\r\n            \"property-cvr.organization.municipality\": \"FREDERIKSBERG\",\r\n            \"property-cvr.organization.name\": \"Computopic I/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.startDate\": \"2006-01-01T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"Aktiv\",\r\n            \"property-facebookGraph.organization.about\": \"Web- og SMS-løsninger.  Vi kan faktisk det meste!  For alle ansatte og venner af huset!\",\r\n            \"property-facebookGraph.organization.category\": \"Local Business\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-0/p180x540/486315_355679597804661_1536936932_n.jpg?oh=1ff730ceb170b3704796a2a96d889128&oe=59570F44\",\r\n            \"property-facebookGraph.organization.engagement\": \"439\",\r\n            \"property-facebookGraph.organization.fanCount\": \"439\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"Computopic\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.67948\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.53337\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"4.9\",\r\n            \"property-facebookGraph.organization.username\": \"computopic\",\r\n            \"property-organization.address\": \"C/O Rialtobygningen\\nFalkoner Alle 1 2\\n2000 Frederiksberg\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Frederiksberg\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Falkoner Allé 7, 1. sal\",\r\n            \"property-organization.address.zipCode\": \"2000\",\r\n            \"property-organization.codes.cvr\": \"29249857\",\r\n            \"property-organization.contact.email\": \"kb@computopic.dk\",\r\n            \"property-organization.emailDomainNames\": \"computopic.dk\",\r\n            \"property-organization.employeeCount\": \"5-9\",\r\n            \"property-organization.foundingDate\": \"2006-01-01T00:00:00.0000000+00:00\",\r\n            \"property-organization.phoneNumber\": \"+4538334055\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4538334055\",\r\n            \"property-organization.phoneNumber-International\": \"+45 38 33 40 55\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-38-33-40-55\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/computopic/\",\r\n            \"property-organization.website\": \"www.computopic.dk www.gruppe-sms.dk www.smspress.dk www.smsme.dk\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"e0530096-41e7-58a1-938c-7863ac725670\",\r\n          \"name\": \"Amazon\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Seattle\",\r\n            \"property-hubspot.company.custom-country\": \"United States\",\r\n            \"property-hubspot.company.custom-createdate\": \"1495386907299\",\r\n            \"property-hubspot.company.custom-description\": \"Amazon is an e-commerce retailer formed originally to provide consumers with products in two segments. It offers users with merchandise and content purchased for resale from vendors and those offered by third-party sellers. Operating in North American and International markets, Amazon provides its services through websites such as amazon.com and amazon.ca. It also enables authors, musicians, filmmakers, app developers, and others to publish and sell content via its branded websites. Amazon also provides Kindle Direct Publishing, an online platform that allows independent authors and publishers to make their books available in the Kindle Store. In addition, it provides co-branded credit card agreements and advertising services, serves developers and enterprises through Amazon Web Services, and manufactures and sells electronic devices. It offers Amazon Prime which is an annual membership program. It provides free shipping, streaming, and access to books to borrow and read on a Kindle device. Amazon was founded in 1994 and is headquartered in Seattle, Washington.\",\r\n            \"property-hubspot.company.custom-domain\": \"amazon.com\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"http://www.facebook.com/Amazon\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1994\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1495386907395\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1495386907299\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-hubspot.company.custom-is_public\": \"true\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/amazon\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"Amazon is an e-commerce retailer formed originally to provide consumers with products in two segments. It offers users with merchandise and content purchased for resale from vendors and those offered by third-party sellers. Operating in North American and International markets, Amazon provides its services through websites such as amazon.com and amazon.ca. It also enables authors, musicians, filmmakers, app developers, and others to publish and sell content via its branded websites. Amazon also provides Kindle Direct Publishing, an online platform that allows independent authors and publishers to make their books available in the Kindle Store. In addition, it provides co-branded credit card agreements and advertising services, serves developers and enterprises through Amazon Web Services, and manufactures and sells electronic devices. It offers Amazon Prime which is an annual membership program. It provides free shipping, streaming, and access to books to borrow and read on a Kindle device. Amazon was founded in 1994 and is headquartered in Seattle, Washington.\",\r\n            \"property-hubspot.company.custom-name\": \"Amazon\",\r\n            \"property-hubspot.company.custom-phone\": \"+1 225-557-1011\",\r\n            \"property-hubspot.company.custom-state\": \"WA\",\r\n            \"property-hubspot.company.custom-timezone\": \"America/Los_Angeles\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"amazon\",\r\n            \"property-hubspot.company.custom-website\": \"amazon.com\",\r\n            \"property-hubspot.company.custom-zip\": \"98109\",\r\n            \"property-hubspot.company.founded\": \"1994\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"true\",\r\n            \"property-hubspot.company.linkedInBio\": \"Amazon is an e-commerce retailer formed originally to provide consumers with products in two segments. It offers users with merchandise and content purchased for resale from vendors and those offered by third-party sellers. Operating in North American and International markets, Amazon provides its services through websites such as amazon.com and amazon.ca. It also enables authors, musicians, filmmakers, app developers, and others to publish and sell content via its branded websites. Amazon also provides Kindle Direct Publishing, an online platform that allows independent authors and publishers to make their books available in the Kindle Store. In addition, it provides co-branded credit card agreements and advertising services, serves developers and enterprises through Amazon Web Services, and manufactures and sells electronic devices. It offers Amazon Prime which is an annual membership program. It provides free shipping, streaming, and access to books to borrow and read on a Kindle device. Amazon was founded in 1994 and is headquartered in Seattle, Washington.\",\r\n            \"property-knowledgeGraph.organization.description\": \"Electronic commerce company\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"Amazon.com, Inc. is an American electronic commerce and cloud computing company that was founded on July 5, 1994 by Jeff Bezos and is based in Seattle, Washington. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/Amazon.com\",\r\n            \"property-organization.address.city\": \"Seattle\",\r\n            \"property-organization.address.countryCode\": \"United States\",\r\n            \"property-organization.address.state\": \"WA\",\r\n            \"property-organization.address.zipCode\": \"98109\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.emailDomainNames\": \"amazon.it\",\r\n            \"property-organization.industry\": \"COMPUTER_SOFTWARE\",\r\n            \"property-organization.phoneNumber\": \"+12255571011\",\r\n            \"property-organization.phoneNumber-Country\": \"United States\",\r\n            \"property-organization.phoneNumber-E164\": \"+12255571011\",\r\n            \"property-organization.phoneNumber-International\": \"+1 225-557-1011\",\r\n            \"property-organization.phoneNumber-Location\": \"Louisiana\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+1-225-557-1011\",\r\n            \"property-organization.website\": \"https://www.amazon.it/\",\r\n            \"property-user.social.Facebook\": \"http://www.facebook.com/Amazon\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/amazon\",\r\n            \"property-user.social.Twitter\": \"amazon\",\r\n            \"property-user.timezone\": \"America/Los_Angeles Standard Time\"\r\n          }\r\n        },\r\n        {\r\n          \"id\": \"a9e688c9-dc77-5d80-b609-ce0d4ba48a78\",\r\n          \"name\": \"KMD A/S\",\r\n          \"entityType\": \"/Organization\",\r\n          \"properties\": {\r\n            \"attribute-type\": \"/Metadata/KeyValue\",\r\n            \"property-address\": \"Hørkær 18, 3. sal\",\r\n            \"property-annualrevenue\": \"1000000000\",\r\n            \"property-city\": \"Herlev\",\r\n            \"property-company_notes\": \"Amalie knows Stephan Thomson\",\r\n            \"property-country\": \"Denmark\",\r\n            \"property-createdate\": \"1490262601644\",\r\n            \"property-cvr.organization.address+countryCode\": \"DK\",\r\n            \"property-cvr.organization.address+district\": \"Ballerup\",\r\n            \"property-cvr.organization.address+municipalityName\": \"BALLERUP\",\r\n            \"property-cvr.organization.address+postalCode\": \"2750\",\r\n            \"property-cvr.organization.address+streetCode\": \"195\",\r\n            \"property-cvr.organization.address+streetName\": \"Lautrupparken\",\r\n            \"property-cvr.organization.address+streetNumberFrom\": \"40\",\r\n            \"property-cvr.organization.companyTypeLongName\": \"Aktieselskab\",\r\n            \"property-cvr.organization.firstFiscalYearEnd\": \"2002-12-31T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.firstFiscalYearStart\": \"2002-12-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.fiscalYearEnd\": \"12-31\",\r\n            \"property-cvr.organization.fiscalYearStart\": \"01-01\",\r\n            \"property-cvr.organization.isBankrupt\": \"False\",\r\n            \"property-cvr.organization.mainIndustryCode\": \"620200\",\r\n            \"property-cvr.organization.mainIndustryDescription\": \"Konsulentbistand vedrørende informationsteknologi\",\r\n            \"property-cvr.organization.municipality\": \"BALLERUP\",\r\n            \"property-cvr.organization.name\": \"KMD A/S\",\r\n            \"property-cvr.organization.optOutSalesAndAdvertising\": \"False\",\r\n            \"property-cvr.organization.otherIndustry1.code\": \"620300\",\r\n            \"property-cvr.organization.otherIndustry1.description\": \"Computer facility management\",\r\n            \"property-cvr.organization.otherIndustry2.code\": \"631100\",\r\n            \"property-cvr.organization.otherIndustry2.description\": \"Databehandling, webhosting og lignende serviceydelser\",\r\n            \"property-cvr.organization.otherIndustry3.code\": \"682040\",\r\n            \"property-cvr.organization.otherIndustry3.description\": \"Udlejning af erhvervsejendomme\",\r\n            \"property-cvr.organization.purpose\": \"Selskabets formål er at drive informationsteknologisk virksomhed og anden i forbindelse hermed stående virksomhed, herunder at besidde andele i andre selskaber.\",\r\n            \"property-cvr.organization.registeredCapital\": \"240000000.00\",\r\n            \"property-cvr.organization.registeredCapitalCurrency\": \"DKK\",\r\n            \"property-cvr.organization.startDate\": \"2002-12-03T00:00:00.0000000+00:00\",\r\n            \"property-cvr.organization.status\": \"NORMAL\",\r\n            \"property-cvr.organization.statutesLastChanged\": \"2017-03-20T00:00:00.0000000+00:00\",\r\n            \"property-description\": \"KMD er blandt Danmarks største it- og softwarevirksomheder. Specialister i it-løsninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-domain\": \"kmd.dk\",\r\n            \"property-facebook_company_page\": \"https://www.facebook.com/laeringmedudsigt\",\r\n            \"property-facebookGraph.organization.about\": \"KMD er en af Danmarks førende it-virksomheder bygget på indsigt forankret i det offentlige Danmark, men der i dag også servicerer det privat erhvervsliv.\",\r\n            \"property-facebookGraph.organization.category\": \"Business Service\",\r\n            \"property-facebookGraph.organization.cover\": \"https://scontent.xx.fbcdn.net/v/t1.0-9/p720x720/13124487_1086289248104910_6419247212839507033_n.jpg?oh=7d7060fa086cdddf353faf1a41a33581&oe=59737110\",\r\n            \"property-facebookGraph.organization.engagement\": \"2666\",\r\n            \"property-facebookGraph.organization.fanCount\": \"2666\",\r\n            \"property-facebookGraph.organization.globalBrandPageName\": \"KMD\",\r\n            \"property-facebookGraph.organization.isAlwaysOpen\": \"False\",\r\n            \"property-facebookGraph.organization.isCommunityPage\": \"False\",\r\n            \"property-facebookGraph.organization.isPermanentlyClosed\": \"False\",\r\n            \"property-facebookGraph.organization.latitude\": \"55.73613\",\r\n            \"property-facebookGraph.organization.longitude\": \"12.3931\",\r\n            \"property-facebookGraph.organization.mission\": \"Sammen udvikler vi Danmark og forbedrer hverdagen for danskerne med teknologiske løsninger.\",\r\n            \"property-facebookGraph.organization.overallStarRating\": \"0\",\r\n            \"property-facebookGraph.organization.username\": \"kmditdanmark\",\r\n            \"property-founded_year\": \"1972\",\r\n            \"property-glassDoor.organization.featuredReview.attributionURL\": \"http://www.glassdoor.com/Reviews/Employee-Review-KMD-RVW10480563.htm\",\r\n            \"property-glassDoor.organization.featuredReview.cons\": \"Lacking upper management leadership and business development leadership\",\r\n            \"property-glassDoor.organization.featuredReview.currentJob\": \"True\",\r\n            \"property-glassDoor.organization.featuredReview.headline\": \"Senior Associate\",\r\n            \"property-glassDoor.organization.featuredReview.jobTitle\": \"Employee\",\r\n            \"property-glassDoor.organization.featuredReview.location\": \"San Francisco, CA\",\r\n            \"property-glassDoor.organization.featuredReview.overall\": \"3\",\r\n            \"property-glassDoor.organization.featuredReview.pros\": \"Good people & interesting projects.\",\r\n            \"property-glassDoor.organization.featuredReview.reviewDateTime\": \"2016-05-03T15:58:17.6800000+00:00\",\r\n            \"property-glassDoor.organization.industry\": \"Computer Hardware & Software\",\r\n            \"property-glassDoor.organization.ratings.careerOpportunitiesRating\": \"2.4\",\r\n            \"property-glassDoor.organization.ratings.compensationAndBenefitsRating\": \"3.4\",\r\n            \"property-glassDoor.organization.ratings.cultureAndValuesRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.numberOfRatings\": \"9\",\r\n            \"property-glassDoor.organization.ratings.overallRating\": \"3.0\",\r\n            \"property-glassDoor.organization.ratings.ratingDescription\": \"OK\",\r\n            \"property-glassDoor.organization.ratings.recommendToFriendRating\": \"59\",\r\n            \"property-glassDoor.organization.ratings.seniorLeadershipRating\": \"1.9\",\r\n            \"property-glassDoor.organization.ratings.workLifeBalanceRating\": \"3.0\",\r\n            \"property-glassDoor.organization.sectorName\": \"Information Technology\",\r\n            \"property-hs_avatar_filemanager_key\": \"hubfs/2770606/45e9abbf-bdd0-41e4-8881-caae478736b5.png\",\r\n            \"property-hs_lastmodifieddate\": \"1490403339455\",\r\n            \"property-hubspot.company.analyticsSource\": \"OFFLINE\",\r\n            \"property-hubspot.company.associateContactsCounts\": \"2\",\r\n            \"property-hubspot.company.custom-address\": \"Hørkær 18, 3. sal\",\r\n            \"property-hubspot.company.custom-annualrevenue\": \"1000000000\",\r\n            \"property-hubspot.company.custom-city\": \"Herlev\",\r\n            \"property-hubspot.company.custom-company_notes\": \"Amalie knows Stephan Thomson\",\r\n            \"property-hubspot.company.custom-country\": \"Denmark\",\r\n            \"property-hubspot.company.custom-createdate\": \"1490262601644\",\r\n            \"property-hubspot.company.custom-description\": \"KMD er blandt Danmarks største it- og softwarevirksomheder. Specialister i it-løsninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-hubspot.company.custom-domain\": \"kmd.dk\",\r\n            \"property-hubspot.company.custom-facebook_company_page\": \"https://www.facebook.com/laeringmedudsigt\",\r\n            \"property-hubspot.company.custom-first_contact_createdate\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-first_deal_created_date\": \"1499080741667\",\r\n            \"property-hubspot.company.custom-founded_year\": \"1972\",\r\n            \"property-hubspot.company.custom-hs_analytics_first_timestamp\": \"1501601480432\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_page_views\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_num_visits\": \"0\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_1\": \"IMPORT\",\r\n            \"property-hubspot.company.custom-hs_analytics_source_data_2\": \"2b48951f-cdbd-4919-9370-23ef41d736bd\",\r\n            \"property-hubspot.company.custom-hs_avatar_filemanager_key\": \"hubfs/2770606/45e9abbf-bdd0-41e4-8881-caae478736b5.png\",\r\n            \"property-hubspot.company.custom-hs_lastmodifieddate\": \"1501601526163\",\r\n            \"property-hubspot.company.custom-hubspot_owner_assigneddate\": \"1490262601644\",\r\n            \"property-hubspot.company.custom-hubspot_owner_id\": \"17423113\",\r\n            \"property-hubspot.company.custom-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-hubspot.company.custom-is_public\": \"false\",\r\n            \"property-hubspot.company.custom-lifecyclestage\": \"opportunity\",\r\n            \"property-hubspot.company.custom-linkedin_company_page\": \"https://www.linkedin.com/company/kmd\",\r\n            \"property-hubspot.company.custom-linkedinbio\": \"KMD er blandt Danmarks største it- og softwarevirksomheder. Specialister i it-løsninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-hubspot.company.custom-name\": \"KMD\",\r\n            \"property-hubspot.company.custom-num_associated_contacts\": \"2\",\r\n            \"property-hubspot.company.custom-num_associated_deals\": \"1\",\r\n            \"property-hubspot.company.custom-numberofemployees\": \"5000\",\r\n            \"property-hubspot.company.custom-phone\": \"+45 44 60 67 59\",\r\n            \"property-hubspot.company.custom-timezone\": \"Europe/Copenhagen\",\r\n            \"property-hubspot.company.custom-twitterhandle\": \"KMD_Jewelry\",\r\n            \"property-hubspot.company.custom-web_technologies\": \"typekit_by_adobe;google_maps;google_tag_manager;google_analytics;sharepoint\",\r\n            \"property-hubspot.company.custom-website\": \"kmd.dk\",\r\n            \"property-hubspot.company.custom-zip\": \"2730\",\r\n            \"property-hubspot.company.founded\": \"1972\",\r\n            \"property-hubspot.company.IsDeleted\": \"False\",\r\n            \"property-hubspot.company.isPublic\": \"false\",\r\n            \"property-hubspot.company.linkedInBio\": \"KMD er blandt Danmarks største it- og softwarevirksomheder. Specialister i it-løsninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-hubspot.company.notes\": \"Amalie knows Stephan Thomson\",\r\n            \"property-hubspot_owner_assigneddate\": \"1490262601644\",\r\n            \"property-hubspot_owner_id\": \"17423113\",\r\n            \"property-industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-is_public\": \"false\",\r\n            \"property-knowledgeGraph.organization.description\": \"Hip hop trio\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionBody\": \"KMD was a hip hop trio active in the early 1990s. The group is best known for launching the career of rapper and producer Zev Love X, who later became MF DOOM. Zev Love X and his younger brother DJ Subroc formed the core of KMD. \",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionLicense\": \"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\",\r\n            \"property-knowledgeGraph.organization.detailedDescriptionUrl\": \"https://en.wikipedia.org/wiki/KMD\",\r\n            \"property-linkedin_company_page\": \"https://www.linkedin.com/company/kmd\",\r\n            \"property-linkedinbio\": \"KMD er blandt Danmarks største it- og softwarevirksomheder. Specialister i it-løsninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-name\": \"KMD\",\r\n            \"property-organization.address\": \"Lautrupparken 40\\n2750 Ballerup\\nDK\\n\",\r\n            \"property-organization.address.city\": \"Herlev\",\r\n            \"property-organization.address.countryCode\": \"Denmark\",\r\n            \"property-organization.address.streetName\": \"Lautrupparken 40-42\",\r\n            \"property-organization.address.zipCode\": \"2730\",\r\n            \"property-organization.annualRevenue\": \"1000000000\",\r\n            \"property-organization.codes.cvr\": \"26911745\",\r\n            \"property-organization.contact.email\": \"info@kmd.dk\",\r\n            \"property-organization.emailDomainNames\": \"kmd.dk\",\r\n            \"property-organization.employeeCount\": \"1000-999999\",\r\n            \"property-organization.fax\": \"+4544604106\",\r\n            \"property-organization.fax-Country\": \"Denmark\",\r\n            \"property-organization.fax-E164\": \"+4544604106\",\r\n            \"property-organization.fax-International\": \"+45 44 60 41 06\",\r\n            \"property-organization.fax-Rfc3966\": \"tel:+45-44-60-41-06\",\r\n            \"property-organization.foundingDate\": \"2002-12-03T00:00:00.0000000+00:00\",\r\n            \"property-organization.industry\": \"INFORMATION_TECHNOLOGY_AND_SERVICES\",\r\n            \"property-organization.name\": \"KMD\",\r\n            \"property-organization.phoneNumber\": \"+4544601000\",\r\n            \"property-organization.phoneNumber-Country\": \"Denmark\",\r\n            \"property-organization.phoneNumber-E164\": \"+4544601000\",\r\n            \"property-organization.phoneNumber-International\": \"+45 44 60 10 00\",\r\n            \"property-organization.phoneNumber-Rfc3966\": \"tel:+45-44-60-10-00\",\r\n            \"property-organization.social+facebook\": \"https://www.facebook.com/kmditdanmark/\",\r\n            \"property-organization.social+instagram\": \"https://www.instagram.com/kmdit/\",\r\n            \"property-organization.social+linkedIn\": \"https://www.linkedin.com/company/kmd\",\r\n            \"property-organization.social+twitter\": \"https://twitter.com/KMDIT\",\r\n            \"property-organization.social+youTube\": \"https://www.youtube.com/user/KMDit\",\r\n            \"property-organization.usedTechnologies\": \"Google Font API, jQuery, jQuery UI, Modernizr, SWFObject, Underscore.js\",\r\n            \"property-organization.website\": \"http://kmd.dk/\",\r\n            \"property-phone\": \"+45 44 60 67 59\",\r\n            \"property-timezone\": \"Europe/Copenhagen\",\r\n            \"property-twitterhandle\": \"KMD_Jewelry\",\r\n            \"property-user.social.Facebook\": \"https://www.facebook.com/laeringmedudsigt\",\r\n            \"property-user.social.LinkedIn\": \"https://www.linkedin.com/company/kmd\",\r\n            \"property-user.social.Twitter\": \"KMD_Jewelry\",\r\n            \"property-user.timezone\": \"Europe/Copenhagen Standard Time\",\r\n            \"property-website\": \"kmd.dk\",\r\n            \"property-website.CopyrightEntity\": \"KMD\",\r\n            \"property-website.Description\": \"KMD er blandt Danmarks st&#248;rste it- og softwarevirksomheder. Specialister i it-l&#248;sninger og services til kommuner, regioner, stat og erhverv.\",\r\n            \"property-website.Title\": \"It-l&#248;sninger til den offentlige sektor og erhverv | KMD\",\r\n            \"property-zip\": \"2730\"\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  }\r\n}"}],"_postman_id":"37ed170e-7c8b-48df-a478-3d09ee2d9a12"}],"id":"1076acee-b0fb-fa22-a263-44557c27b6b9","_postman_id":"1076acee-b0fb-fa22-a263-44557c27b6b9","description":""},{"name":"Insights","item":[{"name":"Get User Insights","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"pid@cluedin.io\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"3d32a1da-196e-2942-1609-2b45457bec92","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/insight/all","description":"<p>Gets all the context users insights</p>\n","urlObject":{"path":["api","insight","all"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d32a1da-196e-2942-1609-2b45457bec92"},{"name":"Add Insight to User","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"true\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 202;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"ad75c2e1-b035-fa69-e4e8-c4777ad36451","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/insight?id=787da231-d431-587e-76ff-23bc058b5842","urlObject":{"path":["api","insight"],"host":["{{url}}"],"query":[{"key":"id","value":"787da231-d431-587e-76ff-23bc058b5842"}],"variable":[]}},"response":[],"_postman_id":"ad75c2e1-b035-fa69-e4e8-c4777ad36451"},{"name":"Delete Insight to User","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"speak\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"8777e8ec-b18a-418f-a4d4-a8f5dc3bc958","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/insight?id=e0a216a0-612a-47d0-998a-5efbcff899c6","urlObject":{"path":["api","insight"],"host":["{{url}}"],"query":[{"key":"id","value":"e0a216a0-612a-47d0-998a-5efbcff899c6"}],"variable":[]}},"response":[],"_postman_id":"8777e8ec-b18a-418f-a4d4-a8f5dc3bc958"}],"id":"040b562f-7e16-9552-204b-5416ee89eb17","_postman_id":"040b562f-7e16-9552-204b-5416ee89eb17","description":""},{"name":"News Feed","item":[{"name":"Get Activities Feed By Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"729b2aff-bcdd-d851-0130-acb4585bfa46","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v2/activities?id=15b3fece-0a4f-5d56-bfe3-10a6da6c9997&page=0&take=20","description":"<p>Gets the activities feed</p>\n<p>Possible Status Codes</p>\n<p>200 OK = All good</p>\n","urlObject":{"path":["api","v2","activities"],"host":["{{url}}"],"query":[{"key":"id","value":"15b3fece-0a4f-5d56-bfe3-10a6da6c9997"},{"key":"page","value":"0"},{"key":"take","value":"20"}],"variable":[]}},"response":[],"_postman_id":"729b2aff-bcdd-d851-0130-acb4585bfa46"},{"name":"Get Activities Feed By Id and Date","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"28ce1d62-eb25-010d-5dda-e88cac8eaea6","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v2/activities?id=15b3fece-0a4f-5d56-bfe3-10a6da6c9997&date=20170101T010101","description":"<p>Gets the activities feed up until a certain date</p>\n<p>Possible Status Codes</p>\n<p>200 OK = All good</p>\n","urlObject":{"path":["api","v2","activities"],"host":["{{url}}"],"query":[{"key":"id","value":"15b3fece-0a4f-5d56-bfe3-10a6da6c9997"},{"key":"date","value":"20170101T010101"}],"variable":[]}},"response":[],"_postman_id":"28ce1d62-eb25-010d-5dda-e88cac8eaea6"},{"name":"Get Organization Activities Feed","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"d78b412e-97f1-b2f9-4990-eb16cf6972a0","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/activities","description":"<p>Gets the organization level activities feed</p>\n<p>Possible Status Codes</p>\n<p>200 OK = All good</p>\n","urlObject":{"path":["api","activities"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d78b412e-97f1-b2f9-4990-eb16cf6972a0"}],"id":"b1fcbab2-bf3c-a29f-5041-68d44cfd1d92","_postman_id":"b1fcbab2-bf3c-a29f-5041-68d44cfd1d92","description":""},{"name":"Notifications","item":[{"name":"Get All User Notifications","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"ID\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"fec926e1-8d02-522b-ee30-6746f5fc563d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/notification/all","urlObject":{"path":["api","v1","notification","all"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fec926e1-8d02-522b-ee30-6746f5fc563d"},{"name":"Delete a Notification","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"true\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 201\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"9f0359c9-b704-0e92-7495-1537356fe110","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/notification?id=","description":"<p>Deletes a notification</p>\n","urlObject":{"path":["api","notification"],"host":["{{url}}"],"query":[{"key":"id","value":""}],"variable":[]}},"response":[],"_postman_id":"9f0359c9-b704-0e92-7495-1537356fe110"}],"id":"31b23964-790f-db74-b5e7-4d7f7c9f3e8b","_postman_id":"31b23964-790f-db74-b5e7-4d7f7c9f3e8b","description":""},{"name":"Organization","item":[{"name":"Gets the Organization","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"CluedIn\");","","","tests[\"Body does not contain sensitive information (Secret)\"] = responseBody.has(\"Secret\") === false;","tests[\"Body does not contain sensitive information (AccountKey)\"] = responseBody.has(\"AccountKey\") === false;","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"c5c2720f-af2c-c844-372e-8ec9edf009de","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/Account/client?clientId=dsfgsdfgsdfg","description":"<p>This will return the Organization Details for an Organization based on Name</p>\n","urlObject":{"path":["api","Account","client"],"host":["{{url}}"],"query":[{"key":"clientId","value":"dsfgsdfgsdfg"}],"variable":[]}},"response":[],"_postman_id":"c5c2720f-af2c-c844-372e-8ec9edf009de"},{"name":"Activates an Organization","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Activated\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"013e735f-818d-b5be-31b0-019afeae4cd0","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/Account/activateclient?clientId=CluedIn","description":"<p>This will activate the Organization and any account assocaited with it.</p>\n","urlObject":{"path":["api","Account","activateclient"],"host":["{{url}}"],"query":[{"key":"clientId","value":"CluedIn"}],"variable":[]}},"response":[],"_postman_id":"013e735f-818d-b5be-31b0-019afeae4cd0"},{"name":"Gets all accounts of an Organization","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Claims\");","","","","tests[\"Body does not contain sensitive information (PasswordHash)\"] = responseBody.has(\"PasswordHash\") === false;","tests[\"Body does not contain sensitive information (SecurityStamp)\"] = responseBody.has(\"SecurityStamp\") === false;","tests[\"Body does not contain sensitive information (Exception)\"] = responseBody.has(\"Exception\") === false;","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"1774b195-e931-87be-74a4-764ddf51d0cd","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/Account/accounts","description":"<p>Gets all user accounts associated with an Organization.</p>\n","urlObject":{"path":["api","Account","accounts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1774b195-e931-87be-74a4-764ddf51d0cd"},{"name":"Gets All of CluedIn Providers","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains ID\"] = responseBody.has(\"ID\");","tests[\"Body contains Type\"] = responseBody.has(\"Type\");","tests[\"Body contains PullLink\"] = responseBody.has(\"PullLink\");","tests[\"Body contains Details\"] = responseBody.has(\"Details\");","tests[\"Body contains Active\"] = responseBody.has(\"Active\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"48517eff-72f6-c37f-b20f-699323ba397b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/configuration/providerlist","description":"<p>Gets an authentication Token to use for authentication in the rest of the application</p>\n","urlObject":{"path":["api","configuration","providerlist"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"48517eff-72f6-c37f-b20f-699323ba397b"},{"name":"Gets All of CluedIn Providers enabled for the current organization","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Provider Id\"] = responseBody.has(\"Provider Id\");","tests[\"Body contains Type\"] = responseBody.has(\"Type\");","tests[\"Body contains Configuration\"] = responseBody.has(\"Configuration\");","tests[\"Body contains Name\"] = responseBody.has(\"Name\");","tests[\"Body contains Active\"] = responseBody.has(\"Active\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"decd817c-e0e3-a364-b6ac-a464b9394726","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/configuration/providers","description":"<p>Gets all the providers enabled for a particular organization.</p>\n","urlObject":{"path":["api","configuration","providers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"decd817c-e0e3-a364-b6ac-a464b9394726"},{"name":"Disables a provider for an organization","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"true\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"4568d0db-4b86-3673-c52e-7251c66ba906","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/organization/Providers?id=fc48ccf9-2dad-4f60-b75d-c4a527b269a2&active=false","description":"<p>Disables a provider for an organization.</p>\n","urlObject":{"path":["api","organization","Providers"],"host":["{{url}}"],"query":[{"key":"id","value":"fc48ccf9-2dad-4f60-b75d-c4a527b269a2"},{"key":"active","value":"false"}],"variable":[]}},"response":[],"_postman_id":"4568d0db-4b86-3673-c52e-7251c66ba906"},{"name":"Gets All of CluedIn Providers disabled for the current organization","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Provider Id\"] = responseBody.has(\"Provider Id\");","tests[\"Body contains Type\"] = responseBody.has(\"Type\");","tests[\"Body contains Configuration\"] = responseBody.has(\"Configuration\");","tests[\"Body contains Name\"] = responseBody.has(\"Name\");","tests[\"Body contains Active\"] = responseBody.has(\"Active\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"3d6c1e84-3b81-560d-6861-572bedc43841","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/configuration/inactiveproviders","description":"<p>Gets all the providers enabled for a particular organization.</p>\n","urlObject":{"path":["api","configuration","inactiveproviders"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d6c1e84-3b81-560d-6861-572bedc43841"},{"name":"Gets Organization Profile","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"58c0b91a-fb2d-d57a-eb97-91d4c35d3c9d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Junk Face","type":"text"},{"key":"body","value":"Somethink JUNKY","type":"text"},{"key":"title","value":"ksfjlksdjf","type":"text"},{"key":"summary","value":"skflnsdlkfnsdlkfsd","type":"text"}]},"url":"{{url}}/api/organization","urlObject":{"path":["api","organization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"58c0b91a-fb2d-d57a-eb97-91d4c35d3c9d"},{"name":"Update an Organization Profile","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"67f56444-139d-6926-ab79-6acc7acbe940","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ClientId","value":"CluedIn","type":"text"},{"key":"Description","value":"sfhsdjf","type":"text"},{"key":"Domain","value":"cluedin","type":"text"},{"key":"Logo","value":"http://sddsf","type":"text"},{"key":"Banner","value":"http://sddsf","type":"text"},{"key":"Website","value":"http://cluedin.cluedin.io","type":"text"},{"key":"Id","value":"3acada37-7a81-4b8a-8b43-fed0740d704e","type":"text"},{"key":"Location","value":"Denmark","type":"text"},{"key":"OrganizationName","value":"CluedIn","type":"text"},{"key":"geo","value":"56.26392,9.50178500000004","type":"text"}]},"url":"{{url}}/api/organization","urlObject":{"path":["api","organization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"67f56444-139d-6926-ab79-6acc7acbe940"},{"name":"Deactivates an Organization","id":"729f72af-f48c-96a7-eece-27fa1904a097","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/Account/deactivateclient?clientId=CluedIn","description":"<p>This will deactive the Organization and any account assocaited with it.</p>\n","urlObject":{"path":["api","Account","deactivateclient"],"host":["{{authUrl}}"],"query":[{"key":"clientId","value":"CluedIn"}],"variable":[]}},"response":[],"_postman_id":"729f72af-f48c-96a7-eece-27fa1904a097"}],"id":"5d40759e-2d6e-8270-2fea-b935a5c7a64d","_postman_id":"5d40759e-2d6e-8270-2fea-b935a5c7a64d","description":""},{"name":"Provider Accounts","item":[{"name":"Get Provider Definition Accounts","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"bcfb933e-85ac-c9ac-8d44-0864953abe10","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/configuration/providefinitionaccounts?providerDefinitionId=5FA40652-054B-4214-B7B1-0138A2BD847B","urlObject":{"path":["api","v1","configuration","providefinitionaccounts"],"host":["{{url}}"],"query":[{"key":"providerDefinitionId","value":"5FA40652-054B-4214-B7B1-0138A2BD847B"}],"variable":[]}},"response":[],"_postman_id":"bcfb933e-85ac-c9ac-8d44-0864953abe10"},{"name":"Set Provider Definition Accounts","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Subscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"dfd948a3-5405-deda-f13f-dade0831f3b2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"ProviderDefinitionIds\": [\"d92ca816-fb5f-40e8-ae6a-799d0dc3641d\"],\r\n\t\"UserIds\": [\"26c49ecc-0528-4847-a893-8d763bc42221\"]\r\n}"},"url":"{{url}}/api/v1/configuration/providefinitionaccounts","urlObject":{"path":["api","v1","configuration","providefinitionaccounts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfd948a3-5405-deda-f13f-dade0831f3b2"}],"id":"091944e5-e532-95d6-b4f1-8136ba4f5664","_postman_id":"091944e5-e532-95d6-b4f1-8136ba4f5664","description":""},{"name":"Public API","item":[{"name":"Generate an API Key","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Subscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"509338f3-34e4-be67-6b84-6724cc8e53f6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{authUrl}}/api/apitoken/generate","urlObject":{"path":["api","apitoken","generate"],"host":["{{authUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"509338f3-34e4-be67-6b84-6724cc8e53f6"},{"name":"Enrichment Lookup","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Subscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"8c7d2ef2-0a1a-e290-4724-f736ac618c6b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"[{\n  \"UserIds\": [\"E9B4929C-CA67-4CE1-9E70-5862D5BDFB5F\"],\n  \"ProviderDefinitionId\": \"5FA40652-054B-4214-B7B1-0138A2BD847B\"\n}]"},"url":"{{publicApiUrl}}/api/v1/enrichment/lookup/organization","urlObject":{"path":["api","v1","enrichment","lookup","organization"],"host":["{{publicApiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c7d2ef2-0a1a-e290-4724-f736ac618c6b"},{"name":"Post Clue","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Subscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"af52c660-0688-23ed-a9a2-80995bfd8a42","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n  \"clue\": {\r\n    \"attribute-organization\": \"0823f3da-1e2b-4781-aaa9-463a6b5e61f2\",\r\n    \"attribute-origin\": \"/Person#IS4:9e0843c1-5980-4f6f-8024-e996067f8189\",\r\n    \"attribute-appVersion\": \"1.8.0.0\",\r\n    \"clueDetails\": {\r\n      \"data\": {\r\n        \"attribute-origin\": \"/Person#IS4:9e0843c1-5980-4f6f-8024-e996067f8189\",\r\n        \"attribute-appVersion\": \"1.8.0.0\",\r\n        \"attribute-inputSource\": \"cluedin\",\r\n        \"entityData\": {\r\n          \"attribute-origin\": \"/Person#IS4:9e0843c1-5980-4f6f-8024-e996067f8189\",\r\n          \"attribute-appVersion\": \"1.8.0.0\",\r\n          \"attribute-source\": \"rest\",\r\n          \"entityType\": \"/Person\",\r\n          \"name\": \"Sitecore\",\r\n          \"uri\": \"https://is4-ws.dis-play.dk/9e0843c1-5980-4f6f-8024-e996067f8189\",\r\n          \"createdDate\": \"0001-01-01T00:00:00Z\",\r\n          \"modifiedDate\": \"0001-01-01T00:00:00Z\",\r\n          \"codes\": [\"/Person#IS4:9e0843c1-5980-4f6f-8024-e996067f8189\"]\r\n          }\r\n        }\r\n      }\r\n    }\r\n  }\r\n"},"url":"{{publicApiUrl}}/api/v1/clue?save=true","urlObject":{"path":["api","v1","clue"],"host":["{{publicApiUrl}}"],"query":[{"key":"save","value":"true"}],"variable":[]}},"response":[],"_postman_id":"af52c660-0688-23ed-a9a2-80995bfd8a42"},{"name":"Mesh API","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Subscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"a4918508-233b-9227-cdb4-93c58284500f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n  \"Action\": \"UPDATE\",\r\n  \"Query\": \"5759a4c9-931a-54c2-bb51-48d003924bcd\",\r\n  \"Transform\": [{\r\n    \"key\": \"cluedIn.company.annualRevenue\",\r\n    \"value\": 14039292\r\n  },\r\n  {\r\n    \"key\": \"cluedIn.company.website\",\r\n    \"value\": 14039292\r\n  }\r\n  ], \r\n  \"IsQueued\" :  true,\r\n  \"RemoveFromCluedIn\" :  true,\r\n  \"DisconnectAccountAndRemoveFromCluedIn\" :  false\r\n}"},"url":"{{publicApiUrl}}/api/v1/mesh","urlObject":{"path":["api","v1","mesh"],"host":["{{publicApiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4918508-233b-9227-cdb4-93c58284500f"},{"name":"Anonymise Person","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Subscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"966fef0b-0575-c1fc-1e48-59042c9d84de","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n  \"Action\": \"UPDATE\",\r\n  \"Query\": \"5759a4c9-931a-54c2-bb51-48d003924bcd\",\r\n  \"Transform\": [{\r\n    \"key\": \"cluedIn.company.annualRevenue\",\r\n    \"value\": 14039292\r\n  },\r\n  {\r\n    \"key\": \"cluedIn.company.website\",\r\n    \"value\": 14039292\r\n  }\r\n  ], \r\n  \"IsQueued\" :  true\r\n}"},"url":"{{publicApiUrl}}/api/v1/anon/gdpr","urlObject":{"path":["api","v1","anon","gdpr"],"host":["{{publicApiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"966fef0b-0575-c1fc-1e48-59042c9d84de"},{"name":"De-Anonymise Person","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Subscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"0c106dcd-ddf0-d9ae-483b-4ba41ef2aaa3","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n  \"Action\": \"UPDATE\",\r\n  \"Query\": \"5759a4c9-931a-54c2-bb51-48d003924bcd\",\r\n  \"Transform\": [{\r\n    \"key\": \"cluedIn.company.annualRevenue\",\r\n    \"value\": 14039292\r\n  },\r\n  {\r\n    \"key\": \"cluedIn.company.website\",\r\n    \"value\": 14039292\r\n  }\r\n  ], \r\n  \"IsQueued\" :  true\r\n}"},"url":"{{publicApiUrl}}/api/v1/deanon/gdpr","urlObject":{"path":["api","v1","deanon","gdpr"],"host":["{{publicApiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c106dcd-ddf0-d9ae-483b-4ba41ef2aaa3"},{"name":"Pseudo-Anonymise Person","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Subscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"9cf7e7dd-dd67-4277-1001-c76e1ddcd28e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\r\n  \"Action\": \"UPDATE\",\r\n  \"Query\": \"5759a4c9-931a-54c2-bb51-48d003924bcd\",\r\n  \"Transform\": [{\r\n    \"key\": \"cluedIn.company.annualRevenue\",\r\n    \"value\": 14039292\r\n  },\r\n  {\r\n    \"key\": \"cluedIn.company.website\",\r\n    \"value\": 14039292\r\n  }\r\n  ], \r\n  \"IsQueued\" :  true\r\n}"},"url":"{{publicApiUrl}}/api/v1/pseudo/gdpr","urlObject":{"path":["api","v1","pseudo","gdpr"],"host":["{{publicApiUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cf7e7dd-dd67-4277-1001-c76e1ddcd28e"},{"name":"Enrichment Organization","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"5bf83c1d-71a4-49c3-b4f2-45e52472c464","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-CluedIn-Debug","value":"1"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{publicApiUrl}}/api/v1/enrichment/lookup/organization?name=cluedin&domainName=cluedin.net&website=https://www.cluedin.net&webhookUrl=","description":"<p>Executes a GraphQL query</p>\n","urlObject":{"path":["api","v1","enrichment","lookup","organization"],"host":["{{publicApiUrl}}"],"query":[{"key":"name","value":"cluedin"},{"key":"domainName","value":"cluedin.net"},{"key":"website","value":"https://www.cluedin.net"},{"key":"webhookUrl","value":""}],"variable":[]}},"response":[],"_postman_id":"5bf83c1d-71a4-49c3-b4f2-45e52472c464"},{"name":"Enrichment Person","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"86b53201-a7f3-25b8-2c9d-6e00f923be33","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-CluedIn-Debug","value":"1"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{publicApiUrl}}/api/v1/enrichment/lookup/person?email=msh@cluedin.net&firstName=Martin&lastName=Hyldahl&organizationName&organizationDomain&organizationWebsite&linkedInUrl&twitterUrl&facebookUrl&webhookUrl=","description":"<p>Executes a GraphQL query</p>\n","urlObject":{"path":["api","v1","enrichment","lookup","person"],"host":["{{publicApiUrl}}"],"query":[{"key":"email","value":"msh@cluedin.net"},{"key":"firstName","value":"Martin"},{"key":"lastName","value":"Hyldahl"},{"key":"organizationName","value":null},{"key":"organizationDomain","value":null},{"key":"organizationWebsite","value":null},{"key":"linkedInUrl","value":null},{"key":"twitterUrl","value":null},{"key":"facebookUrl","value":null},{"key":"webhookUrl","value":""}],"variable":[]}},"response":[],"_postman_id":"86b53201-a7f3-25b8-2c9d-6e00f923be33"},{"name":"Export Entity Report","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"5fc2a280-6f79-9446-7474-b6a5a735aef9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-CluedIn-Debug","value":"1"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{publicApiUrl}}/api/v1/export?id=000c567a-9fcc-57d2-a160-b37817f09385","description":"<p>Executes a GraphQL query</p>\n","urlObject":{"path":["api","v1","export"],"host":["{{publicApiUrl}}"],"query":[{"key":"id","value":"000c567a-9fcc-57d2-a160-b37817f09385"}],"variable":[]}},"response":[],"_postman_id":"5fc2a280-6f79-9446-7474-b6a5a735aef9"},{"name":"Detailed Export Entity Report","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"d8fb32dd-0915-b205-00dc-8fa28d19b6fc","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-CluedIn-Debug","value":"1"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{publicApiUrl}}/api/v1/export?id=000c567a-9fcc-57d2-a160-b37817f09385","description":"<p>Executes a GraphQL query</p>\n","urlObject":{"path":["api","v1","export"],"host":["{{publicApiUrl}}"],"query":[{"key":"id","value":"000c567a-9fcc-57d2-a160-b37817f09385"}],"variable":[]}},"response":[],"_postman_id":"d8fb32dd-0915-b205-00dc-8fa28d19b6fc"}],"id":"0a54ff5e-acc4-761f-e340-29d7856c7d33","_postman_id":"0a54ff5e-acc4-761f-e340-29d7856c7d33","description":""},{"name":"Search","item":[{"name":"Search","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"5ea8887a-7a3b-efaa-8cc7-9b8edd37a5f9","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search?q=*","description":"<p>Searches CluedIn using a query</p>\n","urlObject":{"path":["api","search"],"host":["{{url}}"],"query":[{"key":"q","value":"*"}],"variable":[]}},"response":[],"_postman_id":"5ea8887a-7a3b-efaa-8cc7-9b8edd37a5f9"},{"name":"Search with Paging","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"25e27cec-bfd7-b0fa-b53c-da4463a5d050","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search?q=*&page=0&take=10","description":"<p>Gets the search results of a query and allows for paging.</p>\n","urlObject":{"path":["api","search"],"host":["{{url}}"],"query":[{"key":"q","value":"*"},{"key":"page","value":"0"},{"key":"take","value":"10"}],"variable":[]}},"response":[],"_postman_id":"25e27cec-bfd7-b0fa-b53c-da4463a5d050"},{"name":"Get Subscribed Searches","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Query\");","tests[\"Body contains Id\"] = responseBody.has(\"ID\");","tests[\"Body contains Id\"] = responseBody.has(\"UserId\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"bb9d03eb-629b-321d-63a9-0bee6c4adbf7","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search/subscribe","urlObject":{"path":["api","search","subscribe"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb9d03eb-629b-321d-63a9-0bee6c4adbf7"},{"name":"Subscribe to a Search","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Subscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"c57772a6-0d52-7850-9635-b1e4e56055f5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search/subscribe?q=Hello","urlObject":{"path":["api","search","subscribe"],"host":["{{url}}"],"query":[{"key":"q","value":"Hello"}],"variable":[]}},"response":[],"_postman_id":"c57772a6-0d52-7850-9635-b1e4e56055f5"},{"name":"Unsubscribe to a Search","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Unsubscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"68ed96a4-a126-a6df-3a1d-bef1666774ee","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search/unsubscribe?q=Hello","urlObject":{"path":["api","search","unsubscribe"],"host":["{{url}}"],"query":[{"key":"q","value":"Hello"}],"variable":[]}},"response":[],"_postman_id":"68ed96a4-a126-a6df-3a1d-bef1666774ee"},{"name":"Search with Type Filter","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"ba47bded-eadc-6769-8097-270c9780ab51","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search?q=neo&type=entityType:/Person","description":"<p>Searches CluedIn using a query</p>\n","urlObject":{"path":["api","search"],"host":["{{url}}"],"query":[{"key":"q","value":"neo"},{"key":"type","value":"entityType:/Person"}],"variable":[]}},"response":[],"_postman_id":"ba47bded-eadc-6769-8097-270c9780ab51"},{"name":"Get Top Search Terms of Entity","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"31764c34-6cd0-16ae-0589-9e5c561190e3","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search/terms?id=e121f3c8-036b-533d-8851-e04015a177e1","description":"<p>This returns the top mentioned tokens within this entity.</p>\n","urlObject":{"path":["api","search","terms"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"}],"variable":[]}},"response":[],"_postman_id":"31764c34-6cd0-16ae-0589-9e5c561190e3"},{"name":"Get More Like This","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"644a81df-f5b1-e4a6-07f9-f8e3be6e76da","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search/morelikethis?id=e121f3c8-036b-533d-8851-e04015a177e1","description":"<p>This returns similar entities</p>\n","urlObject":{"path":["api","search","morelikethis"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"}],"variable":[]}},"response":[],"_postman_id":"644a81df-f5b1-e4a6-07f9-f8e3be6e76da"},{"name":"Get Search Auto Suggest","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"cd7ae900-3f54-4afe-8b35-2a0db38d17d8","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search/suggest?q=*","description":"<p>Get Search Auto Suggest using a query</p>\n","urlObject":{"path":["api","search","suggest"],"host":["{{url}}"],"query":[{"key":"q","value":"*"}],"variable":[]}},"response":[],"_postman_id":"cd7ae900-3f54-4afe-8b35-2a0db38d17d8"},{"name":"Search with Sort","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"3deb69ce-3305-5d94-8e67-d1ee1379a5a4","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search?q=Neo&dateSort=true&direction=asc","description":"<p>Searches CluedIn using a query</p>\n","urlObject":{"path":["api","search"],"host":["{{url}}"],"query":[{"key":"q","value":"Neo"},{"key":"dateSort","value":"true"},{"key":"direction","value":"asc"}],"variable":[]}},"response":[],"_postman_id":"3deb69ce-3305-5d94-8e67-d1ee1379a5a4"},{"name":"Get More Like This of Type","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"ce082e79-e03b-4a94-74e7-9ac54d2850be","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search/morelikethis?id=e121f3c8-036b-533d-8851-e04015a177e1&type=/Document/Spreadsheet","description":"<p>This returns similar entities</p>\n","urlObject":{"path":["api","search","morelikethis"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"},{"key":"type","value":"/Document/Spreadsheet"}],"variable":[]}},"response":[],"_postman_id":"ce082e79-e03b-4a94-74e7-9ac54d2850be"},{"name":"Get More Like This of Many Types","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"cc56a16e-2149-2556-5993-e860c9dfd636","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search/morelikethis?id=e121f3c8-036b-533d-8851-e04015a177e1&type=/Document/Spreadsheet,/Document/Presentation","description":"<p>This returns similar entities</p>\n","urlObject":{"path":["api","search","morelikethis"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"},{"key":"type","value":"/Document/Spreadsheet,/Document/Presentation"}],"variable":[]}},"response":[],"_postman_id":"cc56a16e-2149-2556-5993-e860c9dfd636"},{"name":"Aggregation Search","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"0eed986e-b10f-5d7c-e9ad-d611c14f41e2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/entitysearch?id=1d4f5255-cdfa-492e-b22c-846121eca0c2","description":"<p>Searches CluedIn using a query</p>\n","urlObject":{"path":["api","v1","entitysearch"],"host":["{{url}}"],"query":[{"key":"id","value":"1d4f5255-cdfa-492e-b22c-846121eca0c2"}],"variable":[]}},"response":[],"_postman_id":"0eed986e-b10f-5d7c-e9ad-d611c14f41e2"},{"name":"Aggregation Search with Type Filter","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"1941a17d-1e89-f476-3e17-ab8efae1cb99","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/entitysearch?id=e121f3c8-036b-533d-8851-e04015a177e1&type=/Issue","description":"<p>Searches CluedIn using a query</p>\n","urlObject":{"path":["api","entitysearch"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"},{"key":"type","value":"/Issue"}],"variable":[]}},"response":[],"_postman_id":"1941a17d-1e89-f476-3e17-ab8efae1cb99"},{"name":"Sub Search","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"7e374275-5e7f-e33d-70c2-ffff356356a2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/subsearch?id=e121f3c8-036b-533d-8851-e04015a177e1&q=Test","description":"<p>Searches CluedIn using a query</p>\n","urlObject":{"path":["api","subsearch"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"},{"key":"q","value":"Test"}],"variable":[]}},"response":[],"_postman_id":"7e374275-5e7f-e33d-70c2-ffff356356a2"},{"name":"Entity Search","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"07c0a6bf-22e1-0023-88cf-02861abda088","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/entitysearch?id=e121f3c8-036b-533d-8851-e04015a177e1","description":"<p>Searches CluedIn using a query</p>\n","urlObject":{"path":["api","entitysearch"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"}],"variable":[]}},"response":[],"_postman_id":"07c0a6bf-22e1-0023-88cf-02861abda088"},{"name":"Join Search","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"62a7ca38-f1f8-0fc0-bbba-59ff6dff43e5","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v2/joinsearch?q=Test&page=0&take=10","description":"<p>Searches CluedIn using a query</p>\n","urlObject":{"path":["api","v2","joinsearch"],"host":["{{url}}"],"query":[{"key":"q","value":"Test"},{"key":"page","value":"0"},{"key":"take","value":"10"}],"variable":[]}},"response":[],"_postman_id":"62a7ca38-f1f8-0fc0-bbba-59ff6dff43e5"},{"name":"Join Search with Type Filter","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"e5161a2f-c369-f03c-6963-5d9ec949f5d6","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/subsearch?id=e121f3c8-036b-533d-8851-e04015a177e1&q=Test","description":"<p>Searches CluedIn using a query</p>\n","urlObject":{"path":["api","subsearch"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"},{"key":"q","value":"Test"}],"variable":[]}},"response":[],"_postman_id":"e5161a2f-c369-f03c-6963-5d9ec949f5d6"},{"name":"Subscribe to a Search with Filter","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Subscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"6f54ba90-0522-37a4-425e-e5576bfa72b4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search/subscribe?q=Hello&filter=entityType:/Person","urlObject":{"path":["api","search","subscribe"],"host":["{{url}}"],"query":[{"key":"q","value":"Hello"},{"key":"filter","value":"entityType:/Person"}],"variable":[]}},"response":[],"_postman_id":"6f54ba90-0522-37a4-425e-e5576bfa72b4"},{"name":"Change Search Boosting","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Subscribed\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 201;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"8539645b-472c-a670-cd76-b2122dec74e0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"AccountId\": \"0823f3da-1e2b-4781-aaa9-463a6b5e61f2\",\n\t\"UserId\": \"b24a2ceb-0512-4a9c-8836-782b6f295464\",\n\t\"Key\": \"RankingSettings\",\n\t\"Data\": {\n\t\t\n\t\t \"EntityTypeWeights\": {\n\t\t \t\"/Person\": 10,\n\t\t \t\"/Organization\": 9\n\t\t },\n        \"DateRecencyRanking\" : 8,\n        \"DateRecencyRankingWeight\": 5,\n        \"GraphDensityRanking\" : 8,\n        \"GraphDensityRankingWeight\" : 6,\n        \"PropertyDensityRanking\" : 3,\n        \"PropertyDensityRankingWeight\" :3,\n        \"NameRankingWeight\": 4\n\t\t\n\t}\n\t\n\t\n\t\n\n}"},"url":"{{url}}/api/settings","urlObject":{"path":["api","settings"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8539645b-472c-a670-cd76-b2122dec74e0"},{"name":"Get Dynamic Facets","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"6d59d652-aece-72f5-571c-1ee7a33ac6aa","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/v1/dynamicfacets?id=e121f3c8-036b-533d-8851-e04015a177e1&type=/Documents/Document&page=0&take=10","description":"<p>Searches CluedIn using a query</p>\n","urlObject":{"path":["api","v1","dynamicfacets"],"host":["{{url}}"],"query":[{"key":"id","value":"e121f3c8-036b-533d-8851-e04015a177e1"},{"key":"type","value":"/Documents/Document"},{"key":"page","value":"0"},{"key":"take","value":"10"}],"variable":[]}},"response":[],"_postman_id":"6d59d652-aece-72f5-571c-1ee7a33ac6aa"},{"name":"Search for multiple types","id":"7e76853b-4d1c-f52a-d179-abd6a1046e2b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/search?q=*&type=entityType:/Person OR entityType:/Infrastucture/Contact","urlObject":{"path":["api","search"],"host":["{{url}}"],"query":[{"key":"q","value":"*"},{"key":"type","value":"entityType:/Person OR entityType:/Infrastucture/Contact"}],"variable":[]}},"response":[],"_postman_id":"7e76853b-4d1c-f52a-d179-abd6a1046e2b"}],"id":"ec9574db-5330-5ad9-07ec-9de28fdb2cb4","_postman_id":"ec9574db-5330-5ad9-07ec-9de28fdb2cb4","description":""},{"name":"Single Sign On","item":[{"name":"Get Login Endpoint of Azure AD","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Claims\");","","","","tests[\"Body does not contain sensitive information (PasswordHash)\"] = responseBody.has(\"PasswordHash\") === false;","tests[\"Body does not contain sensitive information (SecurityStamp)\"] = responseBody.has(\"SecurityStamp\") === false;","tests[\"Body does not contain sensitive information (Exception)\"] = responseBody.has(\"Exception\") === false;","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"5c6d5549-259c-8e80-cb5c-d1082cda281d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/office365auth?authError=none&subDomain=cluedin","urlObject":{"path":["api","office365auth"],"host":["{{authUrl}}"],"query":[{"key":"authError","value":"none"},{"key":"subDomain","value":"cluedin"}],"variable":[]}},"response":[],"_postman_id":"5c6d5549-259c-8e80-cb5c-d1082cda281d"},{"name":"Get All Single Sign On Providers","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Claims\");","","","","tests[\"Body does not contain sensitive information (PasswordHash)\"] = responseBody.has(\"PasswordHash\") === false;","tests[\"Body does not contain sensitive information (SecurityStamp)\"] = responseBody.has(\"SecurityStamp\") === false;","tests[\"Body does not contain sensitive information (Exception)\"] = responseBody.has(\"Exception\") === false;","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"9ee0684c-4123-6263-8386-dbcad2daa39b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/account/ssoproviders","urlObject":{"path":["api","account","ssoproviders"],"host":["{{authUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ee0684c-4123-6263-8386-dbcad2daa39b"},{"name":"Get Single Sign On by Subdomain","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Claims\");","","","","tests[\"Body does not contain sensitive information (PasswordHash)\"] = responseBody.has(\"PasswordHash\") === false;","tests[\"Body does not contain sensitive information (SecurityStamp)\"] = responseBody.has(\"SecurityStamp\") === false;","tests[\"Body does not contain sensitive information (Exception)\"] = responseBody.has(\"Exception\") === false;","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"fbd39c21-bbef-5cd8-78be-3ee52ec62d16","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/account/available?clientId=facebook","urlObject":{"path":["api","account","available"],"host":["{{authUrl}}"],"query":[{"key":"clientId","value":"facebook"}],"variable":[]}},"response":[],"_postman_id":"fbd39c21-bbef-5cd8-78be-3ee52ec62d16"},{"name":"Add Single Sign On to Customer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Claims\");","","","","tests[\"Body does not contain sensitive information (PasswordHash)\"] = responseBody.has(\"PasswordHash\") === false;","tests[\"Body does not contain sensitive information (SecurityStamp)\"] = responseBody.has(\"SecurityStamp\") === false;","tests[\"Body does not contain sensitive information (Exception)\"] = responseBody.has(\"Exception\") === false;","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"a6f772e2-8224-99fc-e77e-a0581bd30251","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"LoginUrl\" : \"https://blah.com\",\n\"LogoutUrl\" : \"https://blah.com\",\n\"ChangePasswordUrl\" : \"https://blah.com\",\n\"Active\":  true,\n\"SingleSignOnProviderId\": \"Some Guid\"\n}"},"url":"{{authUrl}}/api/account/sso","urlObject":{"path":["api","account","sso"],"host":["{{authUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6f772e2-8224-99fc-e77e-a0581bd30251"},{"name":"Update Single Sign On for Customer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Claims\");","","","","tests[\"Body does not contain sensitive information (PasswordHash)\"] = responseBody.has(\"PasswordHash\") === false;","tests[\"Body does not contain sensitive information (SecurityStamp)\"] = responseBody.has(\"SecurityStamp\") === false;","tests[\"Body does not contain sensitive information (Exception)\"] = responseBody.has(\"Exception\") === false;","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"96f76df5-369d-75e7-0769-8b1417ca5223","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n  \"LoginUrl\" : \"https://blah.com\",\n\"LogoutUrl\" : \"https://blah.com\",\n\"ChangePasswordUrl\" : \"https://blah.com\",\n\"Active\":  true,\n\"SingleSignOnProviderId\": \"Some Guid\"\n}"},"url":"{{authUrl}}/api/account/sso","urlObject":{"path":["api","account","sso"],"host":["{{authUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96f76df5-369d-75e7-0769-8b1417ca5223"}],"id":"4405da62-1322-c47e-858f-057ef66dfb32","_postman_id":"4405da62-1322-c47e-858f-057ef66dfb32","description":""},{"name":"Users","item":[{"name":"Set user to Admin","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"f0322c33-d2a9-763c-26a5-0e2e73d0795e","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/Account/SetAdmin?username=tim@cluedin.io&value=true","description":"<p>This will set the user as an admin.</p>\n","urlObject":{"path":["api","Account","SetAdmin"],"host":["{{url}}"],"query":[{"key":"username","value":"tim@cluedin.io"},{"key":"value","value":"true"}],"variable":[]}},"response":[],"_postman_id":"f0322c33-d2a9-763c-26a5-0e2e73d0795e"},{"name":"Set user to Non Admin","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"599df9ab-aa10-cea7-7fe0-ac455068cbeb","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/Account/SetAdmin?username=tim@cluedin.io&value=false","description":"<p>This will set the user as a non admin.</p>\n","urlObject":{"path":["api","Account","SetAdmin"],"host":["{{url}}"],"query":[{"key":"username","value":"tim@cluedin.io"},{"key":"value","value":"false"}],"variable":[]}},"response":[],"_postman_id":"599df9ab-aa10-cea7-7fe0-ac455068cbeb"},{"name":"Remove Role From User","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains roles\"] = responseBody.has(\"roles\");","tests[\"Body contains claims\"] = responseBody.has(\"claims\");","","tests[\"Body does not contain sensitive information (passwordHash)\"] = responseBody.has(\"passwordHash\") === false;","tests[\"Body does not contain sensitive information (securityStamp)\"] = responseBody.has(\"securityStamp\") === false;","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"f083696b-3396-e592-5e18-acffd1eef1a8","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{authUrl}}/api/Account/RemoveRoleFromUser?username=msh@cluedin.io&roleType=ReportManager","urlObject":{"path":["api","Account","RemoveRoleFromUser"],"host":["{{authUrl}}"],"query":[{"key":"username","value":"msh@cluedin.io"},{"key":"roleType","value":"ReportManager"}],"variable":[]}},"response":[],"_postman_id":"f083696b-3396-e592-5e18-acffd1eef1a8"},{"name":"Gets User Profile","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"cbad48b5-5fa9-efbb-fd0e-86ec88410808","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Junk Face","type":"text"},{"key":"body","value":"Somethink JUNKY","type":"text"},{"key":"title","value":"ksfjlksdjf","type":"text"},{"key":"summary","value":"skflnsdlkfnsdlkfsd","type":"text"}]},"url":"{{url}}/api/profile","urlObject":{"path":["api","profile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbad48b5-5fa9-efbb-fd0e-86ec88410808"},{"name":"Update User Profile","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"192ffdb0-19f1-4044-73e2-df5b08debc45","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"UserId","value":"tim@cluedin.io","type":"text"},{"key":"Description","value":"sfhsdjf","type":"text"},{"key":"Domain","value":"cluedin","type":"text"},{"key":"Logo","value":"http://sddsf","type":"text"},{"key":"Banner","value":"http://sddsf","type":"text"},{"key":"Website","value":"http://cluedin.cluedin.io","type":"text"},{"key":"Id","value":"0ffa4679-aa09-42f7-985c-f18d694e78d0","type":"text"}]},"url":"{{url}}/api/profile","urlObject":{"path":["api","profile"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"192ffdb0-19f1-4044-73e2-df5b08debc45"}],"id":"4e982894-87af-0b99-4eb8-0f11cfdfbf7d","_postman_id":"4e982894-87af-0b99-4eb8-0f11cfdfbf7d","description":""},{"name":"Widgets","item":[{"name":"Latest Deals","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"2b184c02-9da8-0f59-1bdc-3453bc4cfbab","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/generic/latestdeals","urlObject":{"path":["api","generic","latestdeals"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b184c02-9da8-0f59-1bdc-3453bc4cfbab"},{"name":"Your Tools","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"6f273f72-6332-e09a-8dc8-00c1626a2255","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/generic/yourtools","urlObject":{"path":["api","generic","yourtools"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f273f72-6332-e09a-8dc8-00c1626a2255"},{"name":"Latest Organizations","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"05a6e718-1876-9063-4ce8-4e9a3114f539","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/generic/latestorganizations","urlObject":{"path":["api","generic","latestorganizations"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05a6e718-1876-9063-4ce8-4e9a3114f539"},{"name":"Latest Documents","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"c990a3c7-7889-48be-a9d4-8c3fb58a11af","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/generic/latestdocuments","urlObject":{"path":["api","generic","latestdocuments"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c990a3c7-7889-48be-a9d4-8c3fb58a11af"},{"name":"Latest","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"b5647a51-11dd-62cf-0460-c6e3b8074242","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/generic/latestissues","urlObject":{"path":["api","generic","latestissues"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5647a51-11dd-62cf-0460-c6e3b8074242"},{"name":"Latest Tasks","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Body contains Id\"] = responseBody.has(\"Id\");","","tests[\"Response is not empty\"] = responseBody !== \"\";","tests[\"Response is not an empty array\"] = responseBody !== \"[]\";","","tests[\"Status code is 200\"] = responseCode.code === 200;","tests[\"Response time is less than 200ms\"] = responseTime < 200;"]}}],"id":"d823cdaa-d119-f6c2-1ff7-1ea45f7dbdb4","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/generic/latesttasks","urlObject":{"path":["api","generic","latesttasks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d823cdaa-d119-f6c2-1ff7-1ea45f7dbdb4"}],"id":"392e01f7-9d12-1264-8c8a-85ff07981ab9","_postman_id":"392e01f7-9d12-1264-8c8a-85ff07981ab9","description":""}]}