HTML-to-article

Extracts the actual article text from an HTML resource. Generates a new output.

TITLE Extract me!.

<html>
  <body>
    <div>
      <div>
        <article>
          Extract me!
        </article>
      </div>
    </div>
  </body>
</html>

📘

Use HTML-to-article Skill to:

👍

Benchmarks

Coming soon...

Output text

The extracted article, is stripped from any HTML tags.
You can find the article in the response JSON in theoutput.text field

Parameters

NameTypeDescriptionDefault
include_headlinebooleanWhether to include the main titletrue
include_code_inlinebooleanWhether to include inline code elements in the texttrue
include_code_blockbooleanWhether to include the content of code blockstrue
include_references_sectionbooleanWhether to include the references section at the bottom of the articlefalse

None.

Example

Request

curl -X POST \
'https://api.oneai.com/api/v0/pipeline' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H 'api-key: <YOUR-API-KEY-HERE>' \
-d '{
    "input": "https://techcrunch.com/2022/05/30/one-ai-raises-8m-to-curate-business-specific-nlp-models/",
    "steps": [
      {
        "skill": "html-extract-article"
      }   
    ]
}'
const { OneAI } = require("oneai");
const oneai = new OneAI("<YOUR-API-KEY-HERE>");
const text = "https://techcrunch.com/2022/05/30/one-ai-raises-8m-to-curate-business-specific-nlp-models/";
const pipeline = new oneai.Pipeline(
    oneai.skills.htmlToArticle(),
);

pipeline.run(text).then(console.log);
import oneai

oneai.api_key = "<YOUR-API-KEY-HERE>"
text = "https://techcrunch.com/2022/05/30/one-ai-raises-8m-to-curate-business-specific-nlp-models/"
pipeline = oneai.Pipeline(
  steps = [
        oneai.skills.HtmlToArticle(),
  ]
)

output = pipeline.run(text)

Response

{
  "input_text": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n<head>\n\t\t<script type=\"text/javascript\">\n\t\t\t\t!function(){var n,o,i,e=\"renderMode=ie11\";n=window.navigator.userAgent,o=n.indexOf(\"MSIE \"),i=n.indexOf(\"Trident/\"),(o>0||i>0)&&-1===window.location.href.indexOf(e)&&(window.location=window.location.href+(\"?\"===document.location.search[0]?\"&\":\"?\")+e)}();\n\t</script>\n\t\t\t<meta charset=\"UTF-8\">\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n\t<meta name=\"viewport\" content=\"width=device-width\">\n\t<meta name=\"viewport\" content=\"initial-scale=1.0,width=device-width,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://techcrunch.com/xmlrpc.php\">\n\t\t<script type=\"application/javascript\">\n\t\tif ( ! window.isSSR ) {\n\t\t\t!function(){var e,t,n,i,r={passive:!0,capture:!0},a=new Date,o=function(){i=[],t=-1,e=null,f(addEventListener);},c=function(i,r){e||(e=r,t=i,n=new Date,f(removeEventListener),u());},u=function(){if(t>=0&&t<n-a){var r={entryType:\"first-input\",name:e.type,target:e.target,cancelable:e.cancelable,startTime:e.timeStamp,processingStart:e.timeStamp+t};i.forEach((function(e){e(r);})),i=[];}},s=function(e){if(e.cancelable){var t=(e.timeStamp>1e12?new Date:performance.now())-e.timeStamp;\"pointerdown\"==e.type?function(e,t){var n=function(){c(e,t),a();},i=function(){a();},a=function(){removeEventListener(\"pointerup\",n,r),removeEventListener(\"pointercancel\",i,r);};addEventListener(\"pointerup\",n,r),addEventListener(\"pointercancel\",i,r);}(t,e):c(t,e);}},f=function(e){[\"mousedown\",\"keydown\",\"touchstart\",\"pointerdown\"].forEach((function(t){return e(t,s,r)}));},p=\"hidden\"===document.visibilityState?0:1/0;addEventListener(\"visibilitychange\",(function e(t){\"hidden\"===document.visibilityState&&(p=t.timeStamp,removeEventListener(\"visibilitychange\",e,!0));}),!0);o(),self.webVitals={firstInputPolyfill:function(e){i.push(e),u();},resetFirstInputPolyfill:o,get firstHiddenTime(){return p}};}();\n\t\t}\n\t</script>\n\t<script defer async src=\"https://s.yimg.com/aaq/pv/perf-vitals_2.0.0.js\"></script>\t<script type=\"application/javascript\">\n\t\t!function(){var n=\"//\"+window.location.hostname+\"/wp-json/tc/v1/users/check_login\";fetch(n,{method:\"POST\",headers:{\"Content-Type\":\"application/json; charset=utf-8\"},credentials:\"include\"}).then(function(n){window.tc_profile={resp:n}})}();\n\t</script>\n\t<title>One AI raises $8M to curate business-specific NLP models &#8211; TechCrunch</title>\n<meta name='robots' content='max-image-preview:large' />\n<link rel='dns-prefetch' href='//cdn.parsely.com' />\n<link rel='dns-prefetch' href='//s.yimg.com' />\n<link rel='dns-prefetch' href='//consent.cmp.oath.com' />\n<link rel='dns-prefetch' href='//use.typekit.net' />\n<link rel='dns-prefetch' href='//cdn.vidible.tv' />\n<link rel='dns-prefetch' href='//s.w.org' />\n<link rel='dns-prefetch' href='//v0.wordpress.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; Feed\" href=\"https://techcrunch.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; Comments Feed\" href=\"https://techcrunch.com/comments/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; One AI raises $8M to curate business-specific NLP models Comments Feed\" href=\"https://techcrunch.com/2022/05/30/one-ai-raises-8m-to-curate-business-specific-nlp-models/feed/\" />\n<script type=\"text/javascript\">\nwindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/14.0.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/14.0.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/techcrunch.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=6.0.1\"}};\n/*! This file is auto-generated */\n!function(e,a,t){var n,r,o,i=a.createElement(\"canvas\"),p=i.getContext&&i.getContext(\"2d\");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement(\"script\");t.src=e,t.defer=t.type=\"text/javascript\",a.getElementsByTagName(\"head\")[0].appendChild(t)}for(o=Array(\"flag\",\"emoji\"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline=\"top\",p.font=\"600 32px Arial\",e){case\"flag\":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case\"emoji\":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],\"flag\"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener(\"DOMContentLoaded\",n,!1),e.addEventListener(\"load\",n,!1)):(e.attachEvent(\"onload\",n),a.attachEvent(\"onreadystatechange\",function(){\"complete\"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);\n</script>\n<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 0.07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel='stylesheet' id='all-css-0' href='https://techcrunch.com/_static/??-eJyNj8EOgzAIhl9oFefBnZY9S6XEsdHaFMzSt9e5mOhtxx/4gA8+2XFCmQMpoCoEVoNBJnw74aH4UkGtCjWRU7MOXOBIvBQiBfYkFCnZKWTxlYoTGj3W//C1d8wnCKdk24nZZZlHTgpKvuATSLwaYy60//8VKWvZKLg8qan7GW0muq99xPu179tb33ZttwA3Z2Ly' type='text/css' media='all' />\n<style id='global-styles-inline-css'>\nbody{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\n</style>\n<link rel='stylesheet' id='all-css-2' href='https://techcrunch.com/wp-content/themes/techcrunch-2017/build/ec/css/main.css?m=1660746086g' type='text/css' media='all' />\n\t\t<meta name=\"oath:guce:product-eu\" content=\"false\" />\n\t\t<meta name=\"oath:guce:consent-host\" content=\"guce.techcrunch.com\" />\n\t\t<meta name=\"oath:guce:inline-consent\" content=\"true\"/>\n\t\t<script async src=\"//s.yimg.com/oa/consent.js?tc_ver=220818\"></script>\n<script src='https://s.yimg.com/ss/rapid3.js?ver=20220818' id='tc-rapid-analytics-js'></script>\n<script src='https://consent.cmp.oath.com/cmpStub.min.js?ver=20220818' id='tc-gdpr-cmp-stub-js'></script>\n<script src='https://s.yimg.com/cx/acookie/acookie.js?ver=20220818' id='tc-gdpr-acookie-js'></script>\n<script src='https://s.yimg.com/pv/static/assistjs/desktop-v1.0.70.js?ver=20220818' id='tc-yahoo-assist-js'></script>\n<script src='//cdn.vidible.tv/prod/player/js/latest/vidible-min.js?ver=20220818' id='tc-vidible-js-js'></script>\n<link rel=\"https://api.w.org/\" href=\"https://techcrunch.com/wp-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://techcrunch.com/wp-json/wp/v2/posts/2324227\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://techcrunch.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://techcrunch.com/wp-includes/wlwmanifest.xml\" /> \n<meta name=\"generator\" content=\"WordPress 6.0.1\" />\n<link rel=\"canonical\" href=\"https://techcrunch.com/2022/05/30/one-ai-raises-8m-to-curate-business-specific-nlp-models/\" />\n<link rel='shortlink' href='https://techcrunch.com/?p=2324227' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://techcrunch.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechcrunch.com%2F2022%2F05%2F30%2Fone-ai-raises-8m-to-curate-business-specific-nlp-models%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://techcrunch.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechcrunch.com%2F2022%2F05%2F30%2Fone-ai-raises-8m-to-curate-business-specific-nlp-models%2F&#038;format=xml\" />\n\n\n<!-- BEGIN Sailthru Horizon Meta Information -->\n<meta name=\"sailthru.date\" content=\"2022-05-30 03:00:37\" />\n<meta name=\"sailthru.title\" content=\"One AI raises $8M to curate business-specific NLP models\" />\n<meta name=\"sailthru.tags\" content=\"AI, artificial intelligence, cloud computing, developers, Enterprise, funding, machine learning, natural language processing, nlp, startup, Startups\" />\n<meta name=\"sailthru.description\" content=\"Whether to power translation to document summarization, enterprises are increasing their investments in natural language processing (NLP) technologies. According to a 2021 survey from John Snow Labs and Gradient Flow, 60% of tech leaders indicated that their NLP budgets grew by at least 10% compared to 2020, while a third said that spending climbed by [&hellip;]\" />\n<meta name=\"sailthru.image.full\" content=\"https://techcrunch.com/wp-content/uploads/2017/06/gettyimages-683632096.jpg\" />\n<meta name=\"sailthru.image.thumb\" content=\"https://techcrunch.com/wp-content/uploads/2017/06/gettyimages-683632096.jpg?w=50\" />\n<!-- END Sailthru Horizon Meta Information -->\n\n\n<script type=\"application/ld+json\">\n{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/techcrunch.com\\/2022\\/05\\/30\\/one-ai-raises-8m-to-curate-business-specific-nlp-models\\/\"},\"headline\":\"One AI raises $8M to curate business-specific NLP models\",\"url\":\"https:\\/\\/techcrunch.com\\/2022\\/05\\/30\\/one-ai-raises-8m-to-curate-business-specific-nlp-models\\/\",\"thumbnailUrl\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=150\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=150\"},\"dateCreated\":\"2022-05-30T10:00:37Z\",\"datePublished\":\"2022-05-30T10:00:37Z\",\"dateModified\":\"2022-05-31T02:55:56Z\",\"articleSection\":\"post\",\"author\":[{\"@type\":\"Person\",\"name\":\"Kyle Wiggers\"}],\"creator\":[\"Kyle Wiggers\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"keywords\":[\"@post-id:2324227\",\"enterprise\",\"robotics &amp; ai\",\"startups\",\"tc\",\"ai\",\"artificial intelligence\",\"cloud computing\",\"developers\",\"funding\",\"machine learning\",\"natural language processing\",\"nlp\",\"startup\"]}\n</script>\n\n<style>img#wpstats{display:none}</style>\n\t<meta name=\"cXenseParse:articleid\" content=\"2324227\" /><meta name=\"cXenseParse:title\" content=\"One AI raises $8M to curate business-specific NLP models\" /><meta name=\"cXenseParse:postType\" content=\"post\" /><meta name=\"cXenseParse:keywords\" content=\"enterprise,robotics &amp; ai,startups,tc,ai,artificial intelligence,cloud computing,developers,funding,machine learning,natural language processing,nlp,startup\" /><meta name=\"cXenseParse:news_keywords\" content=\"enterprise,robotics &amp; ai,startups,tc,ai,artificial intelligence,cloud computing,developers,funding,machine learning,natural language processing,nlp,startup\" /><meta property=\"cXenseParse:author\" data-separator=\",\" content=\"Kyle Wiggers\" /><meta name=\"cXenseParse:recs:publishtime\" content=\"2022-05-30T10:00:37Z\" /><meta name=\"cXenseParse:modified_time\" content=\"2022-05-31T02:55:56Z\" /><meta name=\"cXenseParse:pageClass\" content=\"article\" /><meta name=\"cXenseParse:description\" content=\"One AI has emerged from stealth with $8M for its platform that curates and serves business-tailored NLP models.\" /><meta name=\"cXenseParse:url\" content=\"https://techcrunch.com/2022/05/30/one-ai-raises-8m-to-curate-business-specific-nlp-models/\" /><meta name=\"cXenseParse:image\" content=\"https://techcrunch.com/wp-content/uploads/2017/06/gettyimages-683632096.jpg?w=600\" />\t\t<meta property=\"fb:app_id\" content=\"187288694643718\" />\n\t\t<meta property=\"fb:pages\" content=\"8062627951\" />\n\t\t<meta property=\"fb:admins\" content=\"8803025,726995222,1550970059,1661021707,1178144075,643979435,4700188\" />\n\t\t<meta property=\"article:publisher\" content=\"https://www.facebook.com/techcrunch\" />\n\t\t<meta property=\"og:site_name\" content=\"TechCrunch\" />\n\t\t<meta property=\"og:site\" content=\"social.techcrunch.com\" />\n\t\t<meta property=\"og:title\" content=\"One AI raises $8M to curate business-specific NLP models &#8211; TechCrunch\" />\n\t\t<meta property=\"og:description\" content=\"One AI has emerged from stealth with $8M for its platform that curates and serves business-tailored NLP models.\" />\n\t\t<meta property=\"og:image\" content=\"https://techcrunch.com/wp-content/uploads/2017/06/gettyimages-683632096.jpg?w=600\" />\n\t\t<meta property=\"og:url\" content=\"https://social.techcrunch.com/2022/05/30/one-ai-raises-8m-to-curate-business-specific-nlp-models/\" />\n\t\t<meta property=\"og:type\" content=\"article\" />\n<script async src=\"https://consent.cmp.oath.com/cmp.js\" type=\"text/javascript\" id=\"tc-gdpr-cmp\"></script>\t<script data-ad-client=\"ca-pub-2508481855317367\" async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\n\t\t\t<meta name=\"description\" content=\"One AI has emerged from stealth with $8M for its platform that curates and serves business-tailored NLP models.\" />\n\t\t<meta name=\"title\" content=\"One AI raises $8M to curate business-specific NLP models &#8211; TechCrunch\" />\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" />\n\t\t<meta name=\"twitter:site\" content=\"@techcrunch\" />\n\t\t<meta name=\"twitter:title\" content=\"One AI raises $8M to curate business-specific NLP models\" />\n\t\t<meta name=\"twitter:description\" content=\"One AI has emerged from stealth with $8M for its platform that curates and serves business-tailored NLP models.\" />\n\t\t<meta name=\"twitter:creator\" content=\"@kyle_l_wiggers\" />\n\t\t<meta name=\"twitter:image\" content=\"https://techcrunch.com/wp-content/uploads/2017/06/gettyimages-683632096.jpg?w=600\" />\n<script type=\"text/javascript\">var ajaxurl = \"https://techcrunch.com/wp-admin/admin-ajax.php\"</script><link rel=\"amphtml\" href=\"https://techcrunch.com/2022/05/30/one-ai-raises-8m-to-curate-business-specific-nlp-models/amp/\"><link rel=\"icon\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=32\" sizes=\"32x32\" />\n<link rel=\"icon\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=192\" sizes=\"192x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=180\" />\n<meta name=\"msapplication-TileImage\" content=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=270\" />\n\t<script type=\"text/javascript\">\n\t\tconst desktopSpaceId = \"1197802919\";\n\t\tconst mobileSpaceId = \"1197802920\";\n\t\tconst mnPlacements = '{\"amp_footer\":{\"alias\":\"93523762\",\"sizes\":[\"6x2\"]},\"amp_leaderboard\":{\"alias\":\"963912138\",\"sizes\":[\"6x2\"]},\"amp_midarticle\":{\"alias\":\"963923317\",\"sizes\":[\"6x2\"]},\"article_footer\":{\"alias\":\"963908973\",\"sizes\":\"LB\"},\"leaderboard\":{\"alias\":\"93484988\",\"sizes\":\"LB\"},\"midarticle1\":{\"alias\":\"963923871\",\"sizes\":[\"6x2\"]},\"midarticle2\":{\"alias\":\"963923883\",\"sizes\":[\"6x2\"]},\"mobile_footer\":{\"alias\":\"93484986\",\"sizes\":\"MM\"},\"mobile_leaderboard\":{\"alias\":\"93484987\",\"sizes\":\"MM\"},\"mobile_midarticle1\":{\"alias\":\"963923872\",\"sizes\":[\"6x2\"]},\"mobile_midarticle2\":{\"alias\":\"963923884\",\"sizes\":[\"6x2\"]},\"native_inriver\":{\"alias\":\"93501877\",\"sizes\":[\"6x2\"]},\"native_midarticle\":{\"alias\":\"963922183\",\"sizes\":[\"6x2\"]},\"native_mobile_footer\":{\"alias\":\"963923619\",\"sizes\":[\"6x2\"]},\"native_mobile_inriver\":{\"alias\":\"93501878\",\"sizes\":[\"6x2\"]},\"native_mobile_midarticle\":{\"alias\":\"963922184\",\"sizes\":[\"6x2\"]},\"native_rightrail1\":{\"alias\":\"963912091\",\"sizes\":[\"6x2\"]},\"native_rightrail2\":{\"alias\":\"963913330\",\"sizes\":[\"6x2\"]},\"rightrail1\":{\"alias\":\"93484989\",\"sizes\":\"RR\"},\"rightrail2\":{\"alias\":\"963913915\",\"sizes\":\"RR\"},\"xl_midarticle1\":{\"alias\":\"963923870\",\"sizes\":[\"6x2\"]},\"xl_midarticle2\":{\"alias\":\"963923882\",\"sizes\":[\"6x2\"]}}';\n\t\t\t\t!function(){const userAgent=window.navigator.userAgent;window.spaceId=desktopSpaceId,(/Android|webOS|iPhone|iPod|Blackberry|Mobile|mobile/i.test(userAgent)||/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(userAgent)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(userAgent.substr(0,4)))&&(window.spaceId=mobileSpaceId),window.JAC_CONFIG={service:{adServer:{\"1AS\":{region:\"US\"}},site:{name:\"TechCrunch\",spaceId:window.spaceId},debug:!1,positions:JSON.parse(mnPlacements)},client:{onReady:function(){window.JAC&&(window.JAC_READY=!0,document.dispatchEvent(new CustomEvent(\"JACReady\")),window.JAC.on(\"FETCH_ERROR\",e=>{e.meta.positionNames.length>0&&e.meta.positionnames.forEach(e=>{document.dispatchEvent(new CustomEvent(`adEmpty-${e}`,{detail:{id:e}}))})}),window.JAC.on(\"FETCH_COMPLETE\",e=>{let i=\"\",t={width:0,height:0},o=0;if(e.meta.positionNames.length>0&&(i=e.meta.positionNames[0],t=e.meta.response.positions[i].content.size,o=e.meta.response.positions[i].status),null!==document.querySelector(`#tc-ad-${i}`)&&1===o){let e=t.width,o=t.height;i.includes(\"native\")&&(t.width<10||t.height<10)&&(e=859,o=250),document.dispatchEvent(new CustomEvent(`adLoaded-${i}`,{detail:{id:i,width:e,height:o}})),window.JAC.render([i])}else document.dispatchEvent(new CustomEvent(`adEmpty-${i}`,{detail:{id:i}}))}),window.JAC.on(\"AD_SIZE_CHANGED\",e=>{let{positionName:i,width:t,height:o}=e.meta;i.includes(\"native\")&&(t<10||o<10)&&(t=859,o=250),document.dispatchEvent(new CustomEvent(`adLoaded-${i}`,{detail:{id:i,width:t,height:o}}))}))}}};}();\n\t</script>\n\t<script async src=\"https://jill.fc.yahoo.com/v1/client/js\"></script></head>\n<body class=\"\">\n\n<div id=\"root\">\n\t<div><!-- duplicate React-root div for styling -->\n\t<div class=\"content\">\n\t\t<article class=\"article-container article--post \">\n\t\t\t<header class=\"article__header \">\n\t<div class=\"article__title-wrapper\">\n\t\t\t\t\t\t<h1 class=\"article__title\">One AI raises $8M to curate business-specific NLP models</h1>\n\t\t</div>\n\n\t\t\t<div class=\"article__byline-wrapper\">\n\t\t\t\n<div class=\"article__byline\">\n\t\t\t<a href=\"https://techcrunch.com/author/kyle-wiggers/\">\n\t\t\tKyle Wiggers\t\t</a>\n\t\t<span class=\"article__byline__meta\">\n\t\t\t\t\t\t3 months\t\t</span>\n\t</div>\n\t\t</div>\n\t\n\t\t\t<div class=\"article__featured-image-wrapper breakout\">\n\t\t\t<img src=\"https://techcrunch.com/wp-content/uploads/2017/06/gettyimages-683632096.jpg?w=600\" class=\"article__featured-image\" />\n\t\t</div>\n\t</header>\n\n\t\t\t<div class=\"article-content\">\n\t\t\t\t<p id=\"speakable-summary\">Whether to power translation to document summarization, enterprises are increasing their investments in natural language processing (NLP) technologies. According to a 2021 <a href=\"https://venturebeat.com/2021/09/21/enterprise-nlp-budgets-are-up-10-in-2021/\">survey</a> from John Snow Labs and Gradient Flow, 60% of tech leaders indicated that their NLP budgets grew by at least 10% compared to 2020, while a third said that spending climbed by more than 30%.</p>\n<p>It&#8217;s a fiercely competitive market. Beyond well-resourced startups like <a href=\"https://techcrunch.com/2021/08/10/openai-upgrades-its-natural-language-ai-coder-codex-and-kicks-off-private-beta/\">OpenAI</a>, <a href=\"https://techcrunch.com/2021/11/17/google-cloud-teams-up-with-nlp-startup-cohere-on-multi-year-partnership/\">Cohere</a>, AI21 Labs and <a href=\"https://techcrunch.com/2022/05/09/hugging-face-reaches-2-billion-valuation-to-build-the-github-of-machine-learning/\">Hugging Face</a> and tech giants including Google, Microsoft and Amazon, there&#8217;s a <a href=\"https://venturebeat.com/2021/12/23/open-source-nlp-is-fueling-a-new-wave-of-startups/\">new crop</a> of vendors building NLP services on top of open source AI models. But Yochai Levi isn&#8217;t discouraged. He&#8217;s one of the co-founders of <a href=\"https://www.oneai.com/\">One AI</a>, an NLP platform that today emerged from stealth with $8 million led by<span style=\"font-weight: 400;\"> </span><span style=\"font-weight: 400;\">Ariel Maislos</span><span style=\"font-weight: 400;\">, </span><span style=\"font-weight: 400;\">Tech Aviv</span><span style=\"font-weight: 400;\">, Sentinel One CEO </span><span style=\"font-weight: 400;\">Tomer Wiengarten and other unnamed venture firms and angel investors. </span></p>\n<p>&#8220;While the market is growing fast, advanced NLP is still used mainly by expert researchers, Big Tech and governments,&#8221; Levi told TechCrunch via email. &#8220;We believe that the technology is nearing its maturity point, and after building NLP from scratch several times in the past, we decided it was time to productize it and make it available for every developer.&#8221;</p>\n<p><div id=\"attachment_2324372\" style=\"width: 2009px\" class=\"wp-caption aligncenter\"><img aria-describedby=\"caption-attachment-2324372\" loading=\"lazy\" class=\"wp-image-2324372 size-full\" src=\"https://techcrunch.com/wp-content/uploads/2022/05/image3.png\" alt=\"One AI\" width=\"1999\" height=\"1066\" srcset=\"https://techcrunch.com/wp-content/uploads/2022/05/image3.png 1999w, https://techcrunch.com/wp-content/uploads/2022/05/image3.png?resize=150,80 150w, https://techcrunch.com/wp-content/uploads/2022/05/image3.png?resize=300,160 300w, https://techcrunch.com/wp-content/uploads/2022/05/image3.png?resize=768,410 768w, https://techcrunch.com/wp-content/uploads/2022/05/image3.png?resize=680,363 680w, https://techcrunch.com/wp-content/uploads/2022/05/image3.png?resize=1536,819 1536w, https://techcrunch.com/wp-content/uploads/2022/05/image3.png?resize=50,27 50w\" sizes=\"(max-width: 1999px) 100vw, 1999px\" /><p id=\"caption-attachment-2324372\" class=\"wp-caption-text\"><strong>Image Credits:</strong> One AI</p></div></p>\n<p>Levi lays out what he believes are the major challenges plaguing NLP development. It&#8217;s often difficult to curate open source models, he argues, because they have to be matched both to the right domain and task. For example, a text-generating model trained to classify medical records would be a poor fit for an app designed to create advertisements. Moreover, models need to be constantly retrained with new data &#8212; lest they become &#8220;stale.&#8221; Case in point, OpenAI&#8217;s <a href=\"https://techcrunch.com/2021/03/17/okay-the-gpt-3-hype-seems-pretty-reasonable/\">GPT-3</a> responds to the question &#8220;Who&#8217;s the president of the U.S.?&#8221; with the answer &#8220;Donald Trump&#8221; because it was trained on data from before the 2020 election.</p>\n<p>Levi believes the solution is a package of NLP models trained for particular business use cases &#8212; in other words, One AI&#8217;s product. He teamed up with CEO Amit Ben, CPO Aviv Dror and CSO Asi Sheffer in 2021 to pursue the idea. Ben previously was the head of AI at LogMeIn after the company acquired his second startup, Nanorep, an AI and chatbot vendor. Dror helped to co-found Nanorep and served as a platform product manager at Wix. Sheffer, a former data scientist at Nanorep, was the principal data scientist at LogMeIn. As for Levi, he was the VP of online marketing at LivePerson and the head of marketing at WeWork.</p>\n<p>One AI offers a set of models that can be mixed and matched in a pipeline to process text via a single API call. Each model is selected and trained for its applicability to the enterprise, Levi said, and automatically matched by the platform to a customer&#8217;s task and domain (e.g., conversation summarization, sales insights, topic detection and proofreading). One AI&#8217;s models can also be combined with open source and proprietary models to extend One AI&#8217;s capabilities.</p><div class=\"piano-inline-promo\"></div>\n<p>The platform&#8217;s API accepts text, voice and video inputs of various formats. With One AI&#8217;s language studio, users can experiment with the APIs and generate calls to use in code.</p>\n<p>&#8220;With the maturation of Language AI technologies, it is finally time for machines to start adapting to us,&#8221; Ben told TechCrunch via email. “The adoption of language comprehension tools by the broader developer community is the way to get there.&#8221;</p>\n<p><div id=\"attachment_2324374\" style=\"width: 1828px\" class=\"wp-caption aligncenter\"><img aria-describedby=\"caption-attachment-2324374\" loading=\"lazy\" class=\"wp-image-2324374 size-full\" src=\"https://techcrunch.com/wp-content/uploads/2022/05/image1-4.png\" alt=\"One AI\" width=\"1818\" height=\"1024\" srcset=\"https://techcrunch.com/wp-content/uploads/2022/05/image1-4.png 1818w, https://techcrunch.com/wp-content/uploads/2022/05/image1-4.png?resize=150,84 150w, https://techcrunch.com/wp-content/uploads/2022/05/image1-4.png?resize=300,169 300w, https://techcrunch.com/wp-content/uploads/2022/05/image1-4.png?resize=768,433 768w, https://techcrunch.com/wp-content/uploads/2022/05/image1-4.png?resize=680,383 680w, https://techcrunch.com/wp-content/uploads/2022/05/image1-4.png?resize=1536,865 1536w, https://techcrunch.com/wp-content/uploads/2022/05/image1-4.png?resize=50,28 50w\" sizes=\"(max-width: 1818px) 100vw, 1818px\" /><p id=\"caption-attachment-2324374\" class=\"wp-caption-text\"><strong>Image Credits:</strong> One AI</p></div></p>\n<p>One AI prices its NLP service across several tiers, including a free tier that includes processing for up to one million words a month. The stackable &#8220;growth tier&#8221; adds 100,000 words for $1.</p>\n<p>The hurdle One AI will have to overcome is convincing customers that its services are more attractive than what&#8217;s already out there. In April, OpenAI said that tens of thousands of developers were using GPT-3 via its API to generate words for over 300 apps. But, with Fortune Business Insights <a href=\"https://www.fortunebusinessinsights.com/industry-reports/natural-language-processing-nlp-market-101933\">pegging</a> the NLP market at $16.53 billion in 2020, it could be argued that there&#8217;s a large enough slice of the pie for newcomers.</p>\n<p>Added TehAviv founder and managing partner <span style=\"font-weight: 400;\">Yaron Samid: </span><span style=\"font-weight: 400;\">&#8220;Language is the most valuable untapped resource, beyond the reach of most products and companies. This is true to most industries and domains and results in negative outcomes that include everything from lost sales to lower levels of user engagement and loyalty to reputation damage. </span><span style=\"font-weight: 400;\">Unleashing Language AI allows us to harness the power of this unstructured data and turn it into useful information and insights.&#8221;</span></p>\n<p>One AI says that a portion of the seed round proceeds will be put toward expanding its 22-person team, which includes 10 NLP data scientists.</p>\n\t\t\t</div>\n\n\t\t\t<footer class=\"article-footer\">\n\t\t\t\t\t\t\t\t\t<input title=\"Article Shortlink\" class=\"shortlink\" readOnly type=\"text\" value=\"\" />\n\t\t\t\t\t\t\t\t</footer>\n\t\t</article>\n\t</div>\n\t\t</div><!-- end React-root duplication div -->\n</div><!--end #root-->\n\t<script type=\"text/javascript\">\n\t\t// Configure the PARSELY window global to disable auto-tracking.\n\t\t// Must load before the Parse.ly script itself.\n\t\twindow.PARSELY = {\n\t\t\tautotrack: false,\n\t\t\tonload:    this.onload,\n\t\t};\n\t</script>\n\t\t<script type=\"application/javascript\">\n\t\tif ( ! window.isSSR ) { \n\t\t\t(function(w,d,t,r,u){w[u]=w[u]||[];w[u].push({'projectId':'10000','properties':{'pixelId':'428726','qstrings': { 'et': 'custom','ea': 'page view','product_id': window.location.pathname,'site': 'techcrunch' },}});var s=d.createElement(t);s.src=r;s.async=true;s.onload=s.onreadystatechange=function(){var y,rs=this.readyState,c=w[u];if(rs&&rs!=\"complete\"&&rs!=\"loaded\"){return}try{y=YAHOO.ywa.I13N.fireBeacon;w[u]=[];w[u].push=function(p){y([p])};y(c)}catch(e){}};var scr=d.getElementsByTagName(t)[0],par=scr.parentNode;par.insertBefore(s,scr)})(window,document,\"script\",\"https://s.yimg.com/wi/ytc.js\",\"dotq\");\n\t\t}\n\t</script>\n\t\t<!-- JSON-LD -->\n\t<script type=\"application/ld+json\">\n\t\t{\"@context\":\"http:\\/\\/schema.org\",\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/techcrunch.com\\/2022\\/05\\/30\\/one-ai-raises-8m-to-curate-business-specific-nlp-models\\/\"},\"headline\":\"One AI raises $8M to curate business-specific NLP models\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=680\",\"width\":680,\"height\":453},\"datePublished\":\"2022-05-30T10:00:37+00:00\",\"dateModified\":\"2022-05-31T02:55:56+00:00\",\"author\":[{\"@type\":\"Person\",\"name\":\"Kyle Wiggers\"}],\"description\":\"Whether to power translation to document summarization, enterprises are increasing their investments in natural language processing (NLP) technologies. According to a 2021 survey from John Snow Labs and Gradient Flow, 60% of tech leaders indicated that their NLP budgets grew by at least 10% compared to 2020, while a third said that spending climbed by [&hellip;]\",\"speakable\":{\"@type\":\"SpeakableSpecification\",\"cssSelector\":[\".alpha\",\"#speakable-summary\"]}}\t</script>\n\t<!-- End JSON-LD -->\n\t<script id='wp-parsely-api-js-extra'>\nvar wpParsely = {\"apikey\":\"techcrunch.com\"};\n</script>\n<script type=\"text/javascript\" src=\"https://techcrunch.com/_static/??-eJx9y0EOAiEMQNELCQVNxpXxLDjUSUkppAXN3N6JK1eu//vw7o5k5ZnRoBhksgEvlNwUFDcU1DSaOp0yqKKvJL7YCf5sR+qN9ycx//K1yUAZUKfrPDcS+8qkhry7i4/wmMQZSGi41On47vUWlyVcl3AOsXwAmZI97w==\" ></script><script data-parsely-site=\"techcrunch.com\" src='https://cdn.parsely.com/keys/techcrunch.com/p.js?ver=3.1.3' id=\"parsely-cfg\"></script>\n<script src='https://use.typekit.net/svv7knm.js?ver=20220818' id='tc-typekit-font-js'></script>\n<script id='tc-typekit-font-js-after'>\ntry{Typekit.load({ async: true });}catch(e){}\n</script>\n<script id='tc-app-js-extra'>\nvar tc_app_data = {\"ads\":{\"gemini_enabled\":false,\"gemini_codes\":{\"position_4\":{\"mobile\":\"ae64471c-14c2-4457-8e9b-a5190206eafd\",\"desktop\":\"b2018d9e-dedc-4e85-8823-b06917beb892\"},\"position_8\":{\"mobile\":\"619392a1-b497-4aa9-b683-24aab7246c16\",\"desktop\":\"05c0b21d-e742-494d-ac59-474e3feaa4b8\"}},\"mns\":[{\"name\":\"Homepage and its pagination\",\"conditions\":{\"paths\":[\"(^\\/$)|(\\/page\\/\\\\d+)\"]},\"placements\":{\"native_inriver\":\"93484857\",\"leaderboard\":\"93484945\",\"rightrail1\":\"963923670\",\"native_mobile_inriver\":\"93484858\",\"mobile_footer\":\"93484942\",\"mobile_leaderboard\":\"93484943\",\"native_rightrail2\":\"963913331\",\"rightrail2\":\"963913914\",\"native_rightrail1\":\"963903172\",\"rightrail_feature_island\":\"93484946\",\"rightrail3\":\"963924360\",\"rightrail4\":\"963924361\",\"rightrail5\":\"963924362\",\"rightrail6\":\"963924363\"}},{\"name\":\"Tag - Startups\",\"conditions\":{\"taxonomy\":\"post_tag\",\"terms\":[\"startups\"]},\"placements\":{\"mobile_footer\":\"93484986\",\"mobile_leaderboard\":\"93484987\",\"leaderboard\":\"93484988\",\"amp_leaderboard\":\"963912138\",\"rightrail1\":\"93484989\",\"rightrail2\":\"963913915\",\"article_footer\":\"963908973\",\"amp_footer\":\"93523762\",\"amp_midarticle\":\"963923317\",\"native_midarticle\":\"963922183\",\"native_rightrail1\":\"963912091\",\"native_rightrail2\":\"963913330\",\"native_mobile_midarticle\":\"963922184\",\"native_mobile_footer\":\"963923619\"}},{\"name\":\"Category - Startups\",\"conditions\":{\"taxonomy\":\"category\",\"terms\":[\"startups\"]},\"placements\":{\"mobile_footer\":\"93484986\",\"mobile_leaderboard\":\"93484987\",\"leaderboard\":\"93484988\",\"amp_leaderboard\":\"963912138\",\"rightrail1\":\"93484989\",\"native_rightrail1\":\"963912091\",\"article_footer\":\"963908973\",\"amp_footer\":\"93523762\",\"native_rightrail2\":\"963913330\",\"rightrail2\":\"963913915\",\"amp_midarticle\":\"963923317\",\"native_midarticle\":\"963922183\",\"native_mobile_midarticle\":\"963922184\",\"native_mobile_footer\":\"963923619\"}},{\"name\":\"Tag - 5G\",\"conditions\":{\"taxonomy\":\"post_tag\",\"terms\":[\"5g\",\"5G\"]},\"placements\":{\"mobile_footer\":\"963898333\",\"mobile_leaderboard\":\"963898334\",\"amp_footer\":\"963898332\",\"leaderboard\":\"963898335\",\"amp_leaderboard\":\"963912139\",\"rightrail1\":\"963898336\",\"native_rightrail1\":\"963909550\",\"article_footer\":\"963908970\",\"native_rightrail2\":\"963913333\",\"amp_midarticle\":\"963923310\",\"native_midarticle\":\"963922183\",\"rightrail2\":\"963913916\",\"native_mobile_midarticle\":\"963922184\",\"native_mobile_footer\":\"963923619\",\"midarticle1\":\"963923874\",\"xl_midarticle1\":\"963923873\",\"midarticle2\":\"963923886\",\"xl_midarticle2\":\"963923885\",\"mobile_midarticle1\":\"963923875\",\"mobile_midarticle2\":\"963923887\"}},{\"name\":\"URL - 5G\",\"conditions\":{\"paths\":[\"\\/tag\\/5g\"]},\"placements\":{\"leaderboard\":\"963898335\",\"rightrail1\":\"963898336\",\"rightrail2\":\"963913916\",\"mobile_leaderboard\":\"963898334\",\"mobile_footer\":\"963898333\",\"native_inriver\":\"93501877\",\"native_mobile_inriver\":\"93501878\"}},{\"name\":\"Tag - Disrupt\",\"conditions\":{\"taxonomy\":\"post_tag\",\"terms\":[\"disrupt\"]},\"placements\":{\"mobile_footer\":\"93484895\",\"mobile_leaderboard\":\"93484896\",\"leaderboard\":\"93484897\",\"amp_leaderboard\":\"963912142\",\"rightrail1\":\"93484898\",\"native_rightrail1\":\"963911273\",\"amp_footer\":\"93523765\",\"native_rightrail2\":\"963913336\",\"amp_midarticle\":\"963923313\",\"native_midarticle\":\"963922183\",\"native_mobile_midarticle\":\"963922184\",\"rightrail2\":\"963913919\",\"article_footer\":\"963911272\",\"native_mobile_footer\":\"963923619\",\"midarticle1\":\"963923880\",\"xl_midarticle1\":\"963923879\",\"midarticle2\":\"963923892\",\"xl_midarticle2\":\"963923891\",\"mobile_midarticle1\":\"963923881\",\"mobile_midarticle2\":\"963923893\"}},{\"name\":\"Tag - Holiday Gift Guide\",\"conditions\":{\"taxonomy\":\"post_tag\",\"terms\":[\"gift-guide-2021\"]},\"placements\":{\"mobile_footer\":\"93484930\",\"mobile_leaderboard\":\"93484931\",\"leaderboard\":\"93484932\",\"amp_leaderboard\":\"963912143\",\"rightrail1\":\"93484933\",\"article_footer\":\"963908971\",\"amp_footer\":\"963874680\",\"rightrail2\":\"963913920\",\"amp_midarticle\":\"963923314\",\"native_rightrail1\":\"963912093\",\"native_rightrail2\":\"963913337\",\"native_mobile_footer\":\"963923619\"}},{\"name\":\"URL - Holiday Gift Guide\",\"conditions\":{\"paths\":[\"\\/pages\\/gift-guide-2021\\/\",\"\\/tag\\/gift-guide-2021\\/\"]},\"placements\":{\"mobile_footer\":\"93484930\",\"mobile_leaderboard\":\"93484931\",\"leaderboard\":\"93484932\",\"rightrail1\":\"93484933\",\"rightrail2\":\"963913920\",\"native_inriver\":\"93501877\",\"native_mobile_inriver\":\"93501878\"}},{\"name\":\"Tag - CES\",\"conditions\":{\"taxonomy\":\"post_tag\",\"terms\":[\"ces\",\"CES\",\"ces-2021\",\"CES-2021\",\"ces-2022\",\"ces-2020\",\"ces-2019\"]},\"placements\":{\"mobile_footer\":\"93484876\",\"mobile_leaderboard\":\"93484877\",\"leaderboard\":\"93484878\",\"amp_leaderboard\":\"963912141\",\"rightrail1\":\"93484879\",\"native_rightrail1\":\"963910470\",\"article_footer\":\"963909894\",\"amp_footer\":\"963874677\",\"native_rightrail2\":\"963913335\",\"rightrail2\":\"963913918\",\"amp_midarticle\":\"963923312\",\"native_midarticle\":\"963922183\",\"native_mobile_midarticle\":\"963922184\",\"native_mobile_footer\":\"963923619\",\"midarticle1\":\"963923877\",\"xl_midarticle1\":\"963923876\",\"midarticle2\":\"963923889\",\"xl_midarticle2\":\"963923888\",\"mobile_midarticle1\":\"963923878\",\"mobile_midarticle2\":\"963923890\"}},{\"name\":\"URL - CES\",\"conditions\":{\"paths\":[\"\\/tag\\/ces-2022\",\"\\/tag\\/ces-2021\",\"\\/tag\\/ces-2020\",\"\\/tag\\/ces-2019\",\"\\/tag\\/ces\"]},\"placements\":{\"leaderboard\":\"93484878\",\"rightrail1\":\"93484879\",\"rightrail2\":\"963913918\",\"mobile_leaderboard\":\"93484877\",\"mobile_footer\":\"93484876\",\"native_inriver\":\"93501877\",\"native_mobile_inriver\":\"93501878\"}},{\"name\":\"Post Type - Sponsored post defaults\",\"conditions\":{\"post_types\":[\"tc_sponsored_post\"]},\"placements\":{\"leaderboard\":\"963872468\",\"rightrail1\":\"963872467\",\"mobile_leaderboard\":\"963872466\",\"mobile_footer\":\"963909570\"}},{\"name\":\"Run of site \\/ fallback\",\"conditions\":[],\"placements\":{\"native_inriver\":\"93501877\",\"native_mobile_inriver\":\"93501878\",\"leaderboard\":\"93484975\",\"amp_leaderboard\":\"963912137\",\"rightrail1\":\"93484976\",\"native_rightrail1\":\"963912090\",\"native_mobile_footer\":\"963923619\",\"native_rightrail2\":\"963913332\",\"native_midarticle\":\"963922183\",\"native_mobile_midarticle\":\"963922184\",\"amp_footer\":\"93523784\",\"amp_midarticle\":\"963923315\",\"rightrail2\":\"963913913\",\"article_footer\":\"963908972\",\"mobile_leaderboard\":\"93484974\",\"mobile_footer\":\"93484973\",\"midarticle1\":\"963923871\",\"xl_midarticle1\":\"963923870\",\"midarticle2\":\"963923883\",\"xl_midarticle2\":\"963923882\",\"mobile_midarticle1\":\"963923872\",\"mobile_midarticle2\":\"963923884\"}}]},\"assetURI\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\",\"breaking\":\"0\",\"live_event\":\"0\",\"youtube_livestream\":\"\",\"feature_islands\":{\"homepage\":[{\"id\":2367217,\"date\":\"2022-08-17T08:30:27\",\"date_gmt\":\"2022-08-17T15:30:27\",\"guid\":{\"rendered\":\"https:\\/\\/techcrunch.com\\/?p=2367217\"},\"modified\":\"2022-08-17T14:08:42\",\"modified_gmt\":\"2022-08-17T21:08:42\",\"slug\":\"thetruthspy-spyware-lookup-tool\",\"status\":\"publish\",\"type\":\"post\",\"link\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/thetruthspy-spyware-lookup-tool\\/\",\"title\":{\"rendered\":\"TechCrunch launches TheTruthSpy spyware lookup tool\"},\"content\":{\"rendered\":\"<p id=\\\"speakable-summary\\\"><span class=\\\"featured__span-first-words\\\">TechCrunch today launched<\\/span> <a href=\\\"https:\\/\\/techcrunch.com\\/thetruthspy-investigation\\\" rel=\\\"noopener\\\">a spyware lookup tool<\\/a> that allows anyone to check if their Android device was compromised by a fleet of consumer-grade spyware apps, including TheTruthSpy. The aim is to help victims check if their device was compromised and reclaim control of their device.<\\/p>\\n<p>It follows <a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/02\\/22\\/stalkerware-network-spilling-data\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">a months-long investigation by TechCrunch<\\/a> into the fleet of spyware apps that share the same server infrastructure but also the same security flaw and are all spilling the personal phone data of hundreds of thousands of Android users.<\\/p>\\n<p>\\t<div class=\\\"article-block block--callout block--right\\\" >\\n\\t\\t<h4 class=\\\"block--callout__title\\\">SPYWARE LOOKUP TOOL<\\/h4>\\n\\t\\t You can check to see if your Android phone or tablet was compromised <a href=\\\"https:\\/\\/techcrunch.com\\/thetruthspy-investigation\\\"><strong>here<\\/strong><\\/a>.\\t<\\/div>\\n\\t<\\/p>\\n<p>These stealthy apps are often surreptitiously installed by someone with physical access to a person&#8217;s device and are designed to stay hidden from home screens but allow that person to view the victim\\u2019s phone data in real time, including their calls, messages, contacts, real-time location data, photos and more.<\\/p>\\n<p>Our investigation found that the spyware apps were built and maintained by a Vietnam-based group of developers that went to considerable lengths to hide their involvement in the operation, including using fake names and misappropriated identities. But without a fix, TechCrunch cannot reveal more about the security flaw because of the risk it poses to the hundreds of thousands of victims whose phones were unknowingly compromised by the fleet of spyware apps.<\\/p>\\n<p>Then, in June, a source provided TechCrunch with a cache of files dumped from the servers of TheTruthSpy\\u2019s internal network. That cache of files included a list of every Android device that was compromised by any of the spyware apps in TheTruthSpy\\u2019s network up to April 2022, which is presumably when the data was dumped.<\\/p>\\n<p>The leaked list does not contain enough information for TechCrunch to identify or notify owners of compromised devices. That&#8217;s why TechCrunch built <a href=\\\"https:\\/\\/techcrunch.com\\/thetruthspy-investigation\\\" rel=\\\"noopener\\\">this spyware lookup tool<\\/a>. The tool allows anyone to check for themselves if their Android device was compromised by these apps, and how to <a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/02\\/22\\/remove-android-spyware\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">remove the spyware<\\/a> \\u2014 if it&#8217;s safe to do so.<\\/p>\\n<p>The tool works by matching against the leaked list of unique device identifiers, like IMEI numbers and advertising IDs, which are commonly collected by apps on your device and sent back to the developer, and these spyware apps are no different.<\\/p>\\n<p>TechCrunch verified the leaked list by matching known identifiers, like IMEIs, from <a href=\\\"https:\\/\\/techcrunch.com\\/2021\\/08\\/11\\/apple-drops-its-lawsuit-against-maker-of-iphone-emulation-software\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">burner and virtual devices<\\/a> we used during our investigation into the spyware network.<\\/p>\\n<p>You can <a href=\\\"https:\\/\\/techcrunch.com\\/thetruthspy-investigation\\\" rel=\\\"noopener\\\">use the tool for free here<\\/a>\\u00a0and <a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/02\\/22\\/stalkerware-network-spilling-data\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">read more about our investigation<\\/a> that first uncovered the spyware network.<\\/p>\\n<hr \\/>\\n<p><em>If you or someone you know needs help, the National Domestic Violence Hotline (1-800-799-7233) provides 24\\/7 free, confidential support to victims of domestic abuse and violence. If you are in an emergency situation, call 911. The\\u00a0<a href=\\\"https:\\/\\/stopstalkerware.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Coalition Against Stalkerware<\\/a>\\u00a0also has resources if you think your phone has been compromised by spyware. You can contact this reporter on Signal and WhatsApp at +1 646-755-8849 or <a href=\\\"mailto:[email protected]\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">[email protected]<\\/a> by email.\\u00a0<\\/em><\\/p>\\n\",\"protected\":false},\"excerpt\":{\"rendered\":\"<p>TechCrunch today launched a spyware lookup tool that allows anyone to check if their Android device was compromised by a fleet of consumer-grade spyware apps, including TheTruthSpy. The aim is to help victims check if their device was compromised and reclaim control of their device. It follows a months-long investigation by TechCrunch into the fleet [&hellip;]<\\/p>\\n\",\"protected\":false},\"author\":133574210,\"featured_media\":2367219,\"comment_status\":\"open\",\"ping_status\":\"closed\",\"sticky\":false,\"template\":\"\",\"format\":\"standard\",\"meta\":{\"outcome\":\"\",\"status\":\"\",\"crunchbase_tag\":0,\"amp_status\":\"\",\"relegenceEntities\":[],\"relegenceSubjects\":[],\"carmot_uuid\":\"71da1f61-1f7e-3a54-b1ef-ab954167d4ba\"},\"categories\":[426637499,21587494],\"tags\":[641922,88698,801,449556042,5448,576780354,53246],\"crunchbase_tag\":[],\"tc_stories_tax\":[],\"tc_ec_category\":[],\"tc_event\":[],\"tc_regions_tax\":[],\"jetpack_featured_media_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg\",\"parsely\":{\"version\":\"1.0.0\",\"meta\":{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/thetruthspy-spyware-lookup-tool\\/\"},\"headline\":\"Walmart agrees to order 4,500 Canoo EVs for last-mile delivery\",\"url\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/thetruthspy-spyware-lookup-tool\\/\",\"thumbnailUrl\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=150\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=150\"},\"dateCreated\":\"2022-08-17T15:30:27Z\",\"datePublished\":\"2022-08-17T15:30:27Z\",\"dateModified\":\"2022-08-17T21:08:42Z\",\"articleSection\":\"post\",\"author\":[{\"@type\":\"Person\",\"name\":\"Zack Whittaker\"}],\"creator\":[\"Zack Whittaker\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"keywords\":[\"@post-id:2351308\",\"tc\",\"transportation\",\"canoo\",\"ev\",\"last mile transportation\",\"logistics\",\"walmart\"]},\"rendered\":\"\\n<script type=\\\"application\\/ld+json\\\">\\n{\\\"@context\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\",\\\"@type\\\":\\\"NewsArticle\\\",\\\"mainEntityOfPage\\\":{\\\"@type\\\":\\\"WebPage\\\",\\\"@id\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/2022\\\\\\/07\\\\\\/12\\\\\\/walmart-agrees-to-order-4500-canoo-evs-for-last-mile-delivery\\\\\\/\\\"},\\\"headline\\\":\\\"Walmart agrees to order 4,500 Canoo EVs for last-mile delivery\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/2022\\\\\\/07\\\\\\/12\\\\\\/walmart-agrees-to-order-4500-canoo-evs-for-last-mile-delivery\\\\\\/\\\",\\\"thumbnailUrl\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2022\\\\\\/07\\\\\\/canoo-walmart-arkansas.jpg?w=150\\\",\\\"image\\\":{\\\"@type\\\":\\\"ImageObject\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2022\\\\\\/07\\\\\\/canoo-walmart-arkansas.jpg?w=150\\\"},\\\"dateCreated\\\":\\\"2022-07-12T10:00:09Z\\\",\\\"datePublished\\\":\\\"2022-07-12T10:00:09Z\\\",\\\"dateModified\\\":\\\"2022-07-12T17:04:42Z\\\",\\\"articleSection\\\":\\\"post\\\",\\\"author\\\":[{\\\"@type\\\":\\\"Person\\\",\\\"name\\\":\\\"Kirsten Korosec\\\"}],\\\"creator\\\":[\\\"Kirsten Korosec\\\"],\\\"publisher\\\":{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"TechCrunch\\\",\\\"logo\\\":{\\\"@type\\\":\\\"imageObject\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/themes\\\\\\/techcrunch-2017\\\\\\/images\\\\\\/logo-json-ld.png\\\",\\\"width\\\":\\\"600\\\",\\\"height\\\":\\\"60\\\"}},\\\"keywords\\\":[\\\"@post-id:2351308\\\",\\\"tc\\\",\\\"transportation\\\",\\\"canoo\\\",\\\"ev\\\",\\\"last mile transportation\\\",\\\"logistics\\\",\\\"walmart\\\"]}\\n<\\/script>\\n\\n\"},\"shortlink\":\"https:\\/\\/tcrn.ch\\/3QLkB90\",\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"premiumContent\":false,\"premiumCutoffPercent\":1,\"featured\":true,\"subtitle\":\"\",\"seoTitle\":\"\",\"editorialContentProvider\":\"\",\"seoDescription\":\"This tool lets you check to see if your Android device was compromised.\",\"tc_cb_mapping\":[],\"associatedEvent\":null,\"event\":null,\"authors\":[133574210],\"hide_featured_image\":false,\"canonical_url\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/thetruthspy-spyware-lookup-tool\\/\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2367217\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/post\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=2367217\"}],\"version-history\":[{\"count\":22,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2367217\\/revisions\"}],\"predecessor-version\":[{\"id\":2373774,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2367217\\/revisions\\/2373774\"}],\"authors\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574210\"}],\"https:\\/\\/techcrunch.com\\/edit\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-admin\\/post.php?post=2367217&action=edit\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574210\"}],\"wp:featuredmedia\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/2367219\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media?parent=2367217\"}],\"wp:term\":[{\"taxonomy\":\"category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories?post=2367217\"},{\"taxonomy\":\"post_tag\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags?post=2367217\"},{\"taxonomy\":\"_tc_cb_tag_taxonomy\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/crunchbase_tag?post=2367217\"},{\"taxonomy\":\"tc_stories_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_stories_tax?post=2367217\"},{\"taxonomy\":\"tc_ec_category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_ec_category?post=2367217\"},{\"taxonomy\":\"tc_event\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_event?post=2367217\"},{\"taxonomy\":\"tc_regions_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax?post=2367217\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]},\"_embedded\":{\"authors\":[{\"id\":133574210,\"name\":\"Zack Whittaker\",\"url\":\"\",\"description\":\"Zack Whittaker is the security editor at TechCrunch. You can send tips securely via Signal and WhatsApp to +1 646-755-8849. He can also be reached by email at [email protected]\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/zack-whittaker\\/\",\"slug\":\"zack-whittaker\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/9c6f2f007a1fadfcf4f9da867130c493?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/9c6f2f007a1fadfcf4f9da867130c493?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/9c6f2f007a1fadfcf4f9da867130c493?s=96&d=identicon&r=g\"},\"links\":{\"homepage\":\"https:\\/\\/techcrunch.com\\/author\\/zack-whittaker\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/zackwhittaker\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/in\\/zackwhittaker\\/\",\"facebook\":\"\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/zack-whittaker\"},\"position\":\"Security Editor\",\"cbDescription\":\"<p>Zack Whittaker is the security editor at TechCrunch. You can send tips securely via Signal and WhatsApp to +1 646-755-8849. He can also be reached by email at [email protected]<\\/p>\",\"cbAvatar\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2021\\/01\\/arqrabrudwyofg3sb2pl-e1629817485878.jpg\",\"twitter\":\"zackwhittaker\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574210\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"author\":[{\"id\":133574210,\"name\":\"Zack Whittaker\",\"url\":\"\",\"description\":\"Zack Whittaker is the security editor at TechCrunch. You can send tips securely via Signal and WhatsApp to +1 646-755-8849. He can also be reached by email at [email protected]\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/zack-whittaker\\/\",\"slug\":\"zack-whittaker\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/9c6f2f007a1fadfcf4f9da867130c493?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/9c6f2f007a1fadfcf4f9da867130c493?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/9c6f2f007a1fadfcf4f9da867130c493?s=96&d=identicon&r=g\"},\"links\":{\"homepage\":\"https:\\/\\/techcrunch.com\\/author\\/zack-whittaker\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/zackwhittaker\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/in\\/zackwhittaker\\/\",\"facebook\":\"\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/zack-whittaker\"},\"position\":\"Security Editor\",\"cbDescription\":\"<p>Zack Whittaker is the security editor at TechCrunch. You can send tips securely via Signal and WhatsApp to +1 646-755-8849. He can also be reached by email at [email protected]<\\/p>\",\"cbAvatar\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2021\\/01\\/arqrabrudwyofg3sb2pl-e1629817485878.jpg\",\"twitter\":\"zackwhittaker\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574210\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"wp:featuredmedia\":[{\"id\":2367219,\"date\":\"2022-08-05T13:03:52\",\"slug\":\"thetruthspy-stalkerware-android-spyware\",\"type\":\"attachment\",\"link\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/thetruthspy-spyware-lookup-tool\\/thetruthspy-stalkerware-android-spyware\\/\",\"title\":{\"rendered\":\"thetruthspy-stalkerware-android-spyware\"},\"author\":133574210,\"license\":{\"source_key\":\"other\",\"source\":\"TechCrunch\",\"person\":\"Bryce Durbin\"},\"authors\":[133574210],\"caption\":{\"rendered\":\"\"},\"alt_text\":\"A blue background spotted with illustrated eyes, with red location markets over a phone.\",\"media_type\":\"image\",\"mime_type\":\"image\\/jpeg\",\"media_details\":{\"width\":3200,\"height\":1800,\"file\":\"2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg\",\"filesize\":1229749,\"sizes\":{\"thumbnail\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=150,84\",\"width\":150,\"height\":84,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=150\"},\"medium\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=300,169\",\"width\":300,\"height\":169,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=300\"},\"medium_large\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=768,432\",\"width\":768,\"height\":432,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=1024\"},\"large\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=680,383\",\"width\":680,\"height\":383,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=680\"},\"1536x1536\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=1536,864\",\"width\":1536,\"height\":864,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=1536\"},\"2048x2048\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=2048,1152\",\"width\":2048,\"height\":1152,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=2048\"},\"guest-author-32\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=32,32\",\"width\":32,\"height\":32,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=32&h=32&crop=1\"},\"guest-author-50\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=50,50\",\"width\":50,\"height\":50,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=50&h=50&crop=1\"},\"guest-author-64\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=64,64\",\"width\":64,\"height\":64,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=64&h=64&crop=1\"},\"guest-author-96\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=96,96\",\"width\":96,\"height\":96,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=96&h=96&crop=1\"},\"guest-author-128\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=128,128\",\"width\":128,\"height\":128,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=128&h=128&crop=1\"},\"concierge-thumb\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg?resize=50,28\",\"width\":50,\"height\":28,\"filesize\":1229749,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg?w=50\"},\"full\":{\"file\":\"thetruthspy-stalkerware-android-spyware.jpg\",\"width\":1024,\"height\":576,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg\"}},\"image_meta\":{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"1634502061\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"1\",\"keywords\":[]}},\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/thetruthspy-stalkerware-android-spyware.jpg\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/2367219\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/attachment\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=2367219\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574210\"}]}}],\"wp:term\":[[{\"id\":426637499,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/privacy\\/\",\"name\":\"Privacy\",\"slug\":\"privacy\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/426637499\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=426637499\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=426637499\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=426637499\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":21587494,\"description\":\"Cybersecurity encompasses investigative reporting and analysis on the latest security breaches, hacks and cyberattacks around the globe.\",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/security\\/\",\"name\":\"Security\",\"slug\":\"security\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/21587494\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=21587494\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=21587494\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=21587494\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[{\"id\":641922,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/android\\/\",\"name\":\"Android\",\"slug\":\"android\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/641922\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=641922\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=641922\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=641922\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=641922\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":88698,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/espionage\\/\",\"name\":\"espionage\",\"slug\":\"espionage\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/88698\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=88698\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=88698\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=88698\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=88698\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":801,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/security\\/\",\"name\":\"security\",\"slug\":\"security\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/801\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=801\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=801\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=801\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=801\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":449556042,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/security-breaches\\/\",\"name\":\"security breaches\",\"slug\":\"security-breaches\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/449556042\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=449556042\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=449556042\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=449556042\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=449556042\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":5448,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/spyware\\/\",\"name\":\"Spyware\",\"slug\":\"spyware\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/5448\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=5448\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=5448\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=5448\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=5448\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":576780354,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/stalkerware\\/\",\"name\":\"stalkerware\",\"slug\":\"stalkerware\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576780354\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576780354\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576780354\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576780354\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576780354\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":53246,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/tracking\\/\",\"name\":\"tracking\",\"slug\":\"tracking\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/53246\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=53246\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=53246\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=53246\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=53246\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[],[],[],[],[]]}},{\"id\":2369017,\"date\":\"2022-08-17T09:00:26\",\"date_gmt\":\"2022-08-17T16:00:26\",\"guid\":{\"rendered\":\"https:\\/\\/techcrunch.com\\/?p=2369017\"},\"modified\":\"2022-08-17T09:51:08\",\"modified_gmt\":\"2022-08-17T16:51:08\",\"slug\":\"how-venture-capital-works\",\"status\":\"publish\",\"type\":\"post\",\"link\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/how-venture-capital-works\\/\",\"title\":{\"rendered\":\"As a startup founder, you really need to understand how venture capital works\"},\"content\":{\"rendered\":\"<p id=\\\"speakable-summary\\\"><span class=\\\"featured__span-first-words\\\">Before you raise<\\/span> money as a cash-strapped fledgling startup, it can feel like every problem you are experiencing would go away if you just had some money in the bank. At TechCrunch, it often seems as if every other startup story is about yet another fun company raising satchels full of venture capital.<\\/p>\\n<p>Millions &#8212; <a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/01\\/12\\/data-show-2021-was-a-bonkers-record-setting-year-for-venture-capital\\/?utm_source=internal&amp;utm_medium=WPunit\\\">billions<\\/a> &#8212; of dollars are flowing toward upstart tech companies of all stripes, and as the de-facto news hub for the startup ecosystem, we are as guilty as anyone of being a little bit on the &#8220;cult of capital&#8221; side of things. One truth is that successfully raising capital from a VC firm is a huge milestone in the life of a startup. Another truth is that VC isn&#8217;t right for all companies. In fact, there are significant downsides to raising money from VCs. In this piece, I&#8217;m taking a look at both sides of the coin.<\\/p>\\n<p>I have two day jobs. One is as a pitch coach for startups, and the other is as a reporter here at TechCrunch, which includes writing <a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/04\\/28\\/submit-your-pitch-deck-for-review\\/?utm_source=internal&amp;utm_medium=WPunit\\\">our fantastically popular Pitch Deck Teardown series<\\/a>. Before these two day jobs, I was the director of Portfolio at hardware-focused VC fund <a href=\\\"http:\\/\\/bolt.io\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Bolt<\\/a>. As you might expect, that means I talk to a lot of early-stage companies, and I&#8217;ve seen more pitch decks than any human should.<\\/p>\\n<p>A lot of the pitch decks I see, however, make me wonder if the founders have really thought through what they are doing. Yes, it&#8217;s sexy to have a boatload of cash, but the money comes with a catch, and once you&#8217;re on the VC-fueled treadmill, you can&#8217;t easily step back off. The corollary of that is that I suspect a lot of founders don&#8217;t really know how venture capital works. That&#8217;s a problem for a number of reasons. As a startup founder, you&#8217;d never dream of selling a product to a customer you don&#8217;t truly understand. Not understanding why your VC partner might be interested to invest in you is dangerous.<\\/p>\\n<p>So let&#8217;s take a look at how it all hangs together!<\\/p>\\n<h2>Where VCs get their money<\\/h2>\\n<p>To really understand what&#8217;s going on when you raise venture capital, you&#8217;re going to need to understand what drives the VCs themselves. In a nutshell, venture capital is a high-risk asset class that capital managers can choose to invest in.<\\/p>\\n<p>These fund managers, when they invest in venture capital funds, are known as limited partners, or LPs. They sit atop giant piles of cash from &#8212; for example &#8212; pension funds, university endowments or the deep coffers of a corporation. Their job is to ensure that the giant pile of cash grows. At the lowest end, it needs to grow in line with inflation &#8212; if it doesn&#8217;t, inflation means that the buying power of that capital pool is shrinking. That means a few things: The organization that owns the cash is losing money, and the fund manager is probably going to get sacked.<\\/p>\\n<p>So, the lowest end of the range is &#8220;increase the size of the pile by 9% per year&#8221; to keep up with <a href=\\\"https:\\/\\/www.usinflationcalculator.com\\/inflation\\/current-inflation-rates\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">the current inflation rate in the U.S<\\/a>. Typically, fund managers beat inflation by investing in relatively lower-risk asset classes, a strategy that works better in lower-inflation environments. Some of this low-risk investing may go to banks, some of it will go to bonds, while a portion will go into index and tracker funds that keep pace with the stock market. A relatively small slice of the pie will be earmarked for &#8220;high-risk investments.&#8221; These are investments that the fund can &#8220;afford&#8221; to lose, but the hope is that the high-risk\\/high-reward approach means that this slice doubles, triples or beyond.<\\/p>\\n<p><div class=\\\"extra-crunch-offer-container\\\"><\\/div>\",\"protected\":false},\"excerpt\":{\"rendered\":\"<p>Once you&#8217;re on the VC-fueled treadmill, you can&#8217;t easily step back off.<\\/p>\\n\",\"protected\":false},\"author\":170861,\"featured_media\":2373380,\"comment_status\":\"open\",\"ping_status\":\"closed\",\"sticky\":false,\"template\":\"\",\"format\":\"standard\",\"meta\":{\"outcome\":\"\",\"status\":\"\",\"crunchbase_tag\":0,\"amp_status\":\"\",\"relegenceEntities\":[],\"relegenceSubjects\":[],\"carmot_uuid\":\"b514dec8-35ad-3999-a2a4-851d989e0ce2\"},\"categories\":[20429,577030455],\"tags\":[576652420,576700741,4348754,577025428,183,81819,4269,81,29172,449557042,449557049,202,3857655,7871591],\"crunchbase_tag\":[],\"tc_stories_tax\":[],\"tc_ec_category\":[576796353],\"tc_event\":[],\"tc_regions_tax\":[],\"jetpack_featured_media_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg\",\"parsely\":{\"version\":\"1.0.0\",\"meta\":{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/how-venture-capital-works\\/\"},\"headline\":\"TC Sessions: Space 2022\",\"url\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/how-venture-capital-works\\/\",\"thumbnailUrl\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=150\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=150\"},\"dateCreated\":\"2022-08-17T16:00:26Z\",\"datePublished\":\"2022-08-17T16:00:26Z\",\"dateModified\":\"2022-08-17T16:51:08Z\",\"articleSection\":\"tc_events\",\"author\":[{\"@type\":\"Person\",\"name\":\"Haje Jan Kamps\"}],\"creator\":[\"Haje Jan Kamps\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"keywords\":[\"@post-id:2337298\"]},\"rendered\":\"\\n<script type=\\\"application\\/ld+json\\\">\\n{\\\"@context\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\",\\\"@type\\\":\\\"WebPage\\\",\\\"headline\\\":\\\"TC Sessions: Space 2022\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/events\\\\\\/tc-sessions-space-2022\\\\\\/\\\",\\\"articleSection\\\":\\\"tc_events\\\",\\\"publisher\\\":{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"TechCrunch\\\",\\\"logo\\\":{\\\"@type\\\":\\\"imageObject\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/themes\\\\\\/techcrunch-2017\\\\\\/images\\\\\\/logo-json-ld.png\\\",\\\"width\\\":\\\"600\\\",\\\"height\\\":\\\"60\\\"}},\\\"keywords\\\":[\\\"@post-id:2337298\\\"]}\\n<\\/script>\\n\\n\"},\"shortlink\":\"https:\\/\\/tcrn.ch\\/3JYPxAA\",\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"premiumContent\":true,\"premiumCutoffPercent\":0.22,\"featured\":false,\"subtitle\":\"\",\"seoTitle\":\"\",\"editorialContentProvider\":\"\",\"seoDescription\":\"\",\"tc_cb_mapping\":[],\"associatedEvent\":null,\"event\":null,\"authors\":[2217712],\"hide_featured_image\":false,\"canonical_url\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/how-venture-capital-works\\/\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2369017\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/post\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=2369017\"}],\"version-history\":[{\"count\":17,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2369017\\/revisions\"}],\"predecessor-version\":[{\"id\":2373545,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2369017\\/revisions\\/2373545\"}],\"authors\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/guest-authors\\/haje-jan-kamps-2\"}],\"https:\\/\\/techcrunch.com\\/edit\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-admin\\/post.php?post=2369017&action=edit\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/170861\"}],\"wp:featuredmedia\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/2373380\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media?parent=2369017\"}],\"wp:term\":[{\"taxonomy\":\"category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories?post=2369017\"},{\"taxonomy\":\"post_tag\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags?post=2369017\"},{\"taxonomy\":\"_tc_cb_tag_taxonomy\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/crunchbase_tag?post=2369017\"},{\"taxonomy\":\"tc_stories_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_stories_tax?post=2369017\"},{\"taxonomy\":\"tc_ec_category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_ec_category?post=2369017\"},{\"taxonomy\":\"tc_event\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_event?post=2369017\"},{\"taxonomy\":\"tc_regions_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax?post=2369017\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]},\"_embedded\":{\"authors\":[{\"id\":2217712,\"name\":\"Haje Jan Kamps\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/haje-jan-kamps-2\\/\",\"description\":\"<a href=\\\"https:\\/\\/kamps.org\\/\\\">Haje Jan Kamps<\\/a> is the director of portfolio at <a href=\\\"https:\\/\\/bolt.io\\/\\\">Bolt<\\/a>, a venture capital firm focused on hardware startups and enabling technologies. He was also a staff writer for TechCrunch. \",\"slug\":\"haje-jan-kamps-2\",\"links\":{\"homepage\":\"http:\\/\\/haje.me\",\"facebook\":\"http:\\/\\/www.facebook.com\\/hajejan\",\"twitter\":\"https:\\/\\/twitter.com\\/Haje\",\"linkedin\":\"http:\\/\\/www.linkedin.com\\/in\\/hjkamps\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/haje-jan-kamps\"},\"position\":\"Reporter\",\"cbDescription\":\"<p>At TechCrunch, Haje (He\\/Him) covers general tech news and focuses mostly on hardware. He has founded several companies to varying degrees of success, spent a while in the VC world, and has been a journalist and TV producer since the dawn of his career. He is more-than-averagely interested in photography and can often be found with a camera slung over his shoulder. He wrote a book about pitching startups to investors, and you can find him on @Haje on Twitter (yes, really), or at Haje.me for everything else. <\\/p>\\r\\n\\r\\n<p>As for disclosures, I will excuse myself from writing about any of these: \\r\\n- I have a financial interest in all the Bolt portfolio companies from fund 2 and 3, as I have carry in those two funds. I have made no direct investments in any of these companies. \\r\\n- I own crypto (a small stake in almost all the currencies), but am generally very anti-cryptocurrencies, for environmental reasons. \\r\\n- Through advisory positions\\/founder shares, I own a stake in Konf and LTHR, \\r\\n- Through angel investments via the Seedrs platform, I own a stake in Desklodge, Eebria, GoCarShare, Silver Curve, Maily, Adludio, Taylor & Hart, Firef.ly, All of these are hands-off investments made before 2015. I have not made angel investments since then. <\\/p>\",\"cbAvatar\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2021\\/10\\/Haje-black-and-red-HQ-sq.jpg\",\"twitter\":\"Haje\"}],\"author\":[{\"id\":170861,\"name\":\"Haje Jan Kamps\",\"url\":\"\",\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/haje-jan-kamps\\/\",\"slug\":\"haje-jan-kamps\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/f6ffdc4504715913427057be65524d44?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/f6ffdc4504715913427057be65524d44?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/f6ffdc4504715913427057be65524d44?s=96&d=identicon&r=g\"},\"links\":{\"homepage\":\"http:\\/\\/haje.me\",\"facebook\":\"http:\\/\\/www.facebook.com\\/hajejan\",\"twitter\":\"https:\\/\\/twitter.com\\/haje\",\"linkedin\":\"http:\\/\\/www.linkedin.com\\/in\\/hjkamps\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/haje-jan-kamps\"},\"position\":\"Reporter\",\"cbDescription\":\"<p>At TechCrunch, Haje (He\\/Him) covers general tech news and focuses mostly on hardware. He has founded several companies to varying degrees of success, spent a while in the VC world, and has been a journalist and TV producer since the dawn of his career. He is more-than-averagely interested in photography and can often be found with a camera slung over his shoulder. He wrote a book about pitching startups to investors, and you can find him on @Haje on Twitter (yes, really), or at Haje.me for everything else. <\\/p>\\r\\n\\r\\n<p>As for disclosures, I will excuse myself from writing about any of these: \\r\\n- I have a financial interest in all the Bolt portfolio companies from fund 2 and 3, as I have carry in those two funds. I have made no direct investments in any of these companies. \\r\\n- I own crypto (a small stake in almost all the currencies), but am generally very anti-cryptocurrencies, for environmental reasons. \\r\\n- Through advisory positions\\/founder shares, I own a stake in Konf and LTHR, \\r\\n- Through angel investments via the Seedrs platform, I own a stake in Desklodge, Eebria, GoCarShare, Silver Curve, Maily, Adludio, Taylor & Hart, Firef.ly, All of these are hands-off investments made before 2015. I have not made angel investments since then. <\\/p>\",\"cbAvatar\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2021\\/10\\/Haje-black-and-red-HQ-sq.jpg\",\"twitter\":\"haje\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/170861\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"wp:featuredmedia\":[{\"id\":2373380,\"date\":\"2022-08-17T06:28:42\",\"slug\":\"math-equations-written-on-a-blackboard\",\"type\":\"attachment\",\"link\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/how-venture-capital-works\\/math-equations-written-on-a-blackboard\\/\",\"title\":{\"rendered\":\"Math equations written on a blackboard.\"},\"author\":133574483,\"license\":{\"source_key\":\"getty images\",\"person\":\"andresr\",\"person_url\":\"https:\\/\\/www.gettyimages.com\\/search\\/photographer?photographer=andresr\"},\"authors\":[133574483],\"caption\":{\"rendered\":\"\"},\"alt_text\":\"Image of math equations written on a blackboard.\",\"media_type\":\"image\",\"mime_type\":\"image\\/jpeg\",\"media_details\":{\"width\":4000,\"height\":2500,\"file\":\"2022\\/08\\/GettyImages-1219382595.jpg\",\"filesize\":2520585,\"sizes\":{\"thumbnail\":{\"file\":\"GettyImages-1219382595.jpg?resize=150,94\",\"width\":150,\"height\":94,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=150\"},\"medium\":{\"file\":\"GettyImages-1219382595.jpg?resize=300,188\",\"width\":300,\"height\":188,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=300\"},\"medium_large\":{\"file\":\"GettyImages-1219382595.jpg?resize=768,480\",\"width\":768,\"height\":480,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=1024\"},\"large\":{\"file\":\"GettyImages-1219382595.jpg?resize=680,425\",\"width\":680,\"height\":425,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=680\"},\"1536x1536\":{\"file\":\"GettyImages-1219382595.jpg?resize=1536,960\",\"width\":1536,\"height\":960,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=1536\"},\"2048x2048\":{\"file\":\"GettyImages-1219382595.jpg?resize=2048,1280\",\"width\":2048,\"height\":1280,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=2048\"},\"guest-author-32\":{\"file\":\"GettyImages-1219382595.jpg?resize=32,32\",\"width\":32,\"height\":32,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=32&h=32&crop=1\"},\"guest-author-50\":{\"file\":\"GettyImages-1219382595.jpg?resize=50,50\",\"width\":50,\"height\":50,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=50&h=50&crop=1\"},\"guest-author-64\":{\"file\":\"GettyImages-1219382595.jpg?resize=64,64\",\"width\":64,\"height\":64,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=64&h=64&crop=1\"},\"guest-author-96\":{\"file\":\"GettyImages-1219382595.jpg?resize=96,96\",\"width\":96,\"height\":96,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=96&h=96&crop=1\"},\"guest-author-128\":{\"file\":\"GettyImages-1219382595.jpg?resize=128,128\",\"width\":128,\"height\":128,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=128&h=128&crop=1\"},\"concierge-thumb\":{\"file\":\"GettyImages-1219382595.jpg?resize=50,31\",\"width\":50,\"height\":31,\"filesize\":2520585,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg?w=50\"},\"full\":{\"file\":\"GettyImages-1219382595.jpg\",\"width\":1024,\"height\":640,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg\"}},\"image_meta\":{\"aperture\":\"0\",\"credit\":\"Getty Images\",\"camera\":\"\",\"caption\":\"Math equations written on a blackboard - mathematics and science concepts\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"Math equations written on a blackboard\",\"orientation\":\"1\",\"keywords\":[]}},\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1219382595.jpg\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/2373380\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/attachment\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=2373380\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574483\"}]}}],\"wp:term\":[[{\"id\":20429,\"description\":\"Tech startup coverage that breaks down the funding, growth, and long-term trajectory of companies across every stage and industry, including climate, crypto, fintech, SaaS, transportation, and consumer tech. \",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/startups\\/\",\"name\":\"Startups\",\"slug\":\"startups\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/20429\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=20429\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=20429\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=20429\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":577030455,\"description\":\"Our venture capital coverage features all the VCs, the VC-backed startups, and the investment trends that founders, investors, students, corp development pros, academics \\u2013 and anyone else interested in the way that tech is transforming the world \\u2013 should be tracking.\",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/venture\\/\",\"name\":\"Venture\",\"slug\":\"venture\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/577030455\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=577030455\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=577030455\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=577030455\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[{\"id\":576652420,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/asset-manager\\/\",\"name\":\"asset manager\",\"slug\":\"asset-manager\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576652420\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576652420\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576652420\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576652420\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576652420\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":576700741,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/corporate-finance\\/\",\"name\":\"corporate finance\",\"slug\":\"corporate-finance\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576700741\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576700741\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576700741\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576700741\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576700741\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":4348754,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/corporate-venture-capital\\/\",\"name\":\"corporate venture capital\",\"slug\":\"corporate-venture-capital\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/4348754\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=4348754\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=4348754\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=4348754\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=4348754\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":577025428,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/ec-venture-capital\\/\",\"name\":\"EC venture capital\",\"slug\":\"ec-venture-capital\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/577025428\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=577025428\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=577025428\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=577025428\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=577025428\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":183,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/entrepreneurship\\/\",\"name\":\"entrepreneurship\",\"slug\":\"entrepreneurship\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/183\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=183\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=183\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=183\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=183\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":81819,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/facebook\\/\",\"name\":\"Facebook\",\"slug\":\"facebook\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/81819\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=81819\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=81819\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=81819\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=81819\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":4269,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/finance\\/\",\"name\":\"finance\",\"slug\":\"finance\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/4269\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=4269\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=4269\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=4269\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=4269\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":81,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/google\\/\",\"name\":\"Google\",\"slug\":\"google\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/81\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=81\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=81\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=81\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=81\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":29172,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/private-equity\\/\",\"name\":\"Private Equity\",\"slug\":\"private-equity\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/29172\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=29172\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=29172\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=29172\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=29172\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":449557042,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/startups\\/\",\"name\":\"Startups\",\"slug\":\"startups\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/449557042\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=449557042\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=449557042\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=449557042\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=449557042\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[],[],[{\"id\":576796353,\"link\":\"https:\\/\\/techcrunch.com\\/techcrunchplus\\/fundraising\\/\",\"name\":\"Fundraising\",\"slug\":\"fundraising\",\"taxonomy\":\"tc_ec_category\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_ec_category\\/576796353\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_ec_category\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/tc_ec_category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tc_ec_category=576796353\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[],[]]}},{\"id\":2373360,\"date\":\"2022-08-17T07:18:45\",\"date_gmt\":\"2022-08-17T14:18:45\",\"guid\":{\"rendered\":\"https:\\/\\/techcrunch.com\\/?p=2373360\"},\"modified\":\"2022-08-17T14:57:04\",\"modified_gmt\":\"2022-08-17T21:57:04\",\"slug\":\"google-cloud-will-shutter-its-iot-core-service-next-year\",\"status\":\"publish\",\"type\":\"post\",\"link\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/google-cloud-will-shutter-its-iot-core-service-next-year\\/\",\"title\":{\"rendered\":\"Google Cloud will shutter its IoT Core service next year\"},\"content\":{\"rendered\":\"<p id=\\\"speakable-summary\\\"><!-- Output copied to clipboard! --><\\/p>\\n<p><!-- Yay, no errors, warnings, or alerts! --><\\/p>\\n<p><a href=\\\"https:\\/\\/cloud.google.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Google Cloud<\\/a> announced this week that it\\u2019s shutting down its IoT Core service, giving customers a year to move to a partner to manage their IoT devices.<\\/p>\\n<p>The announcement appeared at the top of the <a href=\\\"https:\\/\\/cloud.google.com\\/iot-core\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">IoT Core web page<\\/a> this week with little fanfare. The company also<a href=\\\"https:\\/\\/news.ycombinator.com\\/item?id=32475298\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> sent an email<\\/a> to customers announcing the change.<\\/p>\\n<p>It believes that having partners manage the process for customers is a better way to go. \\u201cSince launching IoT Core, it has become clear that our customers\\u2019 needs could be better served by our network of partners that specialize in IoT applications and services,\\u201d a Google spokesperson explained.<\\/p>\\n<p>Google is also keenly aware of its reputation for suddenly shutting down services, and the Google Cloud spokesperson was careful to point out that they are trying to make the move as seamless as possible for customers. \\u201cWe have worked extensively to provide customers with migration options and solution alternatives, and are providing a year-long runway before IoT Core is discontinued.\\u201d<\\/p>\\n<p>That may be so, but it certainly didn&#8217;t appease <a href=\\\"https:\\/\\/news.ycombinator.com\\/item?id=32475298\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">commenters on Hacker News<\\/a>, who were highly critical of the news, and questioned Google Cloud&#8217;s commitment to its customers.<\\/p>\\n<p>Competitors <a href=\\\"https:\\/\\/aws.amazon.com\\/iot-core\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">AWS<\\/a> and <a href=\\\"https:\\/\\/azure.microsoft.com\\/en-us\\/solutions\\/iot\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Microsoft<\\/a> offer similar services, which provide a way for customers to manage their IoT devices, while ingesting and making sense of all of the data coming in from those devices.<\\/p>\\n<p>Constellation Research analyst Holger Mueller found it intriguing that Google was shutting down this particular service after all the IoT hype we\\u2019ve been hearing in recent years. \\u201cIt\\u2019s interesting. IoT was supposed to be this big driver for cloud loads for the cloud vendors,\\u201d he said.<\\/p><div class=\\\"piano-inline-promo\\\"><\\/div>\\n<p>Mueller said that the big three cloud vendors &#8212; Amazon, Microsoft and Google &#8212; haven&#8217;t had much innovation on IoT services. \\u201cAll three have been kind of standing still on their offerings, which has allowed the best-of-breed and specialized vendors to catch up. Now those specialized IoT vendors run on the big three cloud infrastructure, and they get those workloads anyway without the investment and maintenance of a software platform,\\u201d he said. But so far, only Google has announced it&#8217;s deprecating its IoT core service.<\\/p>\\n<p>Ultimately, this could have to do with <a href=\\\"https:\\/\\/www.fiercetelecom.com\\/telecom\\/google-cloud-s-revenue-continues-to-grow-but-losses-mount\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">the mounting losses<\\/a> that the company has been facing in the cloud division as it works to catch up with rivals Amazon and Microsoft. The investment seems to be working, with the company reporting more than $6 billion in revenue <a href=\\\"https:\\/\\/abc.xyz\\/investor\\/static\\/pdf\\/2022Q2_alphabet_earnings_release.pdf?cache=ed395cc\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">in its most recent earnings report<\\/a> last month, up from $4.6 billion the prior year. But the division also reported losses of $858 million, a much wider gap than the prior year&#8217;s $591 million loss.<\\/p>\\n<p>It&#8217;s worth noting that the cloud infrastructure market more broadly <a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/07\\/29\\/the-biggest-story-from-big-tech-earnings-is-the-sheer-growth-power-of-public-cloud\\/\\\">is growing rapidly<\\/a> and Google could be investing heavily to get a bigger piece of that over time, while tolerating losses in the short term. <a href=\\\"https:\\/\\/www.srgresearch.com\\/articles\\/q2-cloud-market-grows-by-29-despite-strong-currency-headwinds-amazon-increases-its-share\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Synergy Research reported<\\/a> last month that the market was worth almost $55 billion last quarter, with Google accounting for 10% of that. That was good for third place behind Amazon with 34% and Microsoft with 21%. The market, which includes infrastructure as a service, platform as a service along with hosted private cloud services, grew 31% in Q2 2022. (Google Cloud&#8217;s $6 billion figure includes additional services beyond the ones Synergy counts, hence the difference between Synergy&#8217;s number, and what Alphabet reported for Google Cloud revenue.)<\\/p>\\n<p>Google <a href=\\\"https:\\/\\/cloud.google.com\\/blog\\/topics\\/inside-google-cloud\\/new-api-stability-tenets-govern-google-enterprise-apis\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">published a blog post<\\/a> last July outlining its core tenets when it comes to changing or shutting down a service. To that end, the company stated, &#8220;If a deprecation or breaking change is inevitable, then the burden is on us to make the migration as effortless as possible.&#8221;<\\/p>\\n<p>Regardless of the written policy, customers like the ones on Hacker News are feeling like they&#8217;ve been left in the lurch. To a large extent commenters see this as a trust issue, and Google Cloud will need to address that, especially as it tries to grow the division.<\\/p>\\n<div class=\\\"embed breakout\\\">\\n<blockquote class=\\\"wp-embedded-content\\\" data-secret=\\\"D0uH6CBMN8\\\"><p><a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/02\\/02\\/with-a-22b-run-rate-does-it-matter-if-google-cloud-still-loses-money\\/\\\">With a $22B run rate, does it matter if Google Cloud still loses money?<\\/a><\\/p><\\/blockquote>\\n<p><iframe class=\\\"wp-embedded-content\\\" sandbox=\\\"allow-scripts\\\" security=\\\"restricted\\\" style=\\\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\\\" title=\\\"&#8220;With a $22B run rate, does it matter if Google Cloud still loses money?&#8221; &#8212; TechCrunch\\\" src=\\\"https:\\/\\/techcrunch.com\\/2022\\/02\\/02\\/with-a-22b-run-rate-does-it-matter-if-google-cloud-still-loses-money\\/embed\\/#?secret=iFVgTf6NWT#?secret=D0uH6CBMN8\\\" data-secret=\\\"D0uH6CBMN8\\\" width=\\\"800\\\" height=\\\"450\\\" frameborder=\\\"0\\\" marginwidth=\\\"0\\\" marginheight=\\\"0\\\" scrolling=\\\"no\\\"><\\/iframe><\\/div>\\n\",\"protected\":false},\"excerpt\":{\"rendered\":\"<p>Google Cloud announced this week that it\\u2019s shutting down its IoT Core service, giving customers a year to move to a partner to manage their IoT devices. The announcement appeared at the top of the IoT Core web page this week with little fanfare. The company also sent an email to customers announcing the change. [&hellip;]<\\/p>\\n\",\"protected\":false},\"author\":521068,\"featured_media\":2373371,\"comment_status\":\"open\",\"ping_status\":\"closed\",\"sticky\":false,\"template\":\"\",\"format\":\"standard\",\"meta\":{\"outcome\":\"\",\"status\":\"\",\"crunchbase_tag\":0,\"amp_status\":\"\",\"relegenceEntities\":[],\"relegenceSubjects\":[],\"carmot_uuid\":\"13c7ba60-3b04-3b5a-8e97-af605262fd32\"},\"categories\":[449557044],\"tags\":[1715866,576666023,81,6416607,780658,2121118,577033477],\"crunchbase_tag\":[],\"tc_stories_tax\":[],\"tc_ec_category\":[],\"tc_event\":[],\"tc_regions_tax\":[],\"jetpack_featured_media_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg\",\"parsely\":{\"version\":\"1.0.0\",\"meta\":{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/google-cloud-will-shutter-its-iot-core-service-next-year\\/\"},\"headline\":\"A diminished Firefox turns 100\",\"url\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/google-cloud-will-shutter-its-iot-core-service-next-year\\/\",\"thumbnailUrl\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=150\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=150\"},\"dateCreated\":\"2022-08-17T14:18:45Z\",\"datePublished\":\"2022-08-17T14:18:45Z\",\"dateModified\":\"2022-08-17T21:57:04Z\",\"articleSection\":\"post\",\"author\":[{\"@type\":\"Person\",\"name\":\"Ron Miller\"}],\"creator\":[\"Ron Miller\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"keywords\":[\"@post-id:2311229\",\"tc\",\"browser wars\",\"chromium\",\"computing\",\"firefox\",\"gecko\",\"google\",\"internet-explorer\",\"microsoft\",\"microsoft windows\",\"mozilla\",\"online privacy\",\"open web\",\"opinion\",\"servo\",\"smartphones\",\"software\",\"vpn\",\"web browsers\"]},\"rendered\":\"\\n<script type=\\\"application\\/ld+json\\\">\\n{\\\"@context\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\",\\\"@type\\\":\\\"NewsArticle\\\",\\\"mainEntityOfPage\\\":{\\\"@type\\\":\\\"WebPage\\\",\\\"@id\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/2022\\\\\\/05\\\\\\/03\\\\\\/a-diminished-firefox-turns-100\\\\\\/\\\"},\\\"headline\\\":\\\"A diminished Firefox turns 100\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/2022\\\\\\/05\\\\\\/03\\\\\\/a-diminished-firefox-turns-100\\\\\\/\\\",\\\"thumbnailUrl\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2022\\\\\\/05\\\\\\/GettyImages-1287119860.jpg?w=150\\\",\\\"image\\\":{\\\"@type\\\":\\\"ImageObject\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2022\\\\\\/05\\\\\\/GettyImages-1287119860.jpg?w=150\\\"},\\\"dateCreated\\\":\\\"2022-05-03T17:54:23Z\\\",\\\"datePublished\\\":\\\"2022-05-03T17:54:23Z\\\",\\\"dateModified\\\":\\\"2022-05-03T17:54:31Z\\\",\\\"articleSection\\\":\\\"post\\\",\\\"author\\\":[{\\\"@type\\\":\\\"Person\\\",\\\"name\\\":\\\"Frederic Lardinois\\\"}],\\\"creator\\\":[\\\"Frederic Lardinois\\\"],\\\"publisher\\\":{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"TechCrunch\\\",\\\"logo\\\":{\\\"@type\\\":\\\"imageObject\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/themes\\\\\\/techcrunch-2017\\\\\\/images\\\\\\/logo-json-ld.png\\\",\\\"width\\\":\\\"600\\\",\\\"height\\\":\\\"60\\\"}},\\\"keywords\\\":[\\\"@post-id:2311229\\\",\\\"tc\\\",\\\"browser wars\\\",\\\"chromium\\\",\\\"computing\\\",\\\"firefox\\\",\\\"gecko\\\",\\\"google\\\",\\\"internet-explorer\\\",\\\"microsoft\\\",\\\"microsoft windows\\\",\\\"mozilla\\\",\\\"online privacy\\\",\\\"open web\\\",\\\"opinion\\\",\\\"servo\\\",\\\"smartphones\\\",\\\"software\\\",\\\"vpn\\\",\\\"web browsers\\\"]}\\n<\\/script>\\n\\n\"},\"shortlink\":\"https:\\/\\/tcrn.ch\\/3PuqjLx\",\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"premiumContent\":false,\"premiumCutoffPercent\":1,\"featured\":false,\"subtitle\":\"\",\"seoTitle\":\"Google Cloud will shutter its IoT Core service next year\",\"editorialContentProvider\":\"\",\"seoDescription\":\"Google Cloud will be shutting down its IoT Core service, giving customers a year to move to a partner to manage their IoT devices.\",\"tc_cb_mapping\":[],\"associatedEvent\":null,\"event\":null,\"authors\":[983141],\"hide_featured_image\":false,\"canonical_url\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/google-cloud-will-shutter-its-iot-core-service-next-year\\/\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2373360\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/post\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=2373360\"}],\"version-history\":[{\"count\":18,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2373360\\/revisions\"}],\"predecessor-version\":[{\"id\":2373813,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2373360\\/revisions\\/2373813\"}],\"authors\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/guest-authors\\/ronjourn\"}],\"https:\\/\\/techcrunch.com\\/edit\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-admin\\/post.php?post=2373360&action=edit\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/521068\"}],\"wp:featuredmedia\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/2373371\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media?parent=2373360\"}],\"wp:term\":[{\"taxonomy\":\"category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories?post=2373360\"},{\"taxonomy\":\"post_tag\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags?post=2373360\"},{\"taxonomy\":\"_tc_cb_tag_taxonomy\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/crunchbase_tag?post=2373360\"},{\"taxonomy\":\"tc_stories_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_stories_tax?post=2373360\"},{\"taxonomy\":\"tc_ec_category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_ec_category?post=2373360\"},{\"taxonomy\":\"tc_event\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_event?post=2373360\"},{\"taxonomy\":\"tc_regions_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax?post=2373360\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]},\"_embedded\":{\"authors\":[{\"id\":983141,\"name\":\"Ron Miller\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/ronjourn\\/\",\"description\":\"\",\"slug\":\"ronjourn\",\"links\":{\"homepage\":\"https:\\/\\/techcrunch.com\\/author\\/ron-miller\\/\",\"twitter\":\"http:\\/\\/twitter.com\\/ron_miller\",\"linkedin\":\"http:\\/\\/www.linkedin.com\\/in\\/ronsmiller\",\"facebook\":\"\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/ron-miller\"},\"position\":\"Enterprise Reporter\",\"cbDescription\":\"<p>Ron Miller has been writing about the enterprise at TechCrunch since 2014.<\\/p>\\r\\n\\r\\n<p>Previously, he was a long-time Contributing Editor at EContent Magazine. Past regular gigs included CITEworld, DaniWeb, TechTarget, Internet Evolution and FierceContentManagement.<\\/p>\\r\\n\\r\\n<p>Disclosures:<\\/p>\\r\\n\\r\\n<p>Ron was formerly corporate blogger for Intronis where he wrote once weekly on IT issues. He has contributed to various corporate blogs in the past including Ness, Novell and the IBM Mid-market Blogger Program.<\\/p>\",\"cbAvatar\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2021\\/01\\/diuuw7dfbczpdwmcpldm.png\",\"twitter\":\"ron_miller\"}],\"author\":[{\"id\":521068,\"name\":\"Ron Miller\",\"url\":\"\",\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/ron-miller\\/\",\"slug\":\"ron-miller\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/0b82cfe9f0e15c08c5816481c9f383d9?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/0b82cfe9f0e15c08c5816481c9f383d9?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/0b82cfe9f0e15c08c5816481c9f383d9?s=96&d=identicon&r=g\"},\"links\":{\"homepage\":\"https:\\/\\/techcrunch.com\\/author\\/ron-miller\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/ron_miller\",\"linkedin\":\"http:\\/\\/www.linkedin.com\\/in\\/ronsmiller\",\"facebook\":\"\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/ron-miller\"},\"position\":\"Enterprise Reporter\",\"cbDescription\":\"<p>Ron Miller has been writing about the enterprise at TechCrunch since 2014.<\\/p>\\r\\n\\r\\n<p>Previously, he was a long-time Contributing Editor at EContent Magazine. Past regular gigs included CITEworld, DaniWeb, TechTarget, Internet Evolution and FierceContentManagement.<\\/p>\\r\\n\\r\\n<p>Disclosures:<\\/p>\\r\\n\\r\\n<p>Ron was formerly corporate blogger for Intronis where he wrote once weekly on IT issues. He has contributed to various corporate blogs in the past including Ness, Novell and the IBM Mid-market Blogger Program.<\\/p>\",\"cbAvatar\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2021\\/01\\/diuuw7dfbczpdwmcpldm.png\",\"twitter\":\"ron_miller\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/521068\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"wp:featuredmedia\":[{\"id\":2373371,\"date\":\"2022-08-17T06:16:13\",\"slug\":\"south-lake-union-2\",\"type\":\"attachment\",\"link\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/google-cloud-will-shutter-its-iot-core-service-next-year\\/south-lake-union-2\\/\",\"title\":{\"rendered\":\"South Lake Union\"},\"author\":521068,\"license\":{\"source_key\":\"getty images\",\"person\":\"400tmax\"},\"authors\":[521068],\"caption\":{\"rendered\":\"<p>Seattle, USA &#8211; Feb 4, 2020: A right turn only street sign across the street from the new Google building entrance in the south lake union late in the day.<\\/p>\\n\"},\"alt_text\":\"Seattle, USA - Feb 4, 2020: A right turn only street sign across the street from the new Google Cloud building entrance in the south lake union late in the day.\",\"media_type\":\"image\",\"mime_type\":\"image\\/jpeg\",\"media_details\":{\"width\":2121,\"height\":1414,\"file\":\"2022\\/08\\/GettyImages-1288929578.jpg\",\"filesize\":2226780,\"sizes\":{\"thumbnail\":{\"file\":\"GettyImages-1288929578.jpg?resize=150,100\",\"width\":150,\"height\":100,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=150\"},\"medium\":{\"file\":\"GettyImages-1288929578.jpg?resize=300,200\",\"width\":300,\"height\":200,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=300\"},\"medium_large\":{\"file\":\"GettyImages-1288929578.jpg?resize=768,512\",\"width\":768,\"height\":512,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=1024\"},\"large\":{\"file\":\"GettyImages-1288929578.jpg?resize=680,453\",\"width\":680,\"height\":453,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=680\"},\"1536x1536\":{\"file\":\"GettyImages-1288929578.jpg?resize=1536,1024\",\"width\":1536,\"height\":1024,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=1536\"},\"2048x2048\":{\"file\":\"GettyImages-1288929578.jpg?resize=2048,1365\",\"width\":2048,\"height\":1365,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=2048\"},\"guest-author-32\":{\"file\":\"GettyImages-1288929578.jpg?resize=32,32\",\"width\":32,\"height\":32,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=32&h=32&crop=1\"},\"guest-author-50\":{\"file\":\"GettyImages-1288929578.jpg?resize=50,50\",\"width\":50,\"height\":50,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=50&h=50&crop=1\"},\"guest-author-64\":{\"file\":\"GettyImages-1288929578.jpg?resize=64,64\",\"width\":64,\"height\":64,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=64&h=64&crop=1\"},\"guest-author-96\":{\"file\":\"GettyImages-1288929578.jpg?resize=96,96\",\"width\":96,\"height\":96,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=96&h=96&crop=1\"},\"guest-author-128\":{\"file\":\"GettyImages-1288929578.jpg?resize=128,128\",\"width\":128,\"height\":128,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=128&h=128&crop=1\"},\"concierge-thumb\":{\"file\":\"GettyImages-1288929578.jpg?resize=50,33\",\"width\":50,\"height\":33,\"filesize\":2226780,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg?w=50\"},\"full\":{\"file\":\"GettyImages-1288929578.jpg\",\"width\":1024,\"height\":683,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg\"}},\"image_meta\":{\"aperture\":\"10\",\"credit\":\"Getty Images\",\"camera\":\"NIKON D850\",\"caption\":\"Seattle, USA - Feb 4, 2020: A right turn only street sign across the street from the new Google building entrance in the south lake union late in the day.\",\"created_timestamp\":\"1580825087\",\"copyright\":\"Jimmy Anderson\",\"focal_length\":\"78\",\"iso\":\"800\",\"shutter_speed\":\"0.005\",\"title\":\"South Lake Union\",\"orientation\":\"1\",\"keywords\":[\"turn only\"]}},\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/GettyImages-1288929578.jpg\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/2373371\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/attachment\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=2373371\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/521068\"}]}}],\"wp:term\":[[{\"id\":449557044,\"description\":\"Our enterprise coverage includes everything from new products from large SaaS providers like Salesforce, Adobe, ServiceNow and Atlassian to funding for small SaaS companies and new products that help startups build their own SaaS service. \",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/enterprise\\/\",\"name\":\"Enterprise\",\"slug\":\"enterprise\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/449557044\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=449557044\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=449557044\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=449557044\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[{\"id\":1715866,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/cloud-computing\\/\",\"name\":\"cloud computing\",\"slug\":\"cloud-computing\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/1715866\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=1715866\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=1715866\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=1715866\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=1715866\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":576666023,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/cloud-infrastructure\\/\",\"name\":\"cloud infrastructure\",\"slug\":\"cloud-infrastructure\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576666023\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576666023\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576666023\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576666023\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576666023\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":81,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/google\\/\",\"name\":\"Google\",\"slug\":\"google\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/81\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=81\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=81\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=81\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=81\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":6416607,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/google-cloud\\/\",\"name\":\"google cloud\",\"slug\":\"google-cloud\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/6416607\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=6416607\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=6416607\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=6416607\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=6416607\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":780658,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/internet-of-things\\/\",\"name\":\"Internet of Things\",\"slug\":\"internet-of-things\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/780658\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=780658\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=780658\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=780658\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=780658\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":2121118,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/iot\\/\",\"name\":\"IoT\",\"slug\":\"iot\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/2121118\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=2121118\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=2121118\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=2121118\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=2121118\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":577033477,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/iot-devices\\/\",\"name\":\"IoT devices\",\"slug\":\"iot-devices\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/577033477\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=577033477\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=577033477\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=577033477\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=577033477\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[],[],[],[],[]]}},{\"id\":2373232,\"date\":\"2022-08-17T05:33:44\",\"date_gmt\":\"2022-08-17T12:33:44\",\"guid\":{\"rendered\":\"https:\\/\\/techcrunch.com\\/?p=2373232\"},\"modified\":\"2022-08-17T09:15:56\",\"modified_gmt\":\"2022-08-17T16:15:56\",\"slug\":\"fintech-etoro-to-acquire-startup-gatsby-for-50m\",\"status\":\"publish\",\"type\":\"post\",\"link\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/fintech-etoro-to-acquire-startup-gatsby-for-50m\\/\",\"title\":{\"rendered\":\"Social investment platform eToro to acquire fintech startup Gatsby for $50M\"},\"content\":{\"rendered\":\"<p id=\\\"speakable-summary\\\"><span style=\\\"font-weight: 400;\\\">Multi-asset social investment network and Robinhood competitor <a href=\\\"https:\\/\\/techcrunch.com\\/tag\\/etoro\\/\\\">eToro<\\/a> has signed a definitive agreement to acquire <a href=\\\"https:\\/\\/techcrunch.com\\/2021\\/03\\/15\\/gatsby-raises-millions-to-take-on-robinhood\\/\\\">Gatsby<\\/a> &#8212; a fintech startup which also aimed to go head to head against Robinhood &#8212; for $50 million in a cash and common stock <\\/span><a href=\\\"https:\\/\\/www.sec.gov\\/Archives\\/edgar\\/data\\/1815414\\/000110465921152820\\/tm2135729d1_1u.htm\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-weight: 400;\\\">deal<\\/span><\\/a><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">Israel-based eToro told TechCrunch this week that it just received approval from FINRA, the <\\/span><span style=\\\"font-weight: 400;\\\">Financial Industry Regulatory Authority, to move forward with the acquisition. The company first filed for regulatory approval in December of 2021.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">Jeff Myers and Ryan Belanger-Saleh co-founded Gatsby, a commission-free options and stock-trading app aimed at younger traders, in 2018. The pair had one previous successful exit in Dealtable.com, a social data room platform.\\u00a0<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">TechCrunch reported on the New York-based startup\\u2019s <\\/span><a href=\\\"https:\\/\\/techcrunch.com\\/2021\\/03\\/15\\/gatsby-raises-millions-to-take-on-robinhood\\/\\\"><span style=\\\"font-weight: 400;\\\">$10 million Series A raise<\\/span><\\/a><span style=\\\"font-weight: 400;\\\"> in mid-March 2021. Backers include Techstars Ventures, Beta Bridge Capital, Barclays Bank, SWS Venture Capital, Rosecliff Ventures, a network of \\u201csuper angels\\u201d placed by ClearList and an oversubscribed SeedInvest campaign.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">Gatsby\\u2019s target customers are Gen Zers and millennials, and it told me that it aimed to give people \\u201ca safe and fair platform to trade on without users having to worry about getting in over their heads or being shut out of names when volatility spikes.\\u201d Its app launched into iOS and Android in early 2020.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">The company\\u2019s entire 20-person team will be joining eToro.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">Yoni Assia, eToro CEO and co-founder, told TechCrunch that the buy<\\/span><span style=\\\"font-weight: 400;\\\"> would allow his company to broaden the range of its U.S. product, which today is focused on stocks and crypto.<\\/span><\\/p><div class=\\\"piano-inline-promo\\\"><\\/div>\\n<p><span style=\\\"font-weight: 400;\\\">\\u201cThe integration of Gatsby will allow us to provide U.S. users with a safe and simple way to trade options, and give them more flexibility to use new strategies,\\u201d Assia said. \\u201cWe believe that options can offer retail investors opportunities to generate returns in today\\u2019s more challenging market environment. Scaling our U.S. business is a key goal and we are excited to be partnering with the Gatsby team.\\u201d<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">The exit certainly appears to be a good result for Gatsby and its investors.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">Gatsby co-founder Jeff Myers told TechCrunch that the startup wasn\\u2019t \\u201c<\\/span><span style=\\\"font-weight: 400;\\\">planning to end the Gatsby story quite yet.\\u201d<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">\\u201cBut the product and vision fit between Gatsby and eToro was undeniable,\\u201d he said. \\u201cWe&#8217;ve long admired Yoni and the team he&#8217;s built and are very excited to continue our journey together with eToro.\\u201d<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">Ryan Belanger-Saleh, Gatsby Co-CEO, echoed Myers\\u2019 sentiments.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">\\u201cThey\\u2019ve really been the pioneers of social investing and we\\u2019ve always thought of them as the cool older sibling we\\u2019d love to hang with,\\u201d he said in a written statement.<\\/span><\\/p>\\n<div class=\\\"embed breakout\\\">\\n<blockquote class=\\\"wp-embedded-content\\\" data-secret=\\\"yj6RP6cOVf\\\"><p><a href=\\\"https:\\/\\/techcrunch.com\\/2021\\/03\\/15\\/gatsby-raises-millions-to-take-on-robinhood\\/\\\">The great Gatsby raises millions to take on Robinhood<\\/a><\\/p><\\/blockquote>\\n<p><iframe class=\\\"wp-embedded-content\\\" sandbox=\\\"allow-scripts\\\" security=\\\"restricted\\\" style=\\\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\\\" title=\\\"&#8220;The great Gatsby raises millions to take on Robinhood&#8221; &#8212; TechCrunch\\\" src=\\\"https:\\/\\/techcrunch.com\\/2021\\/03\\/15\\/gatsby-raises-millions-to-take-on-robinhood\\/embed\\/#?secret=6FwfzgHdS7#?secret=yj6RP6cOVf\\\" data-secret=\\\"yj6RP6cOVf\\\" width=\\\"800\\\" height=\\\"450\\\" frameborder=\\\"0\\\" marginwidth=\\\"0\\\" marginheight=\\\"0\\\" scrolling=\\\"no\\\"><\\/iframe><\\/div>\\n<p><span style=\\\"font-weight: 400;\\\">E<\\/span><span style=\\\"font-weight: 400;\\\">Toro has grown impressively in recent years. The company currently has more than 30 million registered users located in over 100 countries. That\\u2019s up from 10 million at the end of 2018, 12.3 million at the end of 2019, 17.5 million at the end of 2020 and 26.9 million at the end of 2021. Its number of funded accounts stands at over 2.7 million.\\u00a0<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">The company generated total commissions of $1.2 billion in 2021, growth of over 400% compared to 2019, according to Assia.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">For its part, Gatsby says it has seen roughly 900% growth in its average month over month options contract volumes since the beginning of 2020.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">The acquisition marks eToro\\u2019s fourth major one since its 2007 inception. It previously acquired investment tracking app <\\/span><a href=\\\"https:\\/\\/techcrunch.com\\/2019\\/11\\/06\\/investment-platform-etoro-acquires-crypto-portfolio-tracker-app-delta\\/\\\"><span style=\\\"font-weight: 400;\\\">Delta<\\/span><\\/a><span style=\\\"font-weight: 400;\\\">; <\\/span><a href=\\\"https:\\/\\/techcrunch.com\\/2020\\/07\\/29\\/with-robinhoods-uk-launch-delayed-etoro-to-bring-out-uk-debit-card-following-acquisition\\/\\\"><span style=\\\"font-weight: 400;\\\">Marq Millions Ltd.<\\/span><\\/a><span style=\\\"font-weight: 400;\\\">, a U.K.-based e-money business which helped it build and launch<\\/span><a href=\\\"https:\\/\\/www.etoro.com\\/money\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <span style=\\\"font-weight: 400;\\\">eToro Money<\\/span><\\/a><span style=\\\"font-weight: 400;\\\">, its e-money account; and <\\/span><a href=\\\"https:\\/\\/techcrunch.com\\/2019\\/03\\/25\\/social-investment-platform-etoro-acquires-smart-contract-startup-firmo\\/\\\"><span style=\\\"font-weight: 400;\\\">Firmo<\\/span><\\/a>,<span style=\\\"font-weight: 400;\\\"> a smart contracts\\/blockchain business that became eToro Labs, the fintech\\u2019s in-house blockchain innovation and R&amp;D unit.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">In March of 2021, eToro announced <\\/span><a href=\\\"https:\\/\\/techcrunch.com\\/2021\\/03\\/16\\/trading-platform-etoro-to-go-public-via-spac-merger-in-10b-deal\\/\\\"><span style=\\\"font-weight: 400;\\\">plans to go public<\\/span><\\/a><span style=\\\"font-weight: 400;\\\"> via a merger with SPAC FinTech Acquisition Corp. V in a massive $10.4 billion transaction. While the transaction was supposed to close in the third quarter of 2021, eToro announced in July that the agreement had been <\\/span><a href=\\\"https:\\/\\/www.businesswire.com\\/news\\/home\\/20220705005213\\/en\\/FinTech-Acquisition-Corp.-V-and-eToro-Mutually-Agree-to-Terminate-Merger-Agreement\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-weight: 400;\\\">terminated<\\/span><\\/a><span style=\\\"font-weight: 400;\\\">.\\u00a0<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">\\u201cDue to the current market conditions, we&#8217;re staying private,\\u201d Assia told TechCrunch. \\u201c<\\/span><span style=\\\"font-weight: 400;\\\">We continue to view becoming a public company as part of eToro\\u2019s future and will wait for the right opportunity to take this next step.\\u201d<\\/span><\\/p>\\n<p><a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/08\\/07\\/as-paystand-acquires-yaydoo-should-we-expect-to-see-more-fintech-ma-in-q3\\/\\\">M&amp;As in the fintech world<\\/a> have been on the decline, so the eToro\\/Gatsby deal is a bright spot in a year full of ups and downs.<\\/p>\\n<p><span style=\\\"font-weight: 400;\\\">Meanwhile, Robinhood\\u2019s stock has taken a beating as of late and the company has <\\/span><a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/08\\/02\\/robinhood-23-layoff-vlad-tenev-responsibility-hiring\\/\\\"><span style=\\\"font-weight: 400;\\\">laid off<\\/span><\\/a><span style=\\\"font-weight: 400;\\\"> about 1,000 people since the start of the year. At the time of publication, the company was trading at around $10.90 after hours, significantly lower than its 52-week high of $52.06.<\\/span><\\/p>\\n<p><i><span style=\\\"font-weight: 400;\\\">My weekly fintech newsletter, The Interchange, launched on May 1! Sign up<\\/span><\\/i><a href=\\\"https:\\/\\/techcrunch.com\\/newsletters\\\"> <i><span style=\\\"font-weight: 400;\\\">here<\\/span><\\/i><\\/a> <i><span style=\\\"font-weight: 400;\\\">to get it in your inbox.<\\/span><\\/i><\\/p>\\n<div class=\\\"embed breakout\\\">\\n<blockquote class=\\\"wp-embedded-content\\\" data-secret=\\\"ZtNvhpj5CD\\\"><p><a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/08\\/07\\/as-paystand-acquires-yaydoo-should-we-expect-to-see-more-fintech-ma-in-q3\\/\\\">Q3 outlook forecasts cloudy days ahead for fintech M&#038;A<\\/a><\\/p><\\/blockquote>\\n<p><iframe class=\\\"wp-embedded-content\\\" sandbox=\\\"allow-scripts\\\" security=\\\"restricted\\\" style=\\\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\\\" title=\\\"&#8220;Q3 outlook forecasts cloudy days ahead for fintech M&#038;A&#8221; &#8212; TechCrunch\\\" src=\\\"https:\\/\\/techcrunch.com\\/2022\\/08\\/07\\/as-paystand-acquires-yaydoo-should-we-expect-to-see-more-fintech-ma-in-q3\\/embed\\/#?secret=WIORqWIUpP#?secret=ZtNvhpj5CD\\\" data-secret=\\\"ZtNvhpj5CD\\\" width=\\\"800\\\" height=\\\"450\\\" frameborder=\\\"0\\\" marginwidth=\\\"0\\\" marginheight=\\\"0\\\" scrolling=\\\"no\\\"><\\/iframe><\\/div>\\n\",\"protected\":false},\"excerpt\":{\"rendered\":\"<p>Multi-asset social investment network and Robinhood competitor eToro has signed a definitive agreement to acquire Gatsby &#8212; a fintech startup which also aimed to go head to head against Robinhood &#8212; for $50 million in a cash and common stock deal. Israel-based eToro told TechCrunch this week that it just received approval from FINRA, the [&hellip;]<\\/p>\\n\",\"protected\":false},\"author\":133574427,\"featured_media\":2373236,\"comment_status\":\"open\",\"ping_status\":\"closed\",\"sticky\":false,\"template\":\"\",\"format\":\"standard\",\"meta\":{\"outcome\":\"\",\"status\":\"\",\"crunchbase_tag\":0,\"amp_status\":\"\",\"relegenceEntities\":[],\"relegenceSubjects\":[],\"carmot_uuid\":\"b5cba31c-df5c-374d-b378-ea368e4821ba\"},\"categories\":[576601119,577030453,20429,17396],\"tags\":[2752539,216504,266151,28559,18960,103613,449557042],\"crunchbase_tag\":[],\"tc_stories_tax\":[],\"tc_ec_category\":[],\"tc_event\":[],\"tc_regions_tax\":[577040727,577037509],\"jetpack_featured_media_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg\",\"parsely\":{\"version\":\"1.0.0\",\"meta\":{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/fintech-etoro-to-acquire-startup-gatsby-for-50m\\/\"},\"headline\":\"Kids Educational Products Retailer BabbaCo Raises $1.2M From Lightbank And SV Angel \",\"url\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/fintech-etoro-to-acquire-startup-gatsby-for-50m\\/\",\"thumbnailUrl\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=150\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=150\"},\"dateCreated\":\"2022-08-17T12:33:44Z\",\"datePublished\":\"2022-08-17T12:33:44Z\",\"dateModified\":\"2022-08-17T16:15:56Z\",\"articleSection\":\"post\",\"author\":[{\"@type\":\"Person\",\"name\":\"Mary Ann Azevedo\"}],\"creator\":[\"Mary Ann Azevedo\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"keywords\":[\"@post-id:399684\",\"tc\",\"venture\",\"babbaco\"]},\"rendered\":\"\\n<script type=\\\"application\\/ld+json\\\">\\n{\\\"@context\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\",\\\"@type\\\":\\\"NewsArticle\\\",\\\"mainEntityOfPage\\\":{\\\"@type\\\":\\\"WebPage\\\",\\\"@id\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/2011\\\\\\/08\\\\\\/01\\\\\\/kids-educational-products-retailer-babbaco-raises-1-2m-from-lightbank-and-sv-angel\\\\\\/\\\"},\\\"headline\\\":\\\"Kids Educational Products Retailer BabbaCo Raises $1.2M From Lightbank And SV Angel \\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/2011\\\\\\/08\\\\\\/01\\\\\\/kids-educational-products-retailer-babbaco-raises-1-2m-from-lightbank-and-sv-angel\\\\\\/\\\",\\\"thumbnailUrl\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2011\\\\\\/08\\\\\\/b.png?w=150\\\",\\\"image\\\":{\\\"@type\\\":\\\"ImageObject\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2011\\\\\\/08\\\\\\/b.png?w=150\\\"},\\\"dateCreated\\\":\\\"2011-08-01T12:00:27Z\\\",\\\"datePublished\\\":\\\"2011-08-01T12:00:27Z\\\",\\\"dateModified\\\":\\\"2011-08-01T12:00:27Z\\\",\\\"articleSection\\\":\\\"post\\\",\\\"author\\\":[{\\\"@type\\\":\\\"Person\\\",\\\"name\\\":\\\"Leena Rao\\\"}],\\\"creator\\\":[\\\"Leena Rao\\\"],\\\"publisher\\\":{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"TechCrunch\\\",\\\"logo\\\":{\\\"@type\\\":\\\"imageObject\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/themes\\\\\\/techcrunch-2017\\\\\\/images\\\\\\/logo-json-ld.png\\\",\\\"width\\\":\\\"600\\\",\\\"height\\\":\\\"60\\\"}},\\\"keywords\\\":[\\\"@post-id:399684\\\",\\\"tc\\\",\\\"venture\\\",\\\"babbaco\\\"]}\\n<\\/script>\\n\\n\"},\"shortlink\":\"https:\\/\\/tcrn.ch\\/3QwWueE\",\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"premiumContent\":false,\"premiumCutoffPercent\":1,\"featured\":false,\"subtitle\":\"\",\"seoTitle\":\"eToro gets the great Gatsby on its horns for $50M\",\"editorialContentProvider\":\"\",\"seoDescription\":\"eToro to acquire Gatsby, which will allow it to broaden the range of its U.S. product, which today is focused on stocks and crypto.\",\"tc_cb_mapping\":[],\"associatedEvent\":null,\"event\":null,\"authors\":[2106820],\"hide_featured_image\":false,\"canonical_url\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/fintech-etoro-to-acquire-startup-gatsby-for-50m\\/\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2373232\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/post\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=2373232\"}],\"version-history\":[{\"count\":10,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2373232\\/revisions\"}],\"predecessor-version\":[{\"id\":2373517,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2373232\\/revisions\\/2373517\"}],\"authors\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/guest-authors\\/mary-ann-azevedo-2\"}],\"https:\\/\\/techcrunch.com\\/edit\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-admin\\/post.php?post=2373232&action=edit\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574427\"}],\"wp:featuredmedia\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/2373236\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media?parent=2373232\"}],\"wp:term\":[{\"taxonomy\":\"category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories?post=2373232\"},{\"taxonomy\":\"post_tag\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags?post=2373232\"},{\"taxonomy\":\"_tc_cb_tag_taxonomy\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/crunchbase_tag?post=2373232\"},{\"taxonomy\":\"tc_stories_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_stories_tax?post=2373232\"},{\"taxonomy\":\"tc_ec_category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_ec_category?post=2373232\"},{\"taxonomy\":\"tc_event\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_event?post=2373232\"},{\"taxonomy\":\"tc_regions_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax?post=2373232\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]},\"_embedded\":{\"authors\":[{\"id\":2106820,\"name\":\"Mary Ann Azevedo\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/mary-ann-azevedo-2\\/\",\"description\":\"Mary Ann is a Senior Reporter at TechCrunch.\",\"slug\":\"mary-ann-azevedo-2\",\"links\":{\"twitter\":\"https:\\/\\/twitter.com\\/bayareawriter\"},\"position\":\"Columnist\",\"cbDescription\":\"Mary Ann is a Senior Reporter at TechCrunch.\",\"cbAvatar\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2021\\/02\\/ea1bce134cfbdf963e7f33aea081552c.png?w=150\",\"twitter\":\"bayareawriter\"}],\"author\":[{\"id\":133574427,\"name\":\"Mary Ann Azevedo\",\"url\":\"\",\"description\":\"Mary Ann Azevedo has more than 20 years of business reporting and editing experience for publications such as FinLedger, Crunchbase News, Crain, Forbes and Silicon Valley Business Journal. Prior to joining TechCrunch in 2021, she earned numerous awards including the New York Times Chairman\\u2019s Award and others for breaking news coverage. She holds a Master\\u2019s degree in journalism from the University of Texas in Austin, where she currently lives.\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/mary-ann-azevedo\\/\",\"slug\":\"mary-ann-azevedo\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5ef18594d9cbb4fc310e49d514eaed8b?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5ef18594d9cbb4fc310e49d514eaed8b?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5ef18594d9cbb4fc310e49d514eaed8b?s=96&d=identicon&r=g\"},\"links\":{\"twitter\":\"https:\\/\\/twitter.com\\/bayareawriter\"},\"position\":\"\",\"cbDescription\":\"\",\"cbAvatar\":\"\",\"twitter\":\"bayareawriter\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574427\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"wp:featuredmedia\":[{\"id\":2373236,\"date\":\"2022-08-16T17:17:48\",\"slug\":\"jeff-ryan\",\"type\":\"attachment\",\"link\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/fintech-etoro-to-acquire-startup-gatsby-for-50m\\/jeff-ryan\\/\",\"title\":{\"rendered\":\"Jeff &#038; Ryan\"},\"author\":133574427,\"license\":{\"source_key\":\"other\",\"source\":\"eToro\",\"person\":\"Gatsby co-founders Jeff Myers and Ryan Belanger-Saleh\"},\"authors\":[133574427],\"caption\":{\"rendered\":\"<p>eToro to acquire fintech startup Gatsby for $50M<\\/p>\\n\"},\"alt_text\":\"eToro to acquire fintech startup Gatsby for $50M\",\"media_type\":\"image\",\"mime_type\":\"image\\/jpeg\",\"media_details\":{\"width\":2048,\"height\":1365,\"file\":\"2022\\/08\\/Jeff-Ryan.jpeg\",\"filesize\":293803,\"sizes\":{\"thumbnail\":{\"file\":\"Jeff-Ryan.jpeg?resize=150,100\",\"width\":150,\"height\":100,\"filesize\":293803,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=150\"},\"medium\":{\"file\":\"Jeff-Ryan.jpeg?resize=300,200\",\"width\":300,\"height\":200,\"filesize\":293803,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=300\"},\"medium_large\":{\"file\":\"Jeff-Ryan.jpeg?resize=768,512\",\"width\":768,\"height\":512,\"filesize\":293803,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=1024\"},\"large\":{\"file\":\"Jeff-Ryan.jpeg?resize=680,453\",\"width\":680,\"height\":453,\"filesize\":293803,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=680\"},\"1536x1536\":{\"file\":\"Jeff-Ryan.jpeg?resize=1536,1024\",\"width\":1536,\"height\":1024,\"filesize\":293803,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=1536\"},\"guest-author-32\":{\"file\":\"Jeff-Ryan.jpeg?resize=32,32\",\"width\":32,\"height\":32,\"filesize\":293803,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=32&h=32&crop=1\"},\"guest-author-50\":{\"file\":\"Jeff-Ryan.jpeg?resize=50,50\",\"width\":50,\"height\":50,\"filesize\":293803,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=50&h=50&crop=1\"},\"guest-author-64\":{\"file\":\"Jeff-Ryan.jpeg?resize=64,64\",\"width\":64,\"height\":64,\"filesize\":293803,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=64&h=64&crop=1\"},\"guest-author-96\":{\"file\":\"Jeff-Ryan.jpeg?resize=96,96\",\"width\":96,\"height\":96,\"filesize\":293803,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=96&h=96&crop=1\"},\"guest-author-128\":{\"file\":\"Jeff-Ryan.jpeg?resize=128,128\",\"width\":128,\"height\":128,\"filesize\":293803,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=128&h=128&crop=1\"},\"concierge-thumb\":{\"file\":\"Jeff-Ryan.jpeg?resize=50,33\",\"width\":50,\"height\":33,\"filesize\":293803,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg?w=50\"},\"full\":{\"file\":\"Jeff-Ryan.jpeg\",\"width\":1024,\"height\":683,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg\"}},\"image_meta\":{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"1\",\"keywords\":[]}},\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/Jeff-Ryan.jpeg\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/2373236\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/attachment\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=2373236\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574427\"}]}}],\"wp:term\":[[{\"id\":576601119,\"description\":\"Cryptocurrency coverage and news on Bitcoin, Ethereum and the blockchain startups building the future of crypto, web3 using tokens and NFTs.\",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/cryptocurrency\\/\",\"name\":\"Crypto\",\"slug\":\"cryptocurrency\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/576601119\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=576601119\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=576601119\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=576601119\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":577030453,\"description\":\"Our coverage of Fintech, which stands for \\u201cfinancial technology,\\u201d focuses on covering everything from disruptor banks and innovations at established financial institutions to expense management startups, P2P payment services, checkout tools and the technologies that enable them.\",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/fintech\\/\",\"name\":\"Fintech\",\"slug\":\"fintech\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/577030453\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=577030453\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=577030453\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=577030453\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":20429,\"description\":\"Tech startup coverage that breaks down the funding, growth, and long-term trajectory of companies across every stage and industry, including climate, crypto, fintech, SaaS, transportation, and consumer tech. \",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/startups\\/\",\"name\":\"Startups\",\"slug\":\"startups\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/20429\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=20429\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=20429\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=20429\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":17396,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/tc\\/\",\"name\":\"TC\",\"slug\":\"tc\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/17396\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=17396\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=17396\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=17396\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[{\"id\":2752539,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/etoro\\/\",\"name\":\"etoro\",\"slug\":\"etoro\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/2752539\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=2752539\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=2752539\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=2752539\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=2752539\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":216504,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/fintech\\/\",\"name\":\"Fintech\",\"slug\":\"fintech\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/216504\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=216504\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=216504\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=216504\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=216504\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":266151,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/gatsby\\/\",\"name\":\"gatsby\",\"slug\":\"gatsby\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/266151\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=266151\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=266151\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=266151\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=266151\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":28559,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/investment\\/\",\"name\":\"investment\",\"slug\":\"investment\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/28559\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=28559\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=28559\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=28559\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=28559\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":18960,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/ma\\/\",\"name\":\"M&amp;A\",\"slug\":\"ma\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/18960\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=18960\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=18960\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=18960\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=18960\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":103613,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/mergers-and-acquisitions\\/\",\"name\":\"Mergers and Acquisitions\",\"slug\":\"mergers-and-acquisitions\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/103613\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=103613\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=103613\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=103613\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=103613\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":449557042,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/startups\\/\",\"name\":\"Startups\",\"slug\":\"startups\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/449557042\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=449557042\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=449557042\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=449557042\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=449557042\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[],[],[],[],[{\"id\":577040727,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/region\\/middle-east\\/israel\\/\",\"name\":\"Israel\",\"slug\":\"israel\",\"taxonomy\":\"tc_regions_tax\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax\\/577040727\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/tc_regions_tax\"}],\"up\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax\\/577040726\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tc_regions_tax=577040727\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":577037509,\"description\":\"The latest startup and technology news coming out of the United States.\",\"link\":\"https:\\/\\/techcrunch.com\\/region\\/north-america\\/united-states\\/\",\"name\":\"United States\",\"slug\":\"united-states\",\"taxonomy\":\"tc_regions_tax\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax\\/577037509\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/tc_regions_tax\"}],\"up\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax\\/577037507\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tc_regions_tax=577037509\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}]]}},{\"id\":2373632,\"date\":\"2022-08-17T13:05:24\",\"date_gmt\":\"2022-08-17T20:05:24\",\"guid\":{\"rendered\":\"https:\\/\\/techcrunch.com\\/?p=2373632\"},\"modified\":\"2022-08-17T16:14:30\",\"modified_gmt\":\"2022-08-17T23:14:30\",\"slug\":\"a-new-tiktok-feature-lets-creators-share-tiktok-stories-to-facebook-and-instagram\",\"status\":\"publish\",\"type\":\"post\",\"link\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/a-new-tiktok-feature-lets-creators-share-tiktok-stories-to-facebook-and-instagram\\/\",\"title\":{\"rendered\":\"A new TikTok feature lets creators share TikTok Stories to Facebook and Instagram\"},\"content\":{\"rendered\":\"<p id=\\\"speakable-summary\\\">Facebook and Instagram may be busy trying to clone TikTok within their own apps as Reels, but a new feature rolling out now from TikTok will see the short-form video app&#8217;s content showing up in more places across Meta&#8217;s social networking platforms. TikTok confirmed to TechCrunch it&#8217;s launching a new sharing feature that will allow users to publish their <a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/03\\/17\\/tiktok-stories-expanded-pilot-feature\\/\\\">TikTok Stories<\\/a> &#8212; a feature it has been piloting <a href=\\\"https:\\/\\/techcrunch.com\\/2021\\/08\\/04\\/tiktok-confirms-pilot-test-of-tiktok-stories-is-now-underway\\/\\\">since last year<\\/a> &#8212; to rival social networks, including both Facebook and Instagram.<\\/p>\\n<p>The feature only recently began rolling out to TikTok users, the company said, so you may not see the option in your own app just yet.<\\/p>\\n<p>The move could give TikTok&#8217;s content increased visibility on Meta&#8217;s platforms, as the tech giant has been <a href=\\\"https:\\/\\/www.engadget.com\\/instagram-reels-repost-tiktoks-best-practices-200536658.html\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">working to downrank recirculated TikTok videos in Reels<\\/a>. Specifically, Meta advised its creators that it would <a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/05\\/05\\/meta-says-it-will-now-pay-creators-for-original-content-in-facebook-reels\\/\\\">prioritize original content on Reels<\\/a> across Instagram and Facebook, noting its algorithms would be on the lookout for watermarks &#8212; like the one TikTok includes on its videos, for example.<\\/p>\\n<p>Reposting TikTok Stories, however, could be a new way for TikTok creators to share their work with followers on other social networks &#8212; without having to compete for attention with Reels.<\\/p>\\n<p>The feature, first uncovered in changes discovered by product intelligence firm <a href=\\\"https:\\/\\/watchful.ai\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Watchful.ai,<\\/a> introduces a new sharing interface for TikTok Stories. Previously, users could share their TikTok Stories directly with TikTok friends by tapping their profile picture in the share sheet that pops up when you click the three-dot menu on a Story. The same interface also allows users to save the videos to their device, delete it or change its privacy settings.<\\/p>\\n<p>Now, this sharing option will include a row of popular social apps, as well as an option to copy a link to the video, according to images provided by Watchful.ai and confirmed by TikTok.<\\/p>\\n<p><div id=\\\"attachment_2373677\\\" style=\\\"width: 514px\\\" class=\\\"wp-caption aligncenter\\\"><img aria-describedby=\\\"caption-attachment-2373677\\\" loading=\\\"lazy\\\" class=\\\" wp-image-2373677\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/tiktok-stories-sharing-feature.jpg?w=680\\\" alt=\\\"\\\" width=\\\"504\\\" height=\\\"395\\\" srcset=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/tiktok-stories-sharing-feature.jpg 828w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/tiktok-stories-sharing-feature.jpg?resize=150,118 150w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/tiktok-stories-sharing-feature.jpg?resize=300,236 300w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/tiktok-stories-sharing-feature.jpg?resize=768,603 768w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/tiktok-stories-sharing-feature.jpg?resize=680,534 680w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/08\\/tiktok-stories-sharing-feature.jpg?resize=50,39 50w\\\" sizes=\\\"(max-width: 504px) 100vw, 504px\\\" \\/><p id=\\\"caption-attachment-2373677\\\" class=\\\"wp-caption-text\\\"><strong>Image Credits:<\\/strong> TikTok screenshot via Watchful<\\/p><\\/div><\\/p><div class=\\\"piano-inline-promo\\\"><\\/div>\\n<p>The new row includes quick-tap options to share to Reddit, Facebook, Instagram and Instagram Stories (as opposed to the Instagram Feed). To be clear, this does <em>not<\\/em> include the ability to cross-post to Facebook Reels or Instagram Reels. And again, this is about sharing TikTok <em>Stories<\\/em>, not TikTok <em>videos.<\\/em> Stories can consist of either static images or videos, much like they can on other social platforms. In other words, unless TikTok creators are already cross-posting their TikTok videos to their TikTok Stories, it&#8217;s not a backdoor way to share TikToks to other Facebook or Instagram surfaces outside of Reels.<\\/p>\\n<p>TikTok Stories wouldn&#8217;t be a good fit for Reels anyway, as they tend to consist of more casual or personal posts, or Q&amp;As between the creator and fans (e.g. &#8220;Ask Me Anything&#8221;) &#8212; the same sort of content you often see on Instagram Stories. But the new feature could be a way for a creator who primarily publishes to TikTok to reach followers who more often use other popular social networking apps, with little additional effort required on their part.<\\/p>\\n<p>TikTok did not confirm when the feature would fully roll out to its global user base. However, we should note that TikTok Stories itself is still in global testing. Given that it&#8217;s not a fully launched product, features such as this new sharing option may or may not roll out to the app to all users, or they may be changed by the time the product is launched publically.<\\/p>\\n<div class=\\\"embed breakout\\\">\\n<blockquote class=\\\"wp-embedded-content\\\" data-secret=\\\"ZZFRsbvsGd\\\"><p><a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/06\\/09\\/vcs-flock-to-tiktok-to-reach-the-next-generation-of-founders-and-investors\\/\\\">VCs flock to TikTok to reach the next generation of founders and investors<\\/a><\\/p><\\/blockquote>\\n<p><iframe class=\\\"wp-embedded-content\\\" sandbox=\\\"allow-scripts\\\" security=\\\"restricted\\\" style=\\\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\\\" title=\\\"&#8220;VCs flock to TikTok to reach the next generation of founders and investors&#8221; &#8212; TechCrunch\\\" src=\\\"https:\\/\\/techcrunch.com\\/2022\\/06\\/09\\/vcs-flock-to-tiktok-to-reach-the-next-generation-of-founders-and-investors\\/embed\\/#?secret=ABO6GOKn0V#?secret=ZZFRsbvsGd\\\" data-secret=\\\"ZZFRsbvsGd\\\" width=\\\"800\\\" height=\\\"450\\\" frameborder=\\\"0\\\" marginwidth=\\\"0\\\" marginheight=\\\"0\\\" scrolling=\\\"no\\\"><\\/iframe><\\/div>\\n\",\"protected\":false},\"excerpt\":{\"rendered\":\"<p>Facebook and Instagram may be busy trying to clone TikTok within their own apps as Reels, but a new feature rolling out now from TikTok will see the short-form video app&#8217;s content showing up in more places across Meta&#8217;s social networking platforms. TikTok confirmed to TechCrunch it&#8217;s launching a new sharing feature that will allow [&hellip;]<\\/p>\\n\",\"protected\":false},\"author\":2414667,\"featured_media\":2285199,\"comment_status\":\"open\",\"ping_status\":\"closed\",\"sticky\":false,\"template\":\"\",\"format\":\"standard\",\"meta\":{\"outcome\":\"\",\"status\":\"\",\"crunchbase_tag\":0,\"amp_status\":\"\",\"relegenceEntities\":[],\"relegenceSubjects\":[],\"carmot_uuid\":\"fcd92b3c-54ba-3297-a662-630fee47c44a\"},\"categories\":[577030456],\"tags\":[576600401,81819,42653521,171,3015,119,49818,577049568,36117,581,5938293,576906918,576773880],\"crunchbase_tag\":[],\"tc_stories_tax\":[],\"tc_ec_category\":[],\"tc_event\":[],\"tc_regions_tax\":[],\"jetpack_featured_media_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg\",\"parsely\":{\"version\":\"1.0.0\",\"meta\":{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/a-new-tiktok-feature-lets-creators-share-tiktok-stories-to-facebook-and-instagram\\/\"},\"headline\":\"Crappy chargers and sky-high prices are huge roadblocks to EV adoption\",\"url\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/a-new-tiktok-feature-lets-creators-share-tiktok-stories-to-facebook-and-instagram\\/\",\"thumbnailUrl\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=150\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=150\"},\"dateCreated\":\"2022-08-17T20:05:24Z\",\"datePublished\":\"2022-08-17T20:05:24Z\",\"dateModified\":\"2022-08-17T23:14:30Z\",\"articleSection\":\"post\",\"author\":[{\"@type\":\"Person\",\"name\":\"Sarah Perez\"}],\"creator\":[\"Sarah Perez\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"keywords\":[\"@post-id:2370942\",\"climate\",\"transportation\",\"electric vehicles\",\"ev chargers\",\"evs\",\"united states\"]},\"rendered\":\"\\n<script type=\\\"application\\/ld+json\\\">\\n{\\\"@context\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\",\\\"@type\\\":\\\"NewsArticle\\\",\\\"mainEntityOfPage\\\":{\\\"@type\\\":\\\"WebPage\\\",\\\"@id\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/2022\\\\\\/08\\\\\\/17\\\\\\/crappy-chargers-and-sky-high-prices-are-huge-roadblocks-to-ev-adoption\\\\\\/\\\"},\\\"headline\\\":\\\"Crappy chargers and sky-high prices are huge roadblocks to EV adoption\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/2022\\\\\\/08\\\\\\/17\\\\\\/crappy-chargers-and-sky-high-prices-are-huge-roadblocks-to-ev-adoption\\\\\\/\\\",\\\"thumbnailUrl\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2019\\\\\\/10\\\\\\/GM-ChargingExperience.jpg?w=150\\\",\\\"image\\\":{\\\"@type\\\":\\\"ImageObject\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2019\\\\\\/10\\\\\\/GM-ChargingExperience.jpg?w=150\\\"},\\\"dateCreated\\\":\\\"2022-08-17T23:43:26Z\\\",\\\"datePublished\\\":\\\"2022-08-17T23:43:26Z\\\",\\\"dateModified\\\":\\\"2022-08-18T00:48:50Z\\\",\\\"articleSection\\\":\\\"post\\\",\\\"author\\\":[{\\\"@type\\\":\\\"Person\\\",\\\"name\\\":\\\"Harri Weber\\\"}],\\\"creator\\\":[\\\"Harri Weber\\\"],\\\"publisher\\\":{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"TechCrunch\\\",\\\"logo\\\":{\\\"@type\\\":\\\"imageObject\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/themes\\\\\\/techcrunch-2017\\\\\\/images\\\\\\/logo-json-ld.png\\\",\\\"width\\\":\\\"600\\\",\\\"height\\\":\\\"60\\\"}},\\\"keywords\\\":[\\\"@post-id:2370942\\\",\\\"climate\\\",\\\"transportation\\\",\\\"electric vehicles\\\",\\\"ev chargers\\\",\\\"evs\\\",\\\"united states\\\"]}\\n<\\/script>\\n\\n\"},\"shortlink\":\"https:\\/\\/tcrn.ch\\/3K1epYe\",\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"premiumContent\":false,\"premiumCutoffPercent\":1,\"featured\":false,\"subtitle\":\"\",\"seoTitle\":\"Feature lets creators share TikTok Stories to Facebook\\/Instagram\",\"editorialContentProvider\":\"\",\"seoDescription\":\"Reposting TikTok Stories could be a way for TikTok creators to share their work with followers on other social networks without having to compete for attention with Reels.\",\"tc_cb_mapping\":[],\"associatedEvent\":null,\"event\":null,\"authors\":[2414667],\"hide_featured_image\":false,\"canonical_url\":\"https:\\/\\/techcrunch.com\\/2022\\/08\\/17\\/a-new-tiktok-feature-lets-creators-share-tiktok-stories-to-facebook-and-instagram\\/\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2373632\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/post\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=2373632\"}],\"version-history\":[{\"count\":6,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2373632\\/revisions\"}],\"predecessor-version\":[{\"id\":2373875,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2373632\\/revisions\\/2373875\"}],\"authors\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/2414667\"}],\"https:\\/\\/techcrunch.com\\/edit\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-admin\\/post.php?post=2373632&action=edit\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/2414667\"}],\"wp:featuredmedia\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/2285199\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media?parent=2373632\"}],\"wp:term\":[{\"taxonomy\":\"category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories?post=2373632\"},{\"taxonomy\":\"post_tag\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags?post=2373632\"},{\"taxonomy\":\"_tc_cb_tag_taxonomy\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/crunchbase_tag?post=2373632\"},{\"taxonomy\":\"tc_stories_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_stories_tax?post=2373632\"},{\"taxonomy\":\"tc_ec_category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_ec_category?post=2373632\"},{\"taxonomy\":\"tc_event\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_event?post=2373632\"},{\"taxonomy\":\"tc_regions_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax?post=2373632\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]},\"_embedded\":{\"authors\":[{\"id\":2414667,\"name\":\"Sarah Perez\",\"url\":\"\",\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/sarah-perez\\/\",\"slug\":\"sarah-perez\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5225bb627e112543aa03bf3b2958be3f?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5225bb627e112543aa03bf3b2958be3f?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5225bb627e112543aa03bf3b2958be3f?s=96&d=identicon&r=g\"},\"links\":{\"facebook\":\"http:\\/\\/www.facebook.com\\/sarahperez\",\"twitter\":\"https:\\/\\/twitter.com\\/sarahintampa\",\"linkedin\":\"http:\\/\\/www.linkedin.com\\/in\\/sarahintampa\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/sarah-perez\"},\"position\":\"Reporter\",\"cbDescription\":\"<p>Sarah has worked as a reporter for TechCrunch since August 2011. She joined the company after having previously spent over three years at ReadWriteWeb. Prior to her work as a reporter, Sarah worked in I.T. across a number of industries, including banking, retail and software.<\\/p>\",\"cbAvatar\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2021\\/01\\/lwzxxnshgj71bonwbik3.jpg.jpg\",\"twitter\":\"sarahintampa\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/2414667\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"author\":[{\"id\":2414667,\"name\":\"Sarah Perez\",\"url\":\"\",\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/sarah-perez\\/\",\"slug\":\"sarah-perez\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5225bb627e112543aa03bf3b2958be3f?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5225bb627e112543aa03bf3b2958be3f?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5225bb627e112543aa03bf3b2958be3f?s=96&d=identicon&r=g\"},\"links\":{\"facebook\":\"http:\\/\\/www.facebook.com\\/sarahperez\",\"twitter\":\"https:\\/\\/twitter.com\\/sarahintampa\",\"linkedin\":\"http:\\/\\/www.linkedin.com\\/in\\/sarahintampa\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/sarah-perez\"},\"position\":\"Reporter\",\"cbDescription\":\"<p>Sarah has worked as a reporter for TechCrunch since August 2011. She joined the company after having previously spent over three years at ReadWriteWeb. Prior to her work as a reporter, Sarah worked in I.T. across a number of industries, including banking, retail and software.<\\/p>\",\"cbAvatar\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2021\\/01\\/lwzxxnshgj71bonwbik3.jpg.jpg\",\"twitter\":\"sarahintampa\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/2414667\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"wp:featuredmedia\":[{\"id\":2285199,\"date\":\"2022-03-15T17:53:11\",\"slug\":\"meta-company-loses-net-worth-after-facebook-lost-daily-users\",\"type\":\"attachment\",\"link\":\"https:\\/\\/techcrunch.com\\/2022\\/03\\/15\\/well-facebook-has-a-tiktok-now\\/meta-company-loses-net-worth-after-facebook-lost-daily-users\\/\",\"title\":{\"rendered\":\"Meta Company Loses Net Worth After Facebook Lost Daily Users\"},\"author\":2414667,\"license\":{\"person\":\"Jakub Porzycki\\/NurPhoto via Getty Images\"},\"authors\":[2414667],\"caption\":{\"rendered\":\"<p>TikTok and Facebook logos displayed on phone screens and a laptop keyboard are seen in this illustration photo taken in Krakow, Poland on February 6, 2022. (Photo illustration by Jakub Porzycki\\/NurPhoto via Getty Images)<\\/p>\\n\"},\"alt_text\":\"TikTok and Facebook logos\",\"media_type\":\"image\",\"mime_type\":\"image\\/jpeg\",\"media_details\":{\"width\":1024,\"height\":683,\"file\":\"2022\\/03\\/GettyImages-1238243411.jpeg\",\"sizes\":{\"thumbnail\":{\"file\":\"GettyImages-1238243411.jpeg?resize=150,100\",\"width\":150,\"height\":100,\"filesize\":81774,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=150\"},\"medium\":{\"file\":\"GettyImages-1238243411.jpeg?resize=300,200\",\"width\":300,\"height\":200,\"filesize\":81774,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=300\"},\"medium_large\":{\"file\":\"GettyImages-1238243411.jpeg?resize=768,512\",\"width\":768,\"height\":512,\"filesize\":81774,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=1024\"},\"large\":{\"file\":\"GettyImages-1238243411.jpeg?resize=680,454\",\"width\":680,\"height\":454,\"filesize\":81774,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=680\"},\"guest-author-32\":{\"file\":\"GettyImages-1238243411.jpeg?resize=32,32\",\"width\":32,\"height\":32,\"filesize\":81774,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=32&h=32&crop=1\"},\"guest-author-50\":{\"file\":\"GettyImages-1238243411.jpeg?resize=50,50\",\"width\":50,\"height\":50,\"filesize\":81774,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=50&h=50&crop=1\"},\"guest-author-64\":{\"file\":\"GettyImages-1238243411.jpeg?resize=64,64\",\"width\":64,\"height\":64,\"filesize\":81774,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=64&h=64&crop=1\"},\"guest-author-96\":{\"file\":\"GettyImages-1238243411.jpeg?resize=96,96\",\"width\":96,\"height\":96,\"filesize\":81774,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=96&h=96&crop=1\"},\"guest-author-128\":{\"file\":\"GettyImages-1238243411.jpeg?resize=128,128\",\"width\":128,\"height\":128,\"filesize\":81774,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=128&h=128&crop=1\"},\"concierge-thumb\":{\"file\":\"GettyImages-1238243411.jpeg?resize=50,33\",\"width\":50,\"height\":33,\"filesize\":81774,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg?w=50\"},\"full\":{\"file\":\"GettyImages-1238243411.jpeg\",\"width\":1024,\"height\":683,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg\"}},\"image_meta\":{\"aperture\":\"0\",\"credit\":\"NurPhoto via Getty Images\",\"camera\":\"\",\"caption\":\"TikTok and Facebook logos displayed on phone screens and a laptop keyboard are seen in this illustration photo taken in Krakow, Poland on February 6, 2022. (Photo illustration by Jakub Porzycki\\/NurPhoto via Getty Images)\",\"created_timestamp\":\"0\",\"copyright\":\"Jakub Porzycki\\/NurPhoto\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"Meta Company Loses Net Worth After Facebook Lost Daily Users\",\"orientation\":\"1\",\"keywords\":[\"meta\",\"company\",\"face\",\"fb\",\"social\",\"media\",\"tech\",\"corporation\",\"inc.\",\"inc\",\"keyboard\",\"ilu\",\"tik\",\"tok\",\"app\",\"apps\",\"icons\"]},\"filesize\":81774},\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/GettyImages-1238243411.jpeg\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/2285199\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/attachment\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=2285199\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/2414667\"}]}}],\"wp:term\":[[{\"id\":577030456,\"description\":\"Consumer tech news covers Big Tech like Meta, TikTok, Twitter, YouTube and Instagram, to streaming services to mobile apps. We dissect startups entering App Stores, the creator economy, social media platforms and more.\",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/consumer\\/\",\"name\":\"Consumer\",\"slug\":\"consumer\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/577030456\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=577030456\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=577030456\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=577030456\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[{\"id\":576600401,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/bytedance\\/\",\"name\":\"bytedance\",\"slug\":\"bytedance\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576600401\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576600401\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576600401\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576600401\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576600401\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":81819,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/facebook\\/\",\"name\":\"Facebook\",\"slug\":\"facebook\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/81819\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=81819\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=81819\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=81819\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=81819\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":42653521,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/instagram\\/\",\"name\":\"Instagram\",\"slug\":\"instagram\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/42653521\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=42653521\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=42653521\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=42653521\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=42653521\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":171,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/meta\\/\",\"name\":\"meta\",\"slug\":\"meta\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/171\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=171\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=171\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=171\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=171\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":3015,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/operating-systems\\/\",\"name\":\"operating systems\",\"slug\":\"operating-systems\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/3015\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=3015\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=3015\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=3015\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=3015\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":119,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/photo-sharing\\/\",\"name\":\"photo sharing\",\"slug\":\"photo-sharing\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/119\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=119\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=119\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=119\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=119\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":49818,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/social-media\\/\",\"name\":\"social media\",\"slug\":\"social-media\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/49818\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=49818\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=49818\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=49818\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=49818\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":577049568,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/social-networking-apps\\/\",\"name\":\"social networking apps\",\"slug\":\"social-networking-apps\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/577049568\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=577049568\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=577049568\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=577049568\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=577049568\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":36117,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/social-networks\\/\",\"name\":\"social networks\",\"slug\":\"social-networks\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/36117\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=36117\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=36117\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=36117\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=36117\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":581,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/software\\/\",\"name\":\"Software\",\"slug\":\"software\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/581\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=581\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=581\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=581\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=581\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[],[],[],[],[]]}}]},\"isAdminBar\":\"\",\"marketoEventId\":\"1004\",\"marketoBrandStudioId\":\"1740\",\"menus\":{\"main\":[{\"id\":2296521,\"order\":1,\"parent\":0,\"text\":\"TC Disrupt 2022\",\"url\":\"https:\\/\\/techcrunch.com\\/events\\/tc-disrupt-2022\\/?promo=leftnav&display=true\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":2296521,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":335981,\"order\":2,\"parent\":0,\"text\":\"Startups\",\"url\":\"https:\\/\\/techcrunch.com\\/category\\/startups\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":20429,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1781882,\"order\":3,\"parent\":0,\"text\":\"TechCrunch+\",\"url\":\"\\/techcrunchplus\\/?tpcc=ecleftnav\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"menu__item--extra-crunch\"],\"description\":\"\",\"object_id\":1781882,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1761192,\"order\":4,\"parent\":0,\"text\":\"Podcasts\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/podcasts\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1760429,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":1599992,\"order\":5,\"parent\":0,\"text\":\"Newsletters\",\"url\":\"\\/newsletters\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599992,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":335986,\"order\":6,\"parent\":0,\"text\":\"Startup Battlefield\",\"url\":\"\\/events\\/tc-disrupt-2022\\/startup-battlefield-200\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":335986,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1752899,\"order\":7,\"parent\":0,\"text\":\"Advertise\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/advertisement-events-calendar\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1416499,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":1599990,\"order\":8,\"parent\":0,\"text\":\"Events\",\"url\":\"\\/events\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599990,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"startup-battlefield\":[{\"id\":1602061,\"order\":1,\"parent\":0,\"text\":\"About\",\"url\":\"\\/startup-battlefield\\/about\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602061,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602062,\"order\":2,\"parent\":0,\"text\":\"FAQ\",\"url\":\"\\/startup-battlefield\\/faq\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602062,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602065,\"order\":3,\"parent\":0,\"text\":\"Battlefield Home\",\"url\":\"\\/startup-battlefield\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602065,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602063,\"order\":4,\"parent\":0,\"text\":\"Leaderboard\",\"url\":\"\\/startup-battlefield\\/leaderboard\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602063,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1787197,\"order\":5,\"parent\":0,\"text\":\"Apply Now\",\"url\":\"https:\\/\\/apply.techcrunch.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"apply-now-link\"],\"description\":\"\",\"object_id\":1787197,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"footer\":[{\"id\":1996921,\"order\":1,\"parent\":0,\"text\":\"About\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1996921,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1996936,\"order\":2,\"parent\":1996921,\"text\":\"TechCrunch\",\"url\":\"https:\\/\\/techcrunch.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1996936,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1996935,\"order\":3,\"parent\":1996921,\"text\":\"Staff\",\"url\":\"\\/pages\\/about-techcrunch\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1996935,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1996938,\"order\":4,\"parent\":1996921,\"text\":\"Contact Us\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/contact-us\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":672,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":1996933,\"order\":5,\"parent\":1996921,\"text\":\"Advertise\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/advertisement-events-calendar\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1416499,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":2294687,\"order\":6,\"parent\":1996921,\"text\":\"Crunchboard Jobs\",\"url\":\"https:\\/\\/www.crunchboard.com\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":2294687,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]},{\"id\":1996922,\"order\":7,\"parent\":0,\"text\":\"Legal\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1996922,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1996932,\"order\":8,\"parent\":1996922,\"text\":\"Privacy Policy\",\"url\":\"https:\\/\\/legal.yahoo.com\\/us\\/en\\/yahoo\\/privacy\\/index.html\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1996932,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1996931,\"order\":9,\"parent\":1996922,\"text\":\"Terms of Service\",\"url\":\"https:\\/\\/legal.yahoo.com\\/us\\/en\\/yahoo\\/terms\\/otos\\/index.html\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1996931,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":2003673,\"order\":10,\"parent\":1996922,\"text\":\"TechCrunch+ Terms\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/extra-crunch-terms-of-service\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":2000290,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":1996930,\"order\":11,\"parent\":1996922,\"text\":\"Privacy Rights\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"do-not-sell-link\"],\"description\":\"\",\"object_id\":1996930,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1996929,\"order\":12,\"parent\":1996922,\"text\":\"Code of Conduct\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/code-of-conduct\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1678717,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":2229488,\"order\":13,\"parent\":1996922,\"text\":\"About Our Ads\",\"url\":\"https:\\/\\/legal.yahoo.com\\/us\\/en\\/yahoo\\/privacy\\/adinfo\\/index.html\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":2229488,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]}],\"submenu\":[{\"id\":1996941,\"order\":1,\"parent\":0,\"text\":\"Video\",\"url\":\"\\/video\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1996941,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1996942,\"order\":2,\"parent\":0,\"text\":\"Sponsored Content\",\"url\":\"\\/sponsored\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1996942,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1996940,\"order\":3,\"parent\":0,\"text\":\"Crunchboard Jobs\",\"url\":\"https:\\/\\/www.crunchboard.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1996940,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":2009102,\"order\":4,\"parent\":0,\"text\":\"Contact Us\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/contact-us\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":672,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]}],\"include\":[{\"id\":2029903,\"order\":1,\"parent\":0,\"text\":\"Include Home\",\"url\":\"\\/include\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":2029903,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1601974,\"order\":2,\"parent\":0,\"text\":\"Our Mission\",\"url\":\"\\/include\\/mission-statement\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601974,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1601975,\"order\":3,\"parent\":0,\"text\":\"Office Hours\",\"url\":\"\\/include\\/office-hours\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601975,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"video-hub\":[{\"id\":1605165,\"order\":1,\"parent\":0,\"text\":\"News\",\"url\":\"\\/shows\\/tctv-news\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605165,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605166,\"order\":2,\"parent\":0,\"text\":\"Gadgets\",\"url\":\"\\/shows\\/gadgets\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605166,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605167,\"order\":3,\"parent\":0,\"text\":\"Features\",\"url\":\"\\/shows\\/features\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605167,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605168,\"order\":4,\"parent\":0,\"text\":\"Reviews\",\"url\":\"\\/shows\\/reviews\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605168,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605169,\"order\":5,\"parent\":0,\"text\":\"Interviews\",\"url\":\"\\/shows\\/interviews\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605169,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605170,\"order\":6,\"parent\":0,\"text\":\"Apps\",\"url\":\"\\/shows\\/apps\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605170,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605171,\"order\":7,\"parent\":0,\"text\":\"Disrupt\",\"url\":\"\\/shows\\/techcrunch-disrupt\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605171,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605172,\"order\":8,\"parent\":0,\"text\":\"Battlefield\",\"url\":\"\\/shows\\/techcrunch-battlefield\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605172,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605173,\"order\":9,\"parent\":0,\"text\":\"Sessions\",\"url\":\"\\/shows\\/tc-sessions\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605173,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605174,\"order\":10,\"parent\":0,\"text\":\"Crunch Report\",\"url\":\"\\/shows\\/crunch-report\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605174,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605175,\"order\":11,\"parent\":0,\"text\":\"Judah vs the Machines\",\"url\":\"\\/shows\\/judah-vs-the-machines\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605175,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605176,\"order\":12,\"parent\":0,\"text\":\"Down Round\",\"url\":\"\\/shows\\/down-round\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605176,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605177,\"order\":13,\"parent\":0,\"text\":\"Trust Disrupted\",\"url\":\"\\/shows\\/trust-disrupted\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605177,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605178,\"order\":14,\"parent\":0,\"text\":\"Built in Brooklyn\",\"url\":\"\\/shows\\/built-in-brooklyn\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605178,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605179,\"order\":15,\"parent\":0,\"text\":\"Inside Jobs\",\"url\":\"\\/shows\\/inside-jobs\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605179,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605180,\"order\":16,\"parent\":0,\"text\":\"TC Cribs\",\"url\":\"\\/shows\\/tc-cribs\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605180,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]},\"entities\":{\"posts\":[{\"id\":2324227,\"date\":\"2022-05-30T03:00:37\",\"date_gmt\":\"2022-05-30T10:00:37\",\"guid\":{\"rendered\":\"https:\\/\\/techcrunch.com\\/?p=2324227\"},\"modified\":\"2022-05-30T19:55:56\",\"modified_gmt\":\"2022-05-31T02:55:56\",\"slug\":\"one-ai-raises-8m-to-curate-business-specific-nlp-models\",\"status\":\"publish\",\"type\":\"post\",\"link\":\"https:\\/\\/techcrunch.com\\/2022\\/05\\/30\\/one-ai-raises-8m-to-curate-business-specific-nlp-models\\/\",\"title\":{\"rendered\":\"One AI raises $8M to curate business-specific NLP models\"},\"content\":{\"rendered\":\"<p id=\\\"speakable-summary\\\">Whether to power translation to document summarization, enterprises are increasing their investments in natural language processing (NLP) technologies. According to a 2021 <a href=\\\"https:\\/\\/venturebeat.com\\/2021\\/09\\/21\\/enterprise-nlp-budgets-are-up-10-in-2021\\/\\\">survey<\\/a> from John Snow Labs and Gradient Flow, 60% of tech leaders indicated that their NLP budgets grew by at least 10% compared to 2020, while a third said that spending climbed by more than 30%.<\\/p>\\n<p>It&#8217;s a fiercely competitive market. Beyond well-resourced startups like <a href=\\\"https:\\/\\/techcrunch.com\\/2021\\/08\\/10\\/openai-upgrades-its-natural-language-ai-coder-codex-and-kicks-off-private-beta\\/\\\">OpenAI<\\/a>, <a href=\\\"https:\\/\\/techcrunch.com\\/2021\\/11\\/17\\/google-cloud-teams-up-with-nlp-startup-cohere-on-multi-year-partnership\\/\\\">Cohere<\\/a>, AI21 Labs and <a href=\\\"https:\\/\\/techcrunch.com\\/2022\\/05\\/09\\/hugging-face-reaches-2-billion-valuation-to-build-the-github-of-machine-learning\\/\\\">Hugging Face<\\/a> and tech giants including Google, Microsoft and Amazon, there&#8217;s a <a href=\\\"https:\\/\\/venturebeat.com\\/2021\\/12\\/23\\/open-source-nlp-is-fueling-a-new-wave-of-startups\\/\\\">new crop<\\/a> of vendors building NLP services on top of open source AI models. But Yochai Levi isn&#8217;t discouraged. He&#8217;s one of the co-founders of <a href=\\\"https:\\/\\/www.oneai.com\\/\\\">One AI<\\/a>, an NLP platform that today emerged from stealth with $8 million led by<span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">Ariel Maislos<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">Tech Aviv<\\/span><span style=\\\"font-weight: 400;\\\">, Sentinel One CEO <\\/span><span style=\\\"font-weight: 400;\\\">Tomer Wiengarten and other unnamed venture firms and angel investors.\\u00a0<\\/span><\\/p>\\n<p>&#8220;While the market is growing fast, advanced NLP is still used mainly by expert researchers, Big Tech and governments,&#8221; Levi told TechCrunch via email. &#8220;We believe that the technology is nearing its maturity point, and after building NLP from scratch several times in the past, we decided it was time to productize it and make it available for every developer.&#8221;<\\/p>\\n<p><div id=\\\"attachment_2324372\\\" style=\\\"width: 2009px\\\" class=\\\"wp-caption aligncenter\\\"><img aria-describedby=\\\"caption-attachment-2324372\\\" loading=\\\"lazy\\\" class=\\\"wp-image-2324372 size-full\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image3.png\\\" alt=\\\"One AI\\\" width=\\\"1999\\\" height=\\\"1066\\\" srcset=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image3.png 1999w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image3.png?resize=150,80 150w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image3.png?resize=300,160 300w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image3.png?resize=768,410 768w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image3.png?resize=680,363 680w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image3.png?resize=1536,819 1536w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image3.png?resize=50,27 50w\\\" sizes=\\\"(max-width: 1999px) 100vw, 1999px\\\" \\/><p id=\\\"caption-attachment-2324372\\\" class=\\\"wp-caption-text\\\"><strong>Image Credits:<\\/strong> One AI<\\/p><\\/div><\\/p>\\n<p>Levi lays out what he believes are the major challenges plaguing NLP development. It&#8217;s often difficult to curate open source models, he argues, because they have to be matched both to the right domain and task. For example, a text-generating model trained to classify medical records would be a poor fit for an app designed to create advertisements. Moreover, models need to be constantly retrained with new data &#8212; lest they become &#8220;stale.&#8221; Case in point, OpenAI&#8217;s <a href=\\\"https:\\/\\/techcrunch.com\\/2021\\/03\\/17\\/okay-the-gpt-3-hype-seems-pretty-reasonable\\/\\\">GPT-3<\\/a> responds to the question &#8220;Who&#8217;s the president of the U.S.?&#8221; with the answer &#8220;Donald Trump&#8221; because it was trained on data from before the 2020 election.<\\/p>\\n<p>Levi believes the solution is a package of NLP models trained for particular business use cases &#8212; in other words, One AI&#8217;s product. He teamed up with CEO Amit Ben, CPO Aviv Dror and CSO Asi Sheffer in 2021 to pursue the idea. Ben previously was the head of AI at LogMeIn after the company acquired his second startup, Nanorep, an AI and chatbot vendor. Dror helped to co-found Nanorep and served as a platform product manager at Wix. Sheffer, a former data scientist at Nanorep, was the principal data scientist at LogMeIn. As for Levi, he was the VP of online marketing at LivePerson and the head of marketing at WeWork.<\\/p>\\n<p>One AI offers a set of models that can be mixed and matched in a pipeline to process text via a single API call. Each model is selected and trained for its applicability to the enterprise, Levi said, and automatically matched by the platform to a customer&#8217;s task and domain (e.g., conversation summarization, sales insights, topic detection and proofreading). One AI&#8217;s models can also be combined with open source and proprietary models to extend One AI&#8217;s capabilities.<\\/p><div class=\\\"piano-inline-promo\\\"><\\/div>\\n<p>The platform&#8217;s API accepts text, voice and video inputs of various formats. With One AI&#8217;s language studio, users can experiment with the APIs and generate calls to use in code.<\\/p>\\n<p>&#8220;With the maturation of Language AI technologies, it is finally time for machines to start adapting to us,&#8221; Ben told TechCrunch via email. \\u201cThe adoption of language comprehension tools by the broader developer community is the way to get there.&#8221;<\\/p>\\n<p><div id=\\\"attachment_2324374\\\" style=\\\"width: 1828px\\\" class=\\\"wp-caption aligncenter\\\"><img aria-describedby=\\\"caption-attachment-2324374\\\" loading=\\\"lazy\\\" class=\\\"wp-image-2324374 size-full\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image1-4.png\\\" alt=\\\"One AI\\\" width=\\\"1818\\\" height=\\\"1024\\\" srcset=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image1-4.png 1818w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image1-4.png?resize=150,84 150w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image1-4.png?resize=300,169 300w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image1-4.png?resize=768,433 768w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image1-4.png?resize=680,383 680w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image1-4.png?resize=1536,865 1536w, https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/05\\/image1-4.png?resize=50,28 50w\\\" sizes=\\\"(max-width: 1818px) 100vw, 1818px\\\" \\/><p id=\\\"caption-attachment-2324374\\\" class=\\\"wp-caption-text\\\"><strong>Image Credits:<\\/strong> One AI<\\/p><\\/div><\\/p>\\n<p>One AI prices its NLP service across several tiers, including a free tier that includes processing for up to one million words a month. The stackable &#8220;growth tier&#8221; adds 100,000 words for $1.<\\/p>\\n<p>The hurdle One AI will have to overcome is convincing customers that its services are more attractive than what&#8217;s already out there. In April, OpenAI said that tens of thousands of developers were using GPT-3 via its API to generate words for over 300 apps. But, with\\u00a0Fortune Business Insights\\u00a0<a href=\\\"https:\\/\\/www.fortunebusinessinsights.com\\/industry-reports\\/natural-language-processing-nlp-market-101933\\\">pegging<\\/a> the NLP market at $16.53 billion in 2020, it could be argued that there&#8217;s a large enough slice of the pie for newcomers.<\\/p>\\n<p>Added TehAviv founder and managing partner <span style=\\\"font-weight: 400;\\\">Yaron Samid: <\\/span><span style=\\\"font-weight: 400;\\\">&#8220;Language is the most valuable untapped resource, beyond the reach of most products and companies. This is true to most industries and domains and results in negative outcomes that include everything from lost sales to lower levels of user engagement and loyalty to reputation damage. <\\/span><span style=\\\"font-weight: 400;\\\">Unleashing Language AI allows us to harness the power of this unstructured data and turn it into useful information and insights.&#8221;<\\/span><\\/p>\\n<p>One AI says that a portion of the seed round proceeds will be put toward expanding its 22-person team, which includes 10 NLP data scientists.<\\/p>\\n\",\"protected\":false},\"excerpt\":{\"rendered\":\"<p>Whether to power translation to document summarization, enterprises are increasing their investments in natural language processing (NLP) technologies. According to a 2021 survey from John Snow Labs and Gradient Flow, 60% of tech leaders indicated that their NLP budgets grew by at least 10% compared to 2020, while a third said that spending climbed by [&hellip;]<\\/p>\\n\",\"protected\":false},\"author\":133574536,\"featured_media\":1503967,\"comment_status\":\"open\",\"ping_status\":\"closed\",\"sticky\":false,\"template\":\"\",\"format\":\"standard\",\"meta\":{\"outcome\":\"\",\"status\":\"\",\"crunchbase_tag\":0,\"amp_status\":\"\",\"relegenceEntities\":[],\"relegenceSubjects\":[],\"carmot_uuid\":\"d907304c-7eb7-3e96-b812-74c167467d30\"},\"categories\":[449557044,577047203,20429,17396],\"tags\":[14067,12374,1715866,20054,15328,20250,40978,145707,47433,4621,449557042],\"crunchbase_tag\":[],\"tc_stories_tax\":[],\"tc_ec_category\":[],\"tc_event\":[],\"tc_regions_tax\":[],\"jetpack_featured_media_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg\",\"parsely\":{\"version\":\"1.0.0\",\"meta\":{\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/techcrunch.com\\/2022\\/05\\/30\\/one-ai-raises-8m-to-curate-business-specific-nlp-models\\/\"},\"headline\":\"One AI raises $8M to curate business-specific NLP models\",\"url\":\"https:\\/\\/techcrunch.com\\/2022\\/05\\/30\\/one-ai-raises-8m-to-curate-business-specific-nlp-models\\/\",\"thumbnailUrl\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=150\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=150\"},\"dateCreated\":\"2022-05-30T10:00:37Z\",\"datePublished\":\"2022-05-30T10:00:37Z\",\"dateModified\":\"2022-05-31T02:55:56Z\",\"articleSection\":\"post\",\"author\":[{\"@type\":\"Person\",\"name\":\"Kyle Wiggers\"}],\"creator\":[\"Kyle Wiggers\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"keywords\":[\"@post-id:2324227\",\"enterprise\",\"robotics &amp; ai\",\"startups\",\"tc\",\"ai\",\"artificial intelligence\",\"cloud computing\",\"developers\",\"funding\",\"machine learning\",\"natural language processing\",\"nlp\",\"startup\"]},\"rendered\":\"\\n<script type=\\\"application\\/ld+json\\\">\\n{\\\"@context\\\":\\\"http:\\\\\\/\\\\\\/schema.org\\\",\\\"@type\\\":\\\"NewsArticle\\\",\\\"mainEntityOfPage\\\":{\\\"@type\\\":\\\"WebPage\\\",\\\"@id\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/2022\\\\\\/05\\\\\\/30\\\\\\/one-ai-raises-8m-to-curate-business-specific-nlp-models\\\\\\/\\\"},\\\"headline\\\":\\\"One AI raises $8M to curate business-specific NLP models\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/2022\\\\\\/05\\\\\\/30\\\\\\/one-ai-raises-8m-to-curate-business-specific-nlp-models\\\\\\/\\\",\\\"thumbnailUrl\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2017\\\\\\/06\\\\\\/gettyimages-683632096.jpg?w=150\\\",\\\"image\\\":{\\\"@type\\\":\\\"ImageObject\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2017\\\\\\/06\\\\\\/gettyimages-683632096.jpg?w=150\\\"},\\\"dateCreated\\\":\\\"2022-05-30T10:00:37Z\\\",\\\"datePublished\\\":\\\"2022-05-30T10:00:37Z\\\",\\\"dateModified\\\":\\\"2022-05-31T02:55:56Z\\\",\\\"articleSection\\\":\\\"post\\\",\\\"author\\\":[{\\\"@type\\\":\\\"Person\\\",\\\"name\\\":\\\"Kyle Wiggers\\\"}],\\\"creator\\\":[\\\"Kyle Wiggers\\\"],\\\"publisher\\\":{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"TechCrunch\\\",\\\"logo\\\":{\\\"@type\\\":\\\"imageObject\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/techcrunch.com\\\\\\/wp-content\\\\\\/themes\\\\\\/techcrunch-2017\\\\\\/images\\\\\\/logo-json-ld.png\\\",\\\"width\\\":\\\"600\\\",\\\"height\\\":\\\"60\\\"}},\\\"keywords\\\":[\\\"@post-id:2324227\\\",\\\"enterprise\\\",\\\"robotics &amp; ai\\\",\\\"startups\\\",\\\"tc\\\",\\\"ai\\\",\\\"artificial intelligence\\\",\\\"cloud computing\\\",\\\"developers\\\",\\\"funding\\\",\\\"machine learning\\\",\\\"natural language processing\\\",\\\"nlp\\\",\\\"startup\\\"]}\\n<\\/script>\\n\\n\"},\"shortlink\":\"https:\\/\\/tcrn.ch\\/38umoPh\",\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"premiumContent\":false,\"premiumCutoffPercent\":1,\"featured\":false,\"subtitle\":\"\",\"seoTitle\":\"One AI raises $8M to curate business-specific NLP models\",\"editorialContentProvider\":\"\",\"seoDescription\":\"One AI has emerged from stealth with $8M for its platform that curates and serves business-tailored NLP models.\",\"tc_cb_mapping\":[],\"associatedEvent\":null,\"event\":null,\"authors\":[133574536],\"hide_featured_image\":false,\"canonical_url\":\"https:\\/\\/techcrunch.com\\/2022\\/05\\/30\\/one-ai-raises-8m-to-curate-business-specific-nlp-models\\/\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2324227\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/post\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=2324227\"}],\"version-history\":[{\"count\":33,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2324227\\/revisions\"}],\"predecessor-version\":[{\"id\":2327012,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/2324227\\/revisions\\/2327012\"}],\"authors\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574536\"}],\"https:\\/\\/techcrunch.com\\/edit\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-admin\\/post.php?post=2324227&action=edit\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574536\"}],\"wp:featuredmedia\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/1503967\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media?parent=2324227\"}],\"wp:term\":[{\"taxonomy\":\"category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories?post=2324227\"},{\"taxonomy\":\"post_tag\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags?post=2324227\"},{\"taxonomy\":\"_tc_cb_tag_taxonomy\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/crunchbase_tag?post=2324227\"},{\"taxonomy\":\"tc_stories_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_stories_tax?post=2324227\"},{\"taxonomy\":\"tc_ec_category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_ec_category?post=2324227\"},{\"taxonomy\":\"tc_event\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_event?post=2324227\"},{\"taxonomy\":\"tc_regions_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_regions_tax?post=2324227\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]},\"_embedded\":{\"authors\":[{\"id\":133574536,\"name\":\"Kyle Wiggers\",\"url\":\"\",\"description\":\"Kyle Wiggers is a senior reporter at TechCrunch with a special interest in artificial intelligence. His writing has appeared in VentureBeat and Digital Trends, as well as a range of gadget blogs including Android Police, Android Authority, Droid-Life, and XDA-Developers. He lives in Brooklyn with his partner, a piano educator, and dabbles in piano himself. occasionally -- if mostly unsuccessfully.\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/kyle-wiggers\\/\",\"slug\":\"kyle-wiggers\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/c444ee74e16b994683cd9c6497173dda?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/c444ee74e16b994683cd9c6497173dda?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/c444ee74e16b994683cd9c6497173dda?s=96&d=identicon&r=g\"},\"links\":{\"twitter\":\"https:\\/\\/twitter.com\\/kyle_l_wiggers\",\"facebook\":\"\",\"linkedin\":\"\",\"homepage\":\"\",\"crunchbase\":null},\"position\":\"Senior Reporter, Enterprise\",\"cbDescription\":\"<p>Kyle Wiggers is a senior reporter at TechCrunch with a special interest in artificial intelligence. His writing has appeared in VentureBeat and Digital Trends, as well as a range of gadget blogs including Android Police, Android Authority, Droid-Life, and XDA-Developers. He lives in Brooklyn with his partner, a piano educator, and dabbles in piano himself occasionally -- if mostly unsuccessfully.<\\/p>\",\"cbAvatar\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/Kyle-Wiggers.jpg\",\"twitter\":\"kyle_l_wiggers\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574536\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"author\":[{\"id\":133574536,\"name\":\"Kyle Wiggers\",\"url\":\"\",\"description\":\"Kyle Wiggers is a senior reporter at TechCrunch with a special interest in artificial intelligence. His writing has appeared in VentureBeat and Digital Trends, as well as a range of gadget blogs including Android Police, Android Authority, Droid-Life, and XDA-Developers. He lives in Brooklyn with his partner, a piano educator, and dabbles in piano himself. occasionally -- if mostly unsuccessfully.\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/kyle-wiggers\\/\",\"slug\":\"kyle-wiggers\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/c444ee74e16b994683cd9c6497173dda?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/c444ee74e16b994683cd9c6497173dda?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/c444ee74e16b994683cd9c6497173dda?s=96&d=identicon&r=g\"},\"links\":{\"twitter\":\"https:\\/\\/twitter.com\\/kyle_l_wiggers\",\"facebook\":\"\",\"linkedin\":\"\",\"homepage\":\"\",\"crunchbase\":null},\"position\":\"Senior Reporter, Enterprise\",\"cbDescription\":\"<p>Kyle Wiggers is a senior reporter at TechCrunch with a special interest in artificial intelligence. His writing has appeared in VentureBeat and Digital Trends, as well as a range of gadget blogs including Android Police, Android Authority, Droid-Life, and XDA-Developers. He lives in Brooklyn with his partner, a piano educator, and dabbles in piano himself occasionally -- if mostly unsuccessfully.<\\/p>\",\"cbAvatar\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2022\\/03\\/Kyle-Wiggers.jpg\",\"twitter\":\"kyle_l_wiggers\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/133574536\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"wp:featuredmedia\":[{\"id\":1503967,\"date\":\"2017-06-15T07:20:04\",\"slug\":\"binary-digits-code-editing-big-data-storage-and-cloud-computing-representation-and-programming-code-typing\",\"type\":\"attachment\",\"link\":\"https:\\/\\/techcrunch.com\\/2017\\/06\\/15\\/codota-raises-2m-from-khosla-as-autocomplete-for-developers\\/binary-digits-code-editing-big-data-storage-and-cloud-computing-representation-and-programming-code-typing\\/\",\"title\":{\"rendered\":\"Binary digits code editing. Big data storage and cloud computing representation and programming code typing.\"},\"author\":105980861,\"license\":{\"person\":\"maciek905\"},\"authors\":[105980861],\"caption\":{\"rendered\":\"<p>Website programming, source code close-up. Innovative startup project. Computer program preview.<\\/p>\\n\"},\"alt_text\":\"\",\"media_type\":\"image\",\"mime_type\":\"image\\/jpeg\",\"media_details\":{\"width\":3888,\"height\":2592,\"file\":\"2017\\/06\\/gettyimages-683632096.jpg\",\"sizes\":{\"thumbnail\":{\"file\":\"gettyimages-683632096.jpg?resize=150,100\",\"width\":150,\"height\":100,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=150\"},\"medium\":{\"file\":\"gettyimages-683632096.jpg?resize=300,200\",\"width\":300,\"height\":200,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=300\"},\"medium_large\":{\"file\":\"gettyimages-683632096.jpg?resize=768,512\",\"width\":768,\"height\":512,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=1024\"},\"large\":{\"file\":\"gettyimages-683632096.jpg?resize=680,453\",\"width\":680,\"height\":453,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=680\"},\"1536x1536\":{\"file\":\"gettyimages-683632096.jpg?resize=1536,1024\",\"width\":1536,\"height\":1024,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=1536\"},\"2048x2048\":{\"file\":\"gettyimages-683632096.jpg?resize=2048,1365\",\"width\":2048,\"height\":1365,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=2048\"},\"guest-author-32\":{\"file\":\"gettyimages-683632096.jpg?resize=32,32\",\"width\":32,\"height\":32,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=32&h=32&crop=1\"},\"guest-author-50\":{\"file\":\"gettyimages-683632096.jpg?resize=50,50\",\"width\":50,\"height\":50,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=50&h=50&crop=1\"},\"guest-author-64\":{\"file\":\"gettyimages-683632096.jpg?resize=64,64\",\"width\":64,\"height\":64,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=64&h=64&crop=1\"},\"guest-author-96\":{\"file\":\"gettyimages-683632096.jpg?resize=96,96\",\"width\":96,\"height\":96,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=96&h=96&crop=1\"},\"guest-author-128\":{\"file\":\"gettyimages-683632096.jpg?resize=128,128\",\"width\":128,\"height\":128,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=128&h=128&crop=1\"},\"concierge-thumb\":{\"file\":\"gettyimages-683632096.jpg?resize=50,33\",\"width\":50,\"height\":33,\"filesize\":2321737,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg?w=50\"},\"full\":{\"file\":\"gettyimages-683632096.jpg\",\"width\":1024,\"height\":683,\"mime_type\":\"image\\/jpeg\",\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg\"}},\"image_meta\":{\"aperture\":\"2.8\",\"credit\":\"Getty Images\\/iStockphoto\",\"camera\":\"Canon EOS 40D\",\"caption\":\"Website programming, source code close-up. Innovative startup project. Computer program preview.\",\"created_timestamp\":\"1478019317\",\"copyright\":\"This content is subject to copyright.\",\"focal_length\":\"50\",\"iso\":\"100\",\"shutter_speed\":\"0.25\",\"title\":\"Binary digits code editing. Big data storage and cloud computing representation and programming code typing.\",\"orientation\":\"1\",\"keywords\":[]},\"filesize\":2321737},\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/06\\/gettyimages-683632096.jpg\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/1503967\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/attachment\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=1503967\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/105980861\"}]}}],\"wp:term\":[[{\"id\":449557044,\"description\":\"Our enterprise coverage includes everything from new products from large SaaS providers like Salesforce, Adobe, ServiceNow and Atlassian to funding for small SaaS companies and new products that help startups build their own SaaS service. \",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/enterprise\\/\",\"name\":\"Enterprise\",\"slug\":\"enterprise\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/449557044\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=449557044\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=449557044\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=449557044\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":577047203,\"description\":\"Bleeding edge robotics companies and AI startups, focused on a wide range of automation categories, including logotics, ag-tech, delivery, healthcare, home robotics and food service, along with the latest university and laboratory research into soft robotics, nano robotics and more. \",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/robotics-ai\\/\",\"name\":\"Robotics &amp; AI\",\"slug\":\"robotics-ai\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/577047203\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=577047203\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=577047203\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=577047203\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":20429,\"description\":\"Tech startup coverage that breaks down the funding, growth, and long-term trajectory of companies across every stage and industry, including climate, crypto, fintech, SaaS, transportation, and consumer tech. \",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/startups\\/\",\"name\":\"Startups\",\"slug\":\"startups\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/20429\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=20429\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=20429\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=20429\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":17396,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/category\\/tc\\/\",\"name\":\"TC\",\"slug\":\"tc\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/17396\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=17396\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=17396\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=17396\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[{\"id\":14067,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/ai\\/\",\"name\":\"AI\",\"slug\":\"ai\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/14067\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=14067\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=14067\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=14067\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=14067\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":12374,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/artificial-intelligence\\/\",\"name\":\"artificial intelligence\",\"slug\":\"artificial-intelligence\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/12374\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=12374\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=12374\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=12374\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=12374\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":1715866,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/cloud-computing\\/\",\"name\":\"cloud computing\",\"slug\":\"cloud-computing\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/1715866\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=1715866\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=1715866\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=1715866\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=1715866\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":20054,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/developers\\/\",\"name\":\"developers\",\"slug\":\"developers\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/20054\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=20054\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=20054\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=20054\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=20054\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":15328,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/enterprise\\/\",\"name\":\"Enterprise\",\"slug\":\"enterprise\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/15328\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=15328\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=15328\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=15328\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=15328\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":20250,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/funding\\/\",\"name\":\"funding\",\"slug\":\"funding\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/20250\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=20250\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=20250\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=20250\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=20250\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":40978,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/machine-learning\\/\",\"name\":\"machine learning\",\"slug\":\"machine-learning\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/40978\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=40978\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=40978\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=40978\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=40978\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":145707,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/natural-language-processing\\/\",\"name\":\"natural language processing\",\"slug\":\"natural-language-processing\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/145707\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=145707\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=145707\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=145707\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=145707\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":47433,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/nlp\\/\",\"name\":\"nlp\",\"slug\":\"nlp\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/47433\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=47433\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=47433\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=47433\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=47433\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":4621,\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/startup\\/\",\"name\":\"startup\",\"slug\":\"startup\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/4621\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=4621\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=4621\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=4621\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=4621\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[],[],[],[],[]]}}],\"media\":[],\"events\":[],\"battlefieldEvents\":[],\"battlefieldCompanies\":[],\"battlefieldPages\":[]},\"current_posts\":[2324227],\"request\":\"\\/2022\\/05\\/30\\/one-ai-raises-8m-to-curate-business-specific-nlp-models\\/\",\"rightrail_promo_override\":\"\",\"siteURI\":\"https:\\/\\/techcrunch.com\\/\",\"totalPages\":\"0\",\"videoPlayerIds\":{\"livestream\":\"5f21e3063092ab5338489c39\",\"regular\":\"56faf851e4b0d3dcac2e081a\"},\"facebookPixelId\":\"1447508128842484\",\"marketoAccountId\":\"270-WRY-762\",\"vidibleCompanyId\":\"564f313b67b6231408bc51ee\",\"recaptchaPublic\":\"6LeZyjwUAAAAABqkWH_Ct0efGn0B4pGU6ZLUeUvA\",\"googleAnalyticsID\":\"UA-991406-1\",\"googleAnalyticsDomains\":[\"techcrunch.com\"],\"googleMapsAPIKey\":\"AIzaSyCodzMYMBdZIpxThSQqm79ACyheeRXPPE4\",\"googleGeocodingAPIKey\":\"AIzaSyB1Q-8UTT79S_4nJZ96oYyiDdpShPh4hfg\",\"nps_survey_id\":\"\",\"openWebEnvId\":\"sp_It0mQWOO\",\"yahooSearchAppId\":\"www.techcrunch.com\",\"yahooSearchURL\":{\"api_url\":\"\\/\\/search.techcrunch.com\",\"api_base\":\"\\/sugg\\/gossip\\/gossip-us-techcrunch\\/\"},\"tinypass\":{\"apiKey\":\"Fy7FpgyUxA\",\"apiURL\":\"https:\\/\\/api.tinypass.com\",\"groupResourceID\":\"BR95GYCP\",\"cxenseSiteId\":\"1138587180028561571\",\"scriptDomain\":\"https:\\/\\/dashboard.tinypass.com\",\"scriptURL\":\"\\/\\/cdn.tinypass.com\\/api\\/tinypass.min.js\",\"workerURL\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/piano\\/users\\/set-piano-cookies\"},\"internalAdBlockerURL\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/features\\/analytics\\/adblocker\\/sailthru.js\",\"legacyPages\":{\"pdt\":2108467,\"got-a-tip\":899671,\"sponsored\":1796357,\"ec1\":2131362,\"techcrunchlive\":2310483,\"experts\":2153880,\"extra-crunch-membership\":1781464},\"apiNonce\":\"3ea14c69d4\",\"userCan\":{\"editPosts\":false,\"restNonce\":null},\"isLoginLocked\":\"\",\"initialStore\":{\"events\":{\"eventTypeIDs\":[],\"eventPostIds\":[],\"featuredEventIDs\":{\"event_home\":[],\"rightrail\":[]},\"featuredPostIDs\":{},\"pastEventIDs\":{\"default\":[]},\"pastFilters\":{},\"pastLoading\":false,\"upcomingEventIDs\":{\"default\":null},\"upcomingFilters\":{},\"upcomingLoading\":false},\"terms\":[],\"videoIdsByPlaylist\":{\"playlists\":[]},\"section\":{\"allPosts\":[2324227],\"contentObject\":null,\"currentPage\":1,\"expandedPost\":\"https:\\/\\/techcrunch.com\\/2022\\/05\\/30\\/one-ai-raises-8m-to-curate-business-specific-nlp-models\\/\",\"expandedPostIds\":[2324227],\"expandedIsland\":\"\",\"loading\":false,\"component\":\"singlePost\"}},\"headlessSubpageSlugs\":[\"tickets\",\"exhibitor-directory\"],\"extraCrunchMarketingPageURL\":\"\\/subscribe\",\"brandStudioMarketingPageURL\":\"\\/brand-studio\",\"newsletterURL\":\"https:\\/\\/link.techcrunch.com\\/join\\/134\\/signup-all-newsletters\"};\n</script>\n<script type=\"text/javascript\" src=\"https://techcrunch.com/wp-content/themes/techcrunch-2017/build/ec/js/main.js?m=1660746086g\" ></script><script src='https://stats.wp.com/e-202233.js' defer></script>\n<script>\n\t_stq = window._stq || [];\n\t_stq.push([ 'view', {v:'ext',j:'1:11.2',blog:'136296444',post:'2324227',tz:'-7',srv:'techcrunch.com',hp:'vip'} ]);\n\t_stq.push([ 'clickTrackerInit', '136296444', '2324227' ]);\n</script>\n\t<!-- Finished rendering TC markup -->\n\t</body>\n</html>\n",
  "status": "success",
  "output": [
    {
      "text_generated_by_step_name": "html-extract-article",
      "text_generated_by_step_id": 1,
      "text": "One AI raises $8M to curate business-specific NLP models\nWhether to power translation to document summarization, enterprises are increasing their investments in natural language processing (NLP) technologies. According to a 2021 survey from John Snow Labs and Gradient Flow, 60% of tech leaders indicated that their NLP budgets grew by at least 10% compared to 2020, while a third said that spending climbed by more than 30%.\nIt’s a fiercely competitive market. Beyond well-resourced startups like OpenAI, Cohere, AI21 Labs and Hugging Face and tech giants including Google, Microsoft and Amazon, there’s a new crop of vendors building NLP services on top of open source AI models. But Yochai Levi isn’t discouraged. He’s one of the co-founders of One AI, an NLP platform that today emerged from stealth with $8 million led by Ariel Maislos, Tech Aviv, Sentinel One CEO Tomer Wiengarten and other unnamed venture firms and angel investors.\n“While the market is growing fast, advanced NLP is still used mainly by expert researchers, Big Tech and governments,” Levi told TechCrunch via email. “We believe that the technology is nearing its maturity point, and after building NLP from scratch several times in the past, we decided it was time to productize it and make it available for every developer.”\nLevi lays out what he believes are the major challenges plaguing NLP development. It’s often difficult to curate open source models, he argues, because they have to be matched both to the right domain and task. For example, a text-generating model trained to classify medical records would be a poor fit for an app designed to create advertisements. Moreover, models need to be constantly retrained with new data — lest they become “stale.” Case in point, OpenAI’s GPT-3 responds to the question “Who’s the president of the U.S.?” with the answer “Donald Trump” because it was trained on data from before the 2020 election.\nLevi believes the solution is a package of NLP models trained for particular business use cases — in other words, One AI’s product. He teamed up with CEO Amit Ben, CPO Aviv Dror and CSO Asi Sheffer in 2021 to pursue the idea. Ben previously was the head of AI at LogMeIn after the company acquired his second startup, Nanorep, an AI and chatbot vendor. Dror helped to co-found Nanorep and served as a platform product manager at Wix. Sheffer, a former data scientist at Nanorep, was the principal data scientist at LogMeIn. As for Levi, he was the VP of online marketing at LivePerson and the head of marketing at WeWork.\nOne AI offers a set of models that can be mixed and matched in a pipeline to process text via a single API call. Each model is selected and trained for its applicability to the enterprise, Levi said, and automatically matched by the platform to a customer’s task and domain (e.g., conversation summarization, sales insights, topic detection and proofreading). One AI’s models can also be combined with open source and proprietary models to extend One AI’s capabilities.\nThe platform’s API accepts text, voice and video inputs of various formats. With One AI’s language studio, users can experiment with the APIs and generate calls to use in code.\n“With the maturation of Language AI technologies, it is finally time for machines to start adapting to us,” Ben told TechCrunch via email. “The adoption of language comprehension tools by the broader developer community is the way to get there.”\nOne AI prices its NLP service across several tiers, including a free tier that includes processing for up to one million words a month. The stackable “growth tier” adds 100,000 words for $1.\nThe hurdle One AI will have to overcome is convincing customers that its services are more attractive than what’s already out there. In April, OpenAI said that tens of thousands of developers were using GPT-3 via its API to generate words for over 300 apps. But, with Fortune Business Insights pegging the NLP market at $16.53 billion in 2020, it could be argued that there’s a large enough slice of the pie for newcomers.\nAdded TehAviv founder and managing partner Yaron Samid: “Language is the most valuable untapped resource, beyond the reach of most products and companies. This is true to most industries and domains and results in negative outcomes that include everything from lost sales to lower levels of user engagement and loyalty to reputation damage. Unleashing Language AI allows us to harness the power of this unstructured data and turn it into useful information and insights.”\nOne AI says that a portion of the seed round proceeds will be put toward expanding its 22-person team, which includes 10 NLP data scientists.",
      "labels": [
        {
          "type": "html-extract-article",
          "skill": "html-extract-article",
          "name": "title",
          "value": "One AI raises $8M to curate business-specific NLP models",
          "span_text": "One AI raises $8M to curate business-specific NLP models",
          "span": [
            0,
            56
          ],
          "output_spans": [
            {
              "section": 0,
              "start": 0,
              "end": 56
            }
          ]
        }
      ]
    }
  ],
  "stats": {
    "concurrency_wait_time": 0,
    "total_running_jobs": 1,
    "total_waiting_jobs": 0
  }
}
{
  text: '<!DOCTYPE html>\n' +
    '<html lang="en-US" class="no-js">\n' +
    '<head>\n' +
    '\t\t<script type="text/javascript">\n' +
    '\t\t\t\t!function(){var n,o,i,e="renderMode=ie11";n=window.navigator.userAgent,o=n.indexOf("MSIE "),i=n.indexOf("Trident/"),(o>0||i>0)&&-1===window.location.href.indexOf(e)&&(window.location=window.location.href+("?"===document.location.search[0]?"&":"?")+e)}();\n' +
    '\t</script>\n' +
    '\t\t\t<meta charset="UTF-8">\n' +
    '\t<meta http-equiv="X-UA-Compatible" content="IE=Edge" />\n' +
    '\t<meta name="viewport" content="width=device-width">\n' +
    '\t<meta name="viewport" content="initial-scale=1.0,width=device-width,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0">\n' +
    '\t<link rel="profile" href="http://gmpg.org/xfn/11">\n' +
    '\t<link rel="pingback" href="https://techcrunch.com/xmlrpc.php">\n' +
    '\t\t<script type="application/javascript">\n' +
    '\t\tif ( ! window.isSSR ) {\n' +
    '\t\t\t!function(){var e,t,n,i,r={passive:!0,capture:!0},a=new Date,o=function(){i=[],t=-1,e=null,f(addEventListener);},c=function(i,r){e||(e=r,t=i,n=new Date,f(removeEventListener),u());},u=function(){if(t>=0&&t<n-a){var r={entryType:"first-input",name:e.type,target:e.target,cancelable:e.cancelable,startTime:e.timeStamp,processingStart:e.timeStamp+t};i.forEach((function(e){e(r);})),i=[];}},s=function(e){if(e.cancelable){var t=(e.timeStamp>1e12?new Date:performance.now())-e.timeStamp;"pointerdown"==e.type?function(e,t){var n=function(){c(e,t),a();},i=function(){a();},a=function(){removeEventListener("pointerup",n,r),removeEventListener("pointercancel",i,r);};addEventListener("pointerup",n,r),addEventListener("pointercancel",i,r);}(t,e):c(t,e);}},f=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach((function(t){return e(t,s,r)}));},p="hidden"===document.visibilityState?0:1/0;addEventListener("visibilitychange",(function e(t){"hidden"===document.visibilityState&&(p=t.timeStamp,removeEventListener("visibilitychange",e,!0));}),!0);o(),self.webVitals={firstInputPolyfill:function(e){i.push(e),u();},resetFirstInputPolyfill:o,get firstHiddenTime(){return p}};}();\n' +
    '\t\t}\n' +
    '\t</script>\n' +
    '\t<script defer async src="https://s.yimg.com/aaq/pv/perf-vitals_2.0.0.js"></script>\t<script type="application/javascript">\n' +
    '\t\t!function(){var n="//"+window.location.hostname+"/wp-json/tc/v1/users/check_login";fetch(n,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},credentials:"include"}).then(function(n){window.tc_profile={resp:n}})}();\n' +
    '\t</script>\n' +
    '\t<title>One AI raises $8M to curate business-specific NLP models &#8211; TechCrunch</title>\n' +
    "<meta name='robots' content='max-image-preview:large' />\n" +
    "<link rel='dns-prefetch' href='//cdn.parsely.com' />\n" +
    "<link rel='dns-prefetch' href='//s.yimg.com' />\n" +
    "<link rel='dns-prefetch' href='//consent.cmp.oath.com' />\n" +
    "<link rel='dns-prefetch' href='//use.typekit.net' />\n" +
    "<link rel='dns-prefetch' href='//cdn.vidible.tv' />\n" +
    "<link rel='dns-prefetch' href='//s.w.org' />\n" +
    "<link rel='dns-prefetch' href='//v0.wordpress.com' />\n" +
    "<link rel='preconnect' href='//googleads.g.doubleclick.net' />\n" +
    "<link rel='preconnect' href='//pagead2.googlesyndication.com' />\n" +
    "<link rel='preconnect' href='//use.typekit.net' />\n" +
    "<link rel='preconnect' href='//jac.yahoosandbox.com' />\n" +
    "<link rel='preconnect' href='//s.yimg.com' />\n" +
    "<link rel='preconnect' href='//api.parsely.com' />\n" +
    "<link rel='preconnect' href='//sp.analytics.yahoo.com' />\n" +
    "<link rel='preconnect' href='//connect.facebook.net' />\n" +
    '<link rel="alternate" type="application/rss+xml" title="TechCrunch &raquo; Feed" href="https://techcrunch.com/feed/" />\n' +
    '<link rel="alternate" type="application/rss+xml" title="TechCrunch &raquo; Comments Feed" href="https://techcrunch.com/comments/feed/" />\n' +
    '<link rel="alternate" type="application/rss+xml" title="TechCrunch &raquo; One AI raises $8M to curate business-specific NLP models Comments Feed" href="https://techcrunch.com/2022/05/30/one-ai-raises-8m-to-curate-business-specific-nlp-models/feed/" />\n' +
    '<script type="text/javascript">\n' +
    'window._wpemojiSettings = {"baseUrl":"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/14.0.0\\/72x72\\/","ext":".png","svgUrl":"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/14.0.0\\/svg\\/","svgExt":".svg","source":{"concatemoji":"https:\\/\\/techcrunch.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=6.0.1"}};\n' +
    '/*! This file is auto-generated */\n' +
    '!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);\n' +
    '</script>\n' +
    '<style type="text/css">\n' +
    'img.wp-smiley,\n' +
    'img.emoji {\n' +
    '\tdisplay: inline !important;\n' +
    '\tborder: none !important;\n' +
    '\tbox-shadow: none !important;\n' +
    '\theight: 1em !important;\n' +
    '\twidth: 1em !important;\n' +
    '\tmargin: 0 0.07em !important;\n' +
    '\tvertical-align: -0.1em !important;\n' +
    '\tbackground: none !important;\n' +
    '\tpadding: 0 !important;\n' +
    '}\n' +
    '</style>\n' +
    "\t<link rel='stylesheet' id='all-css-0' href='https://techcrunch.com/_static/??-eJyNj8EOgzAIhl9oFefBnZY9S6XEsdHaFMzSt9e5mOhtxx/4gA8+2XFCmQMpoCoEVoNBJnw74aH4UkGtCjWRU7MOXOBIvBQiBfYkFCnZKWTxlYoTGj3W//C1d8wnCKdk24nZZZlHTgpKvuATSLwaYy60//8VKWvZKLg8qan7GW0muq99xPu179tb33ZttwA3Z2Ly' type='text/css' media='all' />\n" +
    "<style id='global-styles-inline-css'>\n" +
    "body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous"... 220953 more characters,
  htmlArticle: {
    text: 'One AI raises $8M to curate business-specific NLP models\n' +
      'Whether to power translation to document summarization, enterprises are increasing their investments in natural language processing (NLP) technologies. According to a 2021 survey from John Snow Labs and Gradient Flow, 60% of tech leaders indicated that their NLP budgets grew by at least 10% compared to 2020, while a third said that spending climbed by more than 30%.\n' +
      'It’s a fiercely competitive market. Beyond well-resourced startups like OpenAI, Cohere, AI21 Labs and Hugging Face and tech giants including Google, Microsoft and Amazon, there’s a new crop of vendors building NLP services on top of open source AI models. But Yochai Levi isn’t discouraged. He’s one of the co-founders of One AI, an NLP platform that today emerged from stealth with $8 million led by Ariel Maislos, Tech Aviv, Sentinel One CEO Tomer Wiengarten and other unnamed venture firms and angel investors.\n' +
      '“While the market is growing fast, advanced NLP is still used mainly by expert researchers, Big Tech and governments,” Levi told TechCrunch via email. “We believe that the technology is nearing its maturity point, and after building NLP from scratch several times in the past, we decided it was time to productize it and make it available for every developer.”\n' +
      'Levi lays out what he believes are the major challenges plaguing NLP development. It’s often difficult to curate open source models, he argues, because they have to be matched both to the right domain and task. For example, a text-generating model trained to classify medical records would be a poor fit for an app designed to create advertisements. Moreover, models need to be constantly retrained with new data — lest they become “stale.” Case in point, OpenAI’s GPT-3 responds to the question “Who’s the president of the U.S.?” with the answer “Donald Trump” because it was trained on data from before the 2020 election.\n' +
      'Levi believes the solution is a package of NLP models trained for particular business use cases — in other words, One AI’s product. He teamed up with CEO Amit Ben, CPO Aviv Dror and CSO Asi Sheffer in 2021 to pursue the idea. Ben previously was the head of AI at LogMeIn after the company acquired his second startup, Nanorep, an AI and chatbot vendor. Dror helped to co-found Nanorep and served as a platform product manager at Wix. Sheffer, a former data scientist at Nanorep, was the principal data scientist at LogMeIn. As for Levi, he was the VP of online marketing at LivePerson and the head of marketing at WeWork.\n' +
      'One AI offers a set of models that can be mixed and matched in a pipeline to process text via a single API call. Each model is selected and trained for its applicability to the enterprise, Levi said, and automatically matched by the platform to a customer’s task and domain (e.g., conversation summarization, sales insights, topic detection and proofreading). One AI’s models can also be combined with open source and proprietary models to extend One AI’s capabilities.\n' +
      'The platform’s API accepts text, voice and video inputs of various formats. With One AI’s language studio, users can experiment with the APIs and generate calls to use in code.\n' +
      '“With the maturation of Language AI technologies, it is finally time for machines to start adapting to us,” Ben told TechCrunch via email. “The adoption of language comprehension tools by the broader developer community is the way to get there.”\n' +
      'One AI prices its NLP service across several tiers, including a free tier that includes processing for up to one million words a month. The stackable “growth tier” adds 100,000 words for $1.\n' +
      'The hurdle One AI will have to overcome is convincing customers that its services are more attractive than what’s already out there. In April, OpenAI said that tens of thousands of developers were using GPT-3 via its API to generate words for over 300 apps. But, with Fortune Business Insights pegging the NLP market at $16.53 billion in 2020, it could be argued that there’s a large enough slice of the pie for newcomers.\n' +
      'Added TehAviv founder and managing partner Yaron Samid: “Language is the most valuable untapped resource, beyond the reach of most products and companies. This is true to most industries and domains and results in negative outcomes that include everything from lost sales to lower levels of user engagement and loyalty to reputation damage. Unleashing Language AI allows us to harness the power of this unstructured data and turn it into useful information and insights.”\n' +
      'One AI says that a portion of the seed round proceeds will be put toward expanding its 22-person team, which includes 10 NLP data scientists.',
    htmlFields: []
  }
}